public Collection<string> FirstLogonScripts { get; set; }
Public Property FirstLogonScripts As Collection(Of String)
Get
Set
public:
property Collection<String^>^ FirstLogonScripts {
Collection<String^>^ get ();
void set (Collection<String^>^ value);
}
member FirstLogonScripts : Collection<string> with get, set
The scripts specified by this property will be executed by invoking Windows PowerShell using PowerShell.exe -ExecutionPolicy Bypass. This is provided for convenience, and there is no difference between this property and using the FirstLogonCommands property to explicitly invoke PowerShell.
The scripts will run after any commands specified by the FirstLogonCommands property.