ActiveDirectoryHelpers Class
Provides properties to help you work with Windows Server Active Directory.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Framework.ActiveDirectoryHelpers
Syntax
[SerializableAttribute]
public static class ActiveDirectoryHelpers
[SerializableAttribute]
public ref class ActiveDirectoryHelpers abstract sealed
<SerializableAttribute>
Public NotInheritable Class ActiveDirectoryHelpers
Properties
Name | Description | |
---|---|---|
ADSiteName | Gets the name of an Active Directory site. |
|
DomainDnsName | Gets the DNS name of an Active Directory domain. |
|
ForestDnsName | Gets the DNS name of an Active Directory forest. |
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.
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top