Partner-Center-PowerShell icon indicating copy to clipboard operation
Partner-Center-PowerShell copied to clipboard

Confirmed problems with NCE and module

Open mprentice22153 opened this issue 3 years ago • 1 comments

As discussed in a separate issue this module is not being actively maintained. We need to move forward with other technologies. At least for now, how about we document known issues with the module and NCE?

mprentice22153 avatar Jun 24 '22 15:06 mprentice22153

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 -CustomerId $customerid
+          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (:) [Get-PartnerCustomerSubscription], ArgumentException
    + FullyQualifiedErrorId : Microsoft.Store.PartnerCenter.PowerShell.Commands.GetPartnerCustomerSubscription

Get-PartnerCustomerSubscription -CustomerID $CustomerID -debug Shows the list of subscriptions and you can find at least one that shows "status": "expired"

mprentice22153 avatar Jun 24 '22 15:06 mprentice22153