AnswerFileOptionsJoinDomain Property

Gets or sets options for joining a domain.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.1.0+446b05628b4ec6933ca1b84b1f778ac43fb60ce9
C#
public DomainOptionsBase? JoinDomain { get; set; }

Property Value

DomainOptionsBase
An instance of the DomainOptions class, the ProvisionedDomainOptions class, or to not join a domain. The default value is .

Remarks

  Security Note

The password of the account used to join the domain is stored in plain text in the answer file. Do not store answer files with sensitive passwords in public locations.

See Also