AnswerFileOptionsFirstLogonCommands Property

Gets or sets a collection of commands to run during first log-on.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.0.0+89a02853fc03095ce3d28e19ceda0fd8e02a7ef0
C#
public Collection<string> FirstLogonCommands { get; set; }

Property Value

CollectionString
A collection of commands.

Remarks

These commands will run before any scripts specified by the FirstLogonScripts property.

See Also