Atreidae / UcmPSTools

A collection of Teams Unified Communications related PowerShell functions as part of the UcmPSTools PowerShell Module.
MIT License
6 stars 1 forks source link

Grant-UcmOffice365UserLicence no longer works due to deprecation of Set-MsolUserLicence #33

Open Atreidae opened 5 months ago

Atreidae commented 5 months ago

Need to update Grant-UcmOffice365UserLicence to use set-mguserlicense instead image

Atreidae commented 5 months ago

https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.users.actions/set-mguserlicense?view=graph-powershell-1.0

Atreidae commented 5 months ago

Todo. add graph connection checking

Atreidae commented 4 months ago

Implementation of this fix will be a breaking change as it now requires grpah permissions for the user and the tenancy. Due to the fact the MSOL is depercated already. I would say this is already "broken" but its something I should call out in the change notes.