catcatcher
Goto Top

W2k3-adminpak.msi auf Vista

Hallo, nachdem ich recht lange gesucht habe, bin ich jetzt auf eine bzw. zwei Lösungen gestossen, um das W2k3-Adminpak incl. Exchange 2003 unter Vista zu installieren. Habe das mal zusammengefasst, da ich glaube, das ich nicht der einzige bin, der sowas vermisst hat

Als erstes die adminpak.msi installieren, danach folgende .dll`s registrieren, geht am besten mit dieser .cmd

@echo off

REM RegisterAdminPak.cmd
REM (c) 2006 Microsoft Corporation.  All rights reserved.

set filelist=adprop.dll azroles.dll azroleui.dll ccfg95.dll
set filelist=%filelist% certadm.dll certmmc.dll certpdef.dll certtmpl.dll
set filelist=%filelist% certxds.dll cladmwiz.dll clcfgsrv.dll clnetrex.dll
set filelist=%filelist% cluadmex.dll cluadmmc.dll cmproxy.dll cmroute.dll
set filelist=%filelist% cmutoa.dll cnet16.dll debugex.dll dfscore.dll
set filelist=%filelist% dfsgui.dll dhcpsnap.dll dnsmgr.dll domadmin.dll
set filelist=%filelist% dsadmin.dll dsuiwiz.dll imadmui.dll lrwizdll.dll
set filelist=%filelist% mprsnap.dll msclus.dll mstsmhst.dll mstsmmc.dll
set filelist=%filelist% nntpadm.dll nntpapi.dll nntpsnap.dll ntdsbsrv.dll
set filelist=%filelist% ntfrsapi.dll rasuser.dll rigpsnap.dll rsadmin.dll
set filelist=%filelist% rscommon.dll rsconn.dll rsengps.dll rsjob.dll
set filelist=%filelist% rsservps.dll rsshell.dll rssubps.dll rtrfiltr.dll
set filelist=%filelist% schmmgmt.dll tapisnap.dll tsuserex.dll vsstskex.dll
set filelist=%filelist% w95inf16.dll w95inf32.dll winsevnt.dll winsmon.dll
set filelist=%filelist% winsrpc.dll winssnap.dll ws03res.dll

for %%i in (%filelist%) do (
	echo Registering %%i ...
	regsvr32 /s %%i 
)

echo.
Echo Command Completed
Jetzt läuft schon mal die erste Hälfte, aber um in die Exchange-Eigenschaften der User zu gelangen, müssen vom Exchange-Server aus %windir%\system32

netui0.dll
netui1.dll
netui2.dll

und aus Exchange\bin

address.dll
escprint.dll
exchmem.dll
glblname.dll
maildsmx.dll
pttrace.dll

kopieren und in den System32-Ordner des Vista-PC`s einfügen.

Anschließend noch einmal ein fröhliches

regsvr32 \windows\system32\maildsmx.dll

ausführen.

Da ich Probleme mit dem Installieren des Exchange 2003 Management Packs hatte, habe ich mir das Microsoft Exchange Server Management Pack for MOM 2005 runtergeladen und installiert. Jetzt kann ich wieder super die Exchangeeigenschaften der User auf meinem Vista-Rechner bearbeiten

Content-Key: 90056

Url: https://administrator.de/contentid/90056

Printed on: April 26, 2024 at 13:04 o'clock

Member: gooogix
gooogix Jun 25, 2008 at 18:03:42 (UTC)
Goto Top
Hallo!

Mit SP1 für Vista und den Remote Server Administration Tools (RSAT) sollte das obige nicht mehr nötig sein.

Gruss
Udo