Skip to content

Commit 2f8924f

Browse files
committed
UPNList instead of email list
1 parent 75682d4 commit 2f8924f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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> -UpnList <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+
### -UpnList
231231
232-
Specifies the email IDs of the users for whom permissions report should be generated.
232+
Specifies the user principal name 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)