KB2964358

Hi,
Is there anyone can confirm the KB dependencies in this?
I have discovered those others post wih the followings suggestion:
IE 8 & 10
KB2936068
KB2925418
IE 11
KB2929437
1) We have encountered below error:
CiceroUIWndFrame: Outlook.exe - Ordinal Not Found
The ordinal 459 could not be located in the dynamic link library urlmon.dll
IE 8 and 9 crash and not open
Perhaps anyone can share the details of this KB.

Hi,
What does it means?
IE 8 that install the KB whether in XP SP3 or Win 7 SP1 encountered issue to open IE or the ordinal 459 issue.
I don't get much information about the dependency except the official IE 11 KB2929437 requirement.
I do appreciate it anyone can enlighthen me about this. Thanks

Similar Messages

  • Get clients to install KB2964358 quickly from Software Updates

    The update has already been synchronized in SCCM 2012. A new Automatic Deployment Rule has been created and set to "as soon as possible". How quickly will the clients get the update?
    Thanks

    I had a very similar question which you can read the below thread for some help/info.
    http://social.technet.microsoft.com/Forums/en-US/c2275dcf-48fe-4a54-8c15-e58f2fffe259/system-center-2012-endpoint-protection-does-it-protect-against-cve20141776?forum=configmanagersecurity
    Basically, what I did was this:
    Went to:  Software Library --> Software Updates --> All Software Updates
    Searched for KB2964358
    Selected all results and added them to a new Software Update Group
    Next:
    Go to:  Software Library --> Software Updates --> Software Update Groups
    Right-click on your new software update group (that you created above)
    Click on Deploy and select the machines you want it deployed to.
    Those are the steps I followed and it worked great to immediately push the update.  Hope that helps!

  • IE Opening blank white tabs when a link opens a new tab

    Internet Explorer will open up and display the first page fine. It's anything that attempts to open a new tab that is the problem. I have two machines one running IE 9 the other IE 11, both Windows 7 Enterprise 32bit.
    I thought maybe it was a user account problem, but both users can go to another machine and not have a problem. One of these PC's started having this problem immediately after reloading the PC after a hard drive crash. The image used has been installed on
    well over 500 systems at this point with no other reports of this happening.
    If I right click and choose open with a new window instead, nothing happens.
    I've seen similar articles relating to KB2964358, KB2929437, KB2919355, or KB2964444, but that seems to be for IE just opening a blank white page initially. I did try these to no avail.
    Another browser isn't an option. Many of the sites these users need to get to only work properly with IE, and more importantly every attempt is made by our organization to prevent end users from using other browsers.

    Hi,
    Did you mean when you click a link, the Internet Explorer didn't open the link instead of blank tab and just two computers have this issue?
    Have you tried to reset the Internet Explorer settings:
    1.Close any Internet Explorer or Windows Explorer windows that are currently open.
    2. Open Internet Explorer by clicking the Start button. In the search box, type
    Internet Explorer, and then, in the list of results, click
    Internet Explorer.
    3.Click the Tools button, and then click Internet Options.
    4.Click the Advanced tab, and then click Reset.
    5.Select the Delete personal settings check box if you would like to remove browsing history, search providers, Accelerators, home pages, and InPrivate Filtering data.
    6.In the Reset Internet Explorer Settings dialog box, click
    Reset.
    7.When Internet Explorer finishes restoring the settings, click Close, and then click
    OK.
    8.Close Internet Explorer.
    Your changes will take effect the next time you open Internet Explorer.
    If it doesn't resolve, reset the default program for test:
    1. Open Start Menu, search for Default Programs
    and hit Enter.
    2. This opens the Default Programs window. Click on Set Your Default Programs.
    3. In the resulting window (the Set Default Programs window), click on
    Internet Explorer and then, on Choose Defaults For This Program.
    4. This will open up Set Program Associations window. Click against
    Select All to select all types being displayed.
    5. Once you are done with selection, click on Save.
    6. You will be back on the Set Default Programs window.
    7. Click on OK to close the window.
    Karen Hu
    TechNet Community Support

  • Report showing which updates are in which Distribution Point folders

    SCCM 2007 SP2 R3.  We're working on Software Updates distribution issues, and are trying to find a way to tell in which Distribution Point folder and subfolder names a certain patch is (or get a list of all patches under a certain distribution folder).
    As an example, on the DP in the SMSPKGG$ folder , I have a folder named RD100492, in that I have a folder named fec8fc58-7ccd-48fe-a16f-ec5eddafef8f, and in that I have the patch named ie8-windowsxp-kb2964358-x86-custom-enu.exe.  I'd like to be
    able to run a report to find where that patch is in the folder structure and also to be able to list everything under a certain folder.
    I've searched through the Views and Tables, but, can't seem to find the right columns. 
    Any ideas?
    Thanks.

    We keep having issues with some SU packages getting corrupt and either one or more patches hang, and dont' let the others install, or they seem to go missing (in once case we had a Patch List with 422 patches in it, and only 11 physically distributed and
    created folders).  MS Premier Support gave us a script to run that clears out the hung patches in WMI on affected computers for the former issue, but, for the latter issues, we have to run a manual comparison of folders find the ones with missing folders,
    and recreate the Patch List.  PITA trying to find things, why we are trying to create a report.
    NOT just idle curiosity...<G>
    I am presuming this info might only be in a Table, but, searching for column names hasn't found it, yet...
    Thanks, Garth!

  • SCCM Custom Query

    Hello,
    I am looking for a 2007 SCCM custom query that will look for KB2964358 installed. My trouble lies when I specify the below query to see if an update is installed, and it only returns XP computers since it is looking for the ADD Remove Programs feature.
    ConfigMgr is not collecting the list of Software Updates (patches) for Window 7/Vista/ 2008/ 2008 Core operating systems. Because, on these operating systems this information is stored
    in “Win32_QuickFixEngineering”  WMI class (it’s not listed in Add Remove Programs) and the inventory of this class is NOT enabled in SMS_DEF.MOF (by def ault). Hence ConfigMgr. report won’t be able to provide these details unless and until you’ve enabled
    the appropriate WMI class in SMS_DEF.MOF. Is there any other way to look for an update installed in custom queries that will return Windows 7 machines as well?
    SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID
    = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName like "%KB2964358%"

    Hi,
    take a look at the article below to extend the SMS_DEF.mof file to include the WMI class.
    http://technet.microsoft.com/en-us/library/cc180866.aspx
    Blog: http://theinfraguys.com
    Follow me at Facebook
    The Infra Guys Facebook Page
    Please remember to click Mark as Answer on the answer if it helps you in anyway

  • Updating to Windows 8.1 - stuck on 0x800703ee

    Hi,
    I'm trying very hard to update Windows 8 to 8.1 but I'm getting still 0x800703ee error after ~53%. Any ideas?
    Thanks!

    Thanks for you quick reply! :)
    1. We have fibber internet connection, so it's not possible.
    2. Done.
    3. Clean boot done.
    Still the same...
    Update.log since reboot:
    2014-05-07 09:42:13:809 876 c98 Misc =========== Logging initialized (build: 7.8.9200.16731, tz: +0200) ===========
    2014-05-07 09:42:13:825 876 c98 Misc = Process: C:\Windows\system32\svchost.exe
    2014-05-07 09:42:13:825 876 c98 Misc = Module: c:\windows\system32\wuaueng.dll
    2014-05-07 09:42:13:809 876 c98 Service *************
    2014-05-07 09:42:13:825 876 c98 Service ** START ** Service: Service startup
    2014-05-07 09:42:13:825 876 c98 Service *********
    2014-05-07 09:42:13:856 876 c98 Agent * WU client version 7.8.9200.16731
    2014-05-07 09:42:13:856 876 c98 Agent * Base directory: C:\Windows\SoftwareDistribution
    2014-05-07 09:42:13:856 876 c98 Agent * Access type: No proxy
    2014-05-07 09:42:13:856 876 c98 Service UpdateNetworkState Ipv6, cNetworkInterfaces = 3.
    2014-05-07 09:42:13:856 876 c98 Service UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
    2014-05-07 09:42:13:856 876 c98 Agent * Network state: Connected
    2014-05-07 09:42:13:856 876 c98 Service UpdateNetworkState Ipv6, cNetworkInterfaces = 3.
    2014-05-07 09:42:13:856 876 c98 Service UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
    2014-05-07 09:42:13:981 876 c98 Agent *********** Agent: Initializing global settings cache ***********
    2014-05-07 09:42:13:981 876 c98 Agent * Endpoint Provider: 00000000-0000-0000-0000-000000000000
    2014-05-07 09:42:13:981 876 c98 Agent * WSUS server: <NULL>
    2014-05-07 09:42:13:981 876 c98 Agent * WSUS status server: <NULL>
    2014-05-07 09:42:13:981 876 c98 Agent * Target group: (Unassigned Computers)
    2014-05-07 09:42:13:981 876 c98 Agent * Windows Update access disabled: No
    2014-05-07 09:42:13:997 876 c98 WuTask WuTaskManager delay initialize completed successfully..
    2014-05-07 09:42:13:997 876 c98 Report WARNING: CSerializationHelper:: InitSerialize failed : 0x80070002
    2014-05-07 09:42:13:997 876 c98 Report CWERReporter::Init succeeded
    2014-05-07 09:42:13:997 876 c98 Agent *********** Agent: Initializing Windows Update Agent ***********
    2014-05-07 09:42:14:059 876 c98 Agent * Found 3 persisted download calls to restore
    2014-05-07 09:42:14:106 876 c98 DnldMgr Download manager restoring 0 downloads
    2014-05-07 09:42:14:106 876 c98 Agent * Successfully loaded 3 persisted download calls.
    2014-05-07 09:42:14:122 876 c98 Agent Attempt 0 to obtain post-reboot results.
    2014-05-07 09:42:14:169 876 c98 Handler Post-reboot status for session 30370243_1237848337: 0x00000000.
    2014-05-07 09:42:14:278 876 c98 Handler Post-reboot status for session 30370243_1617082947: 0x00000000.
    2014-05-07 09:42:14:278 876 c98 Handler Post-reboot status for session 30370243_1671678666: 0x00000000.
    2014-05-07 09:42:14:294 876 c98 Handler Post-reboot status for session 30370243_1895451462: 0x00000000.
    2014-05-07 09:42:14:309 876 c98 Handler Post-reboot status for session 30370243_2234702528: 0x00000000.
    2014-05-07 09:42:14:309 876 c98 Handler Post-reboot status for session 30370243_2636366631: 0x00000000.
    2014-05-07 09:42:14:309 876 c98 Handler Post-reboot status for session 30370243_2774115556: 0x00000000.
    2014-05-07 09:42:14:309 876 c98 Handler Post-reboot status for session 30370243_2915061835: 0x00000000.
    2014-05-07 09:42:14:309 876 c98 Handler Post-reboot status for session 30370243_3126673769: 0x00000000.
    2014-05-07 09:42:14:325 876 c98 Handler Post-reboot status for session 30370243_4090721441: 0x00000000.
    2014-05-07 09:42:14:341 876 c98 Handler Post-reboot status for session 30370243_4225728323: 0x00000000.
    2014-05-07 09:42:14:356 876 c98 Handler Post-reboot status for session 30370244_476882043: 0x00000000.
    2014-05-07 09:42:14:356 876 c98 Handler Post-reboot status for session 30370244_635483323: 0x00000000.
    2014-05-07 09:42:14:388 876 c98 Handler Post-reboot status for session 30370244_731581771: 0x00000000.
    2014-05-07 09:42:14:388 876 c98 Handler Post-reboot status for session 30370244_861901217: 0x00000000.
    2014-05-07 09:42:14:388 876 c98 Handler Post-reboot status for session 30370244_1030033785: 0x00000000.
    2014-05-07 09:42:14:559 876 c98 Report *********** Report: Initializing static reporting data ***********
    2014-05-07 09:42:14:559 876 c98 Report * OS Version = 6.2.9200.0.0.66304
    2014-05-07 09:42:14:559 876 c98 Report * OS Product Type = 0x00000065
    2014-05-07 09:42:14:559 876 c98 Report * Computer Brand = ASUSTeK COMPUTER INC.
    2014-05-07 09:42:14:559 876 c98 Report * Computer Model = K55A
    2014-05-07 09:42:14:559 876 c98 Report * Platform Role = 2
    2014-05-07 09:42:14:559 876 c98 Report * AlwaysOn/AlwaysConnected (AOAC) = 0
    2014-05-07 09:42:14:575 876 c98 Report * Bios Revision = K55A.406
    2014-05-07 09:42:14:575 876 c98 Report * Bios Name = K55A.406
    2014-05-07 09:42:14:575 876 c98 Report * Bios Release Date = 2012-11-08T00:00:00
    2014-05-07 09:42:14:575 876 c98 Report * Bios Sku Number = ASUS-NotebookSKU
    2014-05-07 09:42:14:575 876 c98 Report * Bios Vendor = American Megatrends Inc.
    2014-05-07 09:42:14:575 876 c98 Report * Bios Family = K
    2014-05-07 09:42:14:575 876 c98 Report * Bios Major Release = 4
    2014-05-07 09:42:14:575 876 c98 Report * Bios Minor Release = 6
    2014-05-07 09:42:14:575 876 c98 Report * Locale ID = 1045
    2014-05-07 09:42:14:606 876 c98 AU ########### AU: Initializing Automatic Updates ###########
    2014-05-07 09:42:14:606 876 c98 AU Additional Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782} with Approval type {Pre-install notify} added to AU services list
    2014-05-07 09:42:14:606 876 c98 AU AIR Mode is disabled
    2014-05-07 09:42:14:606 876 c98 AU # Approval type: Pre-download notify (User preference)
    2014-05-07 09:42:14:606 876 c98 AU # ServiceTypeDefault: Service 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 Approval type: (Pre-install notify)
    2014-05-07 09:42:14:606 876 c98 AU # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-05-07 09:42:14:653 876 c98 AU WARNING: Failed to get Wu Exemption info from NLM, assuming not exempt, error = 0x80070032
    2014-05-07 09:42:14:669 876 c98 AU AU finished delayed initialization
    2014-05-07 09:42:14:669 876 c98 AU Obtained Post reboot hr from Agent:0
    2014-05-07 09:42:14:669 876 c98 AU Additional Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782} with Approval type {Pre-install notify} added to AU services list
    2014-05-07 09:42:14:669 876 c98 AU Triggering Offline detection (non-interactive)
    2014-05-07 09:42:14:669 876 c98 AU #############
    2014-05-07 09:42:14:669 876 c98 AU ## START ## AU: Search for updates
    2014-05-07 09:42:14:669 876 c98 AU #########
    2014-05-07 09:42:14:669 876 d14 Agent *************
    2014-05-07 09:42:14:669 876 d14 Agent ** START ** Agent: Finding updates [CallerId = WSAcquisition]
    2014-05-07 09:42:14:669 876 d14 Agent *********
    2014-05-07 09:42:14:669 876 d14 Agent * Online = Yes; Ignore download priority = No
    2014-05-07 09:42:14:669 876 d14 Agent * Criteria = "AppCategoryIDs contains '0df8a05e-9676-4948-a544-090d978ebee7'"
    2014-05-07 09:42:14:669 876 d14 Agent * ServiceID = {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782} Third party service
    2014-05-07 09:42:14:669 876 d14 Agent * Search Scope = {Machine & Current User}
    2014-05-07 09:42:14:669 876 d14 Agent * Caller SID for Applicability: S-1-5-21-2139804757-2743755002-1485905433-1001
    2014-05-07 09:42:14:684 876 d14 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
    2014-05-07 09:42:14:716 876 d14 Misc Microsoft signed: Yes
    2014-05-07 09:42:14:716 876 d14 Misc Infrastructure signed: Yes
    2014-05-07 09:42:14:716 876 c98 AU <<## SUBMITTED ## AU: Search for updates [CallId = {99B0DCA3-7EDC-446E-A3A2-6650E585BB7F} ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}]
    2014-05-07 09:42:14:716 876 d14 EP Got 9482F4B4-E343-43B6-B170-9A65BC822C77 redir SecondaryServiceAuth URL: "http://fe1.ws.microsoft.com/w8/2/redir/storeauth.cab"
    2014-05-07 09:42:14:716 876 c98 Agent SkipSelfUpdateCheck search flag set for serverId: 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782
    2014-05-07 09:42:14:716 876 c98 AU <<## SUBMITTED ## AU: Search for updates [CallId = {87472FCF-6670-47F9-BEC8-6711F4677AEF} ServiceId = {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}]
    2014-05-07 09:42:14:731 876 d14 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\117CAB2D-82B1-4B5A-A08C-4D62DBEE7782\wuredir.cab:
    2014-05-07 09:42:14:747 876 d14 Misc Microsoft signed: Yes
    2014-05-07 09:42:14:747 876 d14 Misc Infrastructure signed: Yes
    2014-05-07 09:42:14:747 876 d14 EP Got 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 redir Client/Server URL: "https://fe2.ws.microsoft.com/v6/ClientWebService/client.asmx"
    2014-05-07 09:42:14:888 876 d14 Agent Reading cached app categories using lifetime 604800 seconds
    2014-05-07 09:42:14:888 876 d14 Agent Read 1 cached app categories
    2014-05-07 09:42:14:903 876 d14 PT Skipping StartCategoryScan, no categories require server checks.
    2014-05-07 09:42:15:059 876 d14 PT +++++++++++ PT: Synchronizing server updates +++++++++++
    2014-05-07 09:42:15:059 876 d14 PT + ServiceId = {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}, Server URL = https://fe2.ws.microsoft.com/v6/ClientWebService/client.asmx
    2014-05-07 09:42:15:106 876 d10 Report REPORT EVENT: {B259DFE1-CAD4-43EE-BA2B-1E41CFF244A4} 2014-05-07 09:42:14:575+0200 1 183 [AGENT_INSTALLING_SUCCEEDED] 101 {D178A1FE-2617-4F92-9174-1AE1EBC5824F} 200 0 AutomaticUpdates Success Content Install Installation Successful: Windows successfully installed the following update: Aktualizacja zabezpieczeń programu Internet Explorer Flash Player dla systemu Windows 8 x64 (KB2942844)
    2014-05-07 09:42:15:106 876 d10 Report REPORT EVENT: {5970F50E-BD23-43EA-9B0A-EF2AC00CB674} 2014-05-07 09:42:14:575+0200 1 183 [AGENT_INSTALLING_SUCCEEDED] 101 {B05095F1-E40C-414F-970D-CD9F9FC59C48} 203 0 AutomaticUpdates Success Content Install Installation Successful: Windows successfully installed the following update: Aktualizacja systemu Windows 8 dla komputerów z procesorami x64 (KB2957026)
    2014-05-07 09:42:15:106 876 d10 Report REPORT EVENT: {586287F1-D758-4AF4-B015-77DE1198C996} 2014-05-07 09:42:14:575+0200 1 183 [AGENT_INSTALLING_SUCCEEDED] 101 {7E8F6EE6-83B5-48BF-B280-4E93AA721C8A} 200 0 AutomaticUpdates Success Content Install Installation Successful: Windows successfully installed the following update: Aktualizacja zabezpieczeń programu Internet Explorer 10 dla systemu Windows 8 x64 (KB2964358)
    2014-05-07 09:42:15:106 876 d10 Report REPORT EVENT: {3A80CBA9-3DD1-4220-82D3-17B0F1DCDC02} 2014-05-07 09:42:14:575+0200 1 183 [AGENT_INSTALLING_SUCCEEDED] 101 {56C9BED6-53CF-4595-AFA6-C667DB9F8A16} 205 0 AutomaticUpdates Success Content Install Installation Successful: Windows successfully installed the following update: Aktualizacja systemu Windows 8 dla komputerów z procesorami x64 (KB2756872)
    2014-05-07 09:42:15:106 876 d10 Report CWERReporter finishing event handling. (00000000)
    2014-05-07 09:42:15:106 876 d10 Report REPORT EVENT: {EF568401-F60A-43C0-99F9-DFA3DF3409F6} 2014-05-07 09:42:14:575+0200 1 183 [AGENT_INSTALLING_SUCCEEDED] 101 {1C560BB8-276C-41CA-B597-35AE23BF424C} 203 0 AutomaticUpdates Success Content Install Installation Successful: Windows successfully installed the following update: Aktualizacja zabezpieczeń systemu Windows 8 dla systemów opartych na procesorach x64 (KB2922229)
    2014-05-07 09:42:15:106 876 d10 Report REPORT EVENT: {506C2D6F-B245-4FAA-9F31-2E9FB8ECF6CF} 2014-05-07 09:42:14:575+0200 1 183 [AGENT_INSTALLING_SUCCEEDED] 101 {3C0B7982-7F60-4224-9631-D5EF4508F2AD} 202 0 AutomaticUpdates Success Content Install Installation Successful: Windows successfully installed the following update: Aktualizacja systemu Windows 8 dla komputerów z procesorami x64 (KB2770917)
    2014-05-07 09:42:15:106 876 d10 Report REPORT EVENT: {2F052568-42C0-4AB9-9372-AE216AE31917} 2014-05-07 09:42:14:606+0200 1 183 [AGENT_INSTALLING_SUCCEEDED] 101 {0DBB3947-3280-409E-A9D4-9E233EC263D8} 200 0 AutomaticUpdates Success Content Install Installation Successful: Windows successfully installed the following update: Zbiorcza aktualizacja dla programu Internet Explorer 10 w systemie Windows 8 dla systemów opartych na procesorach x64 (KB2936068)
    2014-05-07 09:42:15:106 876 d10 Report CWERReporter finishing event handling. (00000000)
    2014-05-07 09:42:16:388 876 c98 AU Additional Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782} with Approval type {Pre-install notify} added to AU services list
    2014-05-07 09:42:16:388 876 c98 AU Piggybacking on an AU detection already in progress
    2014-05-07 09:42:16:388 876 d14 Agent Update {0524A1EB-1A1B-42D9-B2D7-E427ED89E42B}.1 is pruned out due to potential supersedence
    2014-05-07 09:42:16:403 876 d14 Agent Update {1D29C14D-B7ED-407C-9E9D-B6D15F3939AD}.1 is pruned out due to potential supersedence
    2014-05-07 09:42:16:403 876 d14 Agent * Added update {AA997137-BE23-42B4-A241-0382F603080C}.1 to search result
    2014-05-07 09:42:16:403 876 d14 Agent * Found 1 updates and 4 categories in search; evaluated appl. rules of 141 out of 281 deployed entities
    2014-05-07 09:42:16:403 876 d14 Agent *********
    2014-05-07 09:42:16:403 876 d14 Agent ** END ** Agent: Finding updates [CallerId = WSAcquisition]
    2014-05-07 09:42:16:403 876 d14 Agent *************
    2014-05-07 09:42:16:403 876 d14 Agent *************
    2014-05-07 09:42:16:403 876 d14 Agent ** START ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-05-07 09:42:16:403 876 d14 Agent *********
    2014-05-07 09:42:16:403 876 d14 Agent * Online = No; Ignore download priority = No
    2014-05-07 09:42:16:403 876 d14 Agent * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2014-05-07 09:42:16:403 876 d14 Agent * ServiceID = {9482F4B4-E343-43B6-B170-9A65BC822C77} Windows Update
    2014-05-07 09:42:16:403 876 d14 Agent * Search Scope = {Machine & All Users}
    2014-05-07 09:42:16:403 876 d14 Agent * Caller SID for Applicability: S-1-5-18
    2014-05-07 09:42:19:609 876 d10 Report REPORT EVENT: {0D523FD3-0AAB-4E30-AB80-3A49392C44E0} 2014-05-07 09:42:14:606+0200 1 183 [AGENT_INSTALLING_SUCCEEDED] 101 {5EFEB43C-BECD-47B9-84AF-B36D161FC4C3} 201 0 AutomaticUpdates Success Content Install Installation Successful: Windows successfully installed the following update: Aktualizacja systemu Windows 8 dla komputerów z procesorami x64 (KB2785094)
    2014-05-07 09:42:19:609 876 d10 Report REPORT EVENT: {CAA422EF-29EE-4AA4-AA67-6350A7D6D451} 2014-05-07 09:42:14:606+0200 1 183 [AGENT_INSTALLING_SUCCEEDED] 101 {BB6D320D-10AF-4050-9D0B-474F80690E70} 202 0 AutomaticUpdates Success Content Install Installation Successful: Windows successfully installed the following update: Aktualizacja systemu Windows 8 dla komputerów z procesorami x64 (KB2779768)
    2014-05-07 09:42:19:609 876 d10 Report REPORT EVENT: {E67A2262-CA59-4438-8176-51C03724FFD4} 2014-05-07 09:42:14:669+0200 1 202 [AU_REBOOT_COMPLETED] 102 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Content Install Reboot completed.
    2014-05-07 09:42:19:609 876 d10 Report REPORT EVENT: {6DBE0907-8FB6-4A94-89E2-6E861CA20630} 2014-05-07 09:42:16:403+0200 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 WSAcquisition Success Software Synchronization Windows Update Client successfully detected 1 updates.
    2014-05-07 09:42:19:609 876 d10 Report CWERReporter finishing event handling. (00000000)
    2014-05-07 09:43:41:285 876 d14 Agent * Added update {89B41501-82B9-43E2-A39E-C8B508B3622E}.200 to search result
    2014-05-07 09:43:41:285 876 d14 Agent * Found 1 updates and 16 categories in search; evaluated appl. rules of 689 out of 1592 deployed entities
    2014-05-07 09:43:41:285 876 d14 Agent *********
    2014-05-07 09:43:41:285 876 d14 Agent ** END ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-05-07 09:43:41:285 876 d14 Agent *************
    2014-05-07 09:43:41:285 876 d14 Agent *************
    2014-05-07 09:43:41:285 876 d14 Agent ** START ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-05-07 09:43:41:285 876 d14 Agent *********
    2014-05-07 09:43:41:285 876 d14 Agent * Online = No; Ignore download priority = No
    2014-05-07 09:43:41:285 876 d14 Agent * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2014-05-07 09:43:41:285 876 d14 Agent * ServiceID = {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782} Third party service
    2014-05-07 09:43:41:285 876 d14 Agent * Search Scope = {Machine & All Users}
    2014-05-07 09:43:41:285 876 d14 Agent * Caller SID for Applicability: S-1-5-18
    2014-05-07 09:43:41:285 876 d54 AU >>## RESUMED ## AU: Search for updates [CallId = {99B0DCA3-7EDC-446E-A3A2-6650E585BB7F} ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}]
    2014-05-07 09:43:41:285 876 d54 AU # 1 updates detected
    2014-05-07 09:43:41:285 876 d54 AU #########
    2014-05-07 09:43:41:285 876 d54 AU ## END ## AU: Search for updates [CallId = {99B0DCA3-7EDC-446E-A3A2-6650E585BB7F} ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}]
    2014-05-07 09:43:41:285 876 d54 AU #############
    2014-05-07 09:43:41:348 876 d14 Agent * Found 0 updates and 19 categories in search; evaluated appl. rules of 54 out of 345 deployed entities
    2014-05-07 09:43:41:348 876 d14 Agent *********
    2014-05-07 09:43:41:348 876 d14 Agent ** END ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-05-07 09:43:41:348 876 d14 Agent *************
    2014-05-07 09:43:41:348 876 d14 Agent *************
    2014-05-07 09:43:41:348 876 d14 Agent ** START ** Agent: Finding updates [CallerId = WSAcquisition]
    2014-05-07 09:43:41:348 876 d14 Agent *********
    2014-05-07 09:43:41:348 876 d14 Agent * Online = No; Ignore download priority = No
    2014-05-07 09:43:41:348 876 d14 Agent * Criteria = "IsInstalled=0 AND AppCategoryIDs contains '0df8a05e-9676-4948-a544-090d978ebee7'"
    2014-05-07 09:43:41:348 876 d14 Agent * ServiceID = {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782} Third party service
    2014-05-07 09:43:41:348 876 d14 Agent * Search Scope = {Machine & Current User}
    2014-05-07 09:43:41:348 876 d14 Agent * Caller SID for Applicability: S-1-5-21-2139804757-2743755002-1485905433-1001
    2014-05-07 09:43:41:348 876 d54 AU >>## RESUMED ## AU: Search for updates [CallId = {87472FCF-6670-47F9-BEC8-6711F4677AEF} ServiceId = {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}]
    2014-05-07 09:43:41:348 876 d54 AU # 0 updates detected
    2014-05-07 09:43:41:348 876 d54 AU #########
    2014-05-07 09:43:41:348 876 d54 AU ## END ## AU: Search for updates [CallId = {87472FCF-6670-47F9-BEC8-6711F4677AEF} ServiceId = {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}]
    2014-05-07 09:43:41:348 876 d54 AU #############
    2014-05-07 09:43:41:348 876 d54 AU All AU searches complete.
    2014-05-07 09:43:41:363 876 d14 Agent Update {0524A1EB-1A1B-42D9-B2D7-E427ED89E42B}.1 is pruned out due to potential supersedence
    2014-05-07 09:43:41:363 876 d14 Agent Update {1D29C14D-B7ED-407C-9E9D-B6D15F3939AD}.1 is pruned out due to potential supersedence
    2014-05-07 09:43:41:363 876 d14 Agent * Added update {AA997137-BE23-42B4-A241-0382F603080C}.1 to search result
    2014-05-07 09:43:41:363 876 d14 Agent * Found 1 updates and 4 categories in search; evaluated appl. rules of 117 out of 258 deployed entities
    2014-05-07 09:43:41:363 876 d14 Agent *********
    2014-05-07 09:43:41:363 876 d14 Agent ** END ** Agent: Finding updates [CallerId = WSAcquisition]
    2014-05-07 09:43:41:363 876 d14 Agent *************
    2014-05-07 09:43:41:379 876 d10 DnldMgr *********** DnldMgr: Begin Downloading Updates [CallerId = WSAcquisition] ***********
    2014-05-07 09:43:41:379 876 d10 DnldMgr * Call ID = {A5B4EB51-E830-4107-B635-1D8F0B73FF2C}
    2014-05-07 09:43:41:379 876 d10 DnldMgr * Priority = 3, NetworkCostPolicy = 6, Interactive = 1, Owner is system = 0, Explicit proxy = 1, Proxy session id = -1, ServiceId = {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-05-07 09:43:41:379 876 d10 DnldMgr * Updates to download = 1
    2014-05-07 09:43:41:379 876 d10 Agent * Title = Polish ESD Bundle Parent
    2014-05-07 09:43:41:379 876 d10 Agent * UpdateId = {AA997137-BE23-42B4-A241-0382F603080C}.1
    2014-05-07 09:43:41:379 876 d10 Agent * Bundles 1 updates:
    2014-05-07 09:43:41:379 876 d10 Agent * {BDCB90DC-E010-4DFC-9257-8E93E1BF01AA}.1
    2014-05-07 09:43:41:379 876 d10 DnldMgr Adding revision ID 1 for update AA997137-BE23-42B4-A241-0382F603080C to the lock revision cache.
    2014-05-07 09:43:41:379 876 d10 DnldMgr Adding revision ID 1 for update BDCB90DC-E010-4DFC-9257-8E93E1BF01AA to the lock revision cache.
    2014-05-07 09:43:41:379 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {BDCB90DC-E010-4DFC-9257-8E93E1BF01AA}.1] ***********
    2014-05-07 09:43:41:379 876 d10 DnldMgr WARNING: CheckIfDirExists returned error 0x80070002.
    2014-05-07 09:43:41:379 876 d10 DnldMgr * Queueing update for download handler request generation.
    2014-05-07 09:43:41:379 876 d10 DnldMgr Generating download request for update {BDCB90DC-E010-4DFC-9257-8E93E1BF01AA}.1
    2014-05-07 09:43:41:379 876 d10 DnldMgr Signaling e_subscriptionEventOSUpgradeInProgress event.
    2014-05-07 09:43:41:379 876 c98 Agent SetOSUpgradeStartTime, OSUpgradeStartTime 2014-05-07 07:43:41
    2014-05-07 09:43:41:379 876 c98 AU OnOSUpgradeInProgress, disconnecting clients since machine is within OS upgrade threshold.
    2014-05-07 09:43:41:379 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {BDCB90DC-E010-4DFC-9257-8E93E1BF01AA}.1] ***********
    2014-05-07 09:43:41:379 876 d10 DnldMgr * BITS job initialized, JobId = {14ACC68A-AC78-4117-AA5C-8574E4A91618}
    2014-05-07 09:43:41:473 876 d10 DnldMgr * Downloading from http://fg.v4.db.dl.ws.microsoft.com/dl/content/c/updt/2014/04/windowsstoresetupbox_38da9356a52b5fac970e59a550d3b6cb989b326d.exe?P1=1399444049&P2=201&P3=1&P4=zjrKPECEs%2f2fH2fb1HwAeZU4aH0%3d to C:\Windows\SoftwareDistribution\Download\3997d285c252d5499c0d4ab74625392a\windowsstoresetupbox.exe (full file).
    2014-05-07 09:43:41:504 876 d10 DnldMgr * Downloading from http://fg.v4.db.dl.ws.microsoft.com/dl/content/c/updt/2014/04/9600.17050.winblue_refresh.140317-1640_x64fre_client_core_pl-pl-ir3_ccra_x64frer_pl-pl_esd_0c0c825792325c8a186b36fb2c6cf544f495cf4b.esd?P1=1399451510&P2=201&P3=1&P4=60EHxJnbGUJcgQxNzFQs07ELphA%3d to C:\Windows\SoftwareDistribution\Download\3997d285c252d5499c0d4ab74625392a\9600.17050.winblue_refresh.140317-1640_x64fre_client_Core_pl-pl-IR3_CCRA_X64FRER_PL-PL_ESD.esd (full file).
    2014-05-07 09:43:41:551 876 d10 DnldMgr *********
    2014-05-07 09:43:41:551 876 d10 DnldMgr ** END ** DnldMgr: Begin Downloading Updates [CallerId = WSAcquisition]
    2014-05-07 09:43:41:551 876 d10 DnldMgr *************
    2014-05-07 09:43:41:551 876 d10 DnldMgr *********** DnldMgr: DynamicDownloadDataFetcher Refresh [Svc: {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}] ***********
    2014-05-07 09:43:41:551 876 d10 DnldMgr Fetching dynamic data from service 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 for 1 updates.
    2014-05-07 09:43:41:551 876 d10 EP Got 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 redir SecuredClient/Server URL: "https://fe2.ws.microsoft.com/v6/ClientWebService/client.asmx/secured"
    2014-05-07 09:43:41:566 876 d10 EP Got service 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 plugin SecuredClient/Server auth token of type 0x00000001
    2014-05-07 09:43:41:738 876 e34 DnldMgr BITS job {14ACC68A-AC78-4117-AA5C-8574E4A91618} 403'd, updateId = BDCB90DC-E010-4DFC-9257-8E93E1BF01AA.1, hr = 0x80190193, BG_ERROR_CONTEXT = 5
    2014-05-07 09:43:41:738 876 e34 DnldMgr 403'd BITS job {14ACC68A-AC78-4117-AA5C-8574E4A91618}, updateId = BDCB90DC-E010-4DFC-9257-8E93E1BF01AA.1, uses dynamic data
    2014-05-07 09:43:41:738 876 e34 DnldMgr 403'd BITS job {14ACC68A-AC78-4117-AA5C-8574E4A91618}, updateId = BDCB90DC-E010-4DFC-9257-8E93E1BF01AA.1, has made progress since last 403
    2014-05-07 09:43:42:285 876 d10 DnldMgr * DynamicDownloadDataFetcher Refresh complete. 0x00000000
    2014-05-07 09:43:42:395 876 d10 DnldMgr *********** DnldMgr: DynamicDownloadDataFetcher Refresh [Svc: {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}] ***********
    2014-05-07 09:43:42:395 876 d10 DnldMgr Fetching dynamic data from service 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 for 1 updates.
    2014-05-07 09:43:42:395 876 d10 EP Got 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 redir SecuredClient/Server URL: "https://fe2.ws.microsoft.com/v6/ClientWebService/client.asmx/secured"
    2014-05-07 09:43:42:410 876 d10 EP Got service 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 plugin SecuredClient/Server auth token of type 0x00000001
    2014-05-07 09:43:43:145 876 d10 DnldMgr * DynamicDownloadDataFetcher Refresh complete. 0x00000000
    2014-05-07 09:53:38:092 876 e38 DnldMgr BITS job {14ACC68A-AC78-4117-AA5C-8574E4A91618} completed successfully
    2014-05-07 09:53:38:093 876 e38 DnldMgr CUpdateDownloadJob::GetNetworkCostSwitch() Neither unrestricted or restricted network cost used, so using current cost
    2014-05-07 09:53:38:195 876 e38 Misc Validating signature for C:\Windows\SoftwareDistribution\Download\3997d285c252d5499c0d4ab74625392a\windowsstoresetupbox.exe:
    2014-05-07 09:53:38:203 876 e38 Misc Microsoft signed: Yes
    2014-05-07 09:53:55:881 876 e38 DnldMgr Download job bytes total = 2618997318, bytes transferred = 2618997318
    2014-05-07 09:53:55:884 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {BDCB90DC-E010-4DFC-9257-8E93E1BF01AA}.1] ***********
    2014-05-07 09:53:55:885 876 d10 DnldMgr * Queueing update for download handler request generation.
    2014-05-07 09:53:55:885 876 d10 DnldMgr Generating download request for update {BDCB90DC-E010-4DFC-9257-8E93E1BF01AA}.1
    2014-05-07 09:53:55:885 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {BDCB90DC-E010-4DFC-9257-8E93E1BF01AA}.1] ***********
    2014-05-07 09:53:55:885 876 d10 DnldMgr * All files for update were already downloaded and are valid.
    2014-05-07 09:53:55:889 876 d10 DnldMgr *********** DnldMgr: DynamicDownloadDataFetcher Refresh [Svc: {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}] ***********
    2014-05-07 09:53:55:889 876 d10 DnldMgr Fetching dynamic data from service 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 for 1 updates.
    2014-05-07 09:53:55:889 876 d10 EP Got 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 redir SecuredClient/Server URL: "https://fe2.ws.microsoft.com/v6/ClientWebService/client.asmx/secured"
    2014-05-07 09:53:55:895 876 d10 EP Got service 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 plugin SecuredClient/Server auth token of type 0x00000001
    2014-05-07 09:53:56:668 876 d10 DnldMgr * DynamicDownloadDataFetcher Refresh complete. 0x00000000
    2014-05-07 09:54:00:889 876 d10 Report REPORT EVENT: {8D60B465-192A-4F92-9765-F582DD14CFA3} 2014-05-07 09:53:55:889+0200 1 162 [AGENT_DOWNLOAD_SUCCEEDED] 101 {AA997137-BE23-42B4-A241-0382F603080C} 1 0 WSAcquisition Success Content Download Download succeeded.
    2014-05-07 09:54:00:890 876 d10 Report CWERReporter finishing event handling. (00000000)
    2014-05-07 09:55:20:725 876 d0 Agent Beginning install of conventional work item
    2014-05-07 09:55:20:725 876 684 Agent *************
    2014-05-07 09:55:20:725 876 684 Agent ** START ** Agent: Installing updates [CallerId = WSAcquisition]
    2014-05-07 09:55:20:725 876 684 Agent *********
    2014-05-07 09:55:20:725 876 684 Agent * Updates to install = 1
    2014-05-07 09:55:20:726 876 684 Agent * Title = Polish ESD Bundle Parent
    2014-05-07 09:55:20:726 876 684 Agent * UpdateId = {AA997137-BE23-42B4-A241-0382F603080C}.1
    2014-05-07 09:55:20:726 876 684 Agent * Bundles 1 updates:
    2014-05-07 09:55:20:726 876 684 Agent * {BDCB90DC-E010-4DFC-9257-8E93E1BF01AA}.1
    2014-05-07 09:55:20:842 876 684 DnldMgr Preparing update for install, updateId = {BDCB90DC-E010-4DFC-9257-8E93E1BF01AA}.1.
    2014-05-07 09:55:20:843 3276 fd4 Misc =========== Logging initialized (build: 7.8.9200.16731, tz: +0200) ===========
    2014-05-07 09:55:20:843 3276 fd4 Misc = Process: C:\Windows\system32\wuauclt.exe
    2014-05-07 09:55:20:843 3276 fd4 Misc = Module: C:\Windows\SYSTEM32\wuaueng.dll
    2014-05-07 09:55:20:842 3276 fd4 Handler :::::::::::::
    2014-05-07 09:55:20:843 3276 fd4 Handler :: START :: Handler: Windows Setup Install
    2014-05-07 09:55:20:843 3276 fd4 Handler :::::::::
    2014-05-07 09:55:20:843 3276 fd4 Handler : Updates to install = 1
    2014-05-07 09:55:20:844 876 4c4 Report PostReboot: Registered callback cookie "{BDCB90DC-E010-4DFC-9257-8E93E1BF01AA}.1"
    2014-05-07 09:55:20:844 3276 fd4 Handler Starting Windows Setup with command line = "C:\Windows\SoftwareDistribution\Download\3997d285c252d5499c0d4ab74625392a\windowsstoresetupbox.exe" /ClassId de83b713-afc9-4fec-8761-b979dd5e4d4e /SessionId 1 /ReportId {BDCB90DC-E010-4DFC-9257-8E93E1BF01AA}.1
    2014-05-07 09:55:26:004 3276 5f4 Handler Deleting setup file '9600.17050.winblue_refresh.140317-1640_x64fre_client_Core_pl-pl-IR3_CCRA_X64FRER_PL-PL_ESD.esd'
    2014-05-07 09:55:52:580 3492 f90 Misc =========== Logging initialized (build: 7.8.9200.16731, tz: +0200) ===========
    2014-05-07 09:55:52:580 3492 f90 Misc = Process: C:\$Windows.~BT\Sources\SetupHost.Exe
    2014-05-07 09:55:52:580 3492 f90 Misc = Module: C:\Windows\System32\wuapi.dll
    2014-05-07 09:55:52:580 3492 f90 COMAPI -------------
    2014-05-07 09:55:52:580 3492 f90 COMAPI -- START -- COMAPI: Init Search [ClientId = Dynamic Update]
    2014-05-07 09:55:52:580 3492 f90 COMAPI ---------
    2014-05-07 09:55:52:580 3492 f90 COMAPI -------------
    2014-05-07 09:55:52:580 3492 f90 COMAPI -- START -- COMAPI: Search [ClientId = Dynamic Update]
    2014-05-07 09:55:52:580 3492 f90 COMAPI ---------
    2014-05-07 09:55:52:582 876 d14 Agent *************
    2014-05-07 09:55:52:582 3492 f90 COMAPI <<-- SUBMITTED -- COMAPI: Search [ClientId = Dynamic Update]
    2014-05-07 09:55:52:582 876 d14 Agent ** START ** Agent: Finding updates [CallerId = Dynamic Update]
    2014-05-07 09:55:52:582 876 d14 Agent *********
    2014-05-07 09:55:52:582 876 d14 Agent * Online = Yes; Ignore download priority = No
    2014-05-07 09:55:52:582 876 d14 Agent * Criteria = "CategoryIDs contains '18e5ea77-e3d1-43b6-a0a8-fa3dbcd42e93'"
    2014-05-07 09:55:52:582 876 d14 Agent * ServiceID = {00000000-0000-0000-0000-000000000000} Third party service
    2014-05-07 09:55:52:582 876 d14 Agent * Search Scope = {Machine}
    2014-05-07 09:55:52:582 876 d14 Agent * Caller SID for Applicability: S-1-5-21-2139804757-2743755002-1485905433-1001
    2014-05-07 09:55:52:709 876 d14 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wudownload.cab:
    2014-05-07 09:55:52:728 876 d14 Misc Microsoft signed: Yes
    2014-05-07 09:55:52:728 876 d14 Misc Infrastructure signed: Yes
    2014-05-07 09:55:52:730 876 d14 EP Got 9482F4B4-E343-43B6-B170-9A65BC822C77 redir Client/Server URL: "https://fe1.update.microsoft.com/v6/ClientWebService/client.asmx"
    2014-05-07 09:55:52:757 876 d14 PT +++++++++++ PT: Starting category scan +++++++++++
    2014-05-07 09:55:52:757 876 d14 PT + ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}, Server URL = https://fe1.update.microsoft.com/v6/ClientWebService/client.asmx
    2014-05-07 09:55:53:420 876 d14 PT +++++++++++ PT: Synchronizing server updates +++++++++++
    2014-05-07 09:55:53:420 876 d14 PT + ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}, Server URL = https://fe1.update.microsoft.com/v6/ClientWebService/client.asmx
    2014-05-07 09:55:53:684 876 d14 Agent * Added update {6D7B5657-0BEF-41AF-BA03-C3915802B56D}.200 to search result
    2014-05-07 09:55:53:684 876 d14 Agent * Added update {B9345B2B-A718-4FE6-AD54-050F154277AF}.200 to search result
    2014-05-07 09:55:53:684 876 d14 Agent * Added update {4F9072CD-6E4E-4821-910A-EA31E04B5E03}.200 to search result
    2014-05-07 09:55:53:684 876 d14 Agent * Added update {32E376AE-B600-4389-9BD2-8934401F510F}.200 to search result
    2014-05-07 09:55:53:684 876 d14 Agent * Added update {83DB3D94-0762-4C3F-8F16-BB2F98C0CEAC}.200 to search result
    2014-05-07 09:55:53:684 876 d14 Agent * Added update {437569A2-D900-47F6-A9B0-2F20A5743C50}.200 to search result
    2014-05-07 09:55:53:684 876 d14 Agent * Found 6 updates and 5 categories in search; evaluated appl. rules of 30 out of 36 deployed entities
    2014-05-07 09:55:53:684 876 d14 Agent *********
    2014-05-07 09:55:53:684 876 d14 Agent ** END ** Agent: Finding updates [CallerId = Dynamic Update]
    2014-05-07 09:55:53:684 876 d14 Agent *************
    2014-05-07 09:55:53:685 3492 fc4 COMAPI >>-- RESUMED -- COMAPI: Search [ClientId = Dynamic Update]
    2014-05-07 09:55:53:687 3492 fc4 COMAPI - Updates found = 6
    2014-05-07 09:55:53:687 3492 fc4 COMAPI ---------
    2014-05-07 09:55:53:687 3492 fc4 COMAPI -- END -- COMAPI: Search [ClientId = Dynamic Update]
    2014-05-07 09:55:53:687 3492 fc4 COMAPI -------------
    2014-05-07 09:55:53:691 3492 f90 COMAPI -------------
    2014-05-07 09:55:53:691 3492 f90 COMAPI -- START -- COMAPI: Download [ClientId = Dynamic Update]
    2014-05-07 09:55:53:691 3492 f90 COMAPI ---------
    2014-05-07 09:55:53:691 3492 f90 COMAPI - Forced: No; Download priority: 3; Network Cost Policy: 0
    2014-05-07 09:55:53:691 3492 f90 COMAPI - Updates in request: 6
    2014-05-07 09:55:53:691 3492 f90 COMAPI - ServiceID = {9482F4B4-E343-43B6-B170-9A65BC822C77} Windows Update
    2014-05-07 09:55:53:693 3492 f90 COMAPI <<-- SUBMITTED -- COMAPI: Download [ClientId = Dynamic Update]
    2014-05-07 09:55:53:694 876 d10 DnldMgr *********** DnldMgr: Begin Downloading Updates [CallerId = Dynamic Update] ***********
    2014-05-07 09:55:53:694 876 d10 DnldMgr * Call ID = {2A960A4A-098C-4516-82FA-0B26991C4BE7}
    2014-05-07 09:55:53:694 876 d10 DnldMgr * Priority = 3, NetworkCostPolicy = 0, Interactive = 1, Owner is system = 0, Explicit proxy = 1, Proxy session id = -1, ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-05-07 09:55:53:694 876 d10 DnldMgr * Updates to download = 6
    2014-05-07 09:55:53:694 876 d10 Agent * Title = Aktualizacja dynamiczna dla systemów Windows 8.1 i Windows Server 2012 R2 opartych na procesorach x64 (KB2891213)
    2014-05-07 09:55:53:694 876 d10 Agent * UpdateId = {6D7B5657-0BEF-41AF-BA03-C3915802B56D}.200
    2014-05-07 09:55:53:694 876 d10 Agent * Bundles 1 updates:
    2014-05-07 09:55:53:694 876 d10 Agent * {112C30B5-8EC8-46C6-99D7-9876732EBCF5}.200
    2014-05-07 09:55:53:694 876 d10 Agent * Title = Aktualizacja dynamiczna dla systemów Windows 8.1 i Windows Server 2012 R2 opartych na procesorach x64 (KB2898464)
    2014-05-07 09:55:53:694 876 d10 Agent * UpdateId = {B9345B2B-A718-4FE6-AD54-050F154277AF}.200
    2014-05-07 09:55:53:694 876 d10 Agent * Bundles 1 updates:
    2014-05-07 09:55:53:694 876 d10 Agent * {7E1F745C-AF8B-47A6-A3E0-41288D29C831}.200
    2014-05-07 09:55:53:694 876 d10 Agent * Title = Aktualizacja dynamiczna dla systemów Windows 8.1 i Windows Server 2012 R2 opartych na procesorach x64 (KB2892082)
    2014-05-07 09:55:53:694 876 d10 Agent * UpdateId = {4F9072CD-6E4E-4821-910A-EA31E04B5E03}.200
    2014-05-07 09:55:53:694 876 d10 Agent * Bundles 1 updates:
    2014-05-07 09:55:53:694 876 d10 Agent * {D43C39C9-1FBC-4848-BAF8-3ECC23983BA2}.200
    2014-05-07 09:55:53:694 876 d10 Agent * Title = Aktualizacja dynamiczna dla systemów Windows 8.1 i Windows Server 2012 R2 opartych na procesorach x64 (KB2953600)
    2014-05-07 09:55:53:694 876 d10 Agent * UpdateId = {32E376AE-B600-4389-9BD2-8934401F510F}.200
    2014-05-07 09:55:53:694 876 d10 Agent * Bundles 1 updates:
    2014-05-07 09:55:53:694 876 d10 Agent * {6863B575-0E00-43B2-A297-2F7AC9D254BC}.200
    2014-05-07 09:55:53:694 876 d10 Agent * Title = Aktualizacja dynamiczna dla systemów Windows 8.1 i Windows Server 2012 R2 opartych na procesorach x64 (KB2936897)
    2014-05-07 09:55:53:694 876 d10 Agent * UpdateId = {83DB3D94-0762-4C3F-8F16-BB2F98C0CEAC}.200
    2014-05-07 09:55:53:694 876 d10 Agent * Bundles 1 updates:
    2014-05-07 09:55:53:694 876 d10 Agent * {535F8BCC-171E-4154-BCCA-3DD0312E095A}.200
    2014-05-07 09:55:53:694 876 d10 Agent * Title = Aktualizacja dynamiczna dla systemów Windows 8.1 i Windows Server 2012 R2 opartych na procesorach x64 (KB2933811)
    2014-05-07 09:55:53:694 876 d10 Agent * UpdateId = {437569A2-D900-47F6-A9B0-2F20A5743C50}.200
    2014-05-07 09:55:53:694 876 d10 Agent * Bundles 1 updates:
    2014-05-07 09:55:53:694 876 d10 Agent * {5478C8AF-86DA-4B6A-88ED-3A27E9F47271}.200
    2014-05-07 09:55:53:694 876 d10 DnldMgr Adding revision ID 200 for update 6D7B5657-0BEF-41AF-BA03-C3915802B56D to the lock revision cache.
    2014-05-07 09:55:53:694 876 d10 DnldMgr Adding revision ID 200 for update 112C30B5-8EC8-46C6-99D7-9876732EBCF5 to the lock revision cache.
    2014-05-07 09:55:53:694 876 d10 DnldMgr Adding revision ID 200 for update B9345B2B-A718-4FE6-AD54-050F154277AF to the lock revision cache.
    2014-05-07 09:55:53:694 876 d10 DnldMgr Adding revision ID 200 for update 7E1F745C-AF8B-47A6-A3E0-41288D29C831 to the lock revision cache.
    2014-05-07 09:55:53:694 876 d10 DnldMgr Adding revision ID 200 for update 4F9072CD-6E4E-4821-910A-EA31E04B5E03 to the lock revision cache.
    2014-05-07 09:55:53:694 876 d10 DnldMgr Adding revision ID 200 for update D43C39C9-1FBC-4848-BAF8-3ECC23983BA2 to the lock revision cache.
    2014-05-07 09:55:53:694 876 d10 DnldMgr Adding revision ID 200 for update 32E376AE-B600-4389-9BD2-8934401F510F to the lock revision cache.
    2014-05-07 09:55:53:694 876 d10 DnldMgr Adding revision ID 200 for update 6863B575-0E00-43B2-A297-2F7AC9D254BC to the lock revision cache.
    2014-05-07 09:55:53:694 876 d10 DnldMgr Adding revision ID 200 for update 83DB3D94-0762-4C3F-8F16-BB2F98C0CEAC to the lock revision cache.
    2014-05-07 09:55:53:694 876 d10 DnldMgr Adding revision ID 200 for update 535F8BCC-171E-4154-BCCA-3DD0312E095A to the lock revision cache.
    2014-05-07 09:55:53:694 876 d10 DnldMgr Adding revision ID 200 for update 437569A2-D900-47F6-A9B0-2F20A5743C50 to the lock revision cache.
    2014-05-07 09:55:53:694 876 d10 DnldMgr Adding revision ID 200 for update 5478C8AF-86DA-4B6A-88ED-3A27E9F47271 to the lock revision cache.
    2014-05-07 09:55:53:696 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {112C30B5-8EC8-46C6-99D7-9876732EBCF5}.200] ***********
    2014-05-07 09:55:53:700 876 d10 DnldMgr * BITS job initialized, JobId = {DBFDCD3B-C44C-4A57-AC39-CBFDBD50E14E}
    2014-05-07 09:55:53:734 876 d10 DnldMgr * Downloading from http://fg.v4.download.windowsupdate.com/msdownload/update/software/crup/2013/10/windows8.1-kb2891213-x64_4c0d174ac78ba8a5bbd7bf2fcd24a2aac2f5dd0f.cab to C:\Windows\SoftwareDistribution\Download\819873300588e4ec9897862c2ea26ef7\4c0d174ac78ba8a5bbd7bf2fcd24a2aac2f5dd0f (full file).
    2014-05-07 09:55:53:776 876 d10 DnldMgr *********
    2014-05-07 09:55:53:776 876 d10 DnldMgr ** END ** DnldMgr: Begin Downloading Updates [CallerId = Dynamic Update]
    2014-05-07 09:55:53:776 876 d10 DnldMgr *************
    2014-05-07 09:55:54:064 876 bc8 DnldMgr BITS job {DBFDCD3B-C44C-4A57-AC39-CBFDBD50E14E} completed successfully
    2014-05-07 09:55:54:065 876 bc8 DnldMgr CUpdateDownloadJob::GetNetworkCostSwitch() Neither unrestricted or restricted network cost used, so using current cost
    2014-05-07 09:55:54:065 876 bc8 DnldMgr CUpdateDownloadJob::GetNetworkCostSwitch() Neither unrestricted or restricted network cost used, so using current cost
    2014-05-07 09:55:54:144 876 bc8 Misc Validating signature for C:\Windows\SoftwareDistribution\Download\819873300588e4ec9897862c2ea26ef7\4c0d174ac78ba8a5bbd7bf2fcd24a2aac2f5dd0f:
    2014-05-07 09:55:54:146 876 bc8 Misc Microsoft signed: Yes
    2014-05-07 09:55:54:147 876 bc8 DnldMgr Download job bytes total = 17212, bytes transferred = 17212
    2014-05-07 09:55:54:150 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {112C30B5-8EC8-46C6-99D7-9876732EBCF5}.200] ***********
    2014-05-07 09:55:54:150 876 d10 DnldMgr * All files for update were already downloaded and are valid.
    2014-05-07 09:55:54:151 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {7E1F745C-AF8B-47A6-A3E0-41288D29C831}.200] ***********
    2014-05-07 09:55:54:155 876 d10 DnldMgr * BITS job initialized, JobId = {69B88DD1-4026-4105-86DB-9D8619A16EF1}
    2014-05-07 09:55:54:548 876 d10 DnldMgr * Downloading from http://fg.v4.download.windowsupdate.com/msdownload/update/software/crup/2013/10/windows8.1-kb2898464-x64_5529c82748c2a740d794a76effd37524cce318df.cab to C:\Windows\SoftwareDistribution\Download\dc5f113f29376bb0a969d42116c68d43\5529c82748c2a740d794a76effd37524cce318df (full file).
    2014-05-07 09:55:54:808 876 db0 DnldMgr BITS job {69B88DD1-4026-4105-86DB-9D8619A16EF1} completed successfully
    2014-05-07 09:55:54:808 876 db0 DnldMgr CUpdateDownloadJob::GetNetworkCostSwitch() Neither unrestricted or restricted network cost used, so using current cost
    2014-05-07 09:55:54:997 876 db0 Misc Validating signature for C:\Windows\SoftwareDistribution\Download\dc5f113f29376bb0a969d42116c68d43\5529c82748c2a740d794a76effd37524cce318df:
    2014-05-07 09:55:54:999 876 db0 Misc Microsoft signed: Yes
    2014-05-07 09:55:55:024 876 db0 DnldMgr Download job bytes total = 98921, bytes transferred = 98921
    2014-05-07 09:55:55:103 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {7E1F745C-AF8B-47A6-A3E0-41288D29C831}.200] ***********
    2014-05-07 09:55:55:104 876 d10 DnldMgr * All files for update were already downloaded and are valid.
    2014-05-07 09:55:55:131 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {D43C39C9-1FBC-4848-BAF8-3ECC23983BA2}.200] ***********
    2014-05-07 09:55:55:135 876 d10 DnldMgr * BITS job initialized, JobId = {B66D024D-06EB-4282-B89B-3D0A35FD8EB2}
    2014-05-07 09:55:55:213 876 d10 DnldMgr * Downloading from http://fg.v4.download.windowsupdate.com/msdownload/update/software/updt/2013/10/windows8.1-kb2892082-x64_873c24340c89d1e0e78e815b0ce5e4b711a9f35f.cab to C:\Windows\SoftwareDistribution\Download\74bc4bb01f1f82d835daa9d9b6cdef91\873c24340c89d1e0e78e815b0ce5e4b711a9f35f (full file).
    2014-05-07 09:55:55:285 876 d10 Report REPORT EVENT: {04AC790F-F459-4120-A422-A2C2C24C99CF} 2014-05-07 09:55:53:684+0200 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 Dynamic Update Success Software Synchronization Windows Update Client successfully detected 6 updates.
    2014-05-07 09:55:55:285 876 d10 Report REPORT EVENT: {2B89BA92-72AC-4460-8508-57A1C3AD6191} 2014-05-07 09:55:54:760+0200 1 162 [AGENT_DOWNLOAD_SUCCEEDED] 101 {6D7B5657-0BEF-41AF-BA03-C3915802B56D} 200 0 Dynamic Update Success Content Download Download succeeded.
    2014-05-07 09:55:55:285 876 d10 Report CWERReporter finishing event handling. (00000000)
    2014-05-07 09:55:55:311 876 7ac DnldMgr BITS job {B66D024D-06EB-4282-B89B-3D0A35FD8EB2} completed successfully
    2014-05-07 09:55:55:312 876 7ac DnldMgr CUpdateDownloadJob::GetNetworkCostSwitch() Neither unrestricted or restricted network cost used, so using current cost
    2014-05-07 09:55:55:372 876 7ac Misc Validating signature for C:\Windows\SoftwareDistribution\Download\74bc4bb01f1f82d835daa9d9b6cdef91\873c24340c89d1e0e78e815b0ce5e4b711a9f35f:
    2014-05-07 09:55:55:374 876 7ac Misc Microsoft signed: Yes
    2014-05-07 09:55:55:375 876 7ac DnldMgr Download job bytes total = 16642, bytes transferred = 16642
    2014-05-07 09:55:55:378 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {D43C39C9-1FBC-4848-BAF8-3ECC23983BA2}.200] ***********
    2014-05-07 09:55:55:378 876 d10 DnldMgr * All files for update were already downloaded and are valid.
    2014-05-07 09:55:55:379 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {6863B575-0E00-43B2-A297-2F7AC9D254BC}.200] ***********
    2014-05-07 09:55:55:383 876 d10 DnldMgr * BITS job initialized, JobId = {CE584532-0B92-41B1-A6C6-B9D3F22A90F1}
    2014-05-07 09:55:55:424 876 d10 DnldMgr * Downloading from http://fg.v4.download.windowsupdate.com/msdownload/update/software/crup/2014/04/windows8.1-kb2953600-x64_31276e8b3da8526f6285055bc119bae539a0265a.cab to C:\Windows\SoftwareDistribution\Download\e8bb9df5c0aef01bcbcbd6f946cf25d8\31276e8b3da8526f6285055bc119bae539a0265a (full file).
    2014-05-07 09:55:55:501 876 db0 DnldMgr BITS job {CE584532-0B92-41B1-A6C6-B9D3F22A90F1} completed successfully
    2014-05-07 09:55:55:501 876 db0 DnldMgr CUpdateDownloadJob::GetNetworkCostSwitch() Neither unrestricted or restricted network cost used, so using current cost
    2014-05-07 09:55:55:561 876 db0 Misc Validating signature for C:\Windows\SoftwareDistribution\Download\e8bb9df5c0aef01bcbcbd6f946cf25d8\31276e8b3da8526f6285055bc119bae539a0265a:
    2014-05-07 09:55:55:563 876 db0 Misc Microsoft signed: Yes
    2014-05-07 09:55:55:576 876 db0 DnldMgr Download job bytes total = 98973, bytes transferred = 98973
    2014-05-07 09:55:55:591 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {6863B575-0E00-43B2-A297-2F7AC9D254BC}.200] ***********
    2014-05-07 09:55:55:592 876 d10 DnldMgr * All files for update were already downloaded and are valid.
    2014-05-07 09:55:55:802 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {535F8BCC-171E-4154-BCCA-3DD0312E095A}.200] ***********
    2014-05-07 09:55:55:816 876 d10 DnldMgr * BITS job initialized, JobId = {C19D7B2A-BE29-4E54-9F81-BFAA82C0EBF3}
    2014-05-07 09:55:56:023 876 d10 DnldMgr * Downloading from http://fg.v4.download.windowsupdate.com/msdownload/update/software/crup/2014/04/windows8.1-kb2936897-x64_042a11c965841ce82b1cdb0a438dfb842d45303d.cab to C:\Windows\SoftwareDistribution\Download\8143329540ee1e406b2a3cb21eae8339\042a11c965841ce82b1cdb0a438dfb842d45303d (full file).
    2014-05-07 09:55:56:093 876 dc8 DnldMgr BITS job {C19D7B2A-BE29-4E54-9F81-BFAA82C0EBF3} completed successfully
    2014-05-07 09:55:56:093 876 dc8 DnldMgr CUpdateDownloadJob::GetNetworkCostSwitch() Neither unrestricted or restricted network cost used, so using current cost
    2014-05-07 09:55:56:147 876 dc8 Misc Validating signature for C:\Windows\SoftwareDistribution\Download\8143329540ee1e406b2a3cb21eae8339\042a11c965841ce82b1cdb0a438dfb842d45303d:
    2014-05-07 09:55:56:150 876 dc8 Misc Microsoft signed: Yes
    2014-05-07 09:55:56:151 876 dc8 DnldMgr Download job bytes total = 59543, bytes transferred = 59543
    2014-05-07 09:55:56:154 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {535F8BCC-171E-4154-BCCA-3DD0312E095A}.200] ***********
    2014-05-07 09:55:56:154 876 d10 DnldMgr * All files for update were already downloaded and are valid.
    2014-05-07 09:55:56:155 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {5478C8AF-86DA-4B6A-88ED-3A27E9F47271}.200] ***********
    2014-05-07 09:55:56:159 876 d10 DnldMgr * BITS job initialized, JobId = {79C7B2EE-9E52-4EDB-8E84-D4A2E3D7D7EC}
    2014-05-07 09:55:56:210 876 d10 DnldMgr * Downloading from http://fg.v4.download.windowsupdate.com/msdownload/update/software/crup/2014/04/windows8.1-kb2933811-x64_d8001f92354463ca703d0bff20b6ea41558b3e93.cab to C:\Windows\SoftwareDistribution\Download\bbf74b82cae3ec6d45e9162a6936e22e\d8001f92354463ca703d0bff20b6ea41558b3e93 (full file).
    2014-05-07 09:55:56:290 876 dc8 DnldMgr BITS job {79C7B2EE-9E52-4EDB-8E84-D4A2E3D7D7EC} completed successfully
    2014-05-07 09:55:56:290 876 dc8 DnldMgr CUpdateDownloadJob::GetNetworkCostSwitch() Neither unrestricted or restricted network cost used, so using current cost
    2014-05-07 09:55:56:347 876 dc8 Misc Validating signature for C:\Windows\SoftwareDistribution\Download\bbf74b82cae3ec6d45e9162a6936e22e\d8001f92354463ca703d0bff20b6ea41558b3e93:
    2014-05-07 09:55:56:350 876 dc8 Misc Microsoft signed: Yes
    2014-05-07 09:55:56:351 876 dc8 DnldMgr Download job bytes total = 230688, bytes transferred = 230688
    2014-05-07 09:55:56:354 876 d10 DnldMgr *********** DnldMgr: New download job [UpdateId = {5478C8AF-86DA-4B6A-88ED-3A27E9F47271}.200] ***********
    2014-05-07 09:55:56:356 876 d10 DnldMgr * All files for update were already downloaded and are valid.
    2014-05-07 09:55:56:357 3492 fc4 COMAPI >>-- RESUMED -- COMAPI: Download [ClientId = Dynamic Update]
    2014-05-07 09:55:56:358 3492 fc4 COMAPI - Download call complete (succeeded = 6, succeeded with errors = 0, failed = 0, unaccounted = 0)
    2014-05-07 09:55:56:358 3492 fc4 COMAPI ---------
    2014-05-07 09:55:56:358 3492 fc4 COMAPI -- END -- COMAPI: Download [ClientId = Dynamic Update]
    2014-05-07 09:55:56:358 3492 fc4 COMAPI -------------
    2014-05-07 09:56:00:285 876 d10 Report REPORT EVENT: {6818AE39-DDA7-41D1-AF11-83BE6A2498A4} 2014-05-07 09:55:55:285+0200 1 162 [AGENT_DOWNLOAD_SUCCEEDED] 101 {B9345B2B-A718-4FE6-AD54-050F154277AF} 200 0 Dynamic Update Success Content Download Download succeeded.
    2014-05-07 09:56:00:285 876 d10 Report REPORT EVENT: {B2248875-04DC-45B8-B0B7-F355E83B8539} 2014-05-07 09:55:55:461+0200 1 162 [AGENT_DOWNLOAD_SUCCEEDED] 101 {4F9072CD-6E4E-4821-910A-EA31E04B5E03} 200 0 Dynamic Update Success Content Download Download succeeded.
    2014-05-07 09:56:00:285 876 d10 Report REPORT EVENT: {7203AFEC-E132-4E7F-A765-AB7740BB0F63} 2014-05-07 09:55:56:067+0200 1 162 [AGENT_DOWNLOAD_SUCCEEDED] 101 {32E376AE-B600-4389-9BD2-8934401F510F} 200 0 Dynamic Update Success Content Download Download succeeded.
    2014-05-07 09:56:00:285 876 d10 Report REPORT EVENT: {04185EA1-AA5D-4C14-8F7A-1262293902E6} 2014-05-07 09:55:56:247+0200 1 162 [AGENT_DOWNLOAD_SUCCEEDED] 101 {83DB3D94-0762-4C3F-8F16-BB2F98C0CEAC} 200 0 Dynamic Update Success Content Download Download succeeded.
    2014-05-07 09:56:00:285 876 d10 Report REPORT EVENT: {E26C6811-B407-4DD7-96AD-8163321B55F6} 2014-05-07 09:55:56:358+0200 1 162 [AGENT_DOWNLOAD_SUCCEEDED] 101 {437569A2-D900-47F6-A9B0-2F20A5743C50} 200 0 Dynamic Update Success Content Download Download succeeded.
    2014-05-07 09:56:00:285 876 d10 Report CWERReporter finishing event handling. (00000000)
    2014-05-07 09:56:15:156 876 b6c Report PostReboot: Saved install result for registered cookie "{BDCB90DC-E010-4DFC-9257-8E93E1BF01AA}.1"
    2014-05-07 09:56:22:832 3276 fd4 Report * Installer completed. Process return code = 0x800703EE, result = 0x800703EE, callback pending = false
    2014-05-07 09:56:22:832 3276 fd4 Handler : WARNING: Exit code = 0x800703EE
    2014-05-07 09:56:22:832 3276 fd4 Handler :::::::::
    2014-05-07 09:56:22:832 3276 fd4 Handler :: END :: Handler: Windows Setup Install
    2014-05-07 09:56:22:832 3276 fd4 Handler :::::::::::::
    2014-05-07 09:56:22:834 876 684 Agent *********
    2014-05-07 09:56:22:834 876 684 Agent ** END ** Agent: Installing updates [CallerId = WSAcquisition]
    2014-05-07 09:56:22:834 876 684 Agent *************
    2014-05-07 09:56:27:833 876 d10 Report REPORT EVENT: {A6E6505E-07D6-42CC-B047-87F9219D7C90} 2014-05-07 09:56:22:833+0200 1 182 [AGENT_INSTALLING_FAILED] 101 {AA997137-BE23-42B4-A241-0382F603080C} 1 800703ee WSAcquisition Failure Content Install Installation Failure: Windows failed to install the following update with error 0x800703ee: Polish ESD Bundle Parent.
    2014-05-07 09:56:27:847 876 d10 Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2014-05-07 09:56:27:847 876 d10 Report WER Report sent: 7.8.9200.16731 0x800703ee(0x30004) AA997137-BE23-42B4-A241-0382F603080C Install 101 Unmanaged
    2014-05-07 09:56:27:847 876 d10 Report CWERReporter finishing event handling. (00000000)

  • WMI scripts are not running on Windows 8.1

    Hi, I am using the below JavaScript to get the client IP and mac address in my application:
    function getIP() {
        var wmi = GetObject("winmgmts:{impersonationLevel=impersonate}");
        e = new Enumerator(wmi.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled = True"));
        for (; !e.atEnd(); e.moveNext()) {
            var s = e.item();
    alert('Mac: ' + s.MACAddress + ' IP: ' + s.IPAddress(0));
     This java script is working fine on Windows XP/7/2008R2, but not on Windows 8.1.
    On Windows 8.1, the below script throws error:
    var wmi = GetObject("winmgmts:{impersonationLevel=impersonate}");
    Line: 10
    Error:'GetObject' is undefined 
    I am using Lenovo ThinkPad to test this script, below are the system details:
    Windows Edition: Windows 8.1
    Processor: Intel(R) Atom ™ CPU Z2760 @ 1.80 GHZ
    Installed Memory (RAM): 2GB
    System Type: 32-bit Operating System, x86-based processor
    Pen and Touch: Full Windows Touch Support with 5 touch points
    Production ID: 00179-60394-05138-AAOEM
    About Internet Explorer:
    Version: 11.0.9600.17105
    Update Versions: 11.0.7 (KB2964358)
    Product ID: 00150-20000-00003-AA459
    Please help me it is really very urgent.

    Hi,
    I am afraid GetObject function in JavaScript is not supported in IE9 or later, see:
    GetObject Function (JavaScript):(This function is not supported in Internet Explorer 9 (standards mode) or later.)
    And regarding the scripts modification, we'd better seek help in the scripting guys forum for a better assistance:
    The offical scripting guys forum!
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    Best regards
    Michael Shao
    TechNet Community Support

  • Some updates not syncing from WSUS to SCCM

    I manually sync'd WSUS today around 1:30 to get all of the new patches.  Everything seemed to go ok, so I then sync'd SCCM with WSUS and again, everything seemed to go ok except this.....  I noticed that MS14-021 was not in my SCCM repository or
    in WSUS.  I tried a few more sync's but no luck.  I then manaully added 24 patches for MS14-021 into WSUS and that seemed to work, but when I sync with SCCM, I only get 1 syncing.  Security Update for Internet Explorer 10 for Windows Server
    2012 (KB2964358) is the only MS14-021 update in SCCM.
    Any ideas why I have 24 of them in WSUS and only 1 is coming down to SCCM?

    Hi,
    have you included all the operating systems for MS14-021 in SCCM?
    Blog: http://theinfraguys.com
    Follow me at Facebook
    The Infra Guys Facebook Page
    Please remember to click Mark as Answer on the answer if it helps you in anyway

  • Use sccm to rollback software update on windows xp

    Hi we have used sccm2012 to deployed some update including Kb2964358 and it cause IE not working well. we used wusa command line on sccm to uninstalled some for win7.
    but winxp  pc not able to work. any advice how can I use sccm to rollback those xp pc so that this kb2964358 will be removed quickly?Thanks
    Thanks and best regards, -- KF

    See "Removal information" section:
    https://technet.microsoft.com/en-US/library/security/MS14-021#ID0EDWAG
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • WSUS and PowerShell

    Hello Everyone,
           I have a Windows 2008 R2 WSUS server with WSUS 3.0 sp2 installed. Recently Microsoft released an update for the IE vulnerability (KB2964358) which affects all versions of Internet Explorer. I have released the update
    to all our windows machines and would like to report on which machines still need the update. The problem is the built in reporting does not have the ability to produce such a report. Does anyone have any ideas on how to accomplish this task with PowerShell?
    Any assistance would be greatly appreciated.

    Hi Flite23,
    I’m writing to just check in to see if the suggestions were helpful. If you need further help,
    please feel free to reply this post directly so we will be notified to follow it up.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna
    TechNet Community Support

Maybe you are looking for