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 062a61e + 5a6e3f9 commit ec2568eCopy full SHA for ec2568e
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOExternalUser.md
@@ -25,11 +25,12 @@ For permissions and the most current information about Windows PowerShell for Sh
25
26
## EXAMPLES
27
28
-### ------------ Example 1 --------------------
+### Example 1: Get the external users for a specific site collection
29
```
30
-{example code}
+PS C:\> $site = "https://contoso.sharepoint.com/"
31
+PS C:\> Get-SPOExternalUser -SiteUrl $site
32
-{example description}
33
+This command retrieves external users in your tenant
34
35
## PARAMETERS
36
0 commit comments