Hahndorf's awesome collection of PowerShell scripts.
Just a a bunch of random PowerShell scripts I wrote over time.
Nothing fancy here.
Meta script which uses some other PowerShell scripts and modules to update all Let's Encrypt certificates on a Windows Server.
In 'Network and Sharing Center' your networks are shown as 'Public', "Private' or 'Domain' You can change that with this script in all supported versions of Windows.
Shows how to set up IIS with a FTP site that uses IIS Manager Users and a special account to run the FTP service.
Single file script to run a SQL command against a SQL Server
Correct way to add to the path environment variable on Windows systems. Blog post
Changes Windows Server 2016 Full Installation to behave more like Server Core Installation
Imports Stack Exchange questions and answers from GDPR export into a SQL-Server database.
Showing stats for Sysinternals Sysmon data Blog post
Takes an exported Postman collection Json file and converts the requests to RFC 2616 http files. This can help you during your migration from Postman to tools like VS Code REST Client.
Changes the password of a local user.
This is different from
net user username password
that resets the password and potentially destroys data