Print Shell(|powershell.exe -noexit -file "c:\scripts\test.ps1"|, 1)
Das hat leider mit ps nicht so funktioniert. Ich benötige PS ohne Fenster
Print Shell(|powershell.exe -windowstyle hidden -noexit -noprofile -executionpolicy bypass -file "c:\scripts\test.ps1"|, 1)