AdtAdmin.exe /UpdGroup
Updated: May 13, 2016
Applies To: System Center 2012 R2 Operations Manager, System Center 2012 - Operations Manager, System Center 2012 SP1 - Operations Manager
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
Audit Collection Services Administration (AdtAdmin.exe)
AdtAdmin.exe /AddGroup
AdtAdmin.exe /DelGroup
AdtAdmin.exe /Disconnect
AdtAdmin.exe /GetDBAuth
AdtAdmin.exe /GetQuery
AdtAdmin.exe /ListForwarders
AdtAdmin.exe /ListGroups
AdtAdmin.exe /SetDBAuth
AdtAdmin.exe /SetQuery
AdtAdmin.exe /Stats
AdtAdmin.exe /UpdForwarder