Támogatott hardverek

Microsoft Hyper-V Server 2008 R2 – a figyelemre méltó hypervisor

Fizikai gép importálása

Convert Physical Machines to Virtual with Disk2vhd

Guest exportálása importálása

Hyper-V 3: Import and Export VMs with PowerShell

PowerShell Script for Exporting a virtual machine

Add or Remove programs in Server Core

RemoteFX

Enabling RemoteFX with VDI on Windows Server 2012: Hyper-V Server or WS2012 Standard?

Installing RemoteFX on Hyper-V Server SP1 RC - instruction say to add

Hyper-V Server RemoteFX Low End GPU

Enable RemoteFX on Windows 8 Server Beta

NVida Grafikus driver "silent" telepítés

RemoteFX 3D Grahics Driver is missing in Windows 8 Release Preview Guest

RemoteFX Features for Windows 8 and Windows Server 2012

HOW TO CREATE SELF-SIGNED CERTIFICATES FOR HYPER-V REPLICATION

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/

Az alábbi script futtatása segíthet
@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

24 bites színmélység Windows XP guest esetében

Enabling 24-bit color in Windows XP Mode

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

How to install RD Virtualization Host (RDVH) onto Hyper-V Server 2008 R2 for VDI

Using Hyper-V Server 2008 R2 for VDI

RDP Redirection

Windows Server 2012 Remote Desktop Services (RDS)

RD Connection Broker Communication

Csatlakozás távoli asztalhoz jelszó nélkül

You can disable blank password restrictions by using a policy. To locate and change this policy:

  1. Click Start, point to Run, type gpedit.msc, and then click OK to start the Group Policy Editor.
  2. Open Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Accounts: Limit local account use of blank passwords to console logon only.
  3. Double-click Limit local account use of blank passwords to consol logon only.
  4. Click Disabled, and then click OK.
  5. Quit Group Policy Editor.

NOTE: By default, this policy is on (enabled).


Under the cover, in Registry, this is controlled by

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"LimitBlankPasswordUse"=dword:00000000

Therefore, alternatively, this can be achieved by directly setting LimitBlankPasswordUse to 0. Setting it to 1 will restore the default behavior.

Alkalmazástelepítés Core rendszer alatt

Add or Remove programs in Server Core

Software Uninstallation using WMIC command line

Adminisztrálás

Hyper-V Cmdlets in Windows PowerShell

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/

http://www.petri.co.il/rpc-server-is-unavailable-error.htm

PowerShell Management Library for Hyper-V

Access Device Manager in Hyper-V 2012

Hyper-V & PowerShell – Enable Hyper-V

Configure Hyper-V Server 2012 for Remote Management

Windows Server 2012 Hyper-V server command line configuration

Configure a Server Core Server

System center licenszelése

Debian támogatás

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

Csatlakozás elromlott a hyper-v szerverhez

MOFCOMP %SYSTEMROOT%\System32\WindowsVirtualization.V2.mof

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

http://blogs.technet.com/b/filecab/archive/2012/05/21/introduction-of-iscsi-target-in-windows-server-2012.aspx

http://www.thomasmaurer.ch/2012/03/create-a-windows-server-8-iscsi-target-server/

Roaming Profile

Configuring Windows 7 roaming profiles on a Windows 2008 R2 Server

Windows 2008 server és Windows XP group policy együttműködése

http://www.intuitiveit.com.au/IntuitiveBlog/tabid/66/EntryId/11/Microsoft-Small-Business-Server-2008-Windows-XP-and-Group-Policies.aspx

Last Interactive Logon

http://superuser.com/questions/375730/how-do-i-turn-off-the-last-interactive-logon-message

Megosztott könyvtárak csatolása GPO segítségével

http://blog.zwiegnet.com/windows-server/map-network-shared-drive-in-group-policy/Map Network Shared Drive in Group Policy

Egyéb érdekes cikkek

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

Asteriksz Blogja

TechNet Radio: IT Time --Setting up Windows Server "8" VDI in "13 Clicks and a Cup of Coffee"

A kereskedő szemével: mennyiségi szoftverlicencelés

Technetklub Virtualizáció

Manage Hardware and Drivers

WinSvr 2012 Hyper-V VDI Error: Remote Desktop Virtualization Host failed to set zeroconfig information from the virtual machine

Enabling RemoteFX with VDI on Windows Server 2012: Hyper-V Server or WS2012 Standard?

Microsoft System Center

Windows Server 2012 Feature Comparison - Hyper-V

Windows Server 2012 Hyper-V Storage Strategies

http://www.petri.co.il/hyper-v-virtual-machine-storage.htm

http://www.infostor.com/storage-management/review-windows-storage-server-2012.html

Windows Server 2012 Virtual Desktop Infrastructure Provisioning

Windows Server 2012 VDI/RDS Infrastructure and Management

Virtualization: Use the RD Gateway

Deploying and configuring RD Gateway in Windows Server 2012

How to determine OS Platform with WMI?

Configure Timeout and Reconnection Settings for Remote Desktop Services Sessions

Request and install a trusted certificate

Linux Integration Services Version 3.4 for Hyper-V

A NUM LOCK billentyű engedélyezése a bejelentkezési képernyőn

WinRM 3.0 engedélyezése Windows 7 vagy Windows 2008 R2 szerveren

Remote App telepítése Windows 2012 környezetben

Kiterjesztés regisztrálása GPO segítségével

Microsoft Hyper-V Server 2012 – a kihagyhatatlan(?)

Understanding Requirements for Failover Clusters

Example, Failover Cluster with Multiple Services and Applications

Newbie Question: Active/Active Cluster?

Implementing Windows Server 2012 Hyper-V Failover Clustering

Hyper-V over SMB

How to create FailOver Cluster with two HyperV Server 2012

Step-by-Step: Building a FREE Hyper-V Server 2012 Cluster

http://blogs.technet.com/b/tommypatterson/archive/2013/11/04/server-2012-r2-lab-guide-part-4-step-by-step-hyper-v-over-smb.aspx

Idő szinkronizálás

http://social.technet.microsoft.com/wiki/contents/articles/12709.time-services-for-a-domain-controller-on-hyper-v.aspx

http://spundae.wikidot.com/time-sync-with-time-server-or-domain-controller

Replication

Step-By-Step: Virtual Machine Replication Using Hyper-V Replica

Windows Server 2012 Hyper-V 3.0 Feature #2 VM Replica

How to create Self-signed Certificates for Hyper-V Replica

How to set up Hyper-V Replica for Small Businesses

Terminal service szolgáltatás port áthelyezése

  1. Indítsa el a beállításszerkesztőt.
  2. Keresse meg a beállításjegyzék következő alkulcsát, majd kattintson rá:HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber
  3. A Szerkesztés menüben kattintson a Módosítás lehetőségre, majd kattintson a Decimális elemre.
  4. Írja be az új portszámot, majd kattintson az OK gombra.
  5. Lépjen ki a beállításszerkesztőből.
  6. Indítsa újra a számítógépet.

Figyelem! Amennyiben szükséges a windows tűzfalon is módosítsuk a portbeállításokat!

RDP több egyidejű kliens engedélyezése egy időben. windows XP/7/8

https://forum.sambapos.com/t/step-by-step-on-how-to-configure-multiple-concurrent-rdp-clients-to-run-sambapos-iphone-ipad-galaxy-tablet/769

Szükséges cuccok XP/W7

Szükséges cuccok W8

Failower clustering

Failower clustering requirements

NFS

Windows Server 2012 and NFSv4

Configuring an NFS Server on Windows Server 2012 R2

UID/GID beállítása

ADSI Edit segítségével

Problámák kezelése

WinRM hitelesítésegyeztetési hiba

Adjuk ki az alábbi parancsot powershell alatt a kiszolgálófelügyeletet futtató számítógépen

Set-Item wsman:\localhost\Client\TrustedHosts Server01 -Concatenate -Force

Számítógép eltávolítása már nem létező domain-ből

netdom remove /d:DomainThatNoLongerExist.COM HYPERVComputerName

IPV6 protokoll tiltása powershell segítségével

New-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters -Name DisabledComponents -PropertyType DWord -Value 0xffffffff

Domain Controller lefokozása

http://terrytlslau.tls1.cc/2012/03/domain-controller-demotion-on-windows.html

Lassú hálózati sebesség

Előfordulhat, hogy Broadcom hálózati kártyák esetén a Hyper-V guest-ek hálózati kapcsolatainak áteresztőképessége nagyon alacsony. A problémát a Broadcom eszközmeghajtói okozzák. A probléma elhárítható a VMQ funkció kikapcsolásával, vagy a legújabb Broadcom által szállított driverek telepítésével.

Árnyékmásolatok

Excluding Files from Shadow Copies

Teljesítmény

Hyper-V server 2012R2 teljesítményének növelése

letölthető dokumentum

RDP lassú vezetéknélküli kapcsolat esetén

Tűzfal letiltása Windows Server Core (Hyper-V) rendszereken

Tűzfal letiltása
netsh advfirewall set allprofiles state off

Távoli asztal csatlakozási probléma utolsó bejelentkezési információk miatt

Path: HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System

Registry name: DisplayLastLogonInfo

Value: set to 0 and restarted

  • No labels