Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.59 KB

Get-CIPPServiceHealth.md

File metadata and controls

32 lines (26 loc) · 1.59 KB

Get-CIPPServiceHealth

SYNOPSIS

Gets service health information.

DESCRIPTION

The Get-CIPPServiceHealth function retrieves active service health issues from CIPP.

PARAMETERS

-CustomerTenantID

Foo Foo
Specifies the ID of the customer tenant where the operation will be performed. Use 'AllTenants' to get health information for all tenants, or use the AllTenants switch parameter.

-AllTenants

Foo Foo Foo
When specified, retrieves service health information for all tenants.

-DisplayName

Foo Foo
When querying a specific tenant, specifies the display name of the tenant. Required when CustomerTenantID is not 'AllTenants'.

-DefaultDomainName

Foo Foo
When querying a specific tenant, specifies the default domain name of the tenant. Required when CustomerTenantID is not 'AllTenants'.

EXAMPLE 1

PS > Get-CIPPServiceHealth -CustomerTenantID "AllTenants"

EXAMPLE 2

PS > Get-CIPPServiceHealth -CustomerTenantID "12345678-1234-1234-1234-1234567890AB" -DisplayName "Contoso" -DefaultDomainName "contoso.onmicrosoft.com"