Skip to content

Hyper-v 3 vm resource metering

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 

Read more…

Hyper-v 2012 Enable Replication

1.First from the destination server we need to enable the replication and enable it from firewall

image

image

 

Read more…

Powershell 3 how to manage help files

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

1

Read more…

power shell-nettcpip module

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

Read more…

Orchestrator Run book for monitor disk space and run diskcleanup wizard

1. In this run book we have to enter the computername( I have used Initiate data Component)

1

Read more…

System Center Orchestrator 2012 Runbook for ad user creation

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

 

1

Read more…

Create a system center orchestrator 2012 runbook for move disabled computers to organization unit

Follow

Get every new post delivered to your Inbox.