vmain · 2026-01-01

PowerShell Public Scripts

Public PowerShell scripts from the TechnoLitero toolkit. Clone the repo, take what you need, and keep the rest out of your production path until you have tested it.

Download releaseGitHub

This is the public PowerShell collection: scripts written for admin work, then cleaned up enough to share.

Clone it, read the script before you run it, and treat it like any other field tool.

PowerShellclone-toolkit.ps1
git clone https://github.com/Technolitero/Powershell-Public.git
Set-Location .\Powershell-Public
Get-ChildItem -Recurse -Filter *.ps1 | Select-Object FullName

GitHub: Technolitero/Powershell-Public