Skip to content

Commit a09c9b4

Browse files
committed
Changed UpnList to UserPrincipalNames
1 parent 2f8924f commit a09c9b4

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> -UpnList <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-
### -UpnList
230+
### -UserPrincipalNames
231231
232-
Specifies the user principal name 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)