PowerShell is one of Microsoft's preferred tools for managing Windows Servers. Although it's easy to think of PowerShell as a local management tool, PowerShell can just as easily be used to manage ...
Here's how to use PowerShell to manage Hyper-V virtual machines without having to jump through the usual hoops. Microsoft has long given administrators the ability to use PowerShell to manage remote ...
The Hyper-V manager can be used to manually start and stop your virtual machine(s). The Start-VM and Stop-VM cmdlet in PowerShell starts/stops a virtual machine. The cmdlets available in the Hyper-V ...
With the Technical Preview (TP) 5 of Windows Server 2016 recently released, I thought I'd take the opportunity to cover all the new goodness coming in Hyper-V. TP 5 is apparently feature complete; ...
Although Hyper-V checkpoints are not a substitute for backups, they do have their place. For example, some people like to create virtual machine checkpoints prior to installing updates. That way, if ...
A PowerShell script for applying a Linux-style network-config cloud-init file to a Windows VM. This script is designed for environments where Windows VMs are provisioned using cloud-init–style ...