Get-PartnerServiceRequestTopic
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.
Examples
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.
Parameters
-SupportTopicId
The identifier of the support topic.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.PowerShell.Models.ServiceRequests.PSSupportTopic