Forum Discussion
Enoll
Jul 20, 2021Copper Contributor
Set-SPOSite Conditional Access Error (AuthContextStrength)
Hello, We have set AllowLimitedAccess for quite some time to our sites with the same command: Set-SPOSite -Identity IdentityHere -ConditionalAccess AllowLimitedAccess Until today, when i...
Jul 26, 2021
Looks like you can pass a Site object to Set-SPOTenant like this
get-sposite https://domain.tld/site/ | set-spotenant -ConditionalAccessPolicy AllowLimitedAccess
Tested it and successfully changed the ConditionalAccessPolicy for that site. (Not the Tenant)
get-sposite https://domain.tld/site/ | set-spotenant -ConditionalAccessPolicy AllowLimitedAccess
Tested it and successfully changed the ConditionalAccessPolicy for that site. (Not the Tenant)