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 ff4bbc9 + 2a86b4c commit 062a61eCopy full SHA for 062a61e
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOUser.md
@@ -40,11 +40,12 @@ For permissions and the most current information about Windows PowerShell for Sh
40
41
## EXAMPLES
42
43
-### ------------ Example 1 --------------------
+### Example 1: Get the first 5 users or groups from a specific site collection
44
```
45
-{example code}
+PS C:\> $site = Get-SPOSite -Identity https://contoso.sharepoint.com
46
+PS C:\> Get-SPOUser -Limit 5 -Site $site
47
-{example description}
48
+This command retrieves the users or security groups in a site.
49
50
## PARAMETERS
51
0 commit comments