MPrentice
MPrentice
@ili101 Please contact me directly. I'm curious to understand this more and hopefully help with this.
`Get-PartnerCustomerSubscription -CustomerID $CustomerID` Breaks when the customer has a subscription in an "expired" status ``` Get-PartnerCustomerSubscription : Requested value 'Expired' was not found. At line:1 char:10 + $CSubs = Get-PartnerCustomerSubscription...
I've not used that command before but can confirm there is no output when I attempt it. Tested in production and sandbox with multiple customer IDs.
I've come across a situation where this becomes a problem: the old SMB_BUSINESS_ products. When comparing Get-PartnerCustomerSubscription and Get-PartnerCustomerSubscribedSku and the only field that matches is the OfferName to the...
This might be the same as issue https://github.com/microsoft/Partner-Center-PowerShell/issues/367