Returns the request text to send to the end customer administrator to initiate a relationship with the partner.
New-PCRelationshipRequest [[-SaToken] <String>] [<CommonParameters>]The New-PCRelationshipRequest cmdlet.
Specifies a security token for authenticating and executing the cmdlet.
Required? false
Position? 1
Default value $GlobalToken
Accept pipeline input? false
Accept wildcard characters? false
PS C:\>$inviteUrl = (New-PCRelationshipRequest).Url
Get an invitation Url to send to a new customer.