Get a headstart evaluating Window 8—guided by a Windows expert who’s worked extensively with the software since the preview releases. Based on final, release-to-manufacturing (RTM) software, this book…
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…
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…
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…
I'm sure I'll be using this more and more in the coming months as I familiarize myself with Powershell. Below is a template or boilerplate for Active Directory…
This Powershell script is pieced together from a handful of source (noted in script) that will return mapped drives of remote computers of ALL the users. # cooked…