Forum Discussion
Group Based Licensing - assign using PowerShell?
- Dec 05, 2019
Hi Jason Dunbar I published a PowerShell module (AzureADLicensing) which allows you to manage group based licensing (module uses unofficial API's but works fine though). https://tech.nicolonsky.ch/manage-azure-ad-group-based-licensing-with-powershell/
Hi Jason Dunbar I published a PowerShell module (AzureADLicensing) which allows you to manage group based licensing (module uses unofficial API's but works fine though). https://tech.nicolonsky.ch/manage-azure-ad-group-based-licensing-with-powershell/
nicolonsky I had not seen this until I searched for the same challenge again and then found the my own post 🙂
Thanks for the module, I ended up achieving this through calling the Graph API and it looks to me that you're doing exactly the same.
I can only hope that one day we have a more unified management approach, it seems segmented at the moment; some stuff possible only in MSOL, some in AAD v2 PowerShell and some things in Graph API.