Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 291 Bytes

Get-PCCustomer.md

File metadata and controls

18 lines (8 loc) · 291 Bytes

Partner Center PowerShell Module (preview)

Get-PCCustomer

Get all customers

Get-PCCustomer -all

Get a customer by ID

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

Get customers by company name

Get-PCCustomer -startswith '<company name>'