Secure Global Desktop Administration Guide > Commands > The tarantella role remove_link command

The tarantella role remove_link command

Syntax

tarantella role remove_link { --role rolename
                              --link lobj...
                            } | --file file

Description

Removes links from the webtops of users occupying particular roles.

Argument Description
--role rolename Specifies the name of a role, for example global. Use tarantella role list to find out the available roles.
--link lobj... Specifies the TFN names of objects to remove from the webtops of users occupying the role. For example, .../_ens/o=Indigo Insurance/cn=Indigo Time.
--file file Specifies a file containing a batch of commands to remove links from webtops of users with a particular role.

Note Make sure you quote any object names containing spaces, for example ".../_ens/o=Indigo Insurance".

Examples

tarantella role remove_link \
  --role global \
  --link ".../_ens/o=Indigo Insurance/cn=Write-o-Win"

Removes a link for the Write-o-Win application from the webtops of members of the Global Administrators role.

Related topics