GeneratorOptionsJoinDomain Property

Gets or sets options for joining a domain.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
C#
public DomainOptions? JoinDomain { get; set; }

Property Value

DomainOptions
An instance of the DomainOptions 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