Skip to content

Commit e2e959f

Browse files
authored
Merge pull request #973 from AnithaTallam/user/anithat/AddParamIsAuthoritative
Adding isAuthoritative property
2 parents 71edc06 + 65b389f commit e2e959f

File tree

1 file changed

+21
-0
lines changed
  • sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell

1 file changed

+21
-0
lines changed

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 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.
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)