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

Latest commit

 

History

History
163 lines (117 loc) · 3.76 KB

Set-PCLegalBusinessProfile.md

File metadata and controls

163 lines (117 loc) · 3.76 KB

Set-PCLegalBusinessProfile

Updates the partner's legal business profile.

SYNTAX

Set-PCLegalBusinessProfile [[-Country] <String>] [[-AddressLine1] <String>] [[-AddressLine2] <String>] [[-City] <String>] [[-State] <String>] [[-PostalCode] <String>] [[-PrimaryContactFirstName] <String>] [[-PrimaryContactLastName] <String>] [[-PrimaryContactPhoneNumber] <String>] [[-PrimaryContactEmail] <String>] [[-SaToken] <String>] [<CommonParameters>]

DESCRIPTION

The Set-PCLegalBusinessProfile cmdlet updates the partner's legal business profile.

PARAMETERS

-Country <String>

Specifies an updated two letter ISO country code for the legal business profile.

Required?                    false
Position?                    1
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-AddressLine1 <String>

Specifies an updated street address for the legal business profile.

Required?                    false
Position?                    2
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-AddressLine2 <String>

Specifies an updated second address line for the legal business profile.

Required?                    false
Position?                    3
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-City <String>

Specifies an updated city name for the legal business profile.

Required?                    false
Position?                    4
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-State <String>

Specifies an updated city name for the legal business profile.

Required?                    false
Position?                    5
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-PostalCode <String>

Specifies an updated postal code for the legal business profile.

Required?                    false
Position?                    6
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-PrimaryContactFirstName <String>

Specifies an updated first name for the primary legal business contact.

Required?                    false
Position?                    7
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-PrimaryContactLastName <String>

Specifies an updated last name for the primary legal business contact.

Required?                    false
Position?                    8
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-PrimaryContactPhoneNumber <String>

Specifies an updated phone number for the primary legal business contact.

Required?                    false
Position?                    9
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-PrimaryContactEmail <String>

Specifies an updated e-mail address for the primary legal business contact.

Required?                    false
Position?                    10
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-SaToken <String>

Specifies an authentication token with your Partner Center credentials.

Required?                    false
Position?                    11
Default value                $GlobalToken
Accept pipeline input?       false
Accept wildcard characters?  false

INPUTS

OUTPUTS

NOTES

EXAMPLES

EXAMPLE 1

Update the legal business profile to use John Smith with the email address of john@contoso.com.

PS C:\>Set-PCLegalBusinessProfile -PrimaryContactFirstName 'John' -PrimaryContactLastName 'Smith' -PrimaryContactEmail 'john@contoso.com'