Add a compatibility layer for the Windows 8 Hyper-V module

In Windows 8, a PowerShell module for managing Hyper-V is included: http://technet.microsoft.com/library/hh848559.aspx However this module appears to only work with the version of Hyper-V included...

Id #9284 | Release: None | Updated: Apr 4 at 10:51 AM by jstangroome | Created: Apr 4 at 10:51 AM by jstangroome

SET-VMNICVlan - failing due to moved parameters in source code

There is wrong syntax in Network.ps1 file - line 524, column 62. Original source code: foreach-object {Get-WmiObject -Namespace -ComputerName $Nic.__Server $HyperVNa...

Id #9254 | Release: None | Updated: Mar 19 at 4:32 AM by KamilRT | Created: Mar 19 at 4:32 AM by KamilRT

Add-VMNewHardDisk

The original code within the R2 version was incorrectly working. I've fixed it as written below. Issues: 1. The VHDPath variable was being ignored if it was an absolute path and not a scriptblock...

Id #9245 | Release: None | Updated: Mar 14 at 11:20 PM by DanielHeth | Created: Mar 14 at 11:20 PM by DanielHeth

Importing Module twice cause Invalid Class issue

When importing the HyperV module twice, there you get a WMI Invalid Class error. See Screen print. Check to see if module is already loaded?

Id #9137 | Release: None | Updated: Mar 27 at 9:57 AM by andreww9r | Created: Jan 23 at 4:21 PM by VirtuallyAware

Export-VM get-help -detailed has erratum in Parameters -VM section

It states PARAMETERS -VM [<>] The Virtual Machine(s) to IMPORT.

Id #8727 | Release: None | Updated: Sep 26 2011 at 11:06 AM by olbilyk | Created: Sep 26 2011 at 11:06 AM by olbilyk

Feature Req: Need to get and Set VM "Scope of Residence"

I've been doing a lot of hyper-v delegation work recently, where I have to set the scope of the VM so I can assocaite permissions to that scope. Doing this requires going through some WMI gymnasti...

Id #8716 | Release: None | Updated: Sep 23 2011 at 12:12 AM by xWakawaka | Created: Sep 23 2011 at 12:12 AM by xWakawaka

VMIntegrationComponent how to localize

The functions Get-VMIntegrationComponent and Set-VMIntegrationComponent (and as a result also the function Get-VMBuildScript) are not working on some localized installations of windows server. The ...

Id #8610 | Release: None | Updated: Aug 14 2011 at 6:35 PM by Jobau | Created: Aug 14 2011 at 6:35 PM by Jobau

Typo in column name

After sumbiting following command: get-vm -name 10165* | get-vmmemory I got the following output: WARNING: column "Buffer" does not fit into the display and was removed. VMElmentName ...

Id #8578 | Release: None | Updated: Aug 6 2011 at 6:28 PM by Fiury | Created: Aug 6 2011 at 6:28 PM by Fiury

Import-VM ImportVirtualSystem Method Deprecated

Per the online help of the Import-VM cmdlet, ImportVirtualSystem has been deprecated in favor of ImportVirtualSystemEx. This most likely is why the import-vm cmdlet doesn't seem to do anything at all.

Id #8567 | Release: None | Updated: Aug 3 2011 at 5:19 PM by jeffpatton | Created: Aug 3 2011 at 5:19 PM by jeffpatton

get-vmbuildscript without '' in param -GUID -Path

for example the scirpt generates statement . . $NIC = Add-VMNIC -VM $VM -GUID {testuid} . . Add-VMDisk -Dri $Drv -Path C:\ClusterStorage\volume1\Testpath in csv...

Id #8387 | Release: None | Updated: Jun 22 2011 at 6:29 AM by wihei | Created: Jun 22 2011 at 6:29 AM by wihei