ManagementServer.AutoApproveManuallyInstalledAgents Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets a value that indicates whether the server automatically approves and manages computers with manually installed agents.

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

Syntax

public SettablePropertyValue<bool> AutoApproveManuallyInstalledAgents { get; set; }
public:
property SettablePropertyValue<bool>^ AutoApproveManuallyInstalledAgents {
    SettablePropertyValue<bool>^ get();
    void set(SettablePropertyValue<bool>^ value);
}
member AutoApproveManuallyInstalledAgents : SettablePropertyValue<bool> with get, set
Public Property AutoApproveManuallyInstalledAgents As SettablePropertyValue(Of Boolean)

Property Value

Type: Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<Boolean>

Returns a SettablePropertyValue<T> object.

Remarks

If the AutoApproveManuallyInstalledAgents property and the RejectManuallyInstalledAgents properties are both set to false, a computer with a manually installed agent is not automatically accepted into the management group. Instead, a pending action is created on the management server, which must be approved by an administrator before the computer is managed by this server.

See Also

ApproveAgentPendingActions
RejectAgentPendingActions
RejectManuallyInstalledAgents
ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top