From bff801a81fe489a320f596901a97320931b18458 Mon Sep 17 00:00:00 2001 From: AnithaTallam <75658826+AnithaTallam@users.noreply.github.com> Date: Tue, 5 Aug 2025 12:24:45 +0100 Subject: [PATCH 1/2] Adding isAuthoritative property --- .../Set-SPOSite.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md index a6d4559a0..5918f9e91 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md @@ -63,6 +63,7 @@ Set-SPOSite [-Identity] [-Owner ] [-Title ] [- [-HidePeopleWhoHaveListsOpen ] [-AllowFileArchive ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-DisableSiteBranding ] + [-IsAuthoritative ] [-WhatIf] [-Confirm] [] ``` @@ -1000,6 +1001,26 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -IsAuthoritative + +> Applicable: SharePoint Online + +When Admin with Copilot license mark the site as authoritative, it signals to Microsoft Search, Copilot(BizChat), and other AI agents that the content is official, trusted, and verified. This improves content discoverability and user trust in AI-generated responses. + +PARAMVALUE: True | False + +```yaml +Type: Boolean +Parameter Sets: ParamSet1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EnableAutoExpirationVersionTrim > Applicable: SharePoint Online From 62c463623cedc2ba68187524401adbe66e1035d1 Mon Sep 17 00:00:00 2001 From: AnithaTallam <75658826+AnithaTallam@users.noreply.github.com> Date: Tue, 5 Aug 2025 17:33:55 +0100 Subject: [PATCH 2/2] Addressed PR comment --- .../Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md index 5918f9e91..adb26af2a 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md @@ -1005,7 +1005,7 @@ Accept wildcard characters: False > Applicable: SharePoint Online -When Admin with Copilot license mark the site as authoritative, it signals to Microsoft Search, Copilot(BizChat), and other AI agents that the content is official, trusted, and verified. This improves content discoverability and user trust in AI-generated responses. +When an admin with a Copilot license marks a site as authoritative, it signals to Microsoft Search, Microsoft 365 Copilot, and other AI agents that the content is official, trusted, and verified. This designation helps improve content discoverability and increases user confidence in AI-generated responses. PARAMVALUE: True | False