Tag

#PowerShell

Find File Duplicates with PowerShell

March 7, 2013

I've recently been tasked with finding duplicate files across multiple shares on a network. I've looked at a few different free options out there that can do this…

Find Computer's Serial Number via Command Line

March 6, 2013

Here are a few methods to retrieve the computer's serial number from the command line. Using WMIC wmic csproduct get IdentifyingNumber /format:list wmic bios get SerialNumber /format:list Using…

Transparent Command, Putty, Powershell and PuTTY Windows

October 4, 2012

I modified the code from NothinButNet's Glass project on CodePlex to run continuously and monitor for the following windows: PuTTY (putty.exe) Windows Command Prompt (cmd.exe) Powershell (powershell.exe) Telnet…

SQLIO Scripts and Graphs

January 24, 2012

One of probably hundreds of SQL scripts out there. This is what I made and use... and I like it. There are a lot of other scripts out…