Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Scrapped

Overview

Scripts that I've retired, deprecated or superceded with other scripts.

Scripts

  • userLock, A PowerShell script to disable and lock a Local User. Takes a username as argument. Superceded by the userRemoval script.
    Find list of users with Get-LocalUser.
    Usage, .\userLock.ps1 username
    Ex. .\userLock.ps1 jdoe