A collection of useful scripts I've created or make use of.
- ForceConnectWiFi (PowerShell) - WiFi connection manager with retry capabilities
.\ForceConnectWiFi\ForceConnectWiFi.ps1 -networkName "Your_Network_Name" -maxRetries 5 -retryIntervalSeconds 10
- plenty-of-info (Oh My Posh Theme) - Unintrusive theme with plenty of system, environment information
oh-my-posh init pwsh --config 'path/to/plenty-of-info.omp.json' | Invoke-Expression
- packages.config (Chocolatey) - List of installed Chocolatey packages
choco install packages.config
- Clone this repository
- Navigate to the script folder you need
- Check the README within each script folder for specific usage
- Fork the repository
- Create your feature branch
- Submit a pull request
MIT © Scott Anderson 2024