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:
| 1 2 3 4 | [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 general Azure resources using…