Share via


ManagementServer.AutoApproveManuallyInstalledAgents Property

Definition

Auto Approve Manually Installed Agents.

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

Property Value

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.

Applies to

See also