We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3b03b4 + 9ea07b8 commit 313f685Copy full SHA for 313f685
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOExternalUser.md
@@ -49,10 +49,10 @@ Example 2 returns two external users from the third page of the collection.
49
### -----------------------EXAMPLE 3-----------------------------
50
51
```powershell
52
-Get-SPOExternalUser -Position 0 -PageSize 30 -Filter https://contoso.sharepoint.com
+Get-SPOExternalUser -Position 0 -PageSize 30 -SiteUrl https://contoso.sharepoint.com
53
```
54
55
-Example 3 returns the first 30 users that match the filter <https://contoso.sharepoint.com.>
+Example 3 returns the first 30 users that match the SiteUrl <https://contoso.sharepoint.com>.
56
57
## PARAMETERS
58
0 commit comments