Skip to content

Releases: CaptainChicky/Setting-PowerShell-Execution-Level

Set the execution level of your choice

Choose a tag to compare

@CaptainChicky CaptainChicky released this 12 Dec 20:09

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

Choose a tag to compare

@CaptainChicky CaptainChicky released this 12 Dec 20:14

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

New shorthand to set execution policy

Choose a tag to compare

@CaptainChicky CaptainChicky released this 12 Dec 20:12

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

Choose a tag to compare

@CaptainChicky CaptainChicky released this 12 Dec 20:07

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.