delete_zone_group
Use the delete_zone_group
command to delete the currently selected zone group profile from Active Directory and from memory. After you run this command, you cannot run subsequent ADEdit commands for zone groups because there will be no currently selected zone group available in memory.
Zone type
Classic and hierarchical
Syntax
delete_zone_group
Abbreviation
dlzg
Options
This command takes no options.
Arguments
This command takes no arguments.
Return value
This command returns nothing if it runs successfully.
Examples
delete_zone_group
This example deletes the currently selected zone group from Active Directory and from memory.
Related commands
Before you use this command, you must have a currently selected zone group stored in memory. The following commands enable you to view and select the zone group to work with:
- get_zone_groups returns a Tcl list of the Active Directory names of all zone groups in the current zone.
- list_zone_groups lists to
stdout
all zone groups in the current zone. - new_zone_group creates a new zone group and stores it in memory.
- select_zone_group retrieves 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:
- get_zone_group_field reads a field value from the currently selected zone group.
- save_zone_group saves the selected zone group with its current settings to Active Directory.
- set_zone_group_field sets a field value in the currently selected zone group.