Here you will find information on how to view or enumerate members of a specified OpsMgr 2007 management group.
Follow the steps below:
1. Open the Command Shell and issue a “Dir” command to list all of the available groups:
Dir | FL DisplayName, PathName
2. Next select one such as the “Root Management Server Computers Group”
3. Next change to the group root by issuing the CD command:
Cd Microsoft.SystemCenter.RootManagementServerComputersGroup
4. Then reissue the Dir command to list the resources in the group:
Dir | FL DisplayName, ManagementGroup, HealthState
Note: You can also issue just the Dir command and the following information will be displayed: Id, PathName, DisplayName, ManagementMode, ManagementGroup, HealthState and the OperationalState
No Comments