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.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
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