Command
Connect-Box
Description
The command to connect to a Box drive to import files from.
For admin connection, ShareGate Migrate must be authorized on your Box enterprise. See here for more information.
Note: You will get prompted with a popup to authorize ShareGate Migrate to complete the connection.
Examples
Connect to a Box.com Drive using a Box.com user account email
Connect-Box -Email [email protected]
Connect to a Box drive using a Box administrator account to perform a migration for any user account
Connect-Box -Email [email protected] -Admin
Syntax
Connect-Box-Email <String>
Connect-Box-Email <String>-Admin <SwitchParameter>
Parameters
-Admin <SwitchParameter>
Use administrator authentication.
Required? | True |
Default value | None |
Accept pipeline input? | False |
Accept wildcard characters? | False |
Parameter set name | Admin |
Aliases | None |
-Email <String>
Specifies the user email address.
Required? | True |
Default value | None |
Accept pipeline input? | False |
Accept wildcard characters? | False |
Parameter set name | (All) |
Aliases | None |