Bulk add TXT DNS Record to Zones in Windows
Had more than a handful of domains I needed to add TXT record for in Windows DNS (2003). I did it using dnscmd from 2003 Toolkit and command…
Micro$oft Windows
Had more than a handful of domains I needed to add TXT record for in Windows DNS (2003). I did it using dnscmd from 2003 Toolkit and command…
Free eBook from Microsoft Press. Introducing Windows 8 An Overview for IT Professionals by Jerry Honeycutt Download Now! (PDF) Continue reading
I'm starting to research for a project I'll be working on involving PDF and TIFF multi-page documents and conversions. Here's a commandline to convert a PDF to a…
Here’s a quick note on allowing Pings (ICMP Echo Response) to your Windows XP from command line. You must be administrator. netsh firewall set icmpsetting 8 enable Quite…
A quite often forgotten Windows command, tree, is useful when documenting and looking at a folder layout. What is Tree? Graphically displays the folder structure of a drive…
This gallery is of Windows 8 Develop Preview installation (in a virtual machine).
Batch rename files using Windows command line. for /d /r %x in ("*") do pushd "%x" && ren *.eml *.msg && popd Recently restored about 18k emails in…
This drove me nuts for a few minutes trying to find the location of the Windows 7 wallpaper as I was trying to migrate a profile to a…
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 is a podcast from David Hoezler’s YouTube channel that reviews User Object extraction via Powershell.
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…
Looking over some of my Windows 2008 R2 servers, I notice via Task Manager that their memory is 90%+ quite often. Using Sysinternal’s RAMMap tool, I can quickly…
I came across this on a VM the other morning. It seemed that assigned the VM 2vCPU and then installing XP Professional didn't install the correct HAL/Kernel. I'm…
I came across a nice little tool while searching the other day. This tool, called YAPS (Yet Another Port Scanner) is portable and works well (tested on Windows…