allowlimitedaccess
1 TopicGet-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 *1.8KViews0likes2Comments