A PowerShell script to backup your VSCode settings and extension list to remote storage.
Continue reading Backup Visual Studio Code Settings and Extension List
Category Archives: PowerShell
PowerShell script to monitor service status.
PowerShell script to monitor a specified list of services, attempt to start them if they’re not running, and send you an email if the service won’t start.
Continue reading PowerShell script to monitor service status.
Check Disk Drive Allocation Unit Size
For SQL Server, the allocation unit size for the drives storing your data files is very important. This script will output the allocation size for each drive on your server. Continue reading Check Disk Drive Allocation Unit Size
Windows VPN Keep Alive
While Windows 10 makes it very easy to create a VPN and connect to it, it doesn’t seem particularly stable, and won’t auto reconnect if it does drop out. This PowerShell script will keep your VPN alive. Continue reading Windows VPN Keep Alive