Skip to content

Commit 7b9ef2b

Browse files
committed
Incorporating all feedback
1 parent 6353b5c commit 7b9ef2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataAccessGovernanceInsight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Specifies the entity that could cause oversharing and hence tracked by these rep
5353
Type: ReportEntityEnum
5454
Parameter Sets: GetAllReportsParameterSet
5555
Aliases:
56-
Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers, PermissionsReport (Preview)
56+
Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers, PermissionsReport
5757

5858
Required: True
5959
Position: Named

sharepoint/sharepoint-ps/sharepoint-online/Start-SPODataAccessGovernanceInsight.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Specifies the entity that could cause oversharing and hence tracked by these rep
192192
Type: ReportEntityEnum
193193
Parameter Sets: (All)
194194
Aliases:
195-
Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers, PermissionsReport (Preview)
195+
Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers, PermissionsReport
196196

197197
Required: True
198198
Position: Named
@@ -270,7 +270,7 @@ Accept wildcard characters: False
270270
271271
### -UserIDList
272272
273-
Specifies the AAD/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.
273+
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).
274274

275275
```yaml
276276
Type: System.Collections.Generic.List`1[System.Guid]

0 commit comments

Comments
 (0)