Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.1 KB

Get-CIPPConditionalAccessPolicyChanges.md

File metadata and controls

24 lines (19 loc) · 1.1 KB

Get-CIPPConditionalAccessPolicyChanges

SYNOPSIS

Retrieves conditional access policy changes for a specific customer.

DESCRIPTION

The Get-CIPPConditionalAccessPolicyChanges function retrieves conditional access policy changes for a specific customer identified by their tenant ID.

PARAMETERS

-CustomerTenantID

Foo Foo
The tenant ID of the customer for whom to retrieve the conditional access policy changes.

-PolicyId

Foo Foo
The ID of the policy for which to retrieve changes.

-PolicyDisplayName

Foo Foo
The display name of the policy for which to retrieve changes.

EXAMPLE 1

PS > Get-CIPPConditionalAccessPolicyChanges -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -PolicyId "12345" -PolicyDisplayName "Example Policy"