GeneratorOptionsSetupScripts Property

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

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
C#
public Collection<string> SetupScripts { get; set; }

Property Value

CollectionString
A collection of scripts, with their path and arguments.

Remarks

These scripts will run after any commands specified by the FirstLogonCommands property.

See Also