You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `Get-SPOExternalUser` cmdlet returns external users that are located in the tenant's folder based on specified criteria.
23
+
The `Get-SPOExternalUser` cmdlet returns external users that are located in the tenant based on specified criteria.
24
24
25
25
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).
26
26
@@ -43,14 +43,14 @@ Example 2 returns two external users from the third page of the collection.
Example 3 returns the first 30 users that match the filter,https://contosoe.testsite.com.
48
+
Example 3 returns the first 30 users that match the filter https://contoso.sharepoint.com.
49
49
50
50
## PARAMETERS
51
51
52
52
### -Filter
53
-
Limits the results to only those users whose first name, last name or email address begins with the text in the string, using a case-insensitive comparison
53
+
Limits the results to only those users whose first name, last name, or email address begins with the text in the string using a case-insensitive comparison.
0 commit comments