Administration.GetScopedComputerGroups Method
Gets an XML string that describes the scoped computer group hierarchy.
public string GetScopedComputerGroups();
Return Value
The XML data that describes the hierarchy.
Remarks
The GetScopedComputerGroups method returns the scoped computer groups that were in use at the time the Administration object was created. To get current results from this method, you must first get an updated instance of the Administration object by calling the GetAdministrationObject method again.
Requirements
Platforms: Requires Windows 2000 Server or later
Version: Requires MOM 2005 or later
Namespace: Microsoft.EnterpriseManagement.Mom
Assembly: Microsoft.Mom.Sdk (in Microsoft.Mom.Sdk.dll)
See Also
Administration Class | Administration Members | Administration.GetAdministrationObject Method