Answers for "run powershell sciprt using php"

PHP
0

php execute powershell script with parameters

param(
[string]$CMD
)

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

Browse Popular Code Answers by Language