Share via


ManagementServer.AutoApproveManuallyInstalledAgents Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As ManagementServer
Dim value As SettablePropertyValue(Of Boolean)

value = instance.AutoApproveManuallyInstalledAgents

instance.AutoApproveManuallyInstalledAgents = value

Syntax

'Declaration
Public Property AutoApproveManuallyInstalledAgents As SettablePropertyValue(Of Boolean)
public SettablePropertyValue<bool> AutoApproveManuallyInstalledAgents { get; set; }
public:
property SettablePropertyValue<bool>^ AutoApproveManuallyInstalledAgents {
    SettablePropertyValue<bool>^ get ();
    void set (SettablePropertyValue<bool>^ value);
}
/** @property */
public SettablePropertyValue<boolean> get_AutoApproveManuallyInstalledAgents ()

/** @property */
public void set_AutoApproveManuallyInstalledAgents (SettablePropertyValue<boolean> value)
public function get AutoApproveManuallyInstalledAgents () : SettablePropertyValue<boolean>

public function set AutoApproveManuallyInstalledAgents (value : SettablePropertyValue<boolean>)

Property Value

Returns a SettablePropertyValue 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ManagementServer Class
ManagementServer Members
Microsoft.EnterpriseManagement.Administration Namespace
ApproveAgentPendingActions
RejectAgentPendingActions
RejectManuallyInstalledAgents