Self-Elevating PowerShell and Batch Scripts
Many scripts require admin permissions, but remembering to right click and select "Run as Administrator" can be a pain. Fortunately, both batch and PowerShell scripts can written so that they'll prompt for admin permissions if not run as an administrator.…
Domain User Account Info
This is a short but incredibly useful command line command I've found for pulling information on domain accounts in an Active Directory environment: The net user command is designed to create / update domain accounts, but in this form just…