Use the following script to Assign License in Office365
First connect to Office 365 via PowerShell
1 | Get-MsolSubscription |
This list the current license available in Office 365.
1 | Set-MsolUser -UserPrincipalName username @office365domain .co.uk -UsageLocation UK |
You first need to set the users to their local location in my case UK
1 | Set-MsolUserLicense -UserPrincipalName username @office365domain .co.uk –AddLicenses “OFFICE365DOMAIN:O365_BUSINESS_ESSENTIALS” |
This command assigns the licesnes you will need