Sets the Conditional Access (CA) Policy for a specific customer tenant.
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.
![]()
![]()
Specifies the ID of the customer tenant for which the CA Policy needs to be set.
![]()
![]()
Specifies the state of the CA Policy. Valid values are "Enabled" and "Disabled".
PS > Set-CIPPCAPolicy -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -State "Enabled" -Guid "a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6"PS > Set-CIPPCAPolicy -CustomerTenantID "contoso.onmicrosoft.com" -State "Enabled" -Guid "a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6"