Forum Discussion
Unable to -RemoveLicenses
It appears I am only able to remove licenses via Powershell that are not Assigned to Users/Groups or Inherited?
Set-MsolUserLicense -UserPrincipalName "user@contoso.com" -RemoveLicenses "contoso:STANDARDPACK"
- I receive "Set-MsolUserLicense : Unknown error occurred."
However, when I remove something that does not have any Licensed Users or Groups Assigned in AAD, It works. Is this by design?
Set-MsolUserLicense -UserPrincipalName "user@contoso.com" -RemoveLicenses "contoso:POWERAPPS_VIRAL"
Chad
Yes, it's by design. If you assign license dynamically using Groups in AAD, you can not remove them with set-msoluser but you need to remove the user from the groups.
I hope it helps.
3 Replies
- alexttCopper Contributor
Yes, it's by design. If you assign license dynamically using Groups in AAD, you can not remove them with set-msoluser but you need to remove the user from the groups.
I hope it helps.
- samuela2395Copper Contributor
Just to check ? Is your license still valid or has been cancelled?
Check the below information if it's true for your case