Forum Discussion
Saravanan_ameer
Sep 28, 2022Copper Contributor
How to get the NextLifecycleDate using MG-Graph
Hi All, I have powershell scripts using the MSOLService connections and getting the license expiry details like $Subscriptions= Get-MsolSubscription | foreach{ $SubscriptionName=$_.SKUPartNumbe...
LainRobertson
Sep 28, 2022Silver Contributor
This is as close as Graph gets, I believe:
The commandlet associated with this resource type is:
Cheers,
Lain
Saravanan_ameer
Sep 28, 2022Copper Contributor
Hi Lain,
Thanks for your reply!!!
If I use the Get-MgSubscribedSku - I didnt get the License expiry details like if i use Get-MsolSubscription. Is there any option to get the license expiry details.
Please advise.
Thanks for your reply!!!
If I use the Get-MgSubscribedSku - I didnt get the License expiry details like if i use Get-MsolSubscription. Is there any option to get the license expiry details.
Please advise.