< Back

Get-PartnerServiceRequestTopic

Sat Jan 18, 2020 6:33 pm

NAME Get-PartnerServiceRequestTopic



SYNOPSIS

Gets a list of service request topics.





SYNTAX

Get-PartnerServiceRequestTopic [-SupportTopicId <String>] [<CommonParameters>]





DESCRIPTION

Gets a collection of items representing valid topics for service requests.





PARAMETERS

-SupportTopicId <String>

The identifier of the support topic.



Required? false

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.ServiceRequests.PSSupportTopic







NOTES









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



PS C:\\> Get-PartnerServiceRequestTopic -SupportTopicId <Support Topic ID>



Gets a specific support topic based on the specified support topic identifier.





-------------------------- Example 2 --------------------------



PS C:\\> Get-PartnerServiceRequestTopic



Gets all of the available support topics.







RELATED LINKS

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