< Back

Set-PartnerCustomerSubscriptionSupportContact

Sat Jan 18, 2020 6:37 pm

NAME Set-PartnerCustomerSubscriptionSupportContact



SYNOPSIS

Update a subscription's support contact to one of the partner's value added resellers.





SYNTAX

Set-PartnerCustomerSubscriptionSupportContact -CustomerId <String> -Name <String> -SubscriptionId <String>

-SupportMpnId <String> -SupportTenantId <String> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

Update a subscription's support contact to one of the partner's value added resellers.





PARAMETERS

-CustomerId <String>

The identifier for the customer.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

The name of the support contact.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SubscriptionId <String>

The identifier for the subscription.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SupportMpnId <String>

The MPN identifier of the support contact.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SupportTenantId <String>

The tenant identifier of the support contact.



Required? true

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.Subscriptions.PSSupportContact







NOTES









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



PS C:\\> Set-PartnerCustomerSubscriptionSupportContact -CustomerId 'e7e428c6-30b3-4301-b0d4-bb397d7d923d' -Name

'Value Add Reseller' -SubscriptionId '87e74b43-243f-4f0c-bbd8-b602f33b4ab1' -SupportMpnId '9999999'

-SupportTenantId 'f6671752-4eec-4fec-a6ff-d05b35b8af07'



Update a subscription's support contact to one of the partner's value added resellers.







RELATED LINKS

Online Version:

https://docs.microsoft.com/powershell/m ... ortContact