Answers for "php execute powershell script with parameters"

PHP
0

php execute powershell script with parameters

param(
[string]$CMD
)

Invoke-expression $CMD
Posted by: Guest on May-22-2021

Code answers related to "php execute powershell script with parameters"

Browse Popular Code Answers by Language