Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 536 Bytes

Get-PCCustomerUser.md

File metadata and controls

24 lines (12 loc) · 536 Bytes

Partner Center PowerShell Module (preview)

Get-PCCustomerUser

Get a customer

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

Get all customer users

Get-PCCustomerUser -tenantid $customer.id -all

Get customer user

$user = Get-PCCustomerUser -tenantid $customer.id -userid '<user id>'

Get customer user assigned licenses

Get-PCCustomerUser -tenantid $customer.id -userid $user.id -licenses

Get customer deleted users

Get-PCCustomerUser -tenantid $customer.id -deleted