Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 306 Bytes

Get-PCOrder.md

File metadata and controls

16 lines (8 loc) · 306 Bytes

Partner Center PowerShell Module (preview)

Get-PCOrder

Get a customer

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

Get customer orders

Get-PCOrder -tenantid $customer.id

Get a customer order

Get-PCOrder -tenantid $customer.id -orderid '<order id guid>'