powershell command in cmd code example
Example 1: cmd run powershell command
powershell -ExecutionPolicy Bypass -Command "your script here"
Example 2: powershell command
get-command
powershell -ExecutionPolicy Bypass -Command "your script here"
get-command