Confused about deprecated O365 commands?
I was getting pretty confused with the various options around powershell commands to use with Exchange online. For example, to add a user to a distribution group in O365, I had come across 4 different commands: [cc lang=”powershell”]Add-AzureADGroupMember Add-AzureRMADGroupMember Add-DistributionGroupMember Add-MsolGroupMember[/cc] So after some digging I realised that the *-AzureRM* are powershell cmdlets to modify…