Category: Windows

Scripting Windows Windows Server

PowerShell Script to Check Symantec Endpoint Protection Definition Updates

Reading Time: 2 minutes Symantec Endpoint Protection has quite a hold on the Anti-Virus market share. Many have environments where it’s used, and may not be the administrators or even able to view data from the Symantec Endpoint Protection Manager. In light of that, I’ve written a PowerShell script to check the last update time for SEP definitions that […]

Matt Hansen 
Cloud System Center Virtualization Windows Windows Server

SCVMM Error 2912 “The configuration registry database is corrupt (0x800703F1)”

Reading Time: < 1 minute I recently spun up a new SCVMM environment, created my first VM, and attempted to create a template only to be faced with a job error. Error (2912) An internal error has occurred trying to contact the Host01 server: : . WinRM: URL: [http://Host01.lab.local:5985], Verb: [INVOKE], Method: [LoadSubkey], Resource: [http://schemas.microsoft.com/wbem/wsman/1/wmi/root/scvmm/P2VSourceFixup?RegFileName=C:\Users\SVC_VMM\AppData\Local\Temp\tmp6AB5.tmp] The configuration registry database is […]

Matt Hansen 
Windows Windows Server

Disable Windows Firewall With PowerShell

Reading Time: < 1 minute Welcome all, to the age of the gui-less windows server. As more and more people spin up labs with command-line only boxes, this command can be helpful. Remember to only turn off your firewall in lab environments where you know you’re not exposing  yourself to additional risk. Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False   To do […]

Matt Hansen 
Networking System Center Virtualization Windows Windows Server

Server 2012 R2 “does not have a network adapter available to create a virtual switch” when configuring VDI

Reading Time: 2 minutes I recently ran into this issue when doing an all-in-one VDI install, on top of a server that had been used for other things in the past. The “quick start” VDI option is supposed to essentially do everything for you, but I ran into this issue. “The Server does not have a network adapter available […]

Matt Hansen