Forum Discussion
Marvin Oco
Oct 09, 2017Steel Contributor
Convert E1 to E3 via CSV and powershell
Hi, Currently using script below to convert E1 to E3 (per user) 1. Remove E1 license Set-MsolUserLicense -UserPrincipalName juancruz@contoso.com -RemoveLicenses "contoso:STANDARDPACK" 2. As...
- Oct 09, 2017
Here's a script that does just that, respecting the indivudual service status: https://blogs.technet.microsoft.com/cloudpfe/2014/01/30/how-to-change-office-365-licenses-in-bulk-respecting-the-license-options/
You can adapt it to work with CSV input.
VasilMichev
Oct 09, 2017MVP
Here's a script that does just that, respecting the indivudual service status: https://blogs.technet.microsoft.com/cloudpfe/2014/01/30/how-to-change-office-365-licenses-in-bulk-respecting-the-license-options/
You can adapt it to work with CSV input.