365 Cmd | Office

Run the configuration command: setup.exe /configure configuration.xml 2. Managing Licenses & Activation

New-MgUser -DisplayName "Jane Doe" ` -GivenName "Jane" ` -Surname "Doe" ` -MailNickname "JaneD" ` -UserPrincipalName "jane.doe@yourcompany.com" ` -PasswordProfile $PasswordProfile ` -AccountEnabled office 365 cmd

(Get-MgUser -UserId "ID" -Property AssignedLicenses).AssignedLicenses Managing Exchange Online via Command Line Run the configuration command: setup

New-MgGroupMember -GroupId "ID" -DirectoryObjectId "UserID" View available licenses: Get-MgSubscribedSku office 365 cmd

You can check the status of your Office license or find your product key using specific commands.