Skip to content

Commit bff801a

Browse files
authored
Adding isAuthoritative property
1 parent ce4e8bf commit bff801a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

  • sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-Owner <String>] [-Title <String>] [-
6363
[-HidePeopleWhoHaveListsOpen <Boolean>] [-AllowFileArchive <Boolean>]
6464
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>]
6565
[-DisableSiteBranding <Boolean>]
66+
[-IsAuthoritative <Boolean>]
6667
[-WhatIf] [-Confirm]
6768
[<CommonParameters>]
6869
```
@@ -1000,6 +1001,26 @@ Accept pipeline input: False
10001001
Accept wildcard characters: False
10011002
```
10021003

1004+
### -IsAuthoritative
1005+
1006+
> Applicable: SharePoint Online
1007+
1008+
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.
1009+
1010+
PARAMVALUE: True | False
1011+
1012+
```yaml
1013+
Type: Boolean
1014+
Parameter Sets: ParamSet1
1015+
Aliases:
1016+
1017+
Required: False
1018+
Position: Named
1019+
Default value: None
1020+
Accept pipeline input: False
1021+
Accept wildcard characters: False
1022+
```
1023+
10031024
### -EnableAutoExpirationVersionTrim
10041025

10051026
> Applicable: SharePoint Online

0 commit comments

Comments
 (0)