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

Latest commit

 

History

History
79 lines (54 loc) · 1.57 KB

Set-PCSupportProfile.md

File metadata and controls

79 lines (54 loc) · 1.57 KB

Set-PCSupportProfile

Modifies the partner's support profile.

SYNTAX

Set-PCSupportProfile [[-Website] <String>] [[-Email] <String>] [[-Phone] <String>] [[-SaToken] <String>] [<CommonParameters>]

DESCRIPTION

The Set-PCSupportProfile cmdlet update the partner's support profile.

PARAMETERS

-Website <String>

Specifies an updated support website for the partner. Do not include 'http://', specify just the DNS name of the site.

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

-Email <String>

Specifies an updated support email address for the partner.

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

-Phone <String>

Specifies an updated support phone number for the partner.

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

-SaToken <String>

Specifies an authentication token with your Partner Center credentials.

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

INPUTS

OUTPUTS

NOTES

EXAMPLES

EXAMPLE 1

Updates the support website to be support.contoso.com.

PS C:\>Set-PCSupportProfile -Website 'support.contoso.com'