Share via


Get-PartnerServiceRequestTopic

Gets a list of service request topics.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

Microsoft.Store.PartnerCenter.PowerShell.Models.ServiceRequests.PSSupportTopic