Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 346 Bytes

File metadata and controls

16 lines (8 loc) · 346 Bytes

Partner Center PowerShell Module (preview)

Remove-PCCustomerUser

Get a customer

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

Get customer user

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

Delete a customer user

Remove-PCCustomerUser -tenantid $customer.id -user $user