Reclaiming space from thin provisioned disks in VMware ESXi
This is the procedure that has worked for me. There are various methods dating as far back as 2011 across the internet, but this step-by-step works in my…
This is the procedure that has worked for me. There are various methods dating as far back as 2011 across the internet, but this step-by-step works in my…
After installing Rand McNally IntelliRoute software, users may experience the error "Initialization of Client failed: Closing Application" This problem is usually attributed to inadequate permissions for the user…
TL;DR GoFileRoom made changes to their encryption by using TLS1.2. In order for GFR add-on to work in Windows Server, you must modify 2 registry entries for .NET…
I have triaged a handful of Windows servers this week that started out being ticketed as high CPU / performance issues. Upon investigation, I have found XMR cryptocurrency…
I was looking at my system’s performance (Windows 10 Build 10565) and noticed something I hadn’t seen before “System and compressed memory” utilizing about 500MB. Looking into this…
I wrote this script to defrag all the found MDF and LDF files on a server that I've been testing on. It uses Sysinternal's Contig tool which is…
Found a quick way to determine the version of Microsoft Project Plan files (.MPP). The information is available at Microsoft's site directly: Click Here Here's the batch script…
Here's some of the things I do to a new Server 2008 R2 install (physical and/or virtual settings are mixed in; (VIRTUAL ONLY) specifies I only do configuration…
Wrote this batch script to search an entire system (all disks) and find MDF/LDFs and then prompt whether or not to defrag. You need to have 'contig' from…
I recently found when trying to issue a wmic query on a remote system with psexec (1.98) it would hang and not display results. The solution is to…
Every time I have come across this event: Event ID 4226 Description TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts. it…
The infamous: Windows cannot load the user's profile but has logged you on with the default profile for the system. This was received on Windows Server 2003 Terminal…
Ever needed to jump to a specific registry key? Regedit doesn't allow you to do this natively; when launched, regedit uses the last open location to go to.…
This isn't going to be detailed… Get PsExec from SysInternals (http://live.sysinternals.com/psexec.exe) psexec remoteComputerName cmd /c netsh firewall set service RemoteAdmin This runs the "netsh" command on the remote…
Another great tool from Mark Russinovich at SysInternals called Disk2VHD I just discovered. Disk2vhd is a utility that creates VHD (Virtual Hard Disk – Microsoft’s Virtual Machine disk…