Continuing where I left off on during a previous article on using the Hyper-V PowerShell module, we will go from viewing our virtual infrastructure and gathering information about various parts of it ...
Hyper-V in Windows 10 has a built-in tool called Quick Create that lets you automate the process of setting up new virtual machines. Here's how to use it. As someone who has worked in IT for what ...
A common way to attach a virtual hard disk to a virtual machine is via the Hyper-V Manager. But, as Brien shows, you can use PowerShell instead. Recently, I have been spending some time coming up with ...
A script is just a collection of commands saved into a text file (using the special .ps1 extension) that PowerShell understands and executes in sequence to perform different actions. In this post, we ...