Get-PartnerServiceIncident
Gets a list of service incidents.
Syntax
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.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Status
Specifies which status types to return.
Type: | ServiceIncidentStatus |
Accepted values: | Critical, Information, Normal, Warning |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.Models.Incidents.ServiceIncidentDetail