ManagementServer.RejectManuallyInstalledAgents Property
Applies To: Operations Manager for System Center 2012
Gets or sets a value that indicates whether the server automatically rejects computers with manually installed agents.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public SettablePropertyValue<bool> RejectManuallyInstalledAgents { get; set; }
public:
property SettablePropertyValue<bool>^ RejectManuallyInstalledAgents {
SettablePropertyValue<bool>^ get();
void set(SettablePropertyValue<bool>^ value);
}
member RejectManuallyInstalledAgents : SettablePropertyValue<bool> with get, set
Public Property RejectManuallyInstalledAgents As SettablePropertyValue(Of Boolean)
Property Value
Type: Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<Boolean>
Returns a SettablePropertyValue<T> object.
Remarks
If this property is set to true, only computers with agents deployed by the management server are accepted into the management group.
See Also
AutoApproveManuallyInstalledAgents
ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top