PHP Ejecutar el script PowerShell con parámetros

param(
[string]$CMD
)

Invoke-expression $CMD
Hash'J Programming