Share via


Get-PartnerServiceRequest

Gets the specified customer's service requests.

Syntax

ByStatus (Default)

Get-PartnerServiceRequest
    [-Status <ServiceRequestStatus>]
    [-Severity <ServiceRequestSeverity>]
    [<CommonParameters>]

BySeverity

Get-PartnerServiceRequest
    [-Status <ServiceRequestStatus>]
    [-Severity <ServiceRequestSeverity>]
    [<CommonParameters>]

ByCustomerId

Get-PartnerServiceRequest
    -CustomerId <String>
    [-Status <ServiceRequestStatus>]
    [-Severity <ServiceRequestSeverity>]
    [<CommonParameters>]

ByRequestId

Get-PartnerServiceRequest
    -CustomerId <String>
    [-RequestId <String>]
    [<CommonParameters>]

Description

Gets the specified customer's service requests.

Examples

Example 1

PS C:\> Get-PartnerServiceRequest -CustomerId <Customer ID> -Severity "Critical" -Status "Open"

Gets the service requests for the specified customer that are critical in severity and have a status of open.

Parameters

-CustomerId

The identifier of the customer.

Parameter properties

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

Parameter sets

ByCustomerId
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
ByRequestId
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RequestId

The identifier of the service request.

Parameter properties

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

Parameter sets

ByRequestId
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Severity

The status of the support request.

Parameter properties

Type:ServiceRequestSeverity
Default value:None
Accepted values:Critical, Minimal, Moderate, Unknown
Supports wildcards:False
DontShow:False

Parameter sets

ByStatus
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
BySeverity
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
ByCustomerId
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Status

The status of the support request.

Parameter properties

Type:ServiceRequestStatus
Default value:None
Accepted values:AttentionNeeded, Closed, None, Open
Supports wildcards:False
DontShow:False

Parameter sets

ByStatus
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
BySeverity
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
ByCustomerId
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.PSServiceRequest