get_rs_envs
Use the get_rs_envs command to check Active Directory and return a list of restricted environments that are defined within the currently selected zone. If you want to return a list of restricted shell environment to stdout, use the list_rs_envs command.
Zone Type
Classic only
Syntax
get_rs_envs
Abbreviation
grse
Options
This command takes no options.
Arguments
This command takes no arguments.
Return Value
This command returns a Tcl list of restricted environments in the currently selected zone.
Examples
get_rs_envs
rse1 rse2
This example returns the list of restricted shell environments.
Related Commands
Before you use this command, you must have a currently selected role stored in memory. The following commands enable you to view and select the role to work with restricted shell environments:
list_rs_envslists tostdoutthe restricted shell environments.new_rs_envcreates a new restricted shell environment and stores it in memory.select_rs_envretrieves a restricted shell environment from Active Directory and stores it in memory.
After you have a restricted shell environment stored in memory, you can use the following commands to work with its fields:
delete_rs_envdeletes the current restricted shell environment from Active Directory and from memory.get_rse_fieldreads a field value from the current restricted shell environment.save_rs_envsaves the restricted shell environment to Active Directory.set_rse_fieldsets a field value in the current restricted shell environment.