How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File...

16
How to prepare a Windows 2008 Server to be used as an openQRM Hyper-V Host Hyper-V Powershell cmdlet http://pshyperv.codeplex.com/releases

Transcript of How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File...

Page 1: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

How to prepare a Windows 2008 Server to be used as an openQRM Hyper-V Host

Hyper-V Powershell cmdlet

http://pshyperv.codeplex.com/releases

Page 2: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

Enable .NET

Page 3: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

Start Hyper-V

Page 4: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

Download the Hyper-V cmdlet and extract teh fileshttp://pshyperv.codeplex.com/releases

Page 5: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

Install the cmdlet Make sure you run the terminal as Administrator

Page 6: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

Installation step 1

Page 7: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

Update the Registry

Page 8: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

If you get this message after installation:Close powershell and proceede

Page 9: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

Unlock All files in the folder

Page 10: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

Import module and test function

Import-Module 'C:\Program Files\Modules\Hyperv\Hyperv.psd1'

Page 11: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

Create a profile to auto start the cmdlet

New-Item -path $profile -type file -force

Page 12: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

Prepare Administrator profile

Import-Module 'C:\Program Files\Modules\Hyperv\Hyperv.psd1'

Page 13: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

Prepare Global profile

Import-Module 'C:\Program Files\Modules\Hyperv\Hyperv.psd1'

Page 15: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

AMD CPU AVX Bug

Page 16: How to prepare a Windows 2008 Server to be used as an ... · DHCP server DNS server Fax Server File Services [2 Nethork Policy and Access Services ... Failover Clustering Gr oup Policy

AMD CPU AVX BugWorkaround