About the -AssignSL Command

The -AssignSL command is used to assign a new Storage Location to existing users when the existing Storage Location is no longer available. The new Storage Location must be managed by the same media server

Caution:

If the existing Storage Location is accessible, use the Move User command to move users to a new Storage Locations.

See Moving Desktop Agent users to a new network user data folder.

Desktop Agent users can be assigned to new Storage Locations based on User account name, profile name, profile ID, Storage Location, Storage Location ID, and File server.

The Desktop Agent that is being moved is disabled until the media server is notified that the move is complete.

Use the following syntax:

DLOCommandu -assignsl -NI [-A | -F | -P | -PI | -S | -SI | -U ]

Note:

Wildcard matches (*) are permitted in profile, Storage Location, and user names. Quotation marks are required around names if the name contains a space or colon.

Use the following command options:

Table: -AssignSL options

Option

Description

-NI <newSLID>

The -NI option is used to specify the name of the new storage location.

-A

Assigns a new storage location to all users.

-F <file server>

Assigns a new storage location to users with storage locations on the named file server.

-P <profile name>

Assigns a new storage location to users with named profile.

-PI <profile id>

Assigns a new storage location to users with given profile id.

-S <SL name>

Assigns a new storage location to users with named storage location.

-SI <SL id>

Assigns a new storage location to users with the given storage location ID.

-U <user>

Assigns a new storage location to named user account only.

The following examples show you how to use the command options:

DLOCommandu -assignsl -NI DLO_SL02 -A

DLOCommandu -assignsl -NI DLO_SL03 -U mmouse

About the -AssignSL Command