Powershell - Automatically Create virtual Networking in Hyper-V
I've rebuilt my test lab a number of times and have gotten sick of setting up my NICs and VLANs, etc over and over in Hyper-V. Â This Powershell script will build a virtual switch for each network device on your host system, binding physical adapters and needed, and then adds each VM to each switch. Â Easy peasy! Continue Reading...
High-level : Migrating to SCCM 2012
This is a high level guide to approaching a ConfigMgr migration! It was accurate for migrating from 2007 to 2013 and may be...slightly out of date for 2021 Continue Reading...
SCCM Report - All Packages, Programs and their command lines
Continue Reading...
Hacking an Intel network card to work on Server 2012 R2
With the release of Server 2012 R2, I decided to rebuild my test lab on the newest of the new. The 'newy-new' as we call it in the field. The install of Server 2012 R2 was relatively uneventful. However, my Ethernet adapter was not detected. Thinking myself a wise man, I went to the Asus website to find the Ethernet software, however the installation failed with 'OS version not supported'. Such is the life on the bleeding edge. Continue Reading...
SCCM - Dealing with updates that won't download
General Guidance on some ways to fix errors related to patches not downloading in SCCM Continue Reading...
SQL Code for SCCM Status Message Viewer
I found myself juggling many different Status Message views in SCCM to try to keep on top of various messages that would arise in one environment. So I did what anyone would do, and through liberal code-reuse and copy pasting, I reinvented the wheel, to get back that SMS 2003 Status Message viewer, which was missing from CM 2007 for some reason Continue Reading...