< Back

Get-PartnerCustomerSubscriptionSupportContact

Sat Jan 18, 2020 6:30 pm

NAME Get-PartnerCustomerSubscriptionSupportContact



SYNOPSIS

Gets the support contact for the specified subscription.





SYNTAX

Get-PartnerCustomerSubscriptionSupportContact -CustomerId <String> -SubscriptionId <String> [<CommonParameters>]





DESCRIPTION

Gets the support contact for the specified subscription.





PARAMETERS

-CustomerId <String>

The identifier for the customer.



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



<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:\\> Get-PartnerCustomerSubscriptionSupportContact -CustomerId 'f9893115-bda6-483a-89b1-a28e1aec23cb'

-SubscriptionId '8b0b708a-07c7-48aa-bc51-adaa7b831a34'



Gets the support contact for the specified subscription.







RELATED LINKS

Online Version:

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