< Back

Set-PartnerSupportProfile

Sat Jan 18, 2020 6:37 pm

NAME Set-PartnerSupportProfile



SYNOPSIS

Updates the partner's support profile.





SYNTAX

Set-PartnerSupportProfile [-SupportEmail <String>] [-SupportPhoneNumber <String>] [-SupportWebsite <String>]

[-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

Updates the partner's support profile.





PARAMETERS

-SupportEmail <String>

The email address of the support contact.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SupportPhoneNumber <String>

The phone number of the support contact.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SupportWebsite <String>

The website where customers can get support.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

Microsoft.Store.PartnerCenter.PowerShell.Models.Partners.PSSupportProfile







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Set-PartnerSupportProfile -SupportEmail 'support@contoso.com' -SupportPhoneNumber '4255555555'

-SupportWebsite 'https://www.microsoft.com'



Updates the partner's support profile.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... ortProfile