Skip to content

Commit e62d5a3

Browse files
Merge pull request #1102 from MicrosoftDocs/main
[AutoPublish] main to live - 01/30 10:37 PST | 01/31 00:07 IST
2 parents 74e18cc + cc6aede commit e62d5a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 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> -UserEmailList <System.Collections.Generic.List`1[System.String]>
56+
-ReportType <ReportTypeEnum> -Name <String> -UserPrincipalNames <System.Collections.Generic.List`1[System.String]>
5757
[<CommonParameters>]
5858
```
5959

@@ -227,9 +227,9 @@ Accept pipeline input: False
227227
Accept wildcard characters: False
228228
```
229229
230-
### -UserEmailList
230+
### -UserPrincipalNames
231231
232-
Specifies the email IDs of the users for whom permissions report should be generated.
232+
Specifies the user principal names of the users for whom permissions report should be generated.
233233
234234
```yaml
235235
Type: System.Collections.Generic.List`1[System.String]

0 commit comments

Comments
 (0)