Forum Discussion
Jason Dunbar
Apr 08, 2019Copper Contributor
Group Based Licensing - assign using PowerShell?
Hi Folks, I'm sure I don't need to explain what Group Based Licensing is and I'm wondering how on earth I can configure license plans and assign to groups using PowerShell. Is it even possible? T...
- 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/
VasilMichev
Apr 08, 2019MVP
Actually, PowerShell also supports it via https://docs.microsoft.com/en-us/powershell/module/azuread/new-azureadmsgroup?view=azureadps-2.0
Jason Dunbar
Apr 11, 2019Copper Contributor
VasilMichev thanks for your replies - though I wonder if you're seeing something in those pages that I'm not?
Here, I'm specifically talking about the Licensing of groups, using the Group Based Licensing concept of Azure AD. In other words, giving a license to a group, which all members then inherit.
- VasilMichevApr 12, 2019MVP
Ha, seems I got distracted and thought about the dynamic groups membership instead... No, I'm not aware of any method to manage this outside of the Azure AD blade. Sorry...