From 09359aead852126f2ae64e3573aa4bafa7b26e25 Mon Sep 17 00:00:00 2001 From: SeanLGLivingston <121980808+SeanLGLivingston@users.noreply.github.com> Date: Thu, 10 Sep 2026 13:34:42 -0700 Subject: [PATCH] Update Get-SPOSite.md to include behavior for FileAnonymousLinkType and FolderAnonymousLinkType (#1211) FileAnonymousLinkType and FolderAnonymousLinkType will only be included in Get-SPOSite when Limit and Filter are not in use. Co-authored-by: Ruchika Mittal --- .../Microsoft.Online.SharePoint.PowerShell/Get-SPOSite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOSite.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOSite.md index e6f868da7..27aaa0c02 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOSite.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOSite.md @@ -61,7 +61,7 @@ For permissions and the most current information about Windows PowerShell for Sh > [!NOTE] > If the Limit or Filter parameters are provided then the following site collection properties will not be populated and may contain a default value: -> AllowDownloadingNonWebViewableFiles, AllowEditing, AllowSelfServiceUpgrade, AnonymousLinkExpirationInDays, ConditionalAccessPolicy, DefaultLinkPermission, DefaultLinkToExistingAccess, DefaultSharingLinkType, DenyAddAndCustomizePages, DisableCompanyWideSharingLinks, ExternalUserExpirationInDays, InformationSegment, LimitedAccessFileType, OverrideTenantAnonymousLinkExpirationPolicy, OverrideTenantExternalUserExpirationPolicy, PWAEnabled, SandboxedCodeActivationCapability, SensitivityLabel, SharingAllowedDomainList, SharingBlockedDomainList, SharingCapability, SharingDomainRestrictionMode. +> AllowDownloadingNonWebViewableFiles, AllowEditing, AllowSelfServiceUpgrade, AnonymousLinkExpirationInDays, ConditionalAccessPolicy, DefaultLinkPermission, DefaultLinkToExistingAccess, DefaultSharingLinkType, DenyAddAndCustomizePages, DisableCompanyWideSharingLinks, ExternalUserExpirationInDays, FileAnonymousLinkType, FolderAnonymousLinkType, InformationSegment, LimitedAccessFileType, OverrideTenantAnonymousLinkExpirationPolicy, OverrideTenantExternalUserExpirationPolicy, PWAEnabled, SandboxedCodeActivationCapability, SensitivityLabel, SharingAllowedDomainList, SharingBlockedDomainList, SharingCapability, SharingDomainRestrictionMode. ## EXAMPLES