Turns out, it’s a parameter of the Set-MsolUser cmdlet: PowerShell Commands Set-MsolUser -UserPrincipalName "johndoe@example.com" -UsageLocation US Set-MsolUserLicense -UserPrincipalName "johndoe@example.com" -AddLicenses "exampletenant:EXCHANGESTANDARD_ALUMNI" The...