With Windows 8, I am more interested in managing / automating Microsoft Hyper-V with Windows PowerShell and hence, I will be focusing more on the Hyper-V cmdlets. So, in the coming days, you will see a bunch of blog posts explaining how to use Hyper-V...
Last Friday, NetApp released version 1.4 of their PowerShell Toolkit. They have a total of 501 Cmdlets with this release. Their stuff just keeps getting better and better. There are a couple of Cmdlets that I wanted to highlight because they were extremely...
Several Microsoft products use Service Connection Points (SCP) to advertise themselves using objects stored in Active Directory. Clients query the directory to locate services. Microsoft Hyper-V, as I mentioned, also registers or publishes its information...
< # .SYNOPSIS This script displays the virtual Memory assigned to Hyper-V VMs on a given host. .DESCRIPTION This script uses The Hyper-V module from Codeplex to first get all the VMs on...