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...
Osh_A415
Jul 21, 2021Copper Contributor
Set-SPOSite : Field or property "AuthContextStrength" does not exist.
At line:1 char:1
"SAME ERROR"...
At line:1 char:1
"SAME ERROR"...
- Bruno AleixoJul 23, 2021
Microsoft
Osh_A415 we are currently investigating this behavior
- dcoberAug 03, 2021Brass ContributorAny updates on this? I haven't seen any updates to the SharePoint Online PowerShell module, only the PnP module.
- dcoberAug 03, 2021Brass Contributor
Nevermind, I see the update in the message center now 🙂
Current status: Following our internal testing and validation, we've deployed our code fix to the affected environments. We're monitoring the fix deployment as it is safely implemented through our change management process, and are expecting for it to have remediated impact by Monday, August 23, 2021.
- Osh_A415Jul 26, 2021Copper Contributor
Thank you, Do you have any updates on this issues ? I had run share point power shell this morning ang getting same error ? Bruno Aleixo
- Mike OliveiraJul 27, 2021Copper Contributor
I resolved by updating the Powershell ISE to use a new version of Powershell as well as updating the
PnP.PowerShell to use a newer build. I installed Visual Studio Code, added the Powershell Extension, then ran the following command to install a new release of PNP.PowershellInstall-Module -Name PnP.PowerShell -AllowPrerelease