File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Start-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> -Workload
5353### UserPermissionsParameterSet
5454```
5555Start-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
227227Accept 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
235235Type : System.Collections.Generic.List`1[System.String]
You can’t perform that action at this time.
0 commit comments