Inleiding

In dit artikel worden de problemen beschreven die zijn opgelost in Updatepakket 3 voor Microsoft System Center 2012 Service Pack 1 (SP1). Daarnaast bevat dit artikel de installatie-instructies voor updatepakket 3 voor System Center 2012 SP1.

Problemen die zijn opgelost in dit updatepakket

Update van app-controller (KB2853227)

Probleem 1

Wanneer u probeert een VMM-verbinding (Microsoft System Center 2012 Virtual Machine Manager) toe te voegen met behulp van de gebruikersinterface of een Windows PowerShell opdracht, is de verbinding mislukt. Bovendien wordt het volgende foutbericht weergegeven:  

Het verbindingsadres moet een volledig gekwalificeerde domeinnaam zijn.

Dit probleem kan optreden wanneer de FQDN (Fully Qualified Domain Name) een afbreekstreepje (-) in het laatste deel van de naam bevat.  

Probleem 2

Wanneer een Microsoft Azure-abonnement een virtuele Microsoft Azure-machine met veel geheugen (A6 of A7) bevat, is Azure-functionaliteit niet beschikbaar in De app-controller van Microsoft System Center 2012. Bovendien wordt het volgende foutbericht weergegeven:  

Opgehaalde gegevens zijn onvolledig.

Wanneer u op Meer details klikt, ontvangt u het bericht 'Service niet beschikbaar'. U kunt ook het bericht 'Aangevraagde waarde 'A6' is niet gevonden' ontvangen.  

Probleem 3

Wanneer u app-controller samen met een proxyserver probeert te gebruiken, ontvangt u het volgende foutbericht:  

(407) verificatie vereist.

Opmerking App Controller maakt geen gebruik van geconfigureerde proxy-instellingen.  

Probleem 4

Wanneer u de netwerkeigenschappen van een geïmplementeerde virtuele machine bekijkt en vervolgens op OK klikt, wordt de netwerkverbinding ingesteld op Geen. Het veld voor de netwerkverbinding is bijvoorbeeld leeg en de huidige netwerkadapter wordt niet weergegeven.  

Probleem 5

Wanneer u snel tussen virtuele machines in een lijst navigeert en vervolgens op de taak Eigenschappen klikt, wordt de eigenschappenpagina voor de eerder geselecteerde virtuele machine weergegeven.  

Probleem 6

Wanneer u een virtuele Azure-machine implementeert wanneer de gebruiker het wachtwoord moet wijzigen wanneer de volgende aanmeldingsoptie is geselecteerd, wordt het volgende foutbericht weergegeven:  

Ongeldige aanvraag

Installatie-update voor app-controller (KB2823452)

Probleem 1

App Controller kan niet worden geïnstalleerd als de naam van de Microsoft SQL Server databaseserver begint met een getal.  

Probleem 2

Setup meldt onjuist dat de SQL Server database onvoldoende schijfruimte heeft.  

Probleem 3

Het instellen van een niet-Engels besturingssysteem is mislukt wanneer wordt geprobeerd Internet Information Services (IIS) in te schakelen.  

Update van Data Protection Manager (KB2877075)

Probleem 1

Wanneer u het delen van bibliotheken probeert in te stellen wanneer u Data Protection Manager SP1 Update Rollup 2 gebruikt, wordt het volgende foutbericht weergegeven:  

Kan RBACRolePermissionOnStoredProcScript.sql niet uitvoeren op DPMServer\Database

Probleem 2

Wanneer u een Windows PowerShell script uitvoert waarmee de beveiligingsgroepen worden opgehaald, loopt de console vast.  

Probleem 3

De VMM Helper-service reageert niet meer en er wordt geen back-up van virtuele machines. Als de back-ups opnieuw worden opgestart, kunnen ze doorgaan.Opmerking Als u beveiligingsgroepen hebt waarvoor de back-upconfiguratie van Data Protection Manager naar Azure is ingeschakeld en als u Data Protection Manager 2012 SP1 Update Rollup 3 (KB 2877075) hebt geïmplementeerd, moet u deze stappen volgen nadat u Updatepakket 3 hebt geïnstalleerd:

  1. Kopieer het volgende script naar een bestand en sla het bestand op als 'Regneratejobdefscloud.ps1' in de map Data Protection Manager \DPM\DPM\Bin: #Get geïnstalleerd pad van Data Protection Manager. try{ $DPMInstalledPathProp = Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Microsoft Data Protection Manager\Setup" $DPMInstalledPath = $DPMInstalledPathProp.InstallPath } catch { TraceMessage("Unable to read DPM registry key. Zorg ervoor dat DPM is geïnstalleerd op deze computer " exit 1 } $logDir = $DPMInstalledPath+"\Temp" $logfilename = $logDir+"\ReGenerateJobDefs-Cloud.log" # Logs Message to log file function TraceMessage($message) { $timestamp = Get-Date $timestamp. ToString() +":"+ $message >> $logfilename Write-Host $message } # Met deze functie wordt de naam van doorgegeven gegevensbronnen afgedrukt. function PrintDSList($DSList) { if($DSList -ne $null) { foreach($item in $DSList) { TraceMessage( $item. ProductionServerName+"/"+ $item. DataSourceName) } } } } probeer { $dpmservername = &"hostname" $dpmsrv = connect-dpmserver $dpmservername if (!$dpmsrv) { TraceMessage("Unable to connect to $dpmservername ") afsluiten 1 } } catch{ TraceMessage("Kan geen verbinding maken met $dpmservername") afsluiten 1 } #PG vertaling TraceMessage("####### ########## TraceMessage("Ga taakdefinities genereren") $err = $($pgList = @(Get-DPMProtectionGroup)) 2>&1 if($err) { TraceMessage(" Failed to get PGList of $dpmservername") TraceMessage($err) exit 1 } $failedPgList = New-Object System.Collections.ArrayList if($pgList -ne $null) { foreach($pg in $pgList) { TraceMessage( "------------------------------------------") TraceMessage("PG $($pg. FriendlyName) PGId: $($pg. ProtectionGroupId)- Taken en planningen opnieuw genereren"); probeer { if($pg. IsCloudLongTerm -eq $true) { $pgToModify = Get-DPMProtectionGroup | Where{$_. ProtectionGroupId -eq $pg. ProtectionGroupId} $mpg = Get-DPMModifiableProtectionGroup $pgToModify $err = $($dsList = Get-DPMDatasource $pg) 2>&1 if($err) { TraceMessage("PG $($pg. FriendlyName) PGId: $($pg. ProtectionGroupId) - Kan gegevensbronlijst niet ophalen ") TraceMessage($err) throw $err } TraceMessage("PG $($pg. FriendlyName) PGId: $($pg. ProtectionGroupId) - Force Translation uitvoeren voor alle gegevensbronen"); PrintDSList($dsList); $err = $(Set-DPMProtectionGroup -ProtectionGroup $mpg -TranslateDSList $dsList) 2>&1 if($err) { TraceMessage("PG $($pg. FriendlyName) PGId: $($pg. ProtectionGroupId) - Kan PG niet vertalen ") TraceMessage($err) throw $err } TraceMessage( "PG $($pg. FriendlyName) PGId: $($pg. ProtectionGroupId) - Opnieuw gegenereerde taken en planningen") } else { TraceMessage("PG $($pg. FriendlyName) - is niet beveiligd met de cloud.") } } Catch { TraceMessage( "PG $($pg. FriendlyName) PGId: $($pg. ProtectionGroupId) - Kan taken niet opnieuw genereren") if($_. Exception -ne $null) { TraceMessage( "ExceptionMessage is " + $_. Exception.Message) } $failedPgList.Add($pg. FriendlyName) } Eindelijk { TraceMessage( "------------------------------------------") } }#end van foreach }#end of if($pgList -ne $null) if($failedPgList.Count -eq 0) { TraceMessage( 'Scriptuitvoering voltooid') TraceMessage( "#################### sluit 0 } else { TraceMessage( "Scriptuitvoering voltooid, lijst met mislukte PG: "+ $failedPgList) TraceMessage( "########## ############ afsluiten 1 }

  2. Open de Data Protection Manager-beheershell en voer het script uit in het Regneratejobdefscloud.ps1 bestand dat u in stap 1 hebt gemaakt.

  3. Open de gebruikersinterface van Data Protection Manager.

  4. Volg deze stappen voor elke beveiligingsgroep die onlinebeveiliging heeft:

    1. Klik op PG en klik vervolgens op Beveiligingsgroep wijzigen.

    2. Klik op Methode voor gegevensbeveiliging selecteren, schakel het selectievakje Ik wil onlinebeveiliging uit en klik vervolgens op Volgende om door te gaan met de wizard.alternatieve tekst

    3. Klik op Groep bijwerken om de wijzigingen op te slaan.

    4. Klik nogmaals op PG en klik vervolgens op Beveiligingsgroep wijzigen.

    5. Klik op Methode voor gegevensbeveiliging selecteren, schakel het selectievakje Ik wil onlinebeveiliging in en klik vervolgens op Volgende om door te gaan met de wizard.alternatieve tekst

  5. Klik op Groep bijwerken om de beveiligingsgroep op te slaan. Alle back-ups blijven gewoon worden uitgevoerd.

Andere problemen

De volgende problemen treden op wanneer u de back-upconfiguratie van Data Protection Manager naar Azure gebruikt:

  • Wanneer u onlinebeveiliging toevoegt of verwijdert voor een gegevensbron in een beveiligingsgroep waarvoor onlinebeveiliging is ingeschakeld, worden geplande online back-uptaken van andere gegevensbronnen in de beveiligingsgroep verwijderd.

  • Wanneer u onlinebeveiliging weer toevoegt aan een gegevensbron in een beveiligingsgroep waarvoor onlinebeveiliging is ingeschakeld en de gegevensbron zich in een onderbroken online beveiligde status bevindt, wordt de gegevensbron niet meer online beveiligd. De replica voor de gegevensbron blijft echter wel behouden in Azure. Wanneer de gegevensbron de status 'inactieve onlinereplica' heeft, worden geplande online back-uptaken voor de gegevensbron niet gemaakt.

  • Nadat u onlinebeveiliging opnieuw hebt ingeschakeld voor een beveiligingsgroep met de status 'inactieve onlinereplica' voor sommige van de gegevensbronnen, loopt de Data Protection Manager-engine vast als onlinebeveiliging niet is ingeschakeld voor een gegevensbron met de status 'inactieve onlinereplica'.

Operations Manager-update (KB2852565)

Probleem 1

In de DTPrincipal-tabellen (Audit Collection Services) ontbreekt soms de domeinnaam van een gebruiker.  

Probleem 2

Als u besluit meer dan twee dagen aan gegevens weer te geven in een dashboardweergave op serviceniveau, worden de gegevens weergegeven vanuit de dagelijkse geaggregeerde gegevens en bevatten ze niet de gegevens van de afgelopen twee dagen.  

Probleem 3

Health Service stopt met het verzamelen van prestatiegegevens op Windows Server 2008 R2.  

Probleem 4

De webconsole loopt vast wanneer de weergave Actieve waarschuwingen en de weergave Status van Windows-computer worden geopend op hetzelfde moment dat Internet Explorer 9 wordt gebruikt.  

Probleem 5

Er kan een geheugenlek optreden in de console wanneer het dashboard met prestatiewidgets open blijft.  

Probleem 6

Wanneer de operatorrol wordt gebruikt, worden er veel 26319-gebeurtenissen gegenereerd. Dit veroorzaakt prestatieproblemen.  

Probleem 7

Health Service-beschikbaarheidsrapporten zijn onjuist vanwege dubbele vermeldingen in de tabel HealthServiceOutage.  

Probleem 8

Wanneer het Orchestrator Integration Pack zich in een scenario met hoge belasting bevindt, kan er een impasse in het SDK-proces (Software Development Kit) optreden.  

Probleem 9

Deze update bevat oplossingen voor de volgende problemen met de Advisor-connector:

  • Opt-in voor groepen

  • Microsoft System Center 2012 Operations Manager-gateway en Microsoft-bewaking

  • cmdlets Windows PowerShell

  • Status

  • Koppelingen naar Microsoft Knowledge Base-artikelen in Waarschuwingen voor Operations Manager-console

Operations Manager - UNIX- en Linux-bewaking (management pack-update)

Probleem 1

De Solaris-agent kan niet worden geïnstalleerd op Solaris 11.1 omdat het vereiste OpenSSL-pakket niet wordt gevonden.  

Probleem 2

Pagina's voor het bewerken van kennis worden niet weergegeven wanneer monitors die door de Shell-opdrachtsjablonen zijn gemaakt, worden bewerkt.  

Probleem 3

Logboekbestanden die zijn gecodeerd in andere schema's dan ASCII, kunnen niet worden bewaakt.  

Virtual Machine Manager Administration Console Update (KB2858509), Virtual Machine Manager Server Update (KB2858510) en Virtual Machine Manager Guest Agent Update (KB2858511)

Probleem 1

U ontvangt een ongeldige fout over de lengte van het voorvoegsel en u kunt geen migratiesubnetten instellen als de lengte van het voorvoegsel niet tussen de 4 en 30 tekens voor IPv4 ligt of tussen 64 en 126 tekens voor IPv6.  

Probleem 2

Migratiesubnetten voor cluster- en clusterknooppunten moeten het kenmerk Alleen-lezen hebben.  

Probleem 3

Virtual Machine Manager (VMM) kan na de failover geen actie ondernemen op virtuele herstelmachine (VM) zonder omgekeerde replicatie.  

Probleem 4

In sommige gevallen heeft een virtuele machine op een SMB-bestandsshare die is geregistreerd met behulp van een NetBIOS-naam op een cluster een niet-ondersteunde clusterconfiguratiestatus in VMM. Dit probleem kan zich voordoen, zelfs als de virtuele machine in orde is en actief is. De status van de virtuele machine kan daarna niet meer worden bijgewerkt.  

Probleem 5

De vernieuwingsfunctie van de virtuele machine werkt de status van de virtuele machine niet correct bij, zelfs niet nadat een probleem met de configuratie van een niet-ondersteund cluster is opgelost.  

Probleem 6

In een bare-metalinstallatie loopt de VMM-service vast wanneer een IP-adres buiten het bereik wordt opgegeven.  

Probleem 7

Telkens wanneer DRA Initialize plaatsvindt in de VMM-service, wordt er een uitzondering voor databasebeschadiging ontvangen.  

Probleem 8

U ontvangt een uitzondering 'Kan geen verbinding maken met de VMM-database' wanneer u netwerkgegevens van de host en virtuele machine probeert te publiceren naar de SQL Server Reporting Service.  

Probleem 9

Wanneer u probeert een Linux-sjabloon uit VMware te importeren in Virtual Machine Manager 2012 Service Pack 1, wordt fout 22723 weergegeven.  

Probleem 10

De cmdlet Get-SCVirtualMachine retourneert geen virtuele machines met hun id's wanneer de virtuele machines geclusterde passthrough-schijven bevatten.  

Probleem 11

Een gebruiker kan de domeinnaam niet instellen in de service-instelling.  

Probleem 12

De VMM-service loopt af en toe vast.  

Probleem 13

De waarde van de registersubsleutel VMM-id wordt ingesteld op een null-waarde nadat updatepakket 1 is toegepast.  

Probleem 14

Met deze update worden enkele tekstproblemen met de gebruikersinterface opgelost in de Virtual Machine Manager 2012 Service Pack 1-console voor herstel na noodgevallen en voor de HRM Azure-service.  

Probleem 15

Met deze update worden enkele rapporten opgelost die niet werken met SQL Server 2012.  

Probleem 16

Als een virtuele machine een statisch IP-adres heeft, stelt Testfailover het IP-adres op de virtuele testmachine niet in.  

Probleem 17

Momentopnamebewerkingen van virtuele machines kunnen mislukken als meerdere momentopnamen tegelijkertijd worden hersteld en dezelfde naam hebben.  

Probleem 18

De VMM-server kan vastlopen wanneer u een virtuele-machinesjabloon maakt op basis van een virtuele machine die een eerder mislukte taakcontrolepuntgegevens heeft.  

Probleem 19

Lun's (Logical Unit Numbers) voor EMC-opslag kunnen niet worden toegewezen aan een cluster in VMM.  

Probleem 20

De VMM-service loopt vast als een VMWare-cluster of -host wordt toegevoegd met behulp van een lokaal hoofd- of beheerdersaccount.  

Probleem 21

Sommige logboekgegevens worden meerdere keren vastgelegd in het gastlogboekbestand.  

Probleem 22

Met deze update worden enkele prestatieproblemen in een bare-metalinstallatie opgelost.  

Probleem 23

De plaatsing van de NLB-clusters (Network Load Balancing) in een netwerkomgeving werkt niet voor NLB-load balancer en geneste hostgroepen.  

Probleem 24

De VMM-service kan stoppen terwijl VMWare vSphere 4.1 wordt bijgewerkt.  

Probleem 25

Als testfailover wordt gestart terwijl VMM opnieuw wordt opgestart, loopt de herstelzijde van VMM vast.

Updatepakket 3 voor System Center 2012 verkrijgen en installeren

Informatie over downloaden

De updatepakketten voor App Controller, Data Protection Manager, Operations Manager en Virtual Machine Manager zijn beschikbaar via Microsoft Update.

Installatie-instructies

Als u de updatepakketten van Microsoft Update wilt verkrijgen en installeren, volgt u deze stappen op een server waarop u app-controller probeert te installeren:

  1. Voer App Controller Setup uit.

  2. Klik op het eerste installatiescherm om het selectievakje Microsoft Update gebruiken om te controleren op updates voor app-controllerinstallatie in te schakelen.Opmerking Als u installeert vanaf de opdrachtregel, gebruikt u de parameter /SelfUpdate true.  

  3. Klik op Installeren.

Als u app-controller installeert op een server die geen internettoegang heeft, kunt u de installatie-update handmatig installeren. Volg hiertoe de volgende stappen. (App Controller Setup kan Windows Server Update Services (WSUS) niet controleren op updates.) Opmerking Deze stappen zijn alleen van toepassing als u app-controller niet kunt installeren.

  1. Voer de SC2012_SP1_SCAC.exe self-extractor uit om de App Controller 2012 Service Pack 1 Setup-bestanden te kopiëren naar een bestandspad.

  2. Download KB2823452_AppControllerSetup_amd64.exe uit de Windows Update catalogus.

  3. Voer vanaf een opdrachtprompt met verhoogde bevoegdheid de volgende opdracht uit:  

    KB2823452_AppControllerSetup_amd64.exe /C /T:"pad van de uitgepakte bestanden in stap 1\setup\amd64" Klik op Ja als u wordt gevraagd om bestanden te overschrijven.  

  4. Controleer de versies van de volgende bestanden om te bepalen of de installatie is geslaagd:

    • Microsoft.SystemCenter.SetupFramework.dll

    • SetupConsole.exe

    Deze bestanden moeten versienummer 1.0.1603.0 hebben en zich in de volgende map bevinden nadat de installatie is gestart:  

    %ProgramData%\Microsoft\System Center\App Controller Setup

  5. Voer Setup.exe uit vanaf het pad van de bestanden die u in stap 1 hebt geëxtraheerd en installeer vervolgens zoals gewoonlijk.  

Voer de volgende stappen uit om de update voor Data Protection Manager te installeren:

  1. Voordat u deze update installeert, maakt u een back-up van de Data Protection Manager-database.

  2. Installeer het samengetelde pakket op de server waarop System Center 2012 Data Protection Manager SP1 wordt uitgevoerd. Hiervoor voert u Microsoft Update uit op de server.Opmerking Voordat u deze update installeert via Microsoft Update, moet de Data Protection Manager-console worden gesloten. Mogelijk moet u de Data Protection Manager-server opnieuw opstarten nadat u dit pakket hebt geïnstalleerd.  

  3. Werk in de Beheerconsole van Data Protection Manager de beveiligingsagents bij. U kunt dit op een van de volgende manieren doen.Methode 1: De beveiligingsagents bijwerken vanuit de Beheerconsole van Data Protection Manager

    1. Open de Beheerconsole van Data Protection Manager.

    2. Klik op het tabblad Beheer en klik vervolgens op het tabblad Agents .

    3. Selecteer een computer in de lijst Beveiligde computer en klik vervolgens op Bijwerken in het deelvenster Actie .

    4. Klik op Ja en klik vervolgens op Agents bijwerken.Opmerking Een herstart is mogelijk vereist voor agentupgrades.  

    Methode 2: De beveiligingsagents op de beveiligde computers bijwerken

    1. Haal het updatebeveiligingsagentpakket op uit de volgende map op de System Center 2012 Data Protection Manager SP1-server:

      Data Protection Manager-installatielocatie\DPM\DPM\Agents\RA\4.1.3415.0 De pakketten zijn als volgt:

      • Voor x86-updates: i386\1033\DPMAgentInstaller_KB2877075.exe

      • Voor x64-updates: amd64\1033\DPMAgentInstaller_KB2877075_AMD64.exe

    2. Voer het juiste DPMAgentInstaller.exe-pakket uit op elke beveiligde computer, op basis van de architectuur van de agent.

    3. Open de Beheerconsole van Data Protection Manager op de System Center 2012 Data Protection Manager SP1-server.

    4. Klik op het tabblad Beheer en klik vervolgens op het tabblad Agents .

    5. Selecteer de beveiligde computers, werk de informatie bij en controleer of het versienummer van de agent 4.1.3415.0 is.

Bekende problemen voor deze update

  • Nadat u het updatepakket hebt geïnstalleerd op alle rollen op de server waarop System Center Operations Manager 2012 Service Pack 1 wordt uitgevoerd (met uitzondering van de agent- en gatewayrollen), worden de updates niet weergegeven in het item Programma's toevoegen of verwijderen in Configuratiescherm.

  • Nadat u Updatepakket 3 hebt toegepast, moet de Operations Manager-console opnieuw worden geopend om de oplossing Management pack voor waarschuwingsbijlagen toe te passen.

  • Nadat u het updatepakket hebt geïnstalleerd, wordt het versienummer van de console niet gewijzigd.

  • Als het updatepakket voor de auditverzamelingsservice is geïnstalleerd, verwijderd en vervolgens opnieuw is geïnstalleerd, wordt het database-upgradescript dat is opgenomen in deze update niet uitgevoerd. Dit probleem treedt op omdat de databaseversie wordt gewijzigd tijdens de eerste installatie van het updatepakket voor de auditverzamelingsservice. Dit kan ertoe leiden dat de server vastloopt als een partitie opnieuw wordt gebruikt terwijl de partitie nog steeds aanwezig is.Als u de partitie handmatig wilt sluiten met behulp van Microsoft SQL Server Management Studio, zoekt u de database auditverzamelingsservice-update en voert u het volgende script uit in een Power Query-editor venster:  

    begin tran
    
    -- mark all active partitions for closing
    if (select count(*) from dtPartition where Status = 0) > 0
        update dtPartition set Status = 1 where Status = 0
    commit tran

    Voer de volgende stappen uit om een nieuwe partitie te maken:

    1. Stop de AdtServer-service (Audit Collection Server).

    2. Voer het script uit.

    3. Start de AdtServer-service opnieuw.

  • Nadat u het updatepakket hebt geïnstalleerd op een webconsole, ontvangt u het volgende foutbericht in Internet Explorer:  

    Serverfout in de toepassing /OperationsManager.

    U kunt dit probleem oplossen door Internet Explorer te sluiten en opnieuw te starten.

Opmerkingen bij de installatie

  • Dit updatepakket is beschikbaar in Microsoft Update in de volgende talen:

    • Vereenvoudigd Chinees (CHS)

    • Japans (JPN)

    • Frans (FRA)

    • Duits (DEU)

    • Russisch (RUS)

    • Italiaans (ITA)

    • Spaans (ESN)

    • Portugees (Brazilië) (PTB)

    • Traditioneel Chinees (CHT)

    • Koreaans (KOR)

    • Tsjechisch (CSY)

    • Nederlands (NLD)

    • Pools (POL)

    • Portugees (Portugal) (PTG)

    • Zweeds (SWE)

    • Turks (TUR)

    • Hongaars (HUN)

    • Engels (ENU)

    • Chinees Hongkong (HK)  

  • Sommige onderdelen zijn multilanguage en de updates voor deze onderdelen zijn niet gelokaliseerd.

  • U moet het updatepakket uitvoeren als beheerder.

  • Als u de computer niet opnieuw wilt opstarten nadat u de console-update hebt toegepast, sluit u de console voordat u de update voor de consolerol toepast.

  • Als u een nieuw exemplaar van Microsoft Silverlight wilt starten, wist u de browsercache in Silverlight en start u Silverlight opnieuw.

  • Installeer het updatepakket niet direct nadat u de System Center 2012 SP1-server hebt geïnstalleerd. Anders wordt de status van de Health Service mogelijk niet geïnitialiseerd.

  • Als Gebruikersaccountbeheer is ingeschakeld, voert u de MSP-updatebestanden uit vanaf een opdrachtprompt met verhoogde bevoegdheid.

  • U moet systeembeheerdersrechten hebben voor de database-exemplaren van de operationele database en het datawarehouse om updates op deze databases toe te passen.

  • Microsoft.SystemCenter.IntelliTraceProfiling.mpb is opgenomen in updatepakket 1, maar bevat geen nieuwe oplossingen. Importeer dit bestand niet.

  • Als u de webconsoleoplossingen wilt inschakelen, voegt u de volgende regel toe aan het bestand %windir%\Microsoft.NET\Framework64\v2.0.50727\CONFIG\web.config:  

    <machineKey validationKey="AutoGenerate,IsolateApps" decryptKey="AutoGenerate,IsolateApps" validation="3DES" decrypt="3DES"/> Opmerking: voeg de regel toe onder de sectie <system.web>.  

  • Voor de MPB-bestanden van de Advisor-connector die worden bijgewerkt in Update Rollup 3 (UR3), moeten Operations Manager 2012 SP1 UR3-updates worden geïnstalleerd. De installatie van UR3 .mpb-bestanden op een installatie van Operations Manager 2012 SP1 Update Rollup 2 (UR2) wordt niet ondersteund.

Ondersteunde installatievolgorde U wordt aangeraden het updatepakket in de volgende volgorde te installeren:

  1. Installeer het updatepakket op de volgende serverinfrastructuur:

    • Beheerserver of -servers

    • Gatewayservers

    • Rapportservers

    • Webconsoleserverfunctiecomputers

    • Operations-consolerolcomputers  

  2. Importeer de management packs handmatig.

  3. Pas de agentupdate toe op handmatig geïnstalleerde agents. Of push de installatie vanuit de weergave In behandeling in de Operations-console.

Notities

  • Installeer het updatepakket op agents vóór of na de installatie van het updatepakket op de serverinfrastructuur.

  • Als de functie Verbonden MG/Lagen is ingeschakeld, moet u eerst de bovenste laag van de functie Verbonden MG/lagen bijwerken.

  • Updatepakket 3-bestanden hebben versienummer 9538.1068, met uitzondering van de bestanden in de service-update voor controleverzameling. Deze bestanden hebben versienummer 9538.1069.

Installatie-informatie Volg deze stappen om het updatepakket te downloaden en de bestanden uit het updatepakket uit te pakken:

  1. Download de updatepakketten die Microsoft Update biedt voor elke computer. Microsoft Update biedt de juiste updates op basis van de onderdelen die op elke computer zijn geïnstalleerd.

  2. Pas de juiste MSP-bestanden toe op elke computer.

  3. Voer het volgende SQL-script uit op de Datawarehouse-server op de OperationsManagerDW-database:

    • UR_Datawarehouse.sql

    Opmerking Het pad van het script is als volgt:  

    %SystemDrive%\Program Files\System Center 2012 SP1\Operations Manager\Server\SQL Script for Update Rollups

  4. Importeer de volgende management packs:

    • Microsoft.SystemCenter.AlertAttachment.mpb

    • Microsoft.SystemCenter.IntelliTraceProfiling.mpb Dit pakket heeft de volgende afhankelijkheden:

      • Microsoft.SystemCenter.IntelliTraceCollectorInstallation.mpb moet worden geïnstalleerd vanuit System Center Operations Manager 2012 Service Pack 1.

      • Microsoft.Windows.InternetInformationServices.Common.mpb moet worden geïnstalleerd vanuit de onlinecatalogus.

    • Microsoft.SystemCenter.Visualization.Library.mpb

    • Microsoft.SystemCenter.Image.Library.mpb

Zie How to Import an Operations Manager Management Pack for information about how to import a management pack from a disk.Houd er rekening mee dat management packs zijn opgenomen in de updates van serveronderdelen in het volgende pad:  

%SystemDrive%\Program Files\System Center 2012 SP1\Operations Manager\Server\Management Packs for Update Rollups Removalinformation Voer de volgende opdracht uit om een update te verwijderen:  

msiexec /uninstall PatchCodeGuid /package RTMProductCodeGuid Opmerking In deze opdracht vertegenwoordigt de tijdelijke aanduiding RTMProductCodeGuid een van de volgende GUID's.  

Component

RTMProductCodeGuid

Server

{8070C91C-7D7C-4DAD-88B1-0966EEA9A8FE}

Console (AMD64)

{5142AB0B-73E3-4AD3-9D0F-65B3D9026769}

Console (x86)

{358C8AF0-25BB-425A-A4E6-7ADE54ED4736}

Rapportage

{A2D27C0E-181D-4955-B95D-D3FB651E6AF7}

WebConsole (AMD64)

{5ED945BA-2BDD-4567-804E-8D3D2DB5CC9B}

ACS

{3E7464F7-A468-44E1-9A95-58349E022EAE}

Agent (AMD64)

{8B21425D-02F3-4B80-88CE-8F79B320D330}

Agent (x86)

{387306D9-78CE-4E0E-B952-28A50CC8B3EE}

Agent (IA-64)

{F3DDB021-89BC-464F-9107-69E2547D08FD}

Gateway

{80C2A57A-4193-4800-AA27-CD79553FE9DF}

SCX-ACS (AMD64)

{B30F4F71-2AF3-4542-855B-E1C7A31AC9A5}

SCX-ACS (x86)

{B30F4F71-2AF3-4542-855B-E1C7A31AC9A5}

Daarnaast vertegenwoordigt de tijdelijke aanduiding PatchCodeGuid een van de volgende GUID's.  

PatchCode

Component

Cpu

Lokale

{D154E2E1-9A65-4229-9D80-E0E3024BC810}

Agent

AMD64

Nl

{6C7440B8-7121-4A86-B110-13EF5496483A}

Server

AMD64

Nl

{7D7FCCF6-498A-4C52-84E4-4A6CF7BF142D}

Gateway

AMD64

Nl

{EDE39D87-2031-4BB9-85CF-DA4D5CC60E62}

WebConsole

AMD64

Nl

{51573384-18AF-4F02-A234-159F87189BE2}

Console

AMD64

Nl

ACS

AMD64

Nl

{84120BBF-60A6-4D36-8715-A30439C44303}

Agent

IA-64

Nl

{D5F05640-DBE7-4C4C-B26B-45F718851972}

Agent

x86

Nl

{2E46DFE1-C2AD-457E-9D29-E6995B816288}

Console

x86

Nl

{407BA30F-44B3-48FB-B387-13C3E7B43EF3}

Console

AMD64

Cn

{53F0F0ED-1BD2-4C8F-A97C-2C5883058AAE}

WebConsole

AMD64

Cn

{016C9C4D-F0AD-4294-95B7-B362328D792B}

ACS

AMD64

Cn

{08DFFED6-FBDC-45FA-8C2E-E69C366EDD1B}

WebConsole

AMD64

Cs

{142A41C0-31F1-48F6-9DF5-F820FCBD9650}

Console

AMD64

Cs

{107745AB-A35C-4E04-831E-DC740E935EB8}

ACS

AMD64

Cs

{88A877D1-5636-4ABD-80ED-CFB86DCF7206}

Console

AMD64

DE

{9EE433ED-AFD1-4A74-9D49-7D71CAEE4414}

WebConsole

AMD64

DE

{295A0AEA-3F7A-4DEC-8F4F-9D18F138C2FC}

ACS

AMD64

DE

{6156ACB9-3C6D-4B2C-A79A-D65B372B12F0}

Console

AMD64

Es

{02DBC1C1-1F76-4A85-A6D2-05B04BD23312}

WebConsole

AMD64

Es

{B999DF65-47FE-49C5-9039-A6B1198932C9}

ACS

AMD64

Es

{47C23519-937F-43F8-BE2F-9A38D2E73B95}

Console

AMD64

Fr

{ECC3634F-3C79-465B-BFBF-ACB529289103}

WebConsole

AMD64

Fr

{1DBE7810-D1BD-4D7F-B742-1D46FE5D44C9}

ACS

AMD64

Fr

{279895BC-1249-4067-A09C-01C37D6A330E}

Console

AMD64

Hu

{3472F246-4781-4CA2-A6F9-D3ACC7F450D5}

WebConsole

AMD64

Hu

{EF7271B1-B341-4706-B382-15312EF3D343}

ACS

AMD64

Hu

{BCA9454A-A2C0-44A3-A457-EFD603F085EA}

Console

AMD64

Het

{F9AF9CE4-C3DE-4A71-8EF2-25CB0D9B22BE}

WebConsole

AMD64

Het

{6EA78074-7F0B-454B-BA34-3F865ED0E289}

ACS

AMD64

Het

{66350179-CF0D-4788-AB86-847CEA2EEAA7}

Console

AMD64

JA

{14DDC92B-169A-4DB9-8BD2-1407247AEEF8}

WebConsole

AMD64

JA

{5A536E8F-3485-4047-ACDF-D0F2F50E8367}

ACS

AMD64

JA

{944B0604-3FDF-4274-AEC5-4E440C7C471D}

Console

AMD64

Ko

{39FFBB7B-DF63-4318-AC78-B2E48FD534CC}

WebConsole

AMD64

Ko

{6DAA05FE-8459-48E0-902C-29A88BC40516}

ACS

AMD64

Ko

{F3DEC4D8-BE92-4E63-8B2B-E517B488D8D1}

Console

AMD64

NL

{7D4C18E4-6933-4674-ABCF-73FDF6E86D13}

WebConsole

AMD64

NL

{448B3C24-F86F-493E-845F-76143D86EBC6}

ACS

AMD64

NL

{14D8B89B-4BB8-4957-B63F-3093A389D7E0}

Console

AMD64

Pl

{D307FAC7-411B-44DE-9C0E-D7ED5C7B84B5}

WebConsole

AMD64

Pl

{BB68B59B-0661-4F4B-8C0E-37ECC92FC19B}

ACS

AMD64

Pl

{88E06D9A-4AA6-4A32-A799-24AA4D5AA41E}

Console

AMD64

PT-BR

{3503B91F-A46B-4823-BCBC-29B18DFB66EF}

WebConsole

AMD64

PT-BR

{0053BF4F-F8FC-487A-B4C2-5C5AA3E44333}

ACS

AMD64

PT-BR

{6E07D642-276B-435E-A553-9C67FCC341AE}

Console

AMD64

PT-PT

{AF4508F0-3F7C-4409-81FE-EEF0F8FC38E0}

WebConsole

AMD64

PT-PT

{AEC6D4A0-1DFE-46EC-949F-96B288E32C7F}

ACS

AMD64

PT-PT

{EA7EDD78-8250-46E2-A9F4-5A786C3676A0}

ACS

AMD64

Ru

{4B812C92-753A-42A4-8545-798ED84102CC}

Console

AMD64

Ru

{3B44791F-8E1D-4716-A2B7-FD6A1E7BA9AD}

WebConsole

AMD64

Ru

{DD3FFEF9-5BD8-490A-B995-27425F5DDAF6}

ACS

AMD64

Sv

{6688CE64-867E-4B71-8FDC-4CE4EC2F50B7}

Console

AMD64

Sv

{96DE2DFF-257F-4719-8169-A77B09EE4201}

WebConsole

AMD64

Sv

{7DE2DB39-2650-4E2F-B6A3-4DFD3A15E6F7}

Console

AMD64

Tr

{6C602A22-5768-4238-B8EB-D7D72E966891}

WebConsole

AMD64

Tr

{9178BBF5-181A-497E-96A0-7D1A9A61378A}

ACS

AMD64

Tr

{F0CEC17E-A121-4811-8E46-C1A9012989AE}

Console

AMD64

Tw

{6EA1B46A-069B-49EA-861C-64A0DFC0EAAA}

WebConsole

AMD64

Tw

{6CD3D625-376F-4166-9F25-4431EFBCE492}

ACS

AMD64

Tw

{619C10BA-50D3-4A37-A650-E1FD6A3EF2BD}

Console

AMD64

ZH-ZK

{E7076F38-2E82-4CF6-ADFD-A83C0B79F472}

WebConsole

AMD64

ZH-ZK

{707D5170-2B9D-489B-8D5C-6ECAD1F5D10F}

ACS

AMD64

ZH-ZK

{EF070153-1AA9-4EA3-A0AE-3ACE90A3DEC8}

Console

x86

Cn

{E4E3CC15-C757-4352-88EC-936A1D83A4D1}

Console

x86

Cs

{6AFDC390-6B4C-444B-85E5-15BDAD3D4A87}

Console

x86

DE

{BD82B95F-3207-40D2-8354-8235D2C6D265}

Console

x86

Es

{49A20079-6FD2-4476-890A-D428480B99DA}

Console

x86

Fr

{601C5873-A4BC-46E3-8E78-7F00F220C631}

Console

x86

Hu

{3D5D5947-7358-408E-8002-3621DD0C4304}

Console

x86

Het

{F3ABED6F-85EE-4085-8B45-C9DB0BA1866F}

Console

x86

JA

{E5A8B3F4-AB8F-410D-A2D2-25DD03B4ACD6}

Console

x86

Ko

{EBDA3EE9-7247-4ADD-BBF9-4F133BD4E325}

Console

x86

NL

{D2C44532-A546-41AA-A4A8-D632DB4875F6}

Console

x86

Pl

{29FDA7C0-E7C8-45A6-82C5-246E3961E448}

Console

x86

PT-BR

{079FCA89-AB6B-4923-94F3-427A036BC897}

Console

x86

PT-PT

{C605041A-13B3-4859-BDEE-D8778029C6A5}

Console

x86

Ru

{BF166F81-F9C3-4DBA-B792-7872BF4CB40E}

Console

x86

Sv

{DA5C926C-E1FA-4D16-B7EE-9144238453C9}

Console

x86

Tr

{9954A0F1-9267-408E-BF23-A7951B0CA4AC}

Console

x86

Tw

{859B0691-3127-49C3-9777-7B3682D0D697}

Console

x86

ZH-ZK

 

Voer de volgende stappen uit om de bijgewerkte bewakingspakketten en agents voor UNIX- en Linux-besturingssystemen te installeren:

  1. Download de bijgewerkte management packs van de volgende Microsoft-website:  

    System Center Monitoring Pack voor UNIX- en Linux-besturingssystemen

  2. Installeer het management pack-updatepakket om de management pack-bestanden uit te pakken.

  3. Importeer het volgende:

    • Het bijgewerkte Microsoft.Unix.Library-management pack (uit de map \2012 SP1)

    • De bijgewerkte management packbundel Microsoft.ShellCommand.Library

    • De bijgewerkte management pack-bundel Process.Library

    • Bijgewerkte management packs voor platformbibliotheek die relevant zijn voor de Linux- of UNIX-platforms die u in uw omgeving bewaakt

    Let op: de management packs microsoft.Linux.Universal bevinden zich ook in de map \2012 SP1\.  

  4. Importeer het bijgewerkte management pack voor elke versie van Linux of UNIX die u in uw omgeving bewaakt.

  5. Voer een upgrade uit van elke agent naar de nieuwste versie met behulp van de cmdlet Update-SCXAgent Windows PowerShell of de wizard Upgrade van UNIX/Linux-agent in het deelvenster Beheer van de Operations Console.

Bekende problemen voor deze update U kunt deze cumulatieve update niet toepassen op een computer waarop Updatepakket 1 wordt uitgevoerd voor System Center 2012 Service Pack 1. Als u Updatepakket 3 voor System Center 2012 Service Pack 1 Virtual Machine Manager wilt installeren, moet u Updatepakket 1 voor System Center 2012 Service Pack 1 Virtual Machine Manager van uw systeem verwijderen. Zie de System Center-blog op de volgende Microsoft-website voor meer informatie:  

http://blogs.technet.com/b/scvmm/archive/2013/04/23/update-on-system-center-2012-sp1-update-rollup-2-ur2-for-virtual-machine-manager.aspx Opmerking Er zijn geen bekende problemen wanneer u Updatepakket 3 toepast op een systeem waarop Updatepakket 2 wordt uitgevoerd voor System Center 2012 Service Pack 1.Installatie-informatie Als u de updatepakketten handmatig wilt installeren, voert u de volgende opdracht uit vanaf een opdrachtprompt met verhoogde bevoegdheid:  

msiexec.exe /update packagename Als u bijvoorbeeld de Update voor Virtual Machine Manager (KB2858510) wilt installeren, voert u de volgende opdracht uit:  

msiexec.exe /update KB2858510-AMD64-Server.msp

Bestanden die worden bijgewerkt in updatepakket 3-pakketten

Bestanden die zijn gewijzigd

Bestandsgrootte

Versie

%PROGRAMFILES%\Microsoft System Center 2012\App Controller\api\bin\Microsoft.SystemCenter.CloudManager.Providers.Vmm.exe

499,448

1.0.1604.0

%PROGRAMFILES%\Microsoft System Center 2012\App Controller\api\bin\ Microsoft.SystemCenter.CloudManager.Providers.Azure.exe

751,864

1.0.1604.0

%PROGRAMFILES%\Microsoft System Center 2012\App Controller\api\bin\ Microsoft.SystemCenter.CloudManager.Providers.Spfvmm.exe

685,816

1.0.1604.0

%PROGRAMFILES%\Microsoft System Center 2012\App Controller\api\bin\ Microsoft.SystemCenter.CloudManager.Providers.System.exe

185,592

1.0.1604.0

%PROGRAMFILES%\Microsoft System Center 2012\App Controller\api\bin\ Microsoft.SystemCenter.CloudManager.Providers.System.Common.dll

170,744

1.0.1604.0

%PROGRAMFILES%\Microsoft System Center 2012\App Controller\wwwroot\Default.htm

3,098

Niet van toepassing

%PROGRAMFILES%\Microsoft System Center 2012\App Controller\wwwroot\Configuration\ModulesCatalog.xaml

14,456

Niet van toepassing

%PROGRAMFILES%\Microsoft System Center 2012\App Controller\wwwroot\ClientBin\1.0.1.8\SelfServiceUser.xap

761,228

Niet van toepassing

%PROGRAMFILES%\Microsoft System Center 2012\App Controller\wwwroot\ClientBin\1.0.1.8\UI. Administrator.xap

242,279

Niet van toepassing

%PROGRAMFILES%\Microsoft System Center 2012\App Controller\wwwroot\ClientBin\1.0.1.8\UI. Jobs.xap

216,628

Niet van toepassing

%PROGRAMFILES%\Microsoft System Center 2012\App Controller\wwwroot\ClientBin\1.0.1.8\Management.Core.xap

220,759

Niet van toepassing

%PROGRAMFILES%\Microsoft System Center 2012\App Controller\wwwroot\ClientBin\1.0.1.8\UI. ProductOverview.xap

322,790

Niet van toepassing

%PROGRAMFILES%\Microsoft System Center 2012\App Controller\wwwroot\ClientBin\1.0.1.8\UI. Rbac.xap

230,688

Niet van toepassing

%PROGRAMFILES%\Microsoft System Center 2012\App Controller\wwwroot\ClientBin\1.0.1.8\UI. Shell.xap

2,874,673

Niet van toepassing

Bestanden die zijn gewijzigd

Bestandsgrootte

Versie

%ProgramData%\Microsoft\System Center\App Controller Setup\SetupConsole.exe

709,880

1.0.1603.0

%ProgramData%\Microsoft\System Center\App Controller Setup\SetupFramework.dll

624,888

1.0.1603.0

Bestandsnaam

Versie

Bestandsgrootte

acreg.dll

4.1.3415.0

310,984

AgentProxy.dll

4.1.3415.0

215,752

AutoHeal.dll

4.1.3415.0

72,392

CloudEngineProxyWrapper.dll

4.1.3415.0

51,912

CPWrapper.dll

4.1.3415.0

1,145,544

DataProtectionManager.psd1

4.1.3415.0

19,544

DataProtectionManager.psm1

4.1.3415.0

25,250

dpmac.exe

4.1.3415.0

2,122,952

DPMClientService.exe

4.1.3415.0

608,968

DPMLA.exe

4.1.3415.0

2,932,424

DPMRA.exe

4.1.3415.0

6,424,264

EngineServiceProxyWrapper.dll

4.1.3415.0

174,792

FilterWrapper.dll

4.1.3415.0

156,872

GenericDatasourceWriterHelperPlugin.dll

4.1.3415.0

836,808

INTENTTRANSLATOR.dll

4.1.3415.0

572,104

Microsoft.EnterpriseStorage.Dls.Prm.MbcParser.dll

4.1.3415.0

495,816

msdpmdll.dll

4.1.3415.0

559,304

msdpmPS.dll

4.1.3415.0

37,064

pruneshadowcopiesDpm2010.ps1

4.1.3415.0

27,750

ServiceProxy.dll

4.1.3415.0

356,552

SetDpmServer.exe

4.1.3415.0

124,104

SQLWriterHelperPlugin.dll

4.1.3415.0

1,117,384

UICommon.dll

4.1.3415.0

109,256

VmmHelperService.dll

4.1.3415.0

25,288

VmmHelperServiceClient.dll

4.1.3415.0

35,528

VssRequestorWin8.dll

4.1.3415.0

391,368

WSS4Cmdlets.dll

4.1.3415.0

129,736

WSSCmdlets.dll

4.1.3415.0

150,216

WSSWriterHelperPlugin.dll

4.1.3415.0

878,280

1033\AlertHealthProvider.dll

4.1.3415.0

146,120

1033\AMTE.dll

4.1.3415.0

289,480

1033\CBEngineServiceProxy.dll

4.1.3415.0

113,352

1033\CloudBackupActivationWizard.dll

4.1.3415.0

142,024

1033\CloudUtils.dll

4.1.3415.0

461,512

1033\ConfigurationPage.dll

4.1.3415.0

690,888

1033\DataProtectionWizard.dll

4.1.3415.0

1,854,152

1033\Inspect.dll

4.1.3415.0

170,696

1033\InstallAgentsWizard.dll

4.1.3415.0

658,120

1033\ManagedContainer.dll

4.1.3415.0

1,583,816

1033\Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.ClientDatasource.dll

4.1.3415.0

60,104

1033\Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.dll

4.1.3415.0

64,200

1033\ObjectModel.dll

4.1.3415.0

1,223,368

1033\ObjectModelCmdlet.dll

4.1.3415.0

400,072

1033\ProtectionView.dll

4.1.3415.0

903,880

1033\Utils.dll

4.1.3415.0

1,227,464

1028\zh-TW\CloudBackupActivationWizard.resources.dll

4.1.3415.0

101,064

1028\zh-TW\ConfigurationPage.resources.dll

4.1.3415.0

375,496

1028\zh-TW\DataProtectionWizard.resources.dll

4.1.3415.0

1,145,544

1028\zh-TW\ManagedContainer.resources.dll

4.1.3415.0

236,232

1028\zh-TW\ProtectionView.resources.dll

4.1.3415.0

617,160

1028\zh-TW\Utils.resources.dll

4.1.3415.0

584,392

1028\zh-TW\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

1029\cs-CZ\CloudBackupActivationWizard.resources.dll

4.1.3415.0

105,160

1029\cs-CZ\ConfigurationPage.resources.dll

4.1.3415.0

379,592

1029\cs-CZ\DataProtectionWizard.resources.dll

4.1.3415.0

1,153,736

1029\cs-CZ\ManagedContainer.resources.dll

4.1.3415.0

236,232

1029\cs-CZ\ProtectionView.resources.dll

4.1.3415.0

621,256

1029\cs-CZ\Utils.resources.dll

4.1.3415.0

686,792

1029\cs-CZ\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

1031\de-DE\CloudBackupActivationWizard.resources.dll

4.1.3415.0

105,160

1031\de-DE\ConfigurationPage.resources.dll

4.1.3415.0

383,688

1031\de-DE\DataProtectionWizard.resources.dll

4.1.3415.0

1,157,832

1031\de-DE\ManagedContainer.resources.dll

4.1.3415.0

236,232

1031\de-DE\ProtectionView.resources.dll

4.1.3415.0

621,256

1031\de-DE\Utils.resources.dll

4.1.3415.0

735,944

1031\de-DE\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

1036\fr-FR\CloudBackupActivationWizard.resources.dll

4.1.3415.0

105,160

1036\fr-FR\ConfigurationPage.resources.dll

4.1.3415.0

383,688

1036\fr-FR\DataProtectionWizard.resources.dll

4.1.3415.0

1,157,832

1036\fr-FR\ManagedContainer.resources.dll

4.1.3415.0

236,232

1036\fr-FR\ProtectionView.resources.dll

4.1.3415.0

621,256

1036\fr-FR\Utils.resources.dll

4.1.3415.0

727,752

1036\fr-FR\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

1038\hu-HU\CloudBackupActivationWizard.resources.dll

4.1.3415.0

105,160

1038\hu-HU\ConfigurationPage.resources.dll

4.1.3415.0

383,688

1038\hu-HU\DataProtectionWizard.resources.dll

4.1.3415.0

1,161,928

1038\hu-HU\ManagedContainer.resources.dll

4.1.3415.0

236,232

1038\hu-HU\ProtectionView.resources.dll

4.1.3415.0

621,256

1038\hu-HU\Utils.resources.dll

4.1.3415.0

752,328

1038\hu-HU\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

1040\it-IT\CloudBackupActivationWizard.resources.dll

4.1.3415.0

105,160

1040\it-IT\ConfigurationPage.resources.dll

4.1.3415.0

383,688

1040\it-IT\DataProtectionWizard.resources.dll

4.1.3415.0

1,153,736

1040\it-IT\ManagedContainer.resources.dll

4.1.3415.0

236,232

1040\it-IT\ProtectionView.resources.dll

4.1.3415.0

621,256

1040\it-IT\Utils.resources.dll

4.1.3415.0

694,984

1040\it-IT\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

1041\ja-JP\CloudBackupActivationWizard.resources.dll

4.1.3415.0

105,160

1041\ja-JP\ConfigurationPage.resources.dll

4.1.3415.0

387,784

1041\ja-JP\DataProtectionWizard.resources.dll

4.1.3415.0

1,166,024

1041\ja-JP\ManagedContainer.resources.dll

4.1.3415.0

228,040

1041\ja-JP\ProtectionView.resources.dll

4.1.3415.0

625,352

1041\ja-JP\Utils.resources.dll

4.1.3415.0

830,152

1041\ja-JP\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

1042\ko-KR\CloudBackupActivationWizard.resources.dll

4.1.3415.0

101,064

1042\ko-KR\ConfigurationPage.resources.dll

4.1.3415.0

383,688

1042\ko-KR\DataProtectionWizard.resources.dll

4.1.3415.0

1,153,736

1042\ko-KR\ManagedContainer.resources.dll

4.1.3415.0

236,232

1042\ko-KR\ProtectionView.resources.dll

4.1.3415.0

621,256

1042\ko-KR\Utils.resources.dll

4.1.3415.0

727,752

1042\ko-KR\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

1043\nl-NL\CloudBackupActivationWizard.resources.dll

4.1.3415.0

105,160

1043\nl-NL\ConfigurationPage.resources.dll

4.1.3415.0

379,592

1043\nl-NL\DataProtectionWizard.resources.dll

4.1.3415.0

1,153,736

1043\nl-NL\ManagedContainer.resources.dll

4.1.3415.0

236,232

1043\nl-NL\ProtectionView.resources.dll

4.1.3415.0

621,256

1043\nl-NL\Utils.resources.dll

4.1.3415.0

662,216

1043\nl-NL\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

1045\pl-PL\CloudBackupActivationWizard.resources.dll

4.1.3415.0

105,160

1045\pl-PL\ConfigurationPage.resources.dll

4.1.3415.0

379,592

1045\pl-PL\DataProtectionWizard.resources.dll

4.1.3415.0

1,157,832

1045\pl-PL\ManagedContainer.resources.dll

4.1.3415.0

236,232

1045\pl-PL\ProtectionView.resources.dll

4.1.3415.0

621,256

1045\pl-PL\Utils.resources.dll

4.1.3415.0

723,656

1045\pl-PL\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

1046\pt-BR\CloudBackupActivationWizard.resources.dll

4.1.3415.0

105,160

1046\pt-BR\ConfigurationPage.resources.dll

4.1.3415.0

379,592

1046\pt-BR\DataProtectionWizard.resources.dll

4.1.3415.0

1,157,832

1046\pt-BR\ManagedContainer.resources.dll

4.1.3415.0

236,232

1046\pt-BR\ProtectionView.resources.dll

4.1.3415.0

621,256

1046\pt-BR\Utils.resources.dll

4.1.3415.0

686,792

1046\pt-BR\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

1049\ru-RU\CloudBackupActivationWizard.resources.dll

4.1.3415.0

105,160

1049\ru-RU\ConfigurationPage.resources.dll

4.1.3415.0

391,880

1049\ru-RU\DataProtectionWizard.resources.dll

4.1.3415.0

1,182,408

1049\ru-RU\ManagedContainer.resources.dll

4.1.3415.0

236,232

1049\ru-RU\ProtectionView.resources.dll

4.1.3415.0

633,544

1049\ru-RU\Utils.resources.dll

4.1.3415.0

1,034,952

1049\ru-RU\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

1053\sv-SE\CloudBackupActivationWizard.resources.dll

4.1.3415.0

105,160

1053\sv-SE\ConfigurationPage.resources.dll

4.1.3415.0

379,592

1053\sv-SE\DataProtectionWizard.resources.dll

4.1.3415.0

1,153,736

1053\sv-SE\ManagedContainer.resources.dll

4.1.3415.0

236,232

1053\sv-SE\ProtectionView.resources.dll

4.1.3415.0

621,256

1053\sv-SE\Utils.resources.dll

4.1.3415.0

658,120

1053\sv-SE\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

1055\tr-TR\CloudBackupActivationWizard.resources.dll

4.1.3415.0

101,064

1055\tr-TR\ConfigurationPage.resources.dll

4.1.3415.0

379,592

1055\tr-TR\DataProtectionWizard.resources.dll

4.1.3415.0

1,153,736

1055\tr-TR\ManagedContainer.resources.dll

4.1.3415.0

236,232

1055\tr-TR\ProtectionView.resources.dll

4.1.3415.0

621,256

1055\tr-TR\Utils.resources.dll

4.1.3415.0

678,600

1055\tr-TR\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

2052\zh-CN\CloudBackupActivationWizard.resources.dll

4.1.3415.0

101,064

2052\zh-CN\ConfigurationPage.resources.dll

4.1.3415.0

379,592

2052\zh-CN\DataProtectionWizard.resources.dll

4.1.3415.0

1,145,544

2052\zh-CN\ManagedContainer.resources.dll

4.1.3415.0

236,232

2052\zh-CN\ProtectionView.resources.dll

4.1.3415.0

613,064

2052\zh-CN\Utils.resources.dll

4.1.3415.0

572,104

2052\zh-CN\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

2070\pt-PT\CloudBackupActivationWizard.resources.dll

4.1.3415.0

105,160

2070\pt-PT\ConfigurationPage.resources.dll

4.1.3415.0

379,592

2070\pt-PT\DataProtectionWizard.resources.dll

4.1.3415.0

1,157,832

2070\pt-PT\ManagedContainer.resources.dll

4.1.3415.0

236,232

2070\pt-PT\ProtectionView.resources.dll

4.1.3415.0

621,256

2070\pt-PT\Utils.resources.dll

4.1.3415.0

703,176

2070\pt-PT\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

3076\zh-HK\CloudBackupActivationWizard.resources.dll

4.1.3415.0

101,064

3076\zh-HK\ConfigurationPage.resources.dll

4.1.3415.0

375,496

3076\zh-HK\DataProtectionWizard.resources.dll

4.1.3415.0

1,145,544

3076\zh-HK\ManagedContainer.resources.dll

4.1.3415.0

236,232

3076\zh-HK\ProtectionView.resources.dll

4.1.3415.0

617,160

3076\zh-HK\Utils.resources.dll

4.1.3415.0

584,392

3076\zh-HK\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

3082\es-ES\CloudBackupActivationWizard.resources.dll

4.1.3415.0

105,160

3082\es-ES\ConfigurationPage.resources.dll

4.1.3415.0

379,592

3082\es-ES\DataProtectionWizard.resources.dll

4.1.3415.0

1,157,832

3082\es-ES\InstallAgentsWizard.resources.dll

4.1.3415.0

264,904

3082\es-ES\ManagedContainer.resources.dll

4.1.3415.0

236,232

3082\es-ES\ProtectionView.resources.dll

4.1.3415.0

621,256

3082\es-ES\Utils.resources.dll

4.1.3415.0

719,560

3082\es-ES\ViewAdhocJobs.resources.dll

4.1.3415.0

47,816

1028\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

1029\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

1031\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

1033\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

1036\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

1038\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

1040\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

1041\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

1042\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

1043\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

1045\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

1046\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

1049\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

1053\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

1055\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

2052\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

2070\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

3076\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

3082\ObjectModelCmdlet.dll-Help.xml

4.1.3415.0

1,222,388

Bestanden die zijn gewijzigd

Bestandsgrootte

Versie

AdtPerf.dll

78.552 bytes

7.0.9538.1069

AdtServer.exe

101.080 bytes

7.0.9538.1069

AdtSrvDll.dll

480.472 bytes

7.0.9538.1069

AdvisorConnector.dll

315.608 bytes

7.0.9538.1068

ClientShared.dll

192.728 bytes

7.0.9538.1068

ConnectorBridge_x64.dll

78.552 bytes

7.0.9538.1068

/amd64/HealthServiceRuntime.dll

319.192 bytes

7.0.9538.1068

/ia64/HealthServiceRuntime.dll

753.880 bytes

7.0.9538.1068

/x86/HealthServiceRuntime.dll

254.680 bytes

7.0.9538.1068

Microsoft.EnterpriseManagement.Management.DataProviders.dll

589.016 bytes

7.0.9538.1068

Microsoft.EnterpriseManagement.Modules.PowerShell.dll

88.792 bytes

7.0.9538.1068

Microsoft.EnterpriseManagement.Monitoring.Components.dll

1.135.832 bytes

7.0.9538.1068

/Silverlight/Microsoft.EnterpriseManagement.Monitoring.Components.dll

829.656 bytes)

7.0.9538.1068

Microsoft.EnterpriseManagement.Monitoring.Console.exe

4.666.584 bytes

7.0.9538.1068

Microsoft.EnterpriseManagement.Monitoring.DataProviders.dll

415.960 bytes

7.0.9538.1068

Microsoft.EnterpriseManagement.OperationsManager.MonitoringViews.dll

1.810.136 bytes

7.0.9538.1068

Microsoft.EnterpriseManagement.Presentation.Controls.dll

1.772.760 bytes

7.0.9538.1068

/Silverlight/Microsoft.EnterpriseManagement.Presentation.Controls.dll

1.639.640 bytes

7.0.9538.1068

Microsoft.EnterpriseManagement.Presentation.Core.dll

496.856 bytes

7.0.9538.1068

/Silverlight/Microsoft.EnterpriseManagement.Presentation.Core.dll

303.320 bytes

7.0.9538.1068

Microsoft.EnterpriseManagement.Presentation.DataProviders.Library.dll

108.248 bytes

7.0.9538.1068

Microsoft.EnterpriseManagement.Presentation.WebConsole.dll

98.520 bytes

7.0.9538.1068

Microsoft.EnterpriseManagement.RuntimeService.dll

395.992 bytes

7.0.9538.1068

Microsoft.EnterpriseManagement.UI.Administration.dll

4.467.416 bytes

7.0.9538.1068

Microsoft.EnterpriseManagement.UI.Authoring.dll

9.906.904 bytes

7.0.9538.1068

Microsoft.EnterpriseManagement.UI.ConsoleFramework.dll

2.809.560 bytes

7.0.9538.1068

Microsoft.ManagementServices.AppDiagnostics.IntelliTraceConvertor.dll

70.360 bytes

7.0.9538.1068

Microsoft.Mom.Modules.ClientMonitoring.dll

457.432 bytes

7.0.9538.1068

/amd64/Microsoft.Mom.ServiceCommon.dll

27.864 bytes

7.0.9538.1068

/x86/Microsoft.Mom.ServiceCommon.dll

24.792 bytes

7.0.9538.1068

/ia64/Microsoft.Mom.ServiceCommon.dll

52.440 bytes

7.0.9538.1068

Microsoft.MOM.UI.Components.dll

6.142.680 bytes

7.0.9538.1068

Microsoft.SystemCenter.OperationsManagerV10.Commands.dll

647.384 bytes

7.0.9538.1068

MOMAdvisorMsgs.dll

31.448 bytes

7.0.9538.1068

/amd64/MOMAgentInstaller.exe

365.272 bytes

7.0.9538.1068

/x86/MOMAgentInstaller.exe

337.112 bytes

7.0.9538.1068

/ia64/MOMAgentInstaller.exe

634.584 bytes

7.0.9538.1068

/amd64/MOMAgentInstallerPS.dll

52.952 bytes

7.0.9538.1068

/x86/MOMAgentInstallerPS.dll

46.296 bytes

7.0.9538.1068

/ia64/MOMAgentInstallerPS.dll

101.592 bytes

7.0.9538.1068

/amd64/MOMModules.dll

2.609.368 bytes

7.0.9538.1068

/x86/MOMModules.dll

2.006.232 bytes

7.0.9538.1068

/ia64/MOMModules.dll

5.704.408 bytes

7.0.9538.1068

/amd64/MOMPerfSnapshotHelper.exe

50.392 bytes

7.0.9538.1068

/x86/MOMPerfSnapshotHelper.exe

41.176 bytes

7.0.9538.1068

/ia64/MOMPerfSnapshotHelper.exe

100.568 bytes

7.0.9538.1068

/amd64/MOMPerfSnapshotHelperProxy.dll

18.648 bytes

7.0.9538.1068

/x86/MOMPerfSnapshotHelperProxy.dll

16.600 bytes

7.0.9538.1068

/ia64/MOMPerfSnapshotHelperProxy.dll

24.792 bytes

7.0.9538.1068

OMTraceTMFVer.Dll

7.0.9538.1068

OMVersion.dll

8.920 bytes

7.0.9538.1068

OpsMgrTraceTMFVer.Dll

7.0.9538.1068

/amd64/silverlightclientconfiguration.exe

3.598.552 bytes

7.0.9538.1068

/x86/silverlightclientconfiguration.exe

3.577.560 bytes

7.0.9538.1068

/ia64/silverlightclientconfiguration.exe

3.577.560 bytes

7.0.9538.1068

/amd64/TraceFmtSM.exe

447.192 bytes

7.0.9538.1068

/x86/TraceFmtSM.exe

372.952 bytes

7.0.9538.1068

/ia64/TraceFmtSM.exe

665.304 bytes

7.0.9538.1068

/amd64/TraceLogSM.exe

107.224 bytes

7.0.9538.1068

/x86/TraceLogSM.exe

95.448 bytes

7.0.9538.1068

/ia64/TraceLogSM.exe

223.960 bytes

7.0.9538.1068

AdtAgent.exe

408.264 bytes

7.0.9538.1047

ConnectorBridge_x86.dll

106.496 bytes

7.0.9538.1047

DashboardViewer.xap

413.2864 bytes

Niet van toepassing

Microsoft.Deployment.Compression.Cab.dll

49.152 bytes

3.5.2519.0

Microsoft.Deployment.Compression.dll

36.864 bytes

3.5.2519.0

Microsoft.EnterpriseManagement.Core.dll

404.6848 bytes

7.5.2905.103

Microsoft.SystemCenter.IntelliTraceProfiling.mpb

131.072 bytes

Niet van toepassing

MomAdvisorMsg.dll

28.672 bytes

7.0.9538.1047

MonitoringPortal.xap

419.8400 bytes

Niet van toepassing

32-bits versie  

Bestanden die zijn gewijzigd

Bestandsgrootte

Versie

Taal-id

AxVMwareRemoteConsoleTypeLib.dll

31488

5.1.0.0

Engine.Common.dll

204072

3.1.6027.0

Engine.Deployment.dll

548648

3.1.6027.0

Errors.dll

3849000

3.1.6027.0

Errors.resources.dll

1327400

3.1.6027.0

2052

Errors.resources.dll

1646888

3.1.6027.0

1036

Errors.resources.dll

1674536

3.1.6027.0

1031

Errors.resources.dll

1554216

3.1.6027.0

1040

Errors.resources.dll

1841448

3.1.6027.0

1041

Errors.resources.dll

1561384

3.1.6027.0

1046

Errors.resources.dll

2202408

3.1.6027.0

1049

Errors.resources.dll

1603368

3.1.6027.0

3082

Errors.resources.dll

1345840

3.1.6027.0

1028

Errors.resources.dll

1634600

3.1.6027.0

1042

Errors.resources.dll

1345840

3.1.6027.0

3076

Errors.resources.dll

1556264

3.1.6027.0

1029

Errors.resources.dll

1526568

3.1.6027.0

1043

Errors.resources.dll

1685800

3.1.6027.0

1038

Errors.resources.dll

1610536

3.1.6027.0

1045

Errors.resources.dll

1578792

3.1.6027.0

2070

Errors.resources.dll

1494312

3.1.6027.0

1053

Errors.resources.dll

1513264

3.1.6027.0

1055

ImgLibEngine.dll

3146024

3.1.6027.0

Microsoft.SystemCenter.VirtualMachineManager.dll

1796392

3.1.6027.0

Microsoft.SystemCenter.VirtualMachineManger.PowerShell.CmdletWrappers.dll

1494696

3.1.6018.0

Microsoft.VirtualManager.UI.AddIns.Management.dll

96424

3.1.6018.0

Microsoft.VirtualManager.UI.Dialogs.dll

2944304

3.1.6027.0

Microsoft.VirtualManager.UI.Dialogs.resources.dll

963888

3.1.6027.0

2052

Microsoft.VirtualManager.UI.Dialogs.resources.dll

995624

3.1.6027.0

1036

Microsoft.VirtualManager.UI.Dialogs.resources.dll

989488

3.1.6027.0

1031

Microsoft.VirtualManager.UI.Dialogs.resources.dll

985896

3.1.6027.0

1040

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1006384

3.1.6027.0

1041

Microsoft.VirtualManager.UI.Dialogs.resources.dll

986928

3.1.6027.0

1046

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1053480

3.1.6027.0

1049

Microsoft.VirtualManager.UI.Dialogs.resources.dll

989992

3.1.6027.0

3082

Microsoft.VirtualManager.UI.Dialogs.resources.dll

965416

3.1.6027.0

1028

Microsoft.VirtualManager.UI.Dialogs.resources.dll

987432

3.1.6027.0

1042

Microsoft.VirtualManager.UI.Dialogs.resources.dll

965416

3.1.6027.0

3076

Microsoft.VirtualManager.UI.Dialogs.resources.dll

988456

3.1.6027.0

1029

Microsoft.VirtualManager.UI.Dialogs.resources.dll

983336

3.1.6027.0

1043

Microsoft.VirtualManager.UI.Dialogs.resources.dll

995112

3.1.6027.0

1038

Microsoft.VirtualManager.UI.Dialogs.resources.dll

986928

3.1.6027.0

1045

Microsoft.VirtualManager.UI.Dialogs.resources.dll

988464

3.1.6027.0

2070

Microsoft.VirtualManager.UI.Dialogs.resources.dll

979240

3.1.6027.0

1053

Microsoft.VirtualManager.UI.Dialogs.resources.dll

982312

3.1.6027.0

1055

Microsoft.VirtualManager.UI.HardwareProperties.dll

707368

3.1.6027.0

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

452904

3.1.6027.0

2052

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

456488

3.1.6027.0

1036

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

459560

3.1.6027.0

1031

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

457008

3.1.6027.0

1040

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

457000

3.1.6027.0

1041

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

460584

3.1.6027.0

1046

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

467760

3.1.6027.0

1049

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

457008

3.1.6027.0

3082

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

453416

3.1.6027.0

1028

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

454952

3.1.6027.0

1042

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

453416

3.1.6027.0

3076

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

455464

3.1.6027.0

1029

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

459560

3.1.6027.0

1043

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

455976

3.1.6027.0

1038

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

454952

3.1.6027.0

1045

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

455464

3.1.6027.0

2070

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

459048

3.1.6027.0

1053

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

459560

3.1.6027.0

1055

Microsoft.VirtualManager.UI.NewVmWizard.dll

817960

3.1.6027.0

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

551216

3.1.6027.0

2052

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

559920

3.1.6027.0

1036

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

561448

3.1.6027.0

1031

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

559408

3.1.6027.0

1040

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

559912

3.1.6027.0

1041

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

562984

3.1.6027.0

1046

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

573232

3.1.6027.0

1049

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

559400

3.1.6027.0

3082

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

552752

3.1.6027.0

1028

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

555304

3.1.6027.0

1042

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

552744

3.1.6027.0

3076

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

555816

3.1.6027.0

1029

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

562984

3.1.6027.0

1043

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

556336

3.1.6027.0

1038

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

555304

3.1.6027.0

1045

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

555304

3.1.6027.0

2070

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

561960

3.1.6027.0

1053

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

561968

3.1.6027.0

1055

Microsoft.VirtualManager.UI.Pages.Datacenter.dll

2929960

3.1.6027.0

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1076016

3.1.6027.0

2052

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1104680

3.1.6027.0

1036

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1098032

3.1.6027.0

1031

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1094960

3.1.6027.0

1040

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1112872

3.1.6027.0

1041

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1095464

3.1.6027.0

1046

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1154864

3.1.6027.0

1049

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1098544

3.1.6027.0

3082

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1078576

3.1.6027.0

1028

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1095464

3.1.6027.0

1042

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1078568

3.1.6027.0

3076

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1098024

3.1.6027.0

1029

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1092392

3.1.6027.0

1043

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1102120

3.1.6027.0

1038

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1095984

3.1.6027.0

1045

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1098024

3.1.6027.0

2070

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1090344

3.1.6027.0

1053

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1093416

3.1.6027.0

1055

Microsoft.VirtualManager.UI.Pages.Settings.dll

168240

3.1.6027.0

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

84784

3.1.6027.0

2052

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86824

3.1.6027.0

1036

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86312

3.1.6027.0

1031

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86312

3.1.6027.0

1040

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86824

3.1.6027.0

1041

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86312

3.1.6027.0

1046

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

88872

3.1.6027.0

1049

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86312

3.1.6027.0

3082

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

84776

3.1.6027.0

1028

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

85800

3.1.6027.0

1042

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

84776

3.1.6027.0

3076

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86312

3.1.6027.0

1029

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86312

3.1.6027.0

1043

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86312

3.1.6027.0

1038

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

85800

3.1.6027.0

1045

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

85808

3.1.6027.0

2070

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

85800

3.1.6027.0

1053

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

85808

3.1.6027.0

1055

Microsoft.VirtualManager.UI.VMWizards.dll

213160

3.1.6018.0

Microsoft.VirtualManager.UI.VMWizards.resources.dll

65728

3.1.6018.0

2052

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67752

3.1.6018.0

1036

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67264

3.1.6018.0

1031

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67776

3.1.6018.0

1040

Microsoft.VirtualManager.UI.VMWizards.resources.dll

68288

3.1.6018.0

1041

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67264

3.1.6018.0

1046

Microsoft.VirtualManager.UI.VMWizards.resources.dll

71352

3.1.6018.0

1049

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67240

3.1.6018.0

3082

Microsoft.VirtualManager.UI.VMWizards.resources.dll

65704

3.1.6018.0

1028

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67240

3.1.6018.0

1042

Microsoft.VirtualManager.UI.VMWizards.resources.dll

65704

3.1.6018.0

3076

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67776

3.1.6018.0

1029

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67240

3.1.6018.0

1043

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67776

3.1.6018.0

1038

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67240

3.1.6018.0

1045

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67240

3.1.6018.0

2070

Microsoft.VirtualManager.UI.VMWizards.resources.dll

66728

3.1.6018.0

1053

Microsoft.VirtualManager.UI.VMWizards.resources.dll

66752

3.1.6018.0

1055

Remoting.dll

832296

3.1.6027.0

Aanvullende kennisgevingen voor SC 2012 SP1 - Virtual Machine Manager Update Rollup 3.docx

26067

TraceWrapper.dll

67880

3.1.6027.0

Utils.dll

751912

3.1.6027.0

Utils.resources.dll

88360

3.1.6027.0

2052

Utils.resources.dll

91432

3.1.6027.0

1036

Utils.resources.dll

90920

3.1.6027.0

1031

Utils.resources.dll

91944

3.1.6027.0

1040

Utils.resources.dll

95528

3.1.6027.0

1041

Utils.resources.dll

92456

3.1.6027.0

1046

Utils.resources.dll

106792

3.1.6027.0

1049

Utils.resources.dll

92968

3.1.6027.0

3082

Utils.resources.dll

88360

3.1.6027.0

1028

Utils.resources.dll

91432

3.1.6027.0

1042

Utils.resources.dll

88368

3.1.6027.0

3076

Utils.resources.dll

92968

3.1.6027.0

1029

Utils.resources.dll

90408

3.1.6027.0

1043

Utils.resources.dll

92456

3.1.6027.0

1038

Utils.resources.dll

92456

3.1.6027.0

1045

Utils.resources.dll

92456

3.1.6027.0

2070

Utils.resources.dll

89904

3.1.6027.0

1053

Utils.resources.dll

91440

3.1.6027.0

1055

VirtualizationInterfaces.dll

86696

3.1.6018.0

VMConsoleLib.dll

58624

3.1.6020.0

VMWareImplementation.dll

2052392

3.1.6027.0

VMwareRemoteConsoleTypeLib.dll

48896

5.1.0.0

VMwareViewer.exe

26880

3.1.6020.0

VSImplementation.dll

99496

3.1.6018.0

WSManAutomation.dll

35112

3.1.6027.0

WsManWrappers.dll

3209000

3.1.6027.0

64-bits versie  

Bestanden die zijn gewijzigd

Bestandsgrootte

Versie

Taal-id

AxVMwareRemoteConsoleTypeLib.dll

31488

5.1.0.0

Engine.Common.dll

204072

3.1.6027.0

Engine.Deployment.dll

548648

3.1.6027.0

Errors.dll

3849000

3.1.6027.0

Errors.resources.dll

1327408

3.1.6027.0

2052

Errors.resources.dll

1646888

3.1.6027.0

1036

Errors.resources.dll

1674536

3.1.6027.0

1031

Errors.resources.dll

1554224

3.1.6027.0

1040

Errors.resources.dll

1841456

3.1.6027.0

1041

Errors.resources.dll

1561384

3.1.6027.0

1046

Errors.resources.dll

2202416

3.1.6027.0

1049

Errors.resources.dll

1603376

3.1.6027.0

3082

Errors.resources.dll

1345832

3.1.6027.0

1028

Errors.resources.dll

1634600

3.1.6027.0

1042

Errors.resources.dll

1345832

3.1.6027.0

3076

Errors.resources.dll

1556264

3.1.6027.0

1029

Errors.resources.dll

1526568

3.1.6027.0

1043

Errors.resources.dll

1685800

3.1.6027.0

1038

Errors.resources.dll

1610536

3.1.6027.0

1045

Errors.resources.dll

1578792

3.1.6027.0

2070

Errors.resources.dll

1494320

3.1.6027.0

1053

Errors.resources.dll

1513264

3.1.6027.0

1055

ImgLibEngine.dll

3146024

3.1.6027.0

Microsoft.SystemCenter.VirtualMachineManager.dll

1796400

3.1.6027.0

Microsoft.SystemCenter.VirtualMachineManger.PowerShell.CmdletWrappers.dll

1494720

3.1.6018.0

Microsoft.VirtualManager.UI.AddIns.Management.dll

96424

3.1.6018.0

Microsoft.VirtualManager.UI.Dialogs.dll

2944296

3.1.6027.0

Microsoft.VirtualManager.UI.Dialogs.resources.dll

963880

3.1.6027.0

2052

Microsoft.VirtualManager.UI.Dialogs.resources.dll

995624

3.1.6027.0

1036

Microsoft.VirtualManager.UI.Dialogs.resources.dll

989480

3.1.6027.0

1031

Microsoft.VirtualManager.UI.Dialogs.resources.dll

985896

3.1.6027.0

1040

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1006376

3.1.6027.0

1041

Microsoft.VirtualManager.UI.Dialogs.resources.dll

986920

3.1.6027.0

1046

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1053480

3.1.6027.0

1049

Microsoft.VirtualManager.UI.Dialogs.resources.dll

989992

3.1.6027.0

3082

Microsoft.VirtualManager.UI.Dialogs.resources.dll

965416

3.1.6027.0

1028

Microsoft.VirtualManager.UI.Dialogs.resources.dll

987432

3.1.6027.0

1042

Microsoft.VirtualManager.UI.Dialogs.resources.dll

965416

3.1.6027.0

3076

Microsoft.VirtualManager.UI.Dialogs.resources.dll

988456

3.1.6027.0

1029

Microsoft.VirtualManager.UI.Dialogs.resources.dll

983336

3.1.6027.0

1043

Microsoft.VirtualManager.UI.Dialogs.resources.dll

995112

3.1.6027.0

1038

Microsoft.VirtualManager.UI.Dialogs.resources.dll

986920

3.1.6027.0

1045

Microsoft.VirtualManager.UI.Dialogs.resources.dll

988456

3.1.6027.0

2070

Microsoft.VirtualManager.UI.Dialogs.resources.dll

979240

3.1.6027.0

1053

Microsoft.VirtualManager.UI.Dialogs.resources.dll

982312

3.1.6027.0

1055

Microsoft.VirtualManager.UI.HardwareProperties.dll

707368

3.1.6027.0

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

452904

3.1.6027.0

2052

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

456488

3.1.6027.0

1036

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

459560

3.1.6027.0

1031

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

457000

3.1.6027.0

1040

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

457000

3.1.6027.0

1041

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

460584

3.1.6027.0

1046

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

467752

3.1.6027.0

1049

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

457000

3.1.6027.0

3082

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

453416

3.1.6027.0

1028

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

454952

3.1.6027.0

1042

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

453416

3.1.6027.0

3076

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

455464

3.1.6027.0

1029

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

459560

3.1.6027.0

1043

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

455976

3.1.6027.0

1038

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

454952

3.1.6027.0

1045

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

455464

3.1.6027.0

2070

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

459048

3.1.6027.0

1053

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

459560

3.1.6027.0

1055

Microsoft.VirtualManager.UI.NewVmWizard.dll

817960

3.1.6027.0

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

551208

3.1.6027.0

2052

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

559912

3.1.6027.0

1036

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

561456

3.1.6027.0

1031

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

559400

3.1.6027.0

1040

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

559912

3.1.6027.0

1041

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

562984

3.1.6027.0

1046

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

573224

3.1.6027.0

1049

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

559400

3.1.6027.0

3082

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

552744

3.1.6027.0

1028

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

555304

3.1.6027.0

1042

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

552744

3.1.6027.0

3076

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

555816

3.1.6027.0

1029

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

562984

3.1.6027.0

1043

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

556328

3.1.6027.0

1038

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

555304

3.1.6027.0

1045

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

555312

3.1.6027.0

2070

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

561960

3.1.6027.0

1053

Microsoft.VirtualManager.UI.NewVmWizard.resources.dll

561960

3.1.6027.0

1055

Microsoft.VirtualManager.UI.Pages.Datacenter.dll

2929960

3.1.6027.0

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1076008

3.1.6027.0

2052

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1104680

3.1.6027.0

1036

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1098032

3.1.6027.0

1031

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1094952

3.1.6027.0

1040

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1112872

3.1.6027.0

1041

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1095464

3.1.6027.0

1046

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1154856

3.1.6027.0

1049

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1098536

3.1.6027.0

3082

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1078568

3.1.6027.0

1028

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1095464

3.1.6027.0

1042

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1078568

3.1.6027.0

3076

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1098024

3.1.6027.0

1029

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1092392

3.1.6027.0

1043

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1102120

3.1.6027.0

1038

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1095976

3.1.6027.0

1045

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1098024

3.1.6027.0

2070

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1090344

3.1.6027.0

1053

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1093416

3.1.6027.0

1055

Microsoft.VirtualManager.UI.Pages.Settings.dll

168232

3.1.6027.0

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

84776

3.1.6027.0

2052

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86824

3.1.6027.0

1036

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86312

3.1.6027.0

1031

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86312

3.1.6027.0

1040

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86824

3.1.6027.0

1041

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86312

3.1.6027.0

1046

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

88872

3.1.6027.0

1049

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86312

3.1.6027.0

3082

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

84776

3.1.6027.0

1028

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

85800

3.1.6027.0

1042

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

84776

3.1.6027.0

3076

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86312

3.1.6027.0

1029

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86312

3.1.6027.0

1043

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

86312

3.1.6027.0

1038

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

85800

3.1.6027.0

1045

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

85800

3.1.6027.0

2070

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

85800

3.1.6027.0

1053

Microsoft.VirtualManager.UI.Pages.Settings.resources.dll

85800

3.1.6027.0

1055

Microsoft.VirtualManager.UI.VMWizards.dll

213160

3.1.6018.0

Microsoft.VirtualManager.UI.VMWizards.resources.dll

65720

3.1.6018.0

2052

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67776

3.1.6018.0

1036

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67264

3.1.6018.0

1031

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67776

3.1.6018.0

1040

Microsoft.VirtualManager.UI.VMWizards.resources.dll

68264

3.1.6018.0

1041

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67264

3.1.6018.0

1046

Microsoft.VirtualManager.UI.VMWizards.resources.dll

71336

3.1.6018.0

1049

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67240

3.1.6018.0

3082

Microsoft.VirtualManager.UI.VMWizards.resources.dll

65704

3.1.6018.0

1028

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67240

3.1.6018.0

1042

Microsoft.VirtualManager.UI.VMWizards.resources.dll

65704

3.1.6018.0

3076

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67752

3.1.6018.0

1029

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67240

3.1.6018.0

1043

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67752

3.1.6018.0

1038

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67264

3.1.6018.0

1045

Microsoft.VirtualManager.UI.VMWizards.resources.dll

67240

3.1.6018.0

2070

Microsoft.VirtualManager.UI.VMWizards.resources.dll

66728

3.1.6018.0

1053

Microsoft.VirtualManager.UI.VMWizards.resources.dll

66728

3.1.6018.0

1055

Remoting.dll

832296

3.1.6027.0

Aanvullende kennisgevingen voor SC 2012 SP1 - Virtual Machine Manager Update Rollup 3.docx

26067

TraceWrapper.dll

67880

3.1.6027.0

Utils.dll

751912

3.1.6027.0

Utils.resources.dll

88360

3.1.6027.0

2052

Utils.resources.dll

91432

3.1.6027.0

1036

Utils.resources.dll

90928

3.1.6027.0

1031

Utils.resources.dll

91944

3.1.6027.0

1040

Utils.resources.dll

95536

3.1.6027.0

1041

Utils.resources.dll

92456

3.1.6027.0

1046

Utils.resources.dll

106800

3.1.6027.0

1049

Utils.resources.dll

92968

3.1.6027.0

3082

Utils.resources.dll

88360

3.1.6027.0

1028

Utils.resources.dll

91440

3.1.6027.0

1042

Utils.resources.dll

88368

3.1.6027.0

3076

Utils.resources.dll

92968

3.1.6027.0

1029

Utils.resources.dll

90408

3.1.6027.0

1043

Utils.resources.dll

92456

3.1.6027.0

1038

Utils.resources.dll

92464

3.1.6027.0

1045

Utils.resources.dll

92456

3.1.6027.0

2070

Utils.resources.dll

89904

3.1.6027.0

1053

Utils.resources.dll

91432

3.1.6027.0

1055

VirtualizationInterfaces.dll

86696

3.1.6018.0

VMConsoleLib.dll

58640

3.1.6020.0

VMWareImplementation.dll

2052400

3.1.6027.0

VMwareRemoteConsoleTypeLib.dll

48896

5.1.0.0

VMwareViewer.exe

26880

3.1.6020.0

VSImplementation.dll

99520

3.1.6018.0

WSManAutomation.dll

35112

3.1.6027.0

WsManWrappers.dll

3209000

3.1.6027.0

Bestanden die zijn gewijzigd

Bestandsgrootte

Versie

Taal-id

Engine.Adhc.Operations.dll

1065768

3.1.6027.0

Engine.BitBos.dll

235816

3.1.6027.0

Engine.Common.dll

204072

3.1.6027.0

Engine.Deployment.dll

548648

3.1.6027.0

Engine.IndigoAccessLayer.dll

383760

3.1.6020.0

Engine.Placement.dll

260904

3.1.6027.0

Engine.Placement.ResourceModel.dll

307496

3.1.6027.0

Engine.VmOperations.dll

1135400

3.1.6027.0

Errors.dll

3849000

3.1.6027.0

Errors.resources.dll

1327400

3.1.6027.0

2052

Errors.resources.dll

1646888

3.1.6027.0

1036

Errors.resources.dll

1674536

3.1.6027.0

1031

Errors.resources.dll

1554216

3.1.6027.0

1040

Errors.resources.dll

1841448

3.1.6027.0

1041

Errors.resources.dll

1561384

3.1.6027.0

1046

Errors.resources.dll

2202408

3.1.6027.0

1049

Errors.resources.dll

1603368

3.1.6027.0

3082

Errors.resources.dll

1345832

3.1.6027.0

1028

Errors.resources.dll

1634600

3.1.6027.0

1042

Errors.resources.dll

1345832

3.1.6027.0

3076

Errors.resources.dll

1556264

3.1.6027.0

1029

Errors.resources.dll

1526568

3.1.6027.0

1043

Errors.resources.dll

1685800

3.1.6027.0

1038

Errors.resources.dll

1610536

3.1.6027.0

1045

Errors.resources.dll

1578792

3.1.6027.0

2070

Errors.resources.dll

1494312

3.1.6027.0

1053

Errors.resources.dll

1513256

3.1.6027.0

1055

GoalState.dll

58664

3.1.6027.0

ImgLibEngine.dll

3146024

3.1.6027.0

msiInstaller.dat

12

msiInstaller.exe

275112

3.1.6011.0

msiInstaller.exe

327856

3.1.6011.0

Remoting.dll

832296

3.1.6027.0

Aanvullende kennisgevingen voor SC 2012 SP1 - Virtual Machine Manager Update Rollup 3.docx

26067

TraceWrapper.dll

67880

3.1.6027.0

Utils.dll

751912

3.1.6027.0

Utils.resources.dll

88360

3.1.6027.0

2052

Utils.resources.dll

91432

3.1.6027.0

1036

Utils.resources.dll

90920

3.1.6027.0

1031

Utils.resources.dll

91944

3.1.6027.0

1040

Utils.resources.dll

95528

3.1.6027.0

1041

Utils.resources.dll

92456

3.1.6027.0

1046

Utils.resources.dll

106792

3.1.6027.0

1049

Utils.resources.dll

92968

3.1.6027.0

3082

Utils.resources.dll

88360

3.1.6027.0

1028

Utils.resources.dll

91432

3.1.6027.0

1042

Utils.resources.dll

88360

3.1.6027.0

3076

Utils.resources.dll

92968

3.1.6027.0

1029

Utils.resources.dll

90408

3.1.6027.0

1043

Utils.resources.dll

92456

3.1.6027.0

1038

Utils.resources.dll

92456

3.1.6027.0

1045

Utils.resources.dll

92456

3.1.6027.0

2070

Utils.resources.dll

89896

3.1.6027.0

1053

Utils.resources.dll

91432

3.1.6027.0

1055

ViridianImplementation.dll

218920

3.1.6027.0

ViridianImplementationV2.dll

360232

3.1.6027.0

VirtualizationInterfaces.dll

86696

3.1.6018.0

VMGuestAgent.iso

126812160

vmmAgent.exe

6113064

3.1.6027.0

vmmAgent.msi

6983680

vmmAgent.msi

7950336

vmmGuestAgent.msi

2674688

vmmGuestAgent.msi

2760704

vmmservice.exe

46376

3.1.6027.0

VMWareImplementation.dll

2052392

3.1.6027.0

VSImplementation.dll

99520

3.1.6018.0

WSManAutomation.dll

35112

3.1.6027.0

WsManMIWrappers.dll

133824

3.1.6018.0

WsManWrappers.dll

3209000

3.1.6027.0

XenImplementation.dll

173248

3.1.6018.0

32-bits versie

Bestanden die zijn gewijzigd

Bestandsgrootte

Versie

Errors.dll

3849000

3.1.6027.0

gceManagement.dll

171816

3.1.6027.0

GoalState.dll

58664

3.1.6027.0

GuestAgent.AIFactory.dll

31528

3.1.6027.0

GuestAgent.AppDownloader.dll

44328

3.1.6027.0

GuestAgent.Common.dll

64296

3.1.6027.0

GuestAgent.Fetcher.dll

41256

3.1.6027.0

GuestAgent.GCEProcessor.dll

31528

3.1.6027.0

GuestAgent.GSC.dll

74024

3.1.6027.0

GuestAgent.GSM.dll

34600

3.1.6027.0

GuestAgent.QueueManager.dll

39208

3.1.6027.0

GuestAgent.SqlProfileProcessor.dll

31528

3.1.6027.0

GuestAgent.StateManager.dll

23336

3.1.6027.0

GuestAgent.Upgrade.dll

44840

3.1.6027.0

ScvmmGuestService.exe

26408

3.1.6027.0

Aanvullende kennisgevingen voor SC 2012 SP1 - Virtual Machine Manager Update Rollup 3.docx

26067

TraceWrapper.dll

67880

3.1.6027.0

vmmApplicationManager.Common.dll

31016

3.1.6027.0

vmmApplicationManager.dll

59176

3.1.6027.0

WebDeployV2.dll

29992

3.1.6027.0

WebDeployV3.dll

29992

3.1.6027.0

64-bits versie

Bestanden die zijn gewijzigd

Bestandsgrootte

Versie

Errors.dll

3849000

3.1.6027.0

gceManagement.dll

214824

3.1.6027.0

GoalState.dll

58664

3.1.6027.0

GuestAgent.AIFactory.dll

48424

3.1.6027.0

GuestAgent.AppDownloader.dll

44336

3.1.6027.0

GuestAgent.Common.dll

64304

3.1.6027.0

GuestAgent.Fetcher.dll

41256

3.1.6027.0

GuestAgent.GCEProcessor.dll

31528

3.1.6027.0

GuestAgent.GSC.dll

74024

3.1.6027.0

GuestAgent.GSM.dll

34600

3.1.6027.0

GuestAgent.QueueManager.dll

39216

3.1.6027.0

GuestAgent.SqlProfileProcessor.dll

31528

3.1.6027.0

GuestAgent.StateManager.dll

23344

3.1.6027.0

GuestAgent.Upgrade.dll

44840

3.1.6027.0

ScvmmGuestService.exe

26408

3.1.6027.0

Aanvullende kennisgevingen voor SC 2012 SP1 - Virtual Machine Manager Update Rollup 3.docx

26067

TraceWrapper.dll

67880

3.1.6027.0

vmmApplicationManager.Common.dll

31016

3.1.6027.0

vmmApplicationManager.dll

59176

3.1.6027.0

WebDeployV2.dll

29992

3.1.6027.0

WebDeployV3.dll

30000

3.1.6027.0

Meer hulp nodig?

Meer opties?

Verken abonnementsvoordelen, blader door trainingscursussen, leer hoe u uw apparaat kunt beveiligen en meer.

Community's helpen u vragen te stellen en te beantwoorden, feedback te geven en te leren van experts met uitgebreide kennis.