GetActiveDirectoryIntegrationEnabled Method
Applies To: System Center 2012 - Operations Manager
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
This method returns a Boolean value indicating whether or not true Active Directory integration is enabled for the agent.
ManagementServiceConfigurationClass.GetActiveDirectoryIntegrationEnabled()
Parameters
None.
Return Value
Type | Description |
---|---|
Boolean |
Returns True if Active Directory integration is enabled. Returns False if Active Directory integration is not enabled. |
Errors
Error Number | Description |
---|---|
0x80070005 |
Insufficient permissions. The caller of this method must be an administrator. |
Example
This is the description for a code example.
Requirements
Platforms: Requires Windows Vista, Windows Server 2003, or Windows Server 2008
Version: Requires System Center 2012 – Operations Manager
See Also
Reference
DisableActiveDirectoryIntegration Method
EnableActiveDirectoryIntegration Method
ManagementServiceConfigurationClass Object