PHP führen das PowerShell -Skript mit Parametern aus

param(
[string]$CMD
)

Invoke-expression $CMD
Hash'J Programming