ManagementGroup.Connect Method (String)

System Center
 

Applies To: Operations Manager for System Center 2012

Connects to a management server of the specified name.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

public static ManagementGroup Connect(
	string serverName
)

Parameters

serverName
Type: System.String

The name of the management server to which the management group is connected.

Return Value

Type: Microsoft.EnterpriseManagement.ManagementGroup

Returns the newManagementGroupobject.

Return to top
Show: