Beispiel #1
0
 /// <summary>
 /// calls the InvokePSCmd (Invoke Powershell Commands) function of each item of the ConfigList List
 /// </summary>
 public void LaunchPSCmds()
 {
     foreach (ConfigOption Cfg in ConfigList)
     {
         Cfg.InvokePSCmd();
     }
 }