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

Latest commit

 

History

History
187 lines (135 loc) · 4.23 KB

Set-PCOrganizationProfile.md

File metadata and controls

187 lines (135 loc) · 4.23 KB

Set-PCOrganizationProfile

Updates the partner's organization profile.

SYNTAX

Set-PCOrganizationProfile [[-CompanyName] <String>] [[-Country] <String>] [[-AddressLine1] <String>] [[-AddressLine2] <String>] [[-City] <String>] [[-State] <String>] [[-PostalCode] <String>] [[-FirstName] <String>] [[-LastName] <String>] [[-PhoneNumber] <String>] [[-Email] <String>] [[-Language] <String>] [[-SaToken] <String>] [<CommonParameters>]

DESCRIPTION

The Set-PCOrganizationProfile cmdlet sets information on a partner's organizational profile.

PARAMETERS

-CompanyName <String>

Specifies an updated company name for the partner's organizational profile.

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

-Country <String>

Specifies an updated two letter ISO code for the partner's organizational profile.

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

-AddressLine1 <String>

Specifies the first address line for the partner's organizational profile.

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

-AddressLine2 <String>

Specifies the second address line for the partner's organizational profile.

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

-City <String>

Specifies the second city for the partner's organizational profile.

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

-State <String>

Specifies the state for the partner's organizational profile.

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

-PostalCode <String>

Specifies the postal code for the partner's organizational profile.

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

-FirstName <String>

Specifies the first name of the company contact for the partner's organizational profile.

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

-LastName <String>

Specifies the last name of the company contact for the partner's organizational profile.

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

-PhoneNumber <String>

Specifies the phone number of the company contact for the partner's organizational profile.

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

-Email <String>

Specifies the email address for the company contact.

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

-Language <String>

Specifies the two letter ISO code for the language.

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

-SaToken <String>

Specifies an authentication token with your Partner Center credentials.

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

INPUTS

OUTPUTS

NOTES

EXAMPLES

EXAMPLE 1

Sets John Smith with the email address of [email protected] as the contact on the partner's organizational profile.

PS C:\>Set-PCOrganizationProfile -FirstName 'John' -LastName 'Smith' -Email '[email protected]'