-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Quadstronaut edited this page Jun 7, 2026
·
2 revisions
Powerful poignant premium PowerShell pitfall-punching packages!
PotentPowershell is a dual-purpose PowerShell repository by Quadstronaut:
-
Learn/— Annotated tutorial files covering PowerShell from basics to advanced topics, deeply explaining why the language works the way it does. -
Scripts/— Practical utility scripts organized by category: Windows maintenance, package managers, safe mode, utilities, AWS, gaming, fun, and Discord.
PotentPowershell/
├── Learn/
│ ├── 01-Basics/
│ ├── 02-Functions/
│ ├── 03-Modules/
│ ├── 04-Classes/
│ └── 05-Advanced/
└── Scripts/
├── AWS/
├── Discord/
├── Fun/
├── Gaming/
└── Windows/
├── Maintenance/
├── PackageManagers/
├── SafeMode/
└── Utilities/
| Section | Wiki Page |
|---|---|
| Learning PowerShell (annotated tutorials) | Learn |
| Windows maintenance scripts | Scripts-Windows-Maintenance |
| Package manager scripts | Scripts-Windows-PackageManagers |
| Safe Mode scripts | Scripts-Windows-SafeMode |
| Utility scripts | Scripts-Windows-Utilities |
| AWS scripts | Scripts-AWS |
| Discord scripts | Scripts-Discord |
| Gaming scripts | Scripts-Gaming |
| Fun / educational scripts | Scripts-Fun |
| Troubleshooting | Troubleshooting |
| Contributing | Contributing |
-
Learn/files are derived from the LearnXInYMinutes PowerShell guide (CC BY-SA 3.0). Annotations by Quadstronaut. -
Scripts/are original work by Quadstronaut, MIT licensed.