Introduction
This article explains how you can use PowerShell to get an overview of your Tenant's licenses and when they expire.
Please note that this article is using the MSOnline V1 Module as this is the easiest way to get the information. Once available this article will be updated with instructions on how to use the Microsoft Graph to achieve the same.
Steps
- Install the Microsoft Online PowerShell Module - link
- Open PowerShell and connect to your Tenant: Connect-MsolService
- Enter the following Command: Get-MsolSubscription | Select OcpSubscriptionId, SkuPartNumber, NextLifecycledate | out-gridview