get_zone_groups
Use the get_zone_groups command to check Active Directory and return a Tcl list of zone groups defined within the currently selected zone. If executed in a script, this command does not output its list to stdout, and no output appears in the shell where the script is executed. Use list_zone_groups to output the list to stdout.
Zone Type
Classic and hierarchical
Syntax
get_zone_groups
Abbreviation
gzg
Options
This command takes no options.
Arguments
This command takes no arguments.
Return Value
This command returns a Tcl list of zone groups defined in the currently selected zone. Each entry in the list is the user principal name (UPN) of a group that you can use to look up that group.
Examples
get_zone_groups
This example returns the list of zone groups: poweradmins@acme.com auditors@acme.com
Related Commands
Before you use this command, you must have a currently selected zone stored in memory. The following commands enable you to view and select zone groups:
list_zone_groupslists tostdoutthe zone groups in the current zone.new_zone_groupcreates a new zone group and stores it in memory.select_zone_groupretrieves a zone group from Active Directory and stores it in memory.
After you have a zone group stored in memory, you can use the following commands to work with that zone group:
delete_zone_groupdeletes the selected zone group from Active Directory and from memory.get_zone_group_fieldreads a field value from the currently selected zone group.save_zone_groupsaves the selected zone group with its current settings to Active Directory.set_zone_group_fieldsets a field value in the currently selected zone group.