PowerShell Script is where you have a lot of PowerShell script, to make your life easier.
Note
I have to thank the fleschutz for his scrips. He inspired me to do this project. So thank you. https://github.com/fleschutz/PowerShell/tree/master
At the moment we have 17 scripts each with a function, as time goes by I will be adding more scripts.
The documentation:
| Doc | Links |
|---|---|
| Scripts | https://github.com/suchsoak/Powershell_script/tree/main/Doc |
If you want to know more about the scripts, inside the powershell folder will contain the script file and also the other scripts separately
| Scripts | Links |
|---|---|
| Scripts | https://github.com/suchsoak/Powershell_script/tree/main/powershell |
Important
Don't forget, from the Get-ExecutionPolicy
Unblock-File -Path .\script.ps1
You can usage the script.ps1
.\script.ps1Tip
Or you can use the scripts separately
.\wsl.ps1 # Manage WSL (Windows Subsystem for Linux)
.\firewall.ps1 # Configure firewall rules
.\browser.ps1 # Install or manage browsers
.\drivereset.ps1 # Reset drives
.\netreset.ps1 # Reset network settings
.\disk_verefication.ps1 # Verify disk integrity
.\telssh.ps1 # Telnet/SSH utilities
.\language.ps1 # Programming language setup
.\ide.ps1 # Launch or configure IDE
.\systeminfo.bat # Display system information
.\restorepoint.ps1 # Create or manage restore points
.\fileinfo.ps1 # Get file information
.\eventlog.ps1 # View event logs
.\password.ps1 # Password management
.\qrcode.ps1 # Generate QR codesThis open source project is licensed under the CC0-1.0 license. All trademarks are the property of their respective owners.

