Skip to content

Files

Latest commit

 

History

History
24 lines (12 loc) · 653 Bytes

Get-PCSubscription.md

File metadata and controls

24 lines (12 loc) · 653 Bytes

Partner Center PowerShell Module (preview)

Get-PCSubscription

Get a customer

$customer = Get-PCCustomer -tenantid '<tenant id GUID>'

Get all customer subscriptions

Get-PCSubscription -tenantid $customer.id -all

Get a customer subscription

Get-PCSubscription -tenantid $customer.id -subscriptionid '<subscription id GUID>'

Get all customer subscriptions from an order

Get-PCSubscription -tenantid $customer.id -orderid '<order id GUID>'

Get all customer subscriptions from a reseller (available only for Distributor CSP Account)

Get-PCSubscription -tenantid $customer.id -partnerid '<MPNID>'