hi friends
Urgent Help needed
I have a windows 2008 R2 SP1 Enterprise edition which i have upgraded its Powershell 2.0 to PS 4.0 (by installing .net 4.5.1 & WMF 4.0).
Now i need to use Hyper-V module to manage my VMs. when i look at %windir%\system32\windowsPowershell\V1.0\Modules, there is no "Hyper-v" module folder, so i tried both following tasks but none of them works:
1- I downloaded PSHyperv.zip from Codeplex& extracted its contents into"$PSHome\Modules" directory. but the folder is not listed when i run "Get-module -ListAvailable" & also "import-module Hyper-V" doesn't work. both commands fails (encounter errors)
2- I have another systems with windows 2012 R2 Datacenter * Windows 8.1 ultimate. i copied their "Hyper-V" folder from Modules Directory & paste them in my windows 2008 "$PSHome\Modules" separately.
This time in both Cases, When i run "Get-module -ListAvailable" system shows "Hyper-v" in the list of available module but again when i run "import-module Hyper-V", i encounter Error.
any help please
thanks in advanced