Fragensteller
WSUS, Nachinstallationsaufgaben schlagen fehl.

Frage
-
Hallo,
ich habe auf einem 2012 R2, das Feature "WSUS" hinzu gefügt.
Leider bekomme ich jedoch bei den Nachinstallitionsaufgaben einen Fehler im Log.
2016-09-06 08:53:52 Postinstall started
2016-09-06 08:53:52 Detected role services: Api, UI, WidDatabase, Services
2016-09-06 08:53:52 Start: LoadSettingsFromXml
2016-09-06 08:53:52 Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
2016-09-06 08:53:53 Value is true
2016-09-06 08:53:53 End: GetConfigValue
2016-09-06 08:53:53 Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentDirectory
2016-09-06 08:53:53 Value is E:\
2016-09-06 08:53:53 End: GetConfigValue
2016-09-06 08:53:53 Content directory is E:\
2016-09-06 08:53:53 Database roleservice is not installed
2016-09-06 08:53:53 End: LoadSettingsFromXml
Die Nachinstallation (PostInstall) wird gestartet.
2016-09-06 08:53:53 Start: Run
2016-09-06 08:53:53 Fetching WsusAdministratorsSid from registry store
2016-09-06 08:53:53 Value is S-1-5-21-638540108-3506162873-1759391028-1002
2016-09-06 08:53:53 Fetching WsusReportersSid from registry store
2016-09-06 08:53:53 Value is S-1-5-21-638540108-3506162873-1759391028-1003
2016-09-06 08:53:54 Configuring content directory...
2016-09-06 08:53:54 Configuring groups...
2016-09-06 08:53:54 Starting group configuration for WSUS Administrators...
2016-09-06 08:53:54 Found group in regsitry, attempting to use it...
2016-09-06 08:53:57 Writing group to registry...
2016-09-06 08:53:57 Finished group creation
2016-09-06 08:53:57 Starting group configuration for WSUS Reporters...
2016-09-06 08:53:57 Found group in regsitry, attempting to use it...
2016-09-06 08:53:57 Writing group to registry...
2016-09-06 08:53:57 Finished group creation
2016-09-06 08:53:57 Configuring permissions...
2016-09-06 08:53:57 Fetching content directory...
2016-09-06 08:53:57 Fetching ContentDir from registry store
2016-09-06 08:53:57 Value is E:\
2016-09-06 08:53:57 Fetching group SIDs...
2016-09-06 08:53:57 Fetching WsusAdministratorsSid from registry store
2016-09-06 08:53:57 Value is S-1-5-21-638540108-3506162873-1759391028-1002
2016-09-06 08:53:57 Fetching WsusReportersSid from registry store
2016-09-06 08:53:57 Value is S-1-5-21-638540108-3506162873-1759391028-1003
2016-09-06 08:53:57 Creating group principals...
2016-09-06 08:53:57 Granting directory permissions...
2016-09-06 08:53:57 Granting permissions on content directory...
2016-09-06 08:53:57 Granting registry permissions...
2016-09-06 08:53:57 Granting registry permissions...
2016-09-06 08:53:57 Granting registry permissions...
2016-09-06 08:53:57 Configuring shares...
2016-09-06 08:53:57 Configuring network shares...
2016-09-06 08:53:57 Fetching content directory...
2016-09-06 08:53:57 Fetching ContentDir from registry store
2016-09-06 08:53:57 Value is E:\
2016-09-06 08:53:57 Fetching WSUS admin SID...
2016-09-06 08:53:57 Fetching WsusAdministratorsSid from registry store
2016-09-06 08:53:57 Value is S-1-5-21-638540108-3506162873-1759391028-1002
2016-09-06 08:53:57 Content directory is local, creating content shares...
2016-09-06 08:53:58 Creating share "UpdateServicesPackages" with path "E:\UpdateServicesPackages" and description "A network share to be used by client systems for collecting all software packages (usually applications) published on this WSUS system."
2016-09-06 08:53:58 Deleting existing share...
2016-09-06 08:53:58 Creating share...
2016-09-06 08:53:58 Share successfully created
2016-09-06 08:53:58 Creating share "WsusContent" with path "E:\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
2016-09-06 08:53:58 Deleting existing share...
2016-09-06 08:53:58 Creating share...
2016-09-06 08:53:58 Share successfully created
2016-09-06 08:53:58 Creating share "WSUSTemp" with path "C:\Program Files\Update Services\LogFiles\WSUSTemp" and description "A network share used by Local Publishing from a Remote WSUS Console Instance."
2016-09-06 08:53:58 Deleting existing share...
2016-09-06 08:53:58 Creating share...
2016-09-06 08:53:58 Share successfully created
2016-09-06 08:53:58 Finished creating content shares
2016-09-06 08:53:58 Stopping service WSUSService
2016-09-06 08:53:58 Stopping service W3SVC
2016-09-06 08:55:28 Configuring WID database...
2016-09-06 08:55:28 Configuring the database...
2016-09-06 08:55:28 Establishing DB connection...
2016-09-06 08:55:28 Checking to see if database exists...
2016-09-06 08:55:29 Database exists
2016-09-06 08:55:29 Switching database to single user mode...
2016-09-06 08:55:32 Loading install type query...
2016-09-06 08:55:32 DECLARE @currentDBVersion int
DECLARE @scriptMajorVersion int = (9600)
DECLARE @scriptMinorVersion int = (18324)
DECLARE @databaseMajorVersion int
DECLARE @databaseMinorVersion int
DECLARE @databaseBuildNumber nvarchar(10)
IF NOT EXISTS(SELECT * FROM sys.databases WHERE name='SUSDB')
BEGIN
SELECT 1
END
ELSE
BEGIN
SET @currentDBVersion = (SELECT SchemaVersion FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
SET @databaseBuildNumber = (SELECT BuildNumber FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
DECLARE @delimiterPosition INT = CHARINDEX('.', @databaseBuildNumber)
IF (@delimiterPosition = 0)
BEGIN
RAISERROR('Invalid schema version number', 16, 1) with nowait
return
END
SET @databaseMajorVersion = SUBSTRING(@databaseBuildNumber, 1, @delimiterPosition - 1)
SET @databaseMinorVersion = SUBSTRING(@databaseBuildNumber, (@delimiterPosition + 1), (10 - @delimiterPosition))
IF @currentDBVersion < 926
BEGIN
SELECT 3
END
ELSE
BEGIN
IF (@scriptMajorVersion > @databaseMajorVersion OR
(@scriptMajorVersion = @databaseMajorVersion AND @scriptMinorVersion > @databaseMinorVersion))
BEGIN
SELECT 2
END
ELSE IF (@scriptMajorVersion = @databaseMajorVersion AND
@scriptMinorVersion = @databaseMinorVersion)
BEGIN
SELECT 0
END
ELSE
BEGIN
SELECT 4
END
END
END
2016-09-06 08:55:32 Install type is: Reinstall
2016-09-06 08:55:32 Creating logins...
2016-09-06 08:55:32 Fetching account info for S-1-5-20
2016-09-06 08:55:32 Found principal
2016-09-06 08:55:32 Found account
2016-09-06 08:55:32 Got binary SID
2016-09-06 08:55:32 Fetching WsusAdministratorsSid from registry store
2016-09-06 08:55:32 Value is S-1-5-21-638540108-3506162873-1759391028-1002
2016-09-06 08:55:32 Fetching account info for S-1-5-21-638540108-3506162873-1759391028-1002
2016-09-06 08:55:34 Found principal
2016-09-06 08:55:34 Found account
2016-09-06 08:55:34 Got binary SID
2016-09-06 08:55:34 Setting content location...
2016-09-06 08:55:34 Fetching ContentDir from registry store
2016-09-06 08:55:34 Value is E:\
2016-09-06 08:55:34 Swtching DB to multi-user mode......
2016-09-06 08:55:35 Finished setting multi-user mode
2016-09-06 08:55:35 Writing DB settings to registry...
2016-09-06 08:55:35 Marking PostInstall done for UpdateServices-WidDatabase in the registry...
2016-09-06 08:55:35 Starting service W3SVC
2016-09-06 08:55:35 Configuring IIS...
2016-09-06 08:55:35 Start: ConfigureWebsite
2016-09-06 08:55:36 Configuring website on port 8530
2016-09-06 08:57:37 2016-09-06 08:55:55 Info IISCustomAction Setupaktion wird ausgefhrt, Befehl "/Install"
2016-09-06 08:57:34 Info IISCustomAction Der Befehl "/Install" wurde erfolgreich ausgefhrt.
2016-09-06 08:57:37 End: ConfigureWebsite
2016-09-06 08:57:37 Configuring performance counters...
2016-09-06 08:57:37 Configuring Stats.NET perf counter...
2016-09-06 08:57:37 Configuring reporting perf counter...
2016-09-06 08:57:37 Configuring client webservice perf counter...
2016-09-06 08:57:37 Configuring server sync webservice perf counter...
2016-09-06 08:57:37 Configuring API remoting perf counter...
2016-09-06 08:57:37 Bringing services online...
2016-09-06 08:57:37 Checking initialization status...
2016-09-06 08:57:38 StartServer starting...
2016-09-06 08:57:38 Generating encryption key to write to the registry...
2016-09-06 08:57:38 Generating encryption key to write to the database...
2016-09-06 08:57:38 Generating encryption key succeeded...
2016-09-06 08:57:38 Setting WSUSService to autostart...
2016-09-06 08:57:38 WSUSService is set to autostart.
2016-09-06 08:57:38 Starting WSUSService...
2016-09-06 08:57:38 WSUSService is now started.
2016-09-06 08:57:38 Importing default detectoids.
2016-09-06 08:57:38 Importing CriticalUpdates.xml...
2016-09-06 08:57:39 Importing Drivers.xml...
2016-09-06 08:57:39 Importing FeaturePacks.xml...
2016-09-06 08:57:39 Importing MicrosoftCorporation.xml...
2016-09-06 08:57:39 Importing SecurityUpdates.xml...
2016-09-06 08:57:39 Importing ServicePacks.xml...
2016-09-06 08:57:39 Importing Tools.xml...
2016-09-06 08:57:39 Importing UpdateRollups.xml...
2016-09-06 08:57:39 Importing Updates.xml...
2016-09-06 08:57:39 Importing Windows.xml...
2016-09-06 08:57:39 Importing Windows2000family.xml...
2016-09-06 08:57:39 Importing WindowsServer2003DatacenterEdition.xml...
2016-09-06 08:57:39 Importing WindowsServer2003Family.xml...
2016-09-06 08:57:39 Importing WindowsXPfamily.xml...
2016-09-06 08:57:39 Importing LocalPublisher.xml...
2016-09-06 08:57:39 Importing LocallyPublishedPackages.xml...
2016-09-06 08:57:39 Importing Applications.xml...
2016-09-06 08:57:39 Importing Exchange.xml...
2016-09-06 08:57:39 Importing Office.xml...
2016-09-06 08:57:39 Importing SQL.xml...
2016-09-06 08:57:39 Importing Exchange2000Server.xml...
2016-09-06 08:57:39 Importing ExchangeServer2003.xml...
2016-09-06 08:57:40 Importing OfficeXP.xml...
2016-09-06 08:57:40 Importing Office2003.xml...
2016-09-06 08:57:40 Importing SQLServer.xml...
2016-09-06 08:57:40 Importing WindowsXP64BitEditionVersion2003.xml...
2016-09-06 08:57:40 Importing DefinitionUpdateSusXml.xml...
2016-09-06 08:57:40 Importing ClientServicingApiDetectoid.xml...
2016-09-06 08:57:40 Importing default detectoids succeeded.
2016-09-06 08:57:42 Synchronization in progress. Please cancel synchronization and rerun postinstall again. Exception: System.Net.WebException: Fehler bei der Anforderung mit HTTP-Status 400: Bad Request.
bei System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
bei System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
bei Microsoft.UpdateServices.Internal.ApiRemoting.GetServerVersion()
bei Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.GetServerVersion()
bei Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.CreateUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
bei Microsoft.UpdateServices.Internal.BaseApi.UpdateServer..ctor(Boolean bypassApiRemoting)
bei Microsoft.UpdateServices.Setup.StartServer.StartServer.FixSubscriptionCategories()
2016-09-06 08:57:42 StartServer encountered errors. Exception=Synchronization in progress. Please cancel synchronization and run postinstall again.
2016-09-06 08:57:42 Microsoft.UpdateServices.Administration.CommandException: Der WSUS-Dienst konnte nicht gestartet und nicht konfiguriert werden.
bei Microsoft.UpdateServices.Administration.PostInstall.Run()
bei Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
Schwerwiegender Fehler: Der WSUS-Dienst konnte nicht gestartet und nicht konfiguriert werden.
Ich interpretiere es so das der "Server" nicht gestartet werden kann da bereits Zugriffe drauf erfolgen.
Wie sieht ein möglicher Workaround aus?
Alle Antworten
-
Hallo schönwettersäger,
was für Rollen sind noch auf dem Server installiert? Hast Du das System vorher auf den aktuellsten Patchstand gebracht?
Freundliche Grüße
SandroMCSA: Windows Server 2012 in spe ;)
Fachinformatiker Fachrichtung Systemintegration (IHK, 07/2013)XING: Zum Profil
LinkedIn: Zum Profil
Facebook: Zum Profil -
2016-09-06 08:57:42 Synchronization in progress. Please cancel synchronization and rerun postinstall again. Exception: System.Net.WebException: Fehler bei der Anforderung mit HTTP-Status 400: Bad Request.
Der Sync läuft bereits. Kannst Du schon auf die WSUS Konsole zugreifen und den Sync beenden?Freundliche Grüße
SandroMCSA: Windows Server 2012 in spe ;)
Fachinformatiker Fachrichtung Systemintegration (IHK, 07/2013)XING: Zum Profil
LinkedIn: Zum Profil
Facebook: Zum Profil -
wenn ich via mmc auf die Konsole zugreife bekomme ich folgendes Fenster.(Kann leider kein Screenshot einbinden, mein Konto muss noch seitens MS überprüft werden,. Deshalb in Textform, sorry)
WSUS installation abschließen
Pfad des Inhaltsverzeichnisses E:\WSUS\
--> Dann Button "Ausführen"
Leider führt das "einrichten/ausführen" nicht zum gewünschten Erfolg.
Screenshots folgen... Bin dabei
-
Screenshots folgen... Bin dabei
Ich weiß welche Meldung Du meinst ;)
Versuch mal folgendes in der PowerShell als Admin:
(Get-WsusServer).GetSubscription().StopSynchronization()
Und führe danach die PostInstall-Aufgaben nochmal aus.
Sicherheitshalber nochmal die Frage:
Der Server ist ganz sicher kein DC? ;)
Freundliche Grüße
SandroMCSA: Windows Server 2012 in spe ;)
Fachinformatiker Fachrichtung Systemintegration (IHK, 07/2013)XING: Zum Profil
LinkedIn: Zum Profil
Facebook: Zum Profil
- Bearbeitet SandroReiter Dienstag, 6. September 2016 08:12
-
Hallo Sandro,
ich habe versucht die Synchronisierung über die Shell zu stoppen, habe aber jetzt das Problem das ich ein "Bad Request" bekomme.
(Get-WsusServer).GetSubscription().StopSynchronization()
führt zu:
Get -WsusServer : Fehler bei der Anforderung mit HTTP-Status 400: Bad Request. In Zeile:1 Zeichen:2 +(Get-WsusServer).GetSubscription().StopSynchronisation() +CategoryINfo : InvalidData: (Microsoft.Updat...usServercommand:GetWSUSServerCommand) [Get-WsusServer], WebWExeption + FullyQualifiedErrorID : ServerIsInvalid,Microsoft.UpdateServices.Commands.GetWsusServerCommand
- Bearbeitet schönwettersäger Dienstag, 6. September 2016 08:56
-
Mh. Ok. Hast Du das Update KB3159706 installiert?
Falls ja, beachte bitte die Nacharbeiten zum Update:
https://support.microsoft.com/de-de/kb/3159706
Ich weiß leider nicht, wie es sich verhält wenn man das Update installiert und erst danach die PostInstallation durchführt - geschweige denn, ob man das Update überhaupt vor der WSUS-Installation angeboten bekommt. Das ist also nur eine Vermutung.
Ich habe hier auch noch einen anderen Ansatz gefunden die PostInstallation mithilfe der PowerShell (als Admin) durchzuführen:
- Bearbeitet SandroReiter Dienstag, 6. September 2016 09:07
-
hat leider nicht zum Erfolg geführt.
Deinstalliere jetzt das KB3159706 und versuche es noch einmal.
was mich auch wundert wenn ich die "Nachinstallationsaufgabe" starte, beendet er mir den ILS Dienst "W3SRV..".
Den ich dann natürlich wieder manuell starte da sonst ebenfalls das exchange weg ist.
- Bearbeitet schönwettersäger Dienstag, 6. September 2016 09:28
-
nach Deinstalltion des KB3159706 bekomme ich ein neues LOG.
2016-09-06 11:29:17 Postinstall started
2016-09-06 11:29:17 Detected role services: Api, UI, WidDatabase, Services
2016-09-06 11:29:17 Start: LoadSettingsFromParameters
2016-09-06 11:29:17 Content local is: True
2016-09-06 11:29:17 Content directory is: E:\WSUS
2016-09-06 11:29:17 SQL instname is:
2016-09-06 11:29:17 End: LoadSettingsFromParameters
2016-09-06 11:29:17 Start: Run
2016-09-06 11:29:17 Fetching WsusAdministratorsSid from registry store
2016-09-06 11:29:17 Value is S-1-5-21-638540108-3506162873-1759391028-1002
2016-09-06 11:29:17 Fetching WsusReportersSid from registry store
2016-09-06 11:29:17 Value is S-1-5-21-638540108-3506162873-1759391028-1003
2016-09-06 11:29:27 Configuring content directory...
2016-09-06 11:29:27 Configuring groups...
2016-09-06 11:29:27 Starting group configuration for WSUS Administrators...
2016-09-06 11:29:27 Found group in regsitry, attempting to use it...
2016-09-06 11:29:29 Writing group to registry...
2016-09-06 11:29:29 Finished group creation
2016-09-06 11:29:29 Starting group configuration for WSUS Reporters...
2016-09-06 11:29:29 Found group in regsitry, attempting to use it...
2016-09-06 11:29:29 Writing group to registry...
2016-09-06 11:29:29 Finished group creation
2016-09-06 11:29:29 Configuring permissions...
2016-09-06 11:29:29 Fetching content directory...
2016-09-06 11:29:29 Fetching ContentDir from registry store
2016-09-06 11:29:29 Value is E:\WSUS
2016-09-06 11:29:29 Fetching group SIDs...
2016-09-06 11:29:29 Fetching WsusAdministratorsSid from registry store
2016-09-06 11:29:29 Value is S-1-5-21-638540108-3506162873-1759391028-1002
2016-09-06 11:29:29 Fetching WsusReportersSid from registry store
2016-09-06 11:29:29 Value is S-1-5-21-638540108-3506162873-1759391028-1003
2016-09-06 11:29:29 Creating group principals...
2016-09-06 11:29:29 Granting directory permissions...
2016-09-06 11:29:30 Granting permissions on content directory...
2016-09-06 11:29:30 Granting registry permissions...
2016-09-06 11:29:30 Granting registry permissions...
2016-09-06 11:29:30 Granting registry permissions...
2016-09-06 11:29:30 Configuring shares...
2016-09-06 11:29:30 Configuring network shares...
2016-09-06 11:29:30 Fetching content directory...
2016-09-06 11:29:30 Fetching ContentDir from registry store
2016-09-06 11:29:30 Value is E:\WSUS
2016-09-06 11:29:30 Fetching WSUS admin SID...
2016-09-06 11:29:30 Fetching WsusAdministratorsSid from registry store
2016-09-06 11:29:30 Value is S-1-5-21-638540108-3506162873-1759391028-1002
2016-09-06 11:29:30 Content directory is local, creating content shares...
2016-09-06 11:29:30 Creating share "UpdateServicesPackages" with path "E:\WSUS\UpdateServicesPackages" and description "A network share to be used by client systems for collecting all software packages (usually applications) published on this WSUS system."
2016-09-06 11:29:30 Deleting existing share...
2016-09-06 11:29:30 Creating share...
2016-09-06 11:29:30 Share successfully created
2016-09-06 11:29:30 Creating share "WsusContent" with path "E:\WSUS\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
2016-09-06 11:29:30 Deleting existing share...
2016-09-06 11:29:30 Creating share...
2016-09-06 11:29:30 Share successfully created
2016-09-06 11:29:30 Creating share "WSUSTemp" with path "C:\Program Files\Update Services\LogFiles\WSUSTemp" and description "A network share used by Local Publishing from a Remote WSUS Console Instance."
2016-09-06 11:29:30 Deleting existing share...
2016-09-06 11:29:30 Creating share...
2016-09-06 11:29:30 Share successfully created
2016-09-06 11:29:30 Finished creating content shares
2016-09-06 11:29:30 Stopping service WSUSService
2016-09-06 11:29:30 Stopping service W3SVC
2016-09-06 11:29:30 Configuring WID database...
2016-09-06 11:29:30 Configuring the database...
2016-09-06 11:29:30 Establishing DB connection...
2016-09-06 11:29:30 Checking to see if database exists...
2016-09-06 11:29:30 Database exists
2016-09-06 11:29:30 Switching database to single user mode...
2016-09-06 11:29:38 System.Data.SqlClient.SqlException (0x80131904): Änderungen am Status oder an Optionen der SUSDB-Datenbank können zu diesem Zeitpunkt nicht vorgenommen werden. Die Datenbank befindet sich im Einzelbenutzermodus, und zurzeit ist ein Benutzer mit ihr verbunden.
Fehler bei der ALTER DATABASE-Anweisung.
bei Microsoft.UpdateServices.DatabaseAccess.DBConnection.DrainObsoleteConnections(SqlException e)
bei Microsoft.UpdateServices.DatabaseAccess.DBConnection.ExecuteCommandNoResult()
bei Microsoft.UpdateServices.Administration.ConfigureDB.ConnectToDB()
bei Microsoft.UpdateServices.Administration.ConfigureDB.Configure()
bei Microsoft.UpdateServices.Administration.ConfigureDB.Run(String instanceName, Action`1 logWriter, Boolean contentLocal)
bei Microsoft.UpdateServices.Administration.PostInstall.Run()
bei Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
ClientConnectionId:93a7af98-0cbc-45ef-b8f2-b73bc5c448de
Fehlernummer (Error Number):5064,Status (State):1,Klasse (Class):16Kannst Du was mit dem Fehler anfangen? Was soll das mit dem Einzelbenutzermodus bedeuten?
-
Kannst Du was mit dem Fehler anfangen? Was soll das mit dem Einzelbenutzermodus bedeuten?
Am besten setzt Du den WSUS nochmal neu auf, hier scheint irgendwas schief gelaufen zu sein.
Dazu als lokaler Admin anmelden, die WSUS-Rolle entfernen. Die SUSDB per SQL Management Studio entfernen, einmal durchstarten und dann nochmal von vorne beginnen.
Falls Du explizit den Fehler beheben willst, habe ich keine Idee. Lt. Google haben hier aber die meisten nochmal von vorne angefangen. Auch ich finde, wenn es bereits so beginnt sollte man nicht versuchen sich das "richtig" zu frickeln.
Freundliche Grüße
SandroMCSA: Windows Server 2012
Fachinformatiker Fachrichtung Systemintegration (IHK, 07/2013)XING: Zum Profil
LinkedIn: Zum Profil
Facebook: Zum Profil -
Den ich dann natürlich wieder manuell starte da sonst ebenfalls das exchange weg ist.
Du betreibst einen Exchange auf dem selben Server, auf dem du jetzt versuchst einen WSUS zu installieren?
Sicher, dass das eine gute Idee ist?
Je nach Exchange Version (und CU Stand) könnten sich da unschöne Unverträglichkeiten ergeben (z.B. beim .NET Framework, oder dem Windows Management Framework).
Exchange Server-Unterstützbarkeitsmatrix
Ganz zu schweigen davon, dass Exchange wie WSUS beide sehr ressourcenhungrig sind.
Gruß TechnikSC885
- Bearbeitet TechnikSC885 Dienstag, 6. September 2016 09:52 Link eingefügt
-
Hallo,
@Sandro. Ja sehe ich auch so weg damit und neu.
@TechnikSC. Wird perspektivisch voraussichtlich auf eine eigene Maschine wandern,ist sicherlich die beste Lösung.
Aber im Moment habe ich aber die Gegebenheiten wie sie sind.
Danke trotzdem für euere Mühen und noch einen schönen Dienstag!