This is one of useful new feature in Hyper-v 3.Using hyper-v vm resource metering we can get average cpu usage, average physical memory usage and much more virtual machine metrics.We need to follow up two basic configuration for enable and measure the vm resources.
1 Enable vm resource metering on hyper-v host. if we have multiple vms we can get the help of get-vm cmdlet.Here im enabling resource monitoring for vm named “testdpm2012”
1.First from the destination server we need to enable the replication and enable it from firewall
Have you notice that when you’re running get-help cmdlet with power shell 3, very first time its asking you to update the help files from internet.But if youre having 20 servers, do we need to download help files for 20 servers?.No we can download the help files from internet and keep those in a file share.after that we can update all other servers from this source.
first we need to download the help using save-help command
Save-help –destinationpath \\localhost\help
with powershell 3 there is new module for manage the tcpip stack.We can get the available commands in this module using
Get-Comand –Module nettcpip
1. In this run book we have to enter the computername( I have used Initiate data Component)
1.For getting the user input i have used initial data component in the run book control.With this component i have added mandatory components for the active directory user
