Get-PartnerServiceIncident

Gets a list of service incidents.

Syntax

Default (Default)

Get-PartnerServiceIncident
    [-Status <ServiceIncidentStatus>]
    [-Resolved]
    [<CommonParameters>]

Description

Gets a list of service incidents.

Examples

Example 1

PS C:\> Get-PartnerServiceIncident -Status Warning -Resolved

Gets a list of service incidents that have a status of warning and are marked as resolved.

Parameters

-Resolved

If specified resolved incidents are also returned.

Parameter properties

Type:SwitchParameter
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

-Status

Specifies which status types to return.

Parameter properties

Type:ServiceIncidentStatus
Default value:None
Accepted values:Critical, Information, Normal, Warning
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.Models.Incidents.ServiceIncidentDetail