Category: Windows Server

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 minutesI 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 
Misc. Scripting Windows Server

Powershell Script to Test SMTP

Reading Time: < 1 minuteThis one is going to be short and sweet, I’ve been testing SMTP with and without encryption and wanted a good script for that. Here are the lines that you’ll want to look at configuring: Line 5: “$smtpServer =”InsertYourSmtpServerHere” Line 12: Change the $false value to $true if you want to encrypt your SMTP with […]

Matt Hansen 
System Center Windows Windows Server

SCCM 2012 “Perform site maintenance or reset this site” Greyed Out / Unavailable

Reading Time: 2 minutesAs I went to upgrade an evaluation version of System Center Configuration Manager 2012 to a full version, I noticed unlike Operations Manager — you have to do this through the setup/install interface. Upon first search people were saying just run the setup again and choose “Perform site maintenance or reset the site”, though it […]

Matt Hansen 
Windows Windows Server

Enable Disk Cleanup on Server 2008 R2

Reading Time: < 1 minuteI know, I know — we shouldn’t use this on servers. Sometimes though, in the right environment and for the right reasons, it can be useful (and you don’t have to install something like ccleaner).   This process is honestly, really easy — the files are already on your system, they just need to be […]

Matt Hansen