Answers for "how to run power shell script"

0

how to run power shell script

powershell -Command D:\SRINIVAS_WORKS\POWERSHELL\testPsScript.ps1  --> to run on same terinal

powershell -NoExit -Command & D:\SRINIVAS_WORKS\POWERSHELL\testPsScript.ps1
Posted by: Guest on March-27-2021

Code answers related to "how to run power shell script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language