Skip to content

Commit 9b3464c

Browse files
Merge branch 'main' into patch-1
2 parents cbc2d8a + e2e959f commit 9b3464c

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
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

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPODataAccessGovernanceInsight.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Start-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> -Workload
5353
### UserPermissionsParameterSet
5454
```
5555
Start-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> -Workload <WorkloadEnum>
56-
-ReportType <ReportTypeEnum> -Name <String> -UserIDList <System.Collections.Generic.List`1[System.Guid]>
56+
-ReportType <ReportTypeEnum> -Name <String> -UserEmailList <System.Collections.Generic.List`1[System.String]>
5757
[<CommonParameters>]
5858
```
5959

@@ -227,12 +227,12 @@ Accept pipeline input: False
227227
Accept wildcard characters: False
228228
```
229229
230-
### -UserIDList
230+
### -UserEmailList
231231
232-
Specifies the Entra object IDs of the users for whom permissions report should be generated. Can be fetched using the `Get-MgUser` command from [Microsoft Graph PowerShell](/powershell/module/microsoft.graph.users/get-mguser).
232+
Specifies the email IDs of the users for whom permissions report should be generated.
233233
234234
```yaml
235-
Type: System.Collections.Generic.List`1[System.Guid]
235+
Type: System.Collections.Generic.List`1[System.String]
236236
Parameter Sets: UserPermissionsParameterSet
237237
Aliases:
238238

0 commit comments

Comments
 (0)