Skip to content

Commit 513a1f0

Browse files
authored
Correcting Example 3
1 parent ea2ac92 commit 513a1f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Example 2 returns two external users from the third page of the collection.
4949
### -----------------------EXAMPLE 3-----------------------------
5050

5151
```powershell
52-
Get-SPOExternalUser -Position 0 -PageSize 30 -Filter https://contoso.sharepoint.com
52+
Get-SPOExternalUser -Position 0 -PageSize 30 -SiteUrl https://contoso.sharepoint.com
5353
```
5454

55-
Example 3 returns the first 30 users that match the filter <https://contoso.sharepoint.com.>
55+
Example 3 returns the first 30 users that match the SiteUrl <https://contoso.sharepoint.com.>
5656

5757
## PARAMETERS
5858

0 commit comments

Comments
 (0)