Támogatott hardverek

http://lepenyet.wordpress.com/2009/09/06/microsoft-hyper-v-server-2008-r2-%E2%80%93-a-figyelemre-melto-hypervisor/

Fizikai gép importálása

http://tweaks.com/windows/40123/convert-physical-machines-to-virtual-with-disk2vhd/

RemoteFX

http://social.technet.microsoft.com/Forums/en-US/winserverTS/thread/c7a6cf20-9c66-4fda-ac36-0f069660c174

http://social.technet.microsoft.com/Forums/en-US/winserverTS/thread/385e3b1a-89a6-417e-bdde-87b86f5ee80f/

Hyper-V server 2012 GPU hozzáadás probléma

Amennyiben a grafikus konfigurátorban nem sikerül az elérhető GPU-t hozzárendelni a Hyper-V géphez a PowerShell felület segítségével is elvégezhetjük ezt a feladatot.

Megoldás - PowerShell
Import-Module RemoteDesktopServices

Add-VMRemoteFx3dVideoAdapter -VMName VDI-PC-01.VDI.INTRA

Use SET-VMRemoteFx3dVideoAdapter to change the configuration


Regards, Samir Farhat Infrastructure Consultant

Színmélység

A guest gépeken az alapértelmezett színmélység alapesetben 16 bites. Sok esetben ez nem elegendő. Mit lehet tenni?

It requires devcon.exe in order to work.  Copy/paste into a .cmd file.

Forrás: http://social.msdn.microsoft.com/Forums/en-US/servervirtualization/thread/90964f00-4e18-4f72-93ca-e9598508048f/

@echo off
@title Removing VM Guest Services Video Driver

echo.
echo Removing VM Video Device 1 ...
c:\tools\devcon.exe remove "VMBUS\{5620E0C7-8062-4DCE-AEB7-520C7EF76171}"

echo.
echo Removing VM Video Device 2 ...
c:\tools\devcon.exe remove "VMBUS\{da0a7802-e377-4aac-8e77-0558eb1073f8}"

echo.
echo Removing VM Video Driver SYS File ...
IF EXIST %windir%\system32\DRIVERS\VMBusVideoM.sys DEL /F /Q %windir%\system32\DRIVERS\VMBusVideoM.sys

echo.
echo Adding RunOnce Registry Entry to Remove Video Driver DLL File ...
IF EXIST %windir%\system32\VMBusVideoD.dll REG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce /v Del_VM_Bus_Video /t REG_SZ /d "cmd.exe /c DEL /F /Q %windir%\system32\VMBusVideoD.dll" /f

echo.
echo Removing VM Video Driver INF File ...

SET COUNT=0
:CHECK
IF EXIST %windir%\inf\oem%COUNT%.inf (
findstr VMBusVideo %windir%\inf\oem%COUNT%.inf
IF NOT ERRORLEVEL=1 (
DEL /F /Q %windir%\inf\oem%COUNT%.inf
echo Deleted oem%COUNT%.inf ...
GOTO :END
)
)
SET /A COUNT+=1
IF %COUNT% LSS 20 GOTO :CHECK
:END

echo.
echo Restarting ...
shutdown /r /f /t 0
exit

Remote Desktop Virtualisation szolgáltatás telepítése

http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/19e649c5-4cf0-4a05-ba99-1289c4753116/

http://blogs.technet.com/b/matthts/archive/2009/09/15/using-hyper-v-server-2008-r2-with-vdi.aspx

Alkalmazástelepítés Core rendszer alatt

http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/08/27/add-or-remove-programs-in-server-core.aspx

Távoli adminisztrálás

http://archive.msdn.microsoft.com/HVRemote

http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/11/11/configuring-remote-management-of-hyper-v-server-in-a-workgroup.aspx

http://blog.mpecsinc.ca/search/label/Server%20Core

http://andrewmorgan.ie/2012/03/17/disable-the-windows-firewall-in-server-8-beta-with-powershell/

http://blogs.technet.com/b/keithmayer/archive/2012/09/07/getting-started-with-hyper-v-server-2012-hyperv-virtualization-itpro.aspx#.UHKnlFGsf3A

http://blog.zwiegnet.com/windows-server/disable-windows-firewall-server-core/

Debian támogatás

http://virtualisationandmanagement.wordpress.com/2010/11/02/debian-on-hyper-v-with-4-vcpu-support-and-syntetic-network/

Mikrofon voip szoftverhez

http://www.ms4u.info/2010/09/microphone-support-on-vdi-using-rds.html

ISCSI

http://blogs.msdn.com/b/virtual_pc_guy/archive/2009/02/11/iscsi-configuration-ui-included-in-hyper-v-2008-r2.aspx

Egyéb érdekes cikkek

http://hup.hu/promo/20120924/a_windows_server_2012_megjelenesevel_egy_idoben_letolthetove_valt_a_hyper-v_server_2012_is