REMOVE
Function
Deletes an object. The command will remove rules and uploaded resources from a User Group or Container Template. The command does not support the removal of rules and uploaded resources at a container level. Separate the components of the path with colons. The PATHCHAR command can be used to change the default path character.
Syntax
REMOVE targetpath -p +q
Parameters
path |
The target path is relative to the administrator’s Desktop. |
DESKTOP userID path |
The user ID of the user from whom you want to remove items. The path is relative to the user's Desktop. |
MODEL groupname |
The name of the user group or container group. |
-p |
Deletes the target even if protected. |
+q |
If the target is missing, do not notify. |
+x |
Required when working with the Rules & Resources folder of a user group or container group. |
Examples
To remove the London gateway, enter:
REMOVE "Gateways:London" -p
To remove sbram's Presentations conference, enter:
REMOVE DESKTOP sbram "Presentations" -p
To remove a rule from a container group, enter:
REMOVE MODEL "Employee Read Conferences" "" "Mark as Urgent" +X
An empty set of quotation marks always follows the group name.
To remove an uploaded resource from a user group, enter:
REMOVE MODEL "Employee" "" "new_desktop.jpg" +X
An empty set of quotation marks always follows the group name.
|