Deletes only the data files in a container, and leaves the container intact.
container --delete_files --name <name>
Where
--name Container Name
Error: Connection needs to be disabled first.
|
NOTE: This command is only supported on OST/RDA connection type containers and the connection to the container must be disabled before you can delete its files. For details, see connection --disable . To delete the files and the existing OST container on which the files resides, see container --delete. |
Add user access control to the container. Mode is [RW | RWD]
container --add_uac --name <name> --user <user name> --mode <RW|RWD>
Where
--name Name of container. --user Name of the user. --mode Access permissions for the user: {RW | RWD}
Successfully updated container with uac for user "<user name>"
Delete user access control to the container.
container --delete_uac --name <name> --user <user name>
Where
--name Name of container. --user Name of the user.
Successfully deleted uac for user "<user>" from the container
Update user access control to the container. Mode is [RW | RWD]
container --update_uac --name <name> --user <user name> --mode <RW|RWD>
Where
--name Name of container. --user Name of the user. --mode Access permissions for the user: {RW | RWD}
Successfully updated container with uac for user "<user>"
© ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center