How to properly share ISO files in VMM with Hyper-V

In this blog post, I will talk about what is the proper way to share ISO files with VMM and Hyper-V when the ISO files reside in the VMM library (i.e. a file server share). First, you need to follow Jose Barreto’s blog post on how to properly enable constrained delegation on the Hyper-V servers. You…

0

Working with Windows PowerShell 2.0 advanced functionality

hey everyone, today i have a guest poster on my blog. Laurie McKnight from the VMM team will illustrate some of the advanced functionality you can achieve with Script Functions, Script Modules and Binary Modules in PowerShell. How to save a PS 2.0 advanced function   CAUTION: Methods that work but are **NOT** recommended are…

0

Working with VMware VI4 (aka vSphere)

Even though VMM 2008 R2 (beta or RC) does not officially support VMware vSphere/VI4, we have a few customers that have gotten some of the functionality to work. However, one of the issues that can arise is a failure to find paths in ESX storage. Typically, a VM refresh (refresh-vm cmdlet) might fail with error 2903 -…

0

SCVMM 2008 R2 Release Date

hey guys, If you are wondering when VMM 2008 R2 will release, this latest blog post by Rakesh will give you the inside track. http://blogs.technet.com/rakeshm/archive/2009/07/13/scvmm-2008-r2-release-date-information.aspx cheers.

0

How to get data (like the integration services version) from Msvm_KvpExchangeDataItem in Hyper-V

Today, if you are using VMM, you can quickly and easily find out if your VM has the integration components installed by using this simple PowerShell script. << PS D:\Windows\system32> get-vm | select name, hostname, hasvmadditions, vmaddition | format-list Name           : vmonmlmichHostName       : car-1.contoso.comHasVMAdditions : FalseVMAddition     : Not Detected   Name           : win2k8r2HostName       : AMUNRA.contoso.comHasVMAdditions…

0

SCVMM 2008 R2 RC Public Release Available Now!

hi all, today the VMM team released VMM 2008 R2 Release Candidate. You can read all about it here. http://blogs.technet.com/scvmm/archive/2009/06/06/scvmm-2008-r2-rc-public-release-available-now.aspx Cheers.

0

Utilizing Virtualization and boot-from-vhd for making a dual-boot laptop

I received my brand new Dell Latitude E4300 laptop today and I wanted to make sure i could boot both Windows 7 and Windows Server 2008 R2 on it. Here is how virtualization came in handy. Instead of partitioning my laptop using two partitions (one for each OS) and wasting space, i created a single…

0

New features in VMM 2008 R2

In line with the Rapid Provisioning feature that i mentioned in my previous blog post, Vishwa, a PM from our team, just posted a comprehensive list of new features of VMM 2008 R2. Check it out here:http://blogs.technet.com/scvmm/archive/2009/05/11/scvmm-r2-rc-features.aspx  

0