Answers for "php run powershell script"

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 run powershell script"

Browse Popular Code Answers by Language