Bulk import virtual machine in hyper-v, import virtual machine all at one step Posted on December 22, 2011 by dpejic Get-ChildItem e:\virtuals | Where-Object { $_.Attributes -band [System.IO.FileAttributes]::Directory } | ForEach-Object {Import-VM -path $_.FullName -ReuseIDs -Wait} You must have module for hyper-v for powershell… dowload it from this location http://pshyperv.codeplex.com/releases
Migrate/move share folder to another location/server with preserved share state and permission Posted on December 21, 2011 by dpejic To save only the existing share names and their permissions on Windows follow these steps. Note This procedure applies only to NetBIOS shares and not to Macintosh volumes. On the existing Windows installation that contains the share names and permissions that you want to save, start Registry Editor (Regedt32.exe). From the HKEY_LOCAL_MACHINE subtree, go to…