Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (27 loc) · 781 Bytes

File metadata and controls

43 lines (27 loc) · 781 Bytes

New-PCRelationshipRequest

Returns the request text to send to the end customer administrator to initiate a relationship with the partner.

SYNTAX

New-PCRelationshipRequest [[-SaToken] <String>] [<CommonParameters>]

DESCRIPTION

The New-PCRelationshipRequest cmdlet.

PARAMETERS

-SaToken <String>

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

INPUTS

OUTPUTS

NOTES

EXAMPLES

EXAMPLE 1

PS C:\>$inviteUrl = (New-PCRelationshipRequest).Url

Get an invitation Url to send to a new customer.