Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

Obě strany předchozí revize Předchozí verze
windows:devcon [29.03.2011 16:16]
sebi [Zdroje]
windows:devcon [29.03.2011 16:19]
sebi
Řádek 50: Řádek 50:
  
 This time it should come back happy and tell you that everything is working properly. The card should now be available in Sysconfig and the Hyper-V remote admin tools. This time it should come back happy and tell you that everything is working properly. The card should now be available in Sysconfig and the Hyper-V remote admin tools.
 +
 +===== Nastavení přístupu do Device Manageru přes mmc z jiného serveru =====
 +
 +netsh advfirewall firewall set rule group=“remote administration” new enable=yes
 +
 +The above command will allow for most remote management tools to work out-of-the-box. However, in addition to allowing the MMC snap-ins through the firewall, using Device Manager remotely requires additional configuration. If you don't perform the following steps you will end up with this error:
 +
 +Running Device Manager remotely
 +
 +To allow Device Manager to connect to a remote computer, you must first enable the “Allow remote access to the PnP interface” setting on the target computer'​s Local Group Policy.
 +
 +1. On a Windows Vista or Windows Server 2008 installation,​ start the Group Policy Object MMC snap-in by typing MMC in the Run box and pressing Enter.
 +
 +2. In the Add or Remove Snap-Ins window, scroll to find Group Policy Object Editor, and click Add.
 +
 +3. In the Select Group Policy Object window, click Browse.
 +
 +4. In the Browse for Group Policy Object window, click Another Computer, and either type or browse for the remote server core machine.
 +
 +5. In the Select Group Policy Object window, click Finish.
 +
 +6. In the Add or Remove Snap-Ins window click Ok.
 +
 +7. In the Group Policy of the remote computer, navigate to Computer Configuration -> Administrative Templates -> System -> Device Installation.
 +
 +8. Enable the Allow remote access to the PnP interface setting.
 +
 +9. Close the MMC console (you don't have to save it, but you can if you want to).
 +
 +10. Restart the Server Core installation.
 +
 +Now you can connect to the remote server core machine and manage its devices by using Device Manager.
 +
 +1. Open Computer Management through the Administrative Tools folder.
 +
 +2. Right-click Computer Management and select Connect to another computer.
 +
 +3. In the Select computer window, type or browse to the remote server core computer. Click Ok.
 +
 +4. Expand System tools -> Device Manager. Note that now you can perform changes on the listed devices.
 +
 +And that's it! You are done!
 +
  
 ===== Zdroje ===== ===== Zdroje =====
windows/devcon.txt · Poslední úprava: 29.03.2011 16:19 autor: sebi