Forum Discussion
Rohitban
Nov 22, 2022Copper Contributor
Remove allocated O365 licenses for specified user using PS Script
I am getting error while running below PS commands after successful authentication. $Licenses = Get-MgUserLicenseDetail -UserId $Name Get-MgUserLicenseDetail -UserId $Name | foreach {Set-MgU...
Dec 16, 2022
Any update ?