PHP Wykonaj skrypt PowerShell z parametrami

param(
[string]$CMD
)

Invoke-expression $CMD
Hash'J Programming