Search Results for

    Show / Hide Table of Contents

    Get-PnPServiceHealthIssue

    SYNOPSIS

    Required Permissions

    • Microsoft Graph API : ServiceHealth.Read.All

    Gets service health issues of the Office 365 Services from the Microsoft Graph API

    SYNTAX

    Get-PnPServiceHealthIssue [-Identity <Id>] 
    

    DESCRIPTION

    Allows to retrieve current service health issues of the Office 365 Services from the Microsoft Graph API.

    EXAMPLES

    EXAMPLE 1

    Get-PnPServiceHealthIssue
    

    Retrieves all the available service health issues

    EXAMPLE 2

    Get-PnPServiceHealthIssue -Identity "EX123456"
    

    Retrieves the details of the service health issue with the Id EX123456

    PARAMETERS

    -Identity

    Allows retrieval of a particular service health issue with the provided Id

    Type: Identity
    Parameter Sets: (All)
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer