< Back

Get-PartnerServiceIncident

Sat Jan 18, 2020 6:33 pm

NAME Get-PartnerServiceIncident



SYNOPSIS

Gets a list of service incidents.





SYNTAX

Get-PartnerServiceIncident [-Resolved] [-Status {Critical | Information | Normal | Warning}] [<CommonParameters>]





DESCRIPTION

Gets a list of service incidents.





PARAMETERS

-Resolved [<SwitchParameter>]

If specified resolved incidents are also returned.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Status <ServiceIncidentStatus>

Specifies which status types to return.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

Microsoft.Store.PartnerCenter.Models.Incidents.ServiceIncidentDetail







NOTES









-------------------------- 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.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... ceIncident