The /UpdGroup parameter renames an existing group. Groups are used in ACS to organize ACS forwarders.
Syntax
AdtAdmin.exe /UpdGroup
{/Group:<ExistingName> |
/GroupID:<IdentificationNumber>} /Name:<NewName>
Subparameter | Description |
---|---|
/Group |
Specifies an ACS group to rename. You can specify the group using its name or identification number. |
ExistingName |
Identifies the ACS group to rename by its group name. |
IdentificatonNumber |
Identifies the ACS group to rename by its group identification number. |
/Name:NewName |
Specifies the new name for the ACS group. |
Note |
---|
A group’s identification number can be obtained using the AdtAdmin /ListGroups command. |
Example
Use the following example to rename the Accounting Computers ACS group to "Desktop Computers":
AdtAdmin /UpdGroup /Group:"Accounting Computers"
/Name:"Desktop Computers"
See Also
Did you find this information useful? Please send your suggestions and comments about the documentation.