From d4d6e1c90cb6bdcaf93c4f3e7ac3fbb943f85bad Mon Sep 17 00:00:00 2001 From: hildar007 <98509254+hildar007@users.noreply.github.com> Date: Tue, 5 May 2026 10:45:07 -0700 Subject: [PATCH] Update Set-SPOTenant.md, delimiter change in FilePreviewAllowedDomainList Update the domain list delimiter from semicolon to comma to ensure consistency with other parameters. --- .../Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md index c78e89d16..1a09b048d 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -880,7 +880,7 @@ This example removes any specific version history limit override set for video a ### EXAMPLE 26 ```powershell -Set-SPOTenant -IsFilePreviewDomainRestrictionEnabled $true -FilePreviewAllowedDomainList "contoso.com;fabrikam.com" +Set-SPOTenant -IsFilePreviewDomainRestrictionEnabled $true -FilePreviewAllowedDomainList "contoso.com,fabrikam.com" ``` This example restricts file preview to the specified domains. When domain restriction is enabled, only files embedded from the listed domains can be previewed, in addition to predefined trusted Microsoft domains (for example, teams.microsoft.com). @@ -3529,7 +3529,7 @@ Accept wildcard characters: False ### -FilePreviewAllowedDomainList Specifies the list of domains that are allowed for file preview. -Use a semicolon-delimited list of domain names. For example: `contoso.com;fabrikam.com`. +Use a comma-delimited list of domain names. For example: `contoso.com,fabrikam.com`. ```yaml Type: String