Managing Microsoft Licenses in PowerShell and Microsoft Graph

Most of the time, I manage the licensing part of Microsoft 365 manually, but from time to time, using PowerShell can be easy and clean. To view account license and service details First, connect to Microsoft Graph. Connect-Graph To list all license plans you purchased with part number and ID, Get-MgSubscribedSku | Select-Object SkuPartNumber, SkuID To list the services that […]