Skip to content

Commit 3aa46fc

Browse files
author
Trevor Seward
authored
Update Get-SPOExternalUser.md
Fix for #2231.
1 parent ad415d5 commit 3aa46fc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-SPOExternalUser
99

1010
## SYNOPSIS
11-
Returns external users in the tenant's folder.
11+
Returns external users in the tenant.
1212

1313

1414
## SYNTAX
@@ -20,7 +20,7 @@ Get-SPOExternalUser [[-Position] <Int32>] [[-PageSize] <Int32>] [[-Filter] <Stri
2020
```
2121

2222
## DESCRIPTION
23-
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.
2424

2525
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).
2626

@@ -43,14 +43,14 @@ Example 2 returns two external users from the third page of the collection.
4343

4444
### -----------------------EXAMPLE 3-----------------------------
4545
```
46-
Get-SPOExternalUser -Position 0 -PageSize 30 -Filter https://contosoe.testsite.com
46+
Get-SPOExternalUser -Position 0 -PageSize 30 -Filter https://contoso.sharepoint.com
4747
```
48-
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.
4949

5050
## PARAMETERS
5151

5252
### -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.
5454

5555

5656
```yaml
@@ -104,6 +104,7 @@ Accept wildcard characters: False
104104
105105
### -SiteUrl
106106
Specifies the site to retrieve external users for.
107+
107108
If no site is specified, the external users for all sites are returned.
108109
109110
@@ -138,7 +139,7 @@ Accept wildcard characters: False
138139
```
139140
140141
### -ShowOnlyUsersWithAcceptingAccountNotMatchInvitedAccount
141-
System.Boolean
142+
Shows users who have accepted an invite but not using the account the invite was sent to.
142143
143144
144145
```yaml

0 commit comments

Comments
 (0)