Forum Discussion

blue_man's avatar
blue_man
Iron Contributor
Jan 26, 2022

Get-SPOSite ConditionalAccessPolicy Displaying Incorrect Value

When I run the below command under the ConditionalAccessPolicy value it is displaying AllowFullAccess even though the property is set to AllowLimitedAccess.

 

Get-SPOSite -IncludePersonalSite $true -Limit all | Select-Object URL,ConditionalAccessPolicy

 

If I run it direct on one of the sites it display the ConditionalAccessPolicy property correctly and shows it as AllowLimitedAccess.

 

Get-SPOSite -Identity https://domain-my.sharepoint.com/personal/name_name_domain_com | fl *

Resources