ActiveDirectoryConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details of a RemoteApp active directory configuration.
public class ActiveDirectoryConfig
type ActiveDirectoryConfig = class
Public Class ActiveDirectoryConfig
- Inheritance
-
ActiveDirectoryConfig
- Derived
Constructors
ActiveDirectoryConfig() |
Initializes a new instance of the ActiveDirectoryConfig class. |
ActiveDirectoryConfig(String, String, String) |
Initializes a new instance of the ActiveDirectoryConfig class with required arguments. |
Properties
DomainName |
Required. The name of the on-premise domain to join the RD Session Host servers to. |
OrganizationalUnit |
Optional. The name of your organizational unit to join the RD Session Host servers, e.g. OU=MyOu,DC=MyDomain,DC=ParentDomain,DC=com. Attributes such as OU, DC, etc. must be in uppercase. |
Password |
Required. The service account's password. |
UserName |
Required. The user name of a service account that has permission to add computers to the domain.The username must be specified in the UPN or down-level logon name format (user@some.domain or some.domain\user). |