InstallOptionsBaseJoinDomainOffline Property

Gets or sets a value which indicates whether to join the domain during the offlineServicing pass.

Definition

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

Property Value

Boolean
if the domain should be joined during the offlineServicing pass; if it should be joined during the specialize pass. The default value is .

Remarks

This property is ignored if the AnswerFileOptionsJoinDomain property is .

Setting this property to is only supported when using the ProvisionedDomainOptions class.

This property is provided here, and not as part of the ProvisionedDomainOptions class, because the offlineServicing pass is not processed when using a pre-installed image.

See Also