PHP выполнить скрипт PowerShell с параметрами

param(
[string]$CMD
)

Invoke-expression $CMD
Hash'J Programming