Learn about Windows Server Cluster Functional Levels
A couple of weeks ago, I released a blog post about Hyper-V VM Configuration versions to give an...
Install SNMP on Windows Server Core
If you run Windows Server as Core Installation, like Windows Server 2016 Core or any Microsoft Hyper-V Server edition and you want to use...
Install FTP Server on Windows Server
Windows Server has IIS build in, which also offers an FTP server option. The File Transfer Protocol (FTP) is still a very popular protocol...
Windows Server 2019 In-place Upgrade
As another part of my series for Windows Server 2019, this blog post covers the in-place upgrade...
Open website from PowerShell
If you want to directly open a website from the PowerShell console, you can use the Start-Process cmdlet. This will open the website in the...
Verify installed Windows Azure Pack version
If you want to check which version of Windows Azure Pack is installed or if you want to find out which Update Rollup of Windows Azure Pack...
Secure your Hyper-V environment with 5nine Cloud Security 8.1
In the past years I was building several Hyper-V environments together with Enterprise customers...
PowerShell One-liner to list IP Addresses of Hyper-V Virtual Machines
Here a very quick PowerShell command to list all the Virtual Network Adapters, including IP Addresses of Virtual Machines running on a...
Windows Sysprep for Virtual Machines
For using the same system image for different virtual machines or physical computer, Microsoft created a tool called sysprep.exe. This blog...
Basic Networking PowerShell cmdlets cheatsheet to replace netsh, ipconfig, nslookup and more
Around 4 years ago I wrote a blog post about how to Replace netsh with Windows PowerShell which...