Skip to content

Releases: CaptainChicky/Setting-PowerShell-Execution-Level

Set the execution level of your choice

12 Dec 20:09
6b46d4b
Compare
Choose a tag to compare

I've added a "continue" and "quit" option before setting the execution level, and added the option for the user to choose the execution level they would want to set.

Polished and completed script

12 Dec 20:14
6b46d4b
Compare
Choose a tag to compare

I've completely polished up the script, merging the initial "continue/quit" prompt with the set execution policy.

New shorthand to set execution policy

12 Dec 20:12
6b46d4b
Compare
Choose a tag to compare

I've changed the user input of the execution level to a two letter shorthand, so the user can save time.

PowerShell execution level to RemoteSigned

12 Dec 20:07
6b46d4b
Compare
Choose a tag to compare

This is the first version of my script. It will set the execution level to RemoteSigned, with comment instructions inside the script of how to change the code to set to another execution level.