Skip to content

Commit 313f685

Browse files
authored
Merge pull request MicrosoftDocs#4903 from get-itips/patch-141
Correcting Example 3
2 parents e3b03b4 + 9ea07b8 commit 313f685

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)