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.
- Host: GitHub
- URL: https://github.com/iamshimanto/powershell-execution-policy-helper
- Owner: iamShimanto
- License: other
- Created: 2025-06-17T14:41:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-17T14:59:47.000Z (8 months ago)
- Last Synced: 2025-06-17T15:44:45.437Z (8 months ago)
- Topics: automation, developer-tools, devops, execution-policy, powershell, powershell-scripting, sysadmin, windows-security, windows-terminal
- Language: PowerShell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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