Command
Get-BoxUsers
Syntax
Get-BoxUsers
-Box <BoxInfo>
Description
The command to retrieve the list of all users in your Box environment.
Examples
Get all box users as admin
PS C:\> $box = Connect-Box user@box.com -Admin PS C:\> Get-BoxUsers -Box $box Email : user.1@enterprise.com Name : User1 Id : 1234567890 Status : inactive Role : User Email : user.2@enterprise.com Name : User2 Id : 1234567890 Status : active Role : Admin Email : user.3@enterprise.com Name : User3 Id : 1234567890 Status : active Role : CoAdmin Email : user.4@enterprise.com Name : User4 Id : 1234567890 Status : active Role : User
Parameters
-Box <BoxInfo>
Returns every users in your Box environment.
Required? | True |
Position? | 0 |
Default value |
Comments
0 comments
Please sign in to leave a comment.