Benutzer mit den meisten Antworten
Windows Bereitstellungsdienste Server 2008 R2 - Reiter Remoteinstallation in Active Directory-Benutzer und -Computer

Frage
-
Ich habe einen WDS im Unternehmen (Windows Bereitstellungsdienste Server 2008 R2) und wenn ich ein neues Computerkonto in der ADS anlege, dann habe ich auf dem Server in der Konsole "Active Directory-Benutzer und -Computer" den Reiter Remoteinstallation .
Wie bekomme ich diesen Reiter auf den Workstations der Mitarbeiter in der Konsole Active Directory-Benutzer und -Computer?
Antworten
-
Die WDS Management Komponenten sind im RSAT nicht enhalten (http://support.microsoft.com/kb/958830/en-us). Unter http://trycatch.be/blogs/roggenk/archive/2008/04/11/missing-the-wds-windows-deployment-services-snapin-from-rsat-on-windows-vista.aspx gibts einen Weg (war für das Vista RSAT, funktioniert aber nimmer noch) den entsprechenden Reiter der ADUC konsole hinzuzufügen, aber der ist natürlich nicht supported. ;-)
vg
Maik
- Als Antwort markiert Andrei TalmaciuModerator Montag, 21. Februar 2011 12:41
-
Moin moin,
Registerkarte bzw. Reiter Remoteinstallation in Active Directory Benutzer und Computer (ADCU) mit RSAT Tools
und zwar geht das so:
There is an unsupported fix available to get the Management Dialog within Active Directory Users and Computers (dsa.msc):
(Use at your own risk)
- Install RSAT on Windows Vista with SP1
-
Add the feature 'Windows Deployment Services Tools' on a Windows Server 2008 Full Installation, installed with the same architecture (x64 / x86) and same language.
-
Copy the following files from the Windows Server 2008 box to the exact same locations on your Windows Vista box (assuming both are installed in English):
-
%systemroot%\system32\imadmui.dll
-
%systemroot%\system32\EN-US\imadmui.dll.mui
-
-
Register the dll using the following command as an administrator (Remember UAC):
regsvr32 imadmui.dll -
Run Active Directory Users and Computers (dsa.msc)
Quelle: http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/63e392b6-817e-4162-a7c5-30ca44a842e2/
Gruß Voka
Alle Antworten
-
Die WDS Management Komponenten sind im RSAT nicht enhalten (http://support.microsoft.com/kb/958830/en-us). Unter http://trycatch.be/blogs/roggenk/archive/2008/04/11/missing-the-wds-windows-deployment-services-snapin-from-rsat-on-windows-vista.aspx gibts einen Weg (war für das Vista RSAT, funktioniert aber nimmer noch) den entsprechenden Reiter der ADUC konsole hinzuzufügen, aber der ist natürlich nicht supported. ;-)
vg
Maik
- Als Antwort markiert Andrei TalmaciuModerator Montag, 21. Februar 2011 12:41
-
Moin moin,
Registerkarte bzw. Reiter Remoteinstallation in Active Directory Benutzer und Computer (ADCU) mit RSAT Tools
und zwar geht das so:
There is an unsupported fix available to get the Management Dialog within Active Directory Users and Computers (dsa.msc):
(Use at your own risk)
- Install RSAT on Windows Vista with SP1
-
Add the feature 'Windows Deployment Services Tools' on a Windows Server 2008 Full Installation, installed with the same architecture (x64 / x86) and same language.
-
Copy the following files from the Windows Server 2008 box to the exact same locations on your Windows Vista box (assuming both are installed in English):
-
%systemroot%\system32\imadmui.dll
-
%systemroot%\system32\EN-US\imadmui.dll.mui
-
-
Register the dll using the following command as an administrator (Remember UAC):
regsvr32 imadmui.dll -
Run Active Directory Users and Computers (dsa.msc)
Quelle: http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/63e392b6-817e-4162-a7c5-30ca44a842e2/
Gruß Voka