Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.31 KB

File metadata and controls

26 lines (20 loc) · 1.31 KB

Get-CIPPSignIns

SYNOPSIS

Retrieves sign-in information for a specific customer tenant.

DESCRIPTION

The Get-CIPPSignIns function retrieves sign-in information for a specific customer tenant. It can filter the results based on various criteria such as failed logons.

PARAMETERS

-CustomerTenantID

Foo Foo
Specifies the ID of the customer tenant for which to retrieve sign-in information. This parameter is mandatory.

-FailedLogonOnly

Foo Foo Foo
Indicates whether to retrieve only failed logon sign-ins. This parameter is optional.

-Filter

Foo Foo
Specifies an additional filter to apply to the sign-in results. This parameter is optional.

EXAMPLE 1

PS > Get-CIPPSignIns -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -failedlogononly

This example retrieves all failed logon sign-ins for the customer tenant with the ID "7ced1621-b8f7-4231-868c-bc6b1a2f1778".