Answers for "execute powershell script from command line with parameters"

2

execute powershell script from command line with parameters

powershell -Command "& '<PATH_TO_PS1_FILE>' '<ARG_1>' '<ARG_2>' ... '<ARG_N>'"
Posted by: Guest on April-26-2021

Code answers related to "execute powershell script from command line with parameters"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language