What’s Humming In My Homelab

If you’re part of the IT crowd, you probably share our insatiable curiosity about what’s humming away inside other people’s homelabs. It’s where we put our skills to the test, outside the confines of our workplace. Whether it’s tinkering with hardware, optimizing networking setups, delving into virtualization, or fine-tuning virtual machines, our homelabs are where the real magic happens. So, let’s take a peek into my homelab setup for 2020.

What Does My Homelab Run?

The way I interface with the lab changes all too often but usually its on my work laptop or desktop using Remote Desktop, VMRC, or

My Local Server

  • 1x Arris Cable Modem – ISP (Comcast)
  • 1x Ubiquiti Edgerouter 12P
  • 1x Cisco 3750G 24 Port PoE Switch
  • 2x 1U PDU’s
  • 1x Dell PowerEdge R410
  • 1x Dell PowerEdge R710
  • 1x Dell PowerEdge R720
  • 1x APC 1500 Watt UPS

Remote Server Rack

  • 1x ONT – ISP (Verizon)
  • 1x Ubiquiti Edgerouter 4
  • 1x Ubiquiti Unifi 16 Port PoE Switch
  • 1x Cisco 3750 24 Port PoE Switch
  • 1x 24 Port Patch Panel Cat 5E
  • 1x Dell PowerEdge R710
  • 1x APC 1500 Watt UPS

  • Script Error When Upgrading ADK To Windows 11

    You may seen the above error when PXE booting images under the new Windows PE edition for Windows 11. Yes, frustrating right! Well this is what I did to fix the issue. Depending on how many WDS/MDT servers you have you may have to follow this multiple times. First you will want to open a…

    Read More


  • Save Powershell Modules For Offline Storage

    Just a quick How:To that came to mind 1. Open Powershell 5.1 or later2. Determine a save location. In my example an SMB storage location will be used3. If you are not sure of the name of the powershell module you are looking to save offline utilize the Find-Module *name* command. Under the name column…

    Read More


  • Simple Powershell To Remove Administrators

    Here’s a quick one liner script to remove non-Administrator(s) from the administrator group

    Read More