Office 365 Cmd -
A common administrative task is creating a report of all users.
Note: Most advanced O365 admin tasks (user creation, license assignment) require , not Cmd. However, Cmd is useful for installation and basic repair. office 365 cmd
New-DistributionGroup -Name "Marketing Team" -Alias "Marketing" A common administrative task is creating a report
To see a list of all users in your organization: license assignment) require
New-MgGroupMember -GroupId $Group.Id -DirectoryObjectId $User.Id
Assigning licenses via command line is powerful for automation.



