Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.22 KB

Set-CIPPCAPolicy.md

File metadata and controls

28 lines (23 loc) · 1.22 KB

Set-CIPPCAPolicy

SYNOPSIS

Sets the Conditional Access (CA) Policy for a specific customer tenant.

DESCRIPTION

The Set-CIPPCAPolicy function is used to set the Conditional Access (CA) Policy for a specific customer tenant. It allows you to enable or disable the CA Policy for the tenant.

PARAMETERS

-CustomerTenantID

Foo Foo
Specifies the ID of the customer tenant for which the CA Policy needs to be set.

-State

Foo Foo
Specifies the state of the CA Policy. Valid values are "Enabled" and "Disabled".

-Guid

Foo Foo
Specifies the GUID of the CA Policy.

EXAMPLE 1

PS > Set-CIPPCAPolicy -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -State "Enabled" -Guid "a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6"

EXAMPLE 2

PS > Set-CIPPCAPolicy -CustomerTenantID "contoso.onmicrosoft.com" -State "Enabled" -Guid "a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6"