Powershell - ExecutionPolicy / Multiple commands - Help
-
Hello.
My question is:
How do i create a policy with a series of commands to the same PowerShell instance?
So i can temporarily disable ExecutionPolicy with
Set-ExecutionPolicy Bypass -Scope Process
and afterwards run a script in the same window.
Thanks!
-
You need to use a script module:
https://docs.theopenem.com/ui/modules/script/script.html