Skip to content

Commit ec2568e

Browse files
authored
Merge pull request MicrosoftDocs#140 from expiscornovus/patch-4
Update Get-SPOExternalUser.md
2 parents 062a61e + 5a6e3f9 commit ec2568e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ For permissions and the most current information about Windows PowerShell for Sh
2525

2626
## EXAMPLES
2727

28-
### ------------ Example 1 --------------------
28+
### Example 1: Get the external users for a specific site collection
2929
```
30-
{example code}
30+
PS C:\> $site = "https://contoso.sharepoint.com/"
31+
PS C:\> Get-SPOExternalUser -SiteUrl $site
3132
```
32-
{example description}
33+
This command retrieves external users in your tenant
3334

3435
## PARAMETERS
3536

0 commit comments

Comments
 (0)