ProvisionedDomainOptionsWriteDomainElements Method

Writes options to join the domain.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.2.0+756b323e4a254fe5c3913a680ae57cc6848b892d
C#
public override void WriteDomainElements(
	AnswerFileGenerator generator,
	bool offlineServicing
)

Parameters

generator  AnswerFileGenerator
The generator creating the answer file.
offlineServicing  Boolean
if the options are for the offlineServicing pass; if they are for the specialize pass.

Remarks

This method is called when generating the Microsoft-Windows-JoinDomain component of the specialize or offlineServicing pass.

Exceptions

ArgumentNullExceptiongenerator is .

See Also