You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
This Get-PartnerCustomerSubscription does populate all existing customer's subscriptions (NCE, CSP legacy, Azure and Software Subscription) but it doesnt populate the Perpetual license. And I was wondering if there is other module that we can use to get this report done?
Appreciate if anyone can help me out.
Thank you,
Christian Agacite
The text was updated successfully, but these errors were encountered:
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 data you want. It might take some effort to learn it but it's worth it. I finally made the leap this past summer and do not regret it at all, in fact I have access to more attributes that I couldn't get through the module, and other capabilities.
In Postman, once authenticated etc., I queried this:
{{BaseUrl}}/customers/{{customer_id}}/products?targetView=SoftwarePerpetual
and it returned the list of products ... but without the quantities purchased. There is also the targetView=Software which returned a few more products.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Team,
Need your help on the correct Powershell Module to get all active Perpetual subscription that our Partner's customer has.
I have found this and been using it to pull all installed based licensed.
https://learn.microsoft.com/en-us/powershell/module/partnercenter/get-partnercustomersubscription?view=partnercenterps-3.0
We have raised this with MS support but was redirected to GitHub instead.
This Get-PartnerCustomerSubscription does populate all existing customer's subscriptions (NCE, CSP legacy, Azure and Software Subscription) but it doesnt populate the Perpetual license. And I was wondering if there is other module that we can use to get this report done?
Appreciate if anyone can help me out.
Thank you,
Christian Agacite
The text was updated successfully, but these errors were encountered: