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
The Partner Center PowerShell module is no longer being maintained and it doesn't properly support NCE. You are better off moving to using the Partner Center APIs to get the...
We have discovered customer displayNames that are incorrect also. This was the site Microsoft support guided us to. There are options listed for updating the displayName and also the displayed...
@rarigita I see you have the Market='ALL' in your second query. Have you tried Market='ES'?
The *msol* and *azuread* cmdlets no longer work. They were only compatible with DAP and not GDAP. Time to move to using Graph and/or APIs.