Returns the type of relationship the specified tenant has with the current partner.
Get-PCCustomerRelationship [[-TenantId] <String>] [[-SaToken] <String>] [<CommonParameters>]
The Get-PCCustomerRelationship cmdlet returns the relationship the specified customer has with the current partner.
Specifies the tenant used for scoping this cmdlet.
Required? false
Position? 1
Default value $GlobalCustomerId
Accept pipeline input? false
Accept wildcard characters? false
Specifies an authentication token with your Partner Center credentials.
Required? false
Position? 2
Default value $GlobalToken
Accept pipeline input? false
Accept wildcard characters? false
This cmdlet can only be used in an indirect model.
PS C:\>Get-PCCustomerRelationship -TenantId 97037612-799c-4fa6-8c40-68be72c6b83c
Specify a customer tenant.
$customer = Get-PCCustomer -TenantId '<tenant id GUID>'
Return the customer relationship.
Get-PCCustomerRelationship -TenantId $customer.id