Scripts that I've retired, deprecated or superceded with other scripts.
- userLock, A PowerShell script to disable and lock a Local User. Takes a username as argument.
Superceded by the
userRemovalscript.
Find list of users withGet-LocalUser.
Usage,.\userLock.ps1 username
Ex..\userLock.ps1 jdoe