An open API service indexing awesome lists of open source software.

https://github.com/iamshimanto/powershell-execution-policy-helper

PowerShell script helper to manage execution policy for current user — perfect for automation, scripting, and dev environments.
https://github.com/iamshimanto/powershell-execution-policy-helper

automation developer-tools devops execution-policy powershell powershell-scripting sysadmin windows-security windows-terminal

Last synced: 7 months ago
JSON representation

PowerShell script helper to manage execution policy for current user — perfect for automation, scripting, and dev environments.

Awesome Lists containing this project

README

          

# PowerShell Execution Policy Helper 🔐

A simple PowerShell command and guide to set the execution policy for the current user. Ideal for developers and system administrators who need to run custom scripts without security blocks.

---

## ⚡ Command

```powershell
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted