Microsoft’s May Patch Tuesday release addressed a modest 55 cybersecurity vulnerabilities, including just four critical bugs. It’s the smallest monthly update from the computing giant since 2020, but it does contain a patch for a concerning wormable vulnerability found in the Windows OS.
The good news is that none of the vulnerabilities are being actively exploited in the wild, according to Microsoft, though three are listed as publicly known.
[The fixes](<https://msrc.microsoft.com/update-guide/en-us>) address security flaws across Microsoft Windows, .NET Core and Visual Studio, Internet Explorer (IE), Microsoft Office, SharePoint Server, Open-Source Software, Hyper-V, Skype for Business and Microsoft Lync, and Exchange Server. Besides the four critical bugs, 50 are rated “important” and one is moderate in severity.
## **Critical Microsoft Security Patches for May 2021**
The critical bugs in this month’s Patch Tuesday release are:
* [CVE-2021-31166](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31166>): A wormable HTTP protocol-stack issue in Windows 10 and some versions of Windows Server allowing remote code-execution (RCE)
* [CVE-2021-26419](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-26419>): A scripting-engine memory corruption vulnerability in Internet Explorer 11 and 9 allowing RCE
* [CVE-2021-31194](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31194>): An RCE bug in the Microsoft Windows Object Linking and Embedding (OLE) Automation
* [CVE-2021-28476](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-28476>): An RCE vulnerability in Microsoft Windows Hyper-V
### **CVE-2021-31166 – Wormable**
This most concerning critical bug for researchers is an HTTP protocol-stack issue that would allow RCE with kernel privileges or a denial-of-service (DoS) attack. The HTTP protocol stack enables Windows and applications to communicate with other devices; it can be run standalone or in conjunction with Internet Information Services (IIS).
“If exploited, this vulnerability could enable an unauthenticated attacker to send a specially crafted packet to a targeted server utilizing the HTTP protocol stack (http.sys) to process packets and ultimately, execute arbitrary code, and take control of the affected system,” Eric Feldman, cybersecurity researcher with Automox, wrote in [an analysis](<https://blog.automox.com/automox-experts-weigh-in-may-patch-tuesday-2021>).
Worse, Microsoft noted that the bug is wormable, so that it could be used to self-replicate across the internal network and affect internal services that may not have been exposed.
“The vulnerability announced has the potential to be both directly impactful and is also exceptionally simple to exploit, leading to a remote and unauthenticated DoS (Blue Screen of Death) for affected products,” Steve Povolny, head of advanced threat research and principle engineer at McAfee, said via email. “While this vulnerability has the potential to lead to code execution in the Windows kernel, this type of weaponization is a much higher bar for exploitation. However, if RCE can be achieved, cybercriminals would likely have the capability to create a worm, leading to self-propagation of the vulnerability across networks and the internet.”
“For ransomware operators, this kind of vulnerability is a prime target for exploitation,” Kevin Breen, director of cyber-threat research at Immersive Labs, told Threatpost. “Wormable exploits should always be a high priority, especially if they are for services that are designed to be public facing. As this specific exploit would not require any form of authentication, it’s even more appealing for attackers, and any organization using HTTP.sys protocol stack should prioritize this patch.”
Dustin Childs, researcher with Trend Micro’s Zero Day Initiative (ZDI), noted [in a blog](<https://www.zerodayinitiative.com/blog/2021/5/11/the-may-2021-security-update-review>), “Before you pass this aside, Windows 10 can also be configured as a web server, so it is impacted as well. Definitely put this on the top of your test-and-deploy list.”
### **CVE-2021-26419**
This second critical bug affecting Microsoft’s legacy browser allows RCE, and offers several avenues of attack, according to researchers.
“In a web-based attack scenario, an attacker could host a specially crafted website that is designed to exploit the vulnerability through Internet Explorer and then convince a user to view the website,” explained Feldman. “An attacker could also embed an ActiveX control marked ‘safe for initialization’ in an application or Microsoft Office document that hosts the IE rendering engine. The attacker could also take advantage of compromised websites and websites that accept or host user-provided content or advertisements. These websites could contain specially crafted content that could exploit the vulnerability.”
The best way to counteract this bug is ditching IE, noted Breen.
“Internet Explorer needs to die – and I’m not the only one that thinks so,” he told Threatpost. “If you are an organization that has to provide IE11 to support legacy applications, consider enforcing a policy on the users that restricts the domains that can be accessed by IE11 to only those legacy applications. All other web browsing should be performed with a supported browser.”
### **CVE-2021-31194**
The third critical bug exists in the Microsoft Windows OLE Automation, which in and of itself should place it on the priority-patch list, according to researchers.
“To exploit the vulnerability, an attacker could host a specially crafted website designed to invoke OLE automation through a web browser,” explained Justin Knapp, Automox researcher. “However, this approach requires that the attacker bait a user into visiting the maliciously crafted website.”
He pointed out that OLE technology has frequently been used to mask malicious code within documents and for linking to external files that infect systems with malware.
“In 2020, the CISA released an alert detailing the top 10 routinely exploited vulnerabilities, which identified Microsoft’s OLE as the most commonly exploited technology by state-sponsored cyber-actors,” he said. “Considering the prevalent exploitation of OLE vulnerabilities, including those that had been flagged years ago, organizations should immediately prioritize patching all outstanding OLE vulnerabilities.”
### **CVE-2021-28476**
The last critical bug is found in Windows Hyper-V, which is a native hypervisor that can create and run virtual machines on x86-64 systems running Windows. It can allow an attacker to execute arbitrary code, Knapp said: “To exploit this vulnerability, an attacker could run a specially crafted application on a Hyper-V guest that could cause the Hyper-V host operating system to execute arbitrary code when it fails to properly validate vSMB packet data. Successful exploitation could enable an attacker to run malicious binaries on Hyper-V virtual machines or execute arbitrary code on the host system itself.”
That said, Microsoft noted that an attacker is more likely to abuse the bug for DoS attacks in the form of a system crash rather than RCE, Childs pointed out, which mitigates the vulnerability’s CVSS score of 9.9.
“Because of this, it could be argued that the attack complexity would be high, which changes the CVSS rating to 8.5,” he said. “That still rates as high-severity, but not critical. Still, the bug check [system crash] alone is worth making sure your Hyper-V systems get this update.”
## **Publicly Disclosed Vulnerabilities**
Chris Goettl, senior director of product management at Ivanti, told Threatpost that the biggest patching priority should be the publicly disclosed bugs – even though there is as yet no known malicious exploitation.
“The top concern from the Microsoft updates this month is the update for Microsoft Exchange that includes the fix for [CVE-2021-31207](<https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-31207>), which made its debut in the [2021 Pwn2Own competition](<https://www.zerodayinitiative.com/blog/2021/4/2/pwn2own-2021-schedule-and-live-results>),” he said.
The bug tracked as CVE-2021-31207 is only rated as “moderate,” but the “security feature-bypass exploit was showcased prominently in the Pwn2Own contest and at some point details of the exploit will be published,” Goettl explained. “At that point threat actors will be able to take advantage of the vulnerability if they have not already begun attempting to reverse engineer an exploit.”
There two other publicly disclosed vulnerabilities resolved by Microsoft this month that exist in Common Utilities, found in the NNI open-source toolkit ([CVE-2021-31200](<https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-31200>)), and in .NET and Visual Studio ([CVE-2021-31204](<https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-31204>)).
“Common Utilities and .NET and Visual Studio are less likely to be targeted, but due to the public disclosures they should not be ignored for long,” Goettl added.
## **Other Notable Microsoft Security Patches for May 2021**
As for the other patches in the update that stood out to the research community, ZDI’s Childs highlighted a Windows wireless networking information-disclosure bug, tracked as [CVE-2020-24587](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2020-24587>).
“The ZDI doesn’t normally highlight info disclosure bugs, but this one has the potential to be pretty damaging,” Childs said. “This patch fixes a vulnerability that could allow an attacker to disclose the contents of encrypted wireless packets on an affected system. It’s not clear what the range on such an attack would be, but you should assume some proximity is needed. You’ll also note this CVE is from 2020, which could indicate Microsoft has been working on this fix for some time.”
### **Windows Graphics, SharePoint Server Patches**
A trio of local privilege escalation flaws – two in the Windows Graphics Component ([CVE-2021-31188](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31188>), [CVE-2021-31170](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31170>)) and one in SharePoint Server ([CVE-2021-28474](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-28474>)) – caught Breen’s eye.
As for the first two, he noted they could be chained with another bug, such as the wormable bug listed above, to become highly dangerous and allow for [WannaCry-style attacks](<https://threatpost.com/one-year-after-wannacry-a-fundamentally-changed-threat-landscape/132047/>).
“This kind of vulnerability is often used by attackers after they have already gained a foothold through an initial infection vector, like phishing or via another exploit like the RCE in HTTP.sys (CVE-2021-31166),” Breen noted via email. “The attackers are looking to increase their privileges so they can move laterally across a network or gain access to other accounts that may have access to more sensitive information.”
Meanwhile, the SharePoint bug allows an authenticated attacker to run code on remote SharePoint Servers.
“As this is post-authentication, it’s likely to be used as part of post-exploitation and lateral movement phases of an attack, rather than the initial-infection vector,” Breen said. “Attackers could gain access to sensitive documents or even replace real documents with weaponized versions, enabling the compromise of more user devices across the organization’s network.”
### **Microsoft Exchange Server Patches**
Microsoft also patched four vulnerabilities in Microsoft Exchange Server. The flaws ([CVE-2021-31198](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31198>), RCE; [CVE-2021-31207](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31207>), spoofing; [CVE-2021-31209](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31209>), security bypass; and [CVE-2021-31195](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31195>), RCE), are all rated important or moderate.
“CVE-2021-31195 is attributed to Orange Tsai of the DEVCORE research team, who was responsible for disclosing the [ProxyLogon Exchange Server](<https://threatpost.com/fbi-proxylogon-web-shells/165400/>) vulnerabilities that [were] patched in an out-of-band release back in March,” Satnam Narang, staff research engineer with Tenable, told Threatpost. “While none of these flaws are deemed critical in nature, it is a reminder that researchers and attackers are still looking closely at Exchange Server for additional vulnerabilities, so organizations that have yet to update their systems should do so as soon as possible.”
And finally, Ivanti’s Goettl noted that several Microsoft products have reached end-of-life and won’t be getting support going forward.
“This month marks the final update for several Windows 10 and Server editions, so make sure you have updated any systems to newer branches to avoid a disruption in security update coverage come June,” he said. “Windows 10 1803 and 1809 and Server 1909 all received their final update on May Patch Tuesday 2021.”
**Join Threatpost for “**[**Fortifying Your Business Against Ransomware, DDoS & Cryptojacking Attacks**](<https://threatpost.com/webinars/fortifying-your-business-against-attacks/?utm_source=ART&utm_medium=ART&utm_campaign=May_Zoho_Webinar>)**” – a LIVE roundtable event on**[** Wed, May 12 at 2:00 PM EDT**](<https://threatpost.com/webinars/fortifying-your-business-against-attacks/?utm_source=ART&utm_medium=ART&utm_campaign=May_Zoho_Webinarhttps://threatpost.com/webinars/fortifying-your-business-against-attacks/?utm_source=ART&utm_medium=ART&utm_campaign=May_Zoho_Webinar>)**. Sponsored by Zoho ManageEngine, Threatpost host Becky Bracken moderates an expert panel discussing best defense strategies for these 2021 threats. Questions and LIVE audience participation encouraged. Join the lively discussion and **[**Register HERE**](<https://threatpost.com/webinars/fortifying-your-business-against-attacks/?utm_source=ART&utm_medium=ART&utm_campaign=May_Zoho_Webinar>)** for free. **
{"id": "THREATPOST:A2FE619CD27EBEC2F6B0C62ED026F02C", "vendorId": null, "type": "threatpost", "bulletinFamily": "info", "title": "Wormable Windows Bug Opens Door to DoS, RCE", "description": "Microsoft\u2019s May Patch Tuesday release addressed a modest 55 cybersecurity vulnerabilities, including just four critical bugs. It\u2019s the smallest monthly update from the computing giant since 2020, but it does contain a patch for a concerning wormable vulnerability found in the Windows OS.\n\nThe good news is that none of the vulnerabilities are being actively exploited in the wild, according to Microsoft, though three are listed as publicly known.\n\n[The fixes](<https://msrc.microsoft.com/update-guide/en-us>) address security flaws across Microsoft Windows, .NET Core and Visual Studio, Internet Explorer (IE), Microsoft Office, SharePoint Server, Open-Source Software, Hyper-V, Skype for Business and Microsoft Lync, and Exchange Server. Besides the four critical bugs, 50 are rated \u201cimportant\u201d and one is moderate in severity.\n\n## **Critical Microsoft Security Patches for May 2021**\n\nThe critical bugs in this month\u2019s Patch Tuesday release are:\n\n * [CVE-2021-31166](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31166>): A wormable HTTP protocol-stack issue in Windows 10 and some versions of Windows Server allowing remote code-execution (RCE)\n * [CVE-2021-26419](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-26419>): A scripting-engine memory corruption vulnerability in Internet Explorer 11 and 9 allowing RCE\n * [CVE-2021-31194](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31194>): An RCE bug in the Microsoft Windows Object Linking and Embedding (OLE) Automation\n * [CVE-2021-28476](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-28476>): An RCE vulnerability in Microsoft Windows Hyper-V\n\n### **CVE-2021-31166 \u2013 Wormable**\n\nThis most concerning critical bug for researchers is an HTTP protocol-stack issue that would allow RCE with kernel privileges or a denial-of-service (DoS) attack. The HTTP protocol stack enables Windows and applications to communicate with other devices; it can be run standalone or in conjunction with Internet Information Services (IIS).\n\n\u201cIf exploited, this vulnerability could enable an unauthenticated attacker to send a specially crafted packet to a targeted server utilizing the HTTP protocol stack (http.sys) to process packets and ultimately, execute arbitrary code, and take control of the affected system,\u201d Eric Feldman, cybersecurity researcher with Automox, wrote in [an analysis](<https://blog.automox.com/automox-experts-weigh-in-may-patch-tuesday-2021>).\n\nWorse, Microsoft noted that the bug is wormable, so that it could be used to self-replicate across the internal network and affect internal services that may not have been exposed.\n\n\u201cThe vulnerability announced has the potential to be both directly impactful and is also exceptionally simple to exploit, leading to a remote and unauthenticated DoS (Blue Screen of Death) for affected products,\u201d Steve Povolny, head of advanced threat research and principle engineer at McAfee, said via email. \u201cWhile this vulnerability has the potential to lead to code execution in the Windows kernel, this type of weaponization is a much higher bar for exploitation. However, if RCE can be achieved, cybercriminals would likely have the capability to create a worm, leading to self-propagation of the vulnerability across networks and the internet.\u201d\n\n\u201cFor ransomware operators, this kind of vulnerability is a prime target for exploitation,\u201d Kevin Breen, director of cyber-threat research at Immersive Labs, told Threatpost. \u201cWormable exploits should always be a high priority, especially if they are for services that are designed to be public facing. As this specific exploit would not require any form of authentication, it\u2019s even more appealing for attackers, and any organization using HTTP.sys protocol stack should prioritize this patch.\u201d\n\nDustin Childs, researcher with Trend Micro\u2019s Zero Day Initiative (ZDI), noted [in a blog](<https://www.zerodayinitiative.com/blog/2021/5/11/the-may-2021-security-update-review>), \u201cBefore you pass this aside, Windows 10 can also be configured as a web server, so it is impacted as well. Definitely put this on the top of your test-and-deploy list.\u201d\n\n### **CVE-2021-26419**\n\nThis second critical bug affecting Microsoft\u2019s legacy browser allows RCE, and offers several avenues of attack, according to researchers.\n\n\u201cIn a web-based attack scenario, an attacker could host a specially crafted website that is designed to exploit the vulnerability through Internet Explorer and then convince a user to view the website,\u201d explained Feldman. \u201cAn attacker could also embed an ActiveX control marked \u2018safe for initialization\u2019 in an application or Microsoft Office document that hosts the IE rendering engine. The attacker could also take advantage of compromised websites and websites that accept or host user-provided content or advertisements. These websites could contain specially crafted content that could exploit the vulnerability.\u201d\n\nThe best way to counteract this bug is ditching IE, noted Breen.\n\n\u201cInternet Explorer needs to die \u2013 and I\u2019m not the only one that thinks so,\u201d he told Threatpost. \u201cIf you are an organization that has to provide IE11 to support legacy applications, consider enforcing a policy on the users that restricts the domains that can be accessed by IE11 to only those legacy applications. All other web browsing should be performed with a supported browser.\u201d\n\n### **CVE-2021-31194**\n\nThe third critical bug exists in the Microsoft Windows OLE Automation, which in and of itself should place it on the priority-patch list, according to researchers.\n\n\u201cTo exploit the vulnerability, an attacker could host a specially crafted website designed to invoke OLE automation through a web browser,\u201d explained Justin Knapp, Automox researcher. \u201cHowever, this approach requires that the attacker bait a user into visiting the maliciously crafted website.\u201d\n\nHe pointed out that OLE technology has frequently been used to mask malicious code within documents and for linking to external files that infect systems with malware.\n\n\u201cIn 2020, the CISA released an alert detailing the top 10 routinely exploited vulnerabilities, which identified Microsoft\u2019s OLE as the most commonly exploited technology by state-sponsored cyber-actors,\u201d he said. \u201cConsidering the prevalent exploitation of OLE vulnerabilities, including those that had been flagged years ago, organizations should immediately prioritize patching all outstanding OLE vulnerabilities.\u201d\n\n### **CVE-2021-28476**\n\nThe last critical bug is found in Windows Hyper-V, which is a native hypervisor that can create and run virtual machines on x86-64 systems running Windows. It can allow an attacker to execute arbitrary code, Knapp said: \u201cTo exploit this vulnerability, an attacker could run a specially crafted application on a Hyper-V guest that could cause the Hyper-V host operating system to execute arbitrary code when it fails to properly validate vSMB packet data. Successful exploitation could enable an attacker to run malicious binaries on Hyper-V virtual machines or execute arbitrary code on the host system itself.\u201d\n\nThat said, Microsoft noted that an attacker is more likely to abuse the bug for DoS attacks in the form of a system crash rather than RCE, Childs pointed out, which mitigates the vulnerability\u2019s CVSS score of 9.9.\n\n\u201cBecause of this, it could be argued that the attack complexity would be high, which changes the CVSS rating to 8.5,\u201d he said. \u201cThat still rates as high-severity, but not critical. Still, the bug check [system crash] alone is worth making sure your Hyper-V systems get this update.\u201d\n\n## **Publicly Disclosed Vulnerabilities**\n\nChris Goettl, senior director of product management at Ivanti, told Threatpost that the biggest patching priority should be the publicly disclosed bugs \u2013 even though there is as yet no known malicious exploitation.\n\n\u201cThe top concern from the Microsoft updates this month is the update for Microsoft Exchange that includes the fix for [CVE-2021-31207](<https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-31207>), which made its debut in the [2021 Pwn2Own competition](<https://www.zerodayinitiative.com/blog/2021/4/2/pwn2own-2021-schedule-and-live-results>),\u201d he said.\n\nThe bug tracked as CVE-2021-31207 is only rated as \u201cmoderate,\u201d but the \u201csecurity feature-bypass exploit was showcased prominently in the Pwn2Own contest and at some point details of the exploit will be published,\u201d Goettl explained. \u201cAt that point threat actors will be able to take advantage of the vulnerability if they have not already begun attempting to reverse engineer an exploit.\u201d\n\nThere two other publicly disclosed vulnerabilities resolved by Microsoft this month that exist in Common Utilities, found in the NNI open-source toolkit ([CVE-2021-31200](<https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-31200>)), and in .NET and Visual Studio ([CVE-2021-31204](<https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-31204>)).\n\n\u201cCommon Utilities and .NET and Visual Studio are less likely to be targeted, but due to the public disclosures they should not be ignored for long,\u201d Goettl added.\n\n## **Other Notable Microsoft Security Patches for May 2021**\n\nAs for the other patches in the update that stood out to the research community, ZDI\u2019s Childs highlighted a Windows wireless networking information-disclosure bug, tracked as [CVE-2020-24587](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2020-24587>).\n\n\u201cThe ZDI doesn\u2019t normally highlight info disclosure bugs, but this one has the potential to be pretty damaging,\u201d Childs said. \u201cThis patch fixes a vulnerability that could allow an attacker to disclose the contents of encrypted wireless packets on an affected system. It\u2019s not clear what the range on such an attack would be, but you should assume some proximity is needed. You\u2019ll also note this CVE is from 2020, which could indicate Microsoft has been working on this fix for some time.\u201d\n\n### **Windows Graphics, SharePoint Server Patches**\n\nA trio of local privilege escalation flaws \u2013 two in the Windows Graphics Component ([CVE-2021-31188](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31188>), [CVE-2021-31170](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31170>)) and one in SharePoint Server ([CVE-2021-28474](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-28474>)) \u2013 caught Breen\u2019s eye.\n\nAs for the first two, he noted they could be chained with another bug, such as the wormable bug listed above, to become highly dangerous and allow for [WannaCry-style attacks](<https://threatpost.com/one-year-after-wannacry-a-fundamentally-changed-threat-landscape/132047/>).\n\n\u201cThis kind of vulnerability is often used by attackers after they have already gained a foothold through an initial infection vector, like phishing or via another exploit like the RCE in HTTP.sys (CVE-2021-31166),\u201d Breen noted via email. \u201cThe attackers are looking to increase their privileges so they can move laterally across a network or gain access to other accounts that may have access to more sensitive information.\u201d\n\nMeanwhile, the SharePoint bug allows an authenticated attacker to run code on remote SharePoint Servers.\n\n\u201cAs this is post-authentication, it\u2019s likely to be used as part of post-exploitation and lateral movement phases of an attack, rather than the initial-infection vector,\u201d Breen said. \u201cAttackers could gain access to sensitive documents or even replace real documents with weaponized versions, enabling the compromise of more user devices across the organization\u2019s network.\u201d\n\n### **Microsoft Exchange Server Patches**\n\nMicrosoft also patched four vulnerabilities in Microsoft Exchange Server. The flaws ([CVE-2021-31198](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31198>), RCE; [CVE-2021-31207](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31207>), spoofing; [CVE-2021-31209](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31209>), security bypass; and [CVE-2021-31195](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31195>), RCE), are all rated important or moderate.\n\n\u201cCVE-2021-31195 is attributed to Orange Tsai of the DEVCORE research team, who was responsible for disclosing the [ProxyLogon Exchange Server](<https://threatpost.com/fbi-proxylogon-web-shells/165400/>) vulnerabilities that [were] patched in an out-of-band release back in March,\u201d Satnam Narang, staff research engineer with Tenable, told Threatpost. \u201cWhile none of these flaws are deemed critical in nature, it is a reminder that researchers and attackers are still looking closely at Exchange Server for additional vulnerabilities, so organizations that have yet to update their systems should do so as soon as possible.\u201d\n\nAnd finally, Ivanti\u2019s Goettl noted that several Microsoft products have reached end-of-life and won\u2019t be getting support going forward.\n\n\u201cThis month marks the final update for several Windows 10 and Server editions, so make sure you have updated any systems to newer branches to avoid a disruption in security update coverage come June,\u201d he said. \u201cWindows 10 1803 and 1809 and Server 1909 all received their final update on May Patch Tuesday 2021.\u201d\n\n**Join Threatpost for \u201c**[**Fortifying Your Business Against Ransomware, DDoS & Cryptojacking Attacks**](<https://threatpost.com/webinars/fortifying-your-business-against-attacks/?utm_source=ART&utm_medium=ART&utm_campaign=May_Zoho_Webinar>)**\u201d \u2013 a LIVE roundtable event on**[** Wed, May 12 at 2:00 PM EDT**](<https://threatpost.com/webinars/fortifying-your-business-against-attacks/?utm_source=ART&utm_medium=ART&utm_campaign=May_Zoho_Webinarhttps://threatpost.com/webinars/fortifying-your-business-against-attacks/?utm_source=ART&utm_medium=ART&utm_campaign=May_Zoho_Webinar>)**. Sponsored by Zoho ManageEngine, Threatpost host Becky Bracken moderates an expert panel discussing best defense strategies for these 2021 threats. Questions and LIVE audience participation encouraged. Join the lively discussion and **[**Register HERE**](<https://threatpost.com/webinars/fortifying-your-business-against-attacks/?utm_source=ART&utm_medium=ART&utm_campaign=May_Zoho_Webinar>)** for free. **\n", "published": "2021-05-11T20:05:44", "modified": "2021-05-11T20:05:44", "cvss": {"score": 0.0, "vector": "NONE"}, "cvss2": {}, "cvss3": {}, "href": "https://threatpost.com/wormable-windows-bug-dos-rce/166057/", "reporter": "Tara Seals", "references": ["https://msrc.microsoft.com/update-guide/en-us", "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31166", "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-26419", "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31194", "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-28476", "https://blog.automox.com/automox-experts-weigh-in-may-patch-tuesday-2021", "https://www.zerodayinitiative.com/blog/2021/5/11/the-may-2021-security-update-review", "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-31207", "https://www.zerodayinitiative.com/blog/2021/4/2/pwn2own-2021-schedule-and-live-results", "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-31200", "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-31204", "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2020-24587", "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31188", "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31170", "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-28474", "https://threatpost.com/one-year-after-wannacry-a-fundamentally-changed-threat-landscape/132047/", "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31198", "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31207", "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31209", "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31195", "https://threatpost.com/fbi-proxylogon-web-shells/165400/", "https://threatpost.com/webinars/fortifying-your-business-against-attacks/?utm_source=ART&utm_medium=ART&utm_campaign=May_Zoho_Webinar", "https://threatpost.com/webinars/fortifying-your-business-against-attacks/?utm_source=ART&utm_medium=ART&utm_campaign=May_Zoho_Webinarhttps://threatpost.com/webinars/fortifying-your-business-against-attacks/?utm_source=ART&utm_medium=ART&utm_campaign=May_Zoho_Webinar", "https://threatpost.com/webinars/fortifying-your-business-against-attacks/?utm_source=ART&utm_medium=ART&utm_campaign=May_Zoho_Webinar"], "cvelist": ["CVE-2020-24587", "CVE-2021-26419", "CVE-2021-28474", "CVE-2021-28476", "CVE-2021-31166", "CVE-2021-31170", "CVE-2021-31188", "CVE-2021-31194", "CVE-2021-31195", "CVE-2021-31198", "CVE-2021-31200", "CVE-2021-31204", "CVE-2021-31207", "CVE-2021-31209"], "immutableFields": [], "lastseen": "2021-05-11T23:10:25", "viewCount": 202, "enchantments": {"dependencies": {"references": [{"type": "almalinux", "idList": ["ALSA-2021:2036", "ALSA-2021:2037", "ALSA-2021:4356"]}, {"type": "archlinux", "idList": ["ASA-202105-20", "ASA-202105-21", "ASA-202105-22", "ASA-202105-23"]}, {"type": "arista", "idList": ["ARISTA:0063"]}, {"type": "attackerkb", "idList": ["AKB:116FDAE6-8C6E-473E-8D39-247560D01C09", "AKB:223AC3BF-AD6E-4AEA-960A-DE258EE301A0", "AKB:2F48FB8A-EF4C-468F-9F4F-8BB9BB5FEC97", "AKB:5E706DDA-98EC-49CA-AB21-4814DAF26444", "AKB:72CB57AD-D32C-43D3-86B8-F8B617707C5B", "AKB:BAAFFD25-660E-40C6-8978-DD33365E66B6"]}, {"type": "avleonov", "idList": ["AVLEONOV:4E65E4AC928647D5E246B06B953BBC6F", "AVLEONOV:9D3D76F4CC74C7ABB8000BC6AFB2A2CE", "AVLEONOV:B0F649A99B171AC3032AF71B1DCCFE34"]}, {"type": "checkpoint_advisories", "idList": ["CPAI-2021-0259", "CPAI-2021-0260", "CPAI-2021-0261", "CPAI-2021-0292", "CPAI-2021-0900"]}, {"type": "checkpoint_security", "idList": ["CPS:SK173718"]}, {"type": "cisa", "idList": ["CISA:8C51810D4AACDCCDBF9D526B4C21660C"]}, {"type": "cisa_kev", "idList": ["CISA-KEV-CVE-2021-31166", "CISA-KEV-CVE-2021-31207"]}, {"type": "cisco", "idList": ["CISCO-SA-WIFI-FAF-22EPCEWU"]}, {"type": "cloudfoundry", "idList": ["CFOUNDRY:58E18367C5A247865E715DF802E7BD7E"]}, {"type": "cve", "idList": ["CVE-2020-24587", "CVE-2021-26419", "CVE-2021-28474", "CVE-2021-28476", "CVE-2021-31166", "CVE-2021-31170", "CVE-2021-31188", "CVE-2021-31194", "CVE-2021-31195", "CVE-2021-31198", "CVE-2021-31200", "CVE-2021-31204", "CVE-2021-31207", "CVE-2021-31209"]}, {"type": "debian", "idList": ["DEBIAN:DLA-2689-1:31A23", "DEBIAN:DLA-2690-1:EA198"]}, {"type": "debiancve", "idList": ["DEBIANCVE:CVE-2020-24587"]}, {"type": "fedora", "idList": ["FEDORA:004B430A6E02", "FEDORA:8B35130B73F7", "FEDORA:971FF30B86D6", "FEDORA:A44F930A5958", "FEDORA:C53B3304C267", "FEDORA:D3BC1304C267"]}, {"type": "fireeye", "idList": ["FIREEYE:FC60CAB5C936FF70E94A7C9307805695"]}, {"type": "githubexploit", "idList": ["0749209C-E3ED-5482-966B-DB35E546B4E5", "16151C06-C052-5C5E-B50B-5B202C40307C", "18D1D069-9D98-5B5F-9E5B-A5CA5559E4CB", "247E32F5-B5A0-5A30-A422-8A0959F210DD", "2D0AC1C7-F656-5D6B-9FC2-79525014BE1E", "37A7F912-7A7F-50EA-BE80-8CDA0CE05B74", "390843FD-A5C7-51F1-A64D-24276740A4A6", "4F6243AC-FA60-570C-B6BB-D6612F9A0D92", "5A6190EE-8872-5D1B-B2E3-06AE49CBE93C", "706706C2-DB81-5EEA-AF28-6C5376B4E752", "7F0937CB-B94F-52F5-ADE5-6399C85C5EAC", "8279F799-BC4C-5125-BCB1-401A95424586", "8D82AE30-2266-5373-9043-5C953D16A98E", "A30CCA66-2F05-5D40-824F-80B389B32AE9", "A4D0164D-F0CA-51A5-B04B-2B8EE628E329", "B05281EC-9A0B-5C9A-BDC9-83FBF67FA348", "B3DDE0DD-F0B0-542D-8154-F61DCD2E49D9", "CA94B7F0-0AED-5C64-8BBB-D2A90BBCD553", "DE509642-15E1-5430-9B59-A6C3540D0721", "E458F533-4B97-51A1-897B-1AF58218F2BF", "F1BF4059-3C3E-5A65-BD42-BC991FB503F0", "F6326682-0713-5826-ACCC-D065B9E8AE42", "FCE0B03C-A225-5F8F-84EF-B22F29700B8D"]}, {"type": "googleprojectzero", "idList": ["GOOGLEPROJECTZERO:C8077AF60F0E22ECAD33F23194C38BB6"]}, {"type": "hackerone", "idList": ["H1:1238470"]}, {"type": "hivepro", "idList": ["HIVEPRO:09525E3475AC1C5F429611A90182E82F", "HIVEPRO:10B372979ED5F121D7A84FB66487023E", "HIVEPRO:92FF0246065B21E79C7D8C800F2DED76", "HIVEPRO:C0B03D521C5882F1BE07ECF1550A5F74", "HIVEPRO:DB06BB609FE1B4E7C95CDC5CB2A38B28", "HIVEPRO:E7F36EC1E4DCF018F94ECD22747B7093", "HIVEPRO:F2305684A25C735549865536AA4254BF"]}, {"type": "hp", "idList": ["HPSBHF03725"]}, {"type": "huntr", "idList": ["1-PYPI-NNI"]}, {"type": "ics", "idList": ["AA22-117A", "AA22-257A", "AA22-321A", "ICSA-21-236-01", "ICSA-22-102-04"]}, {"type": "intel", "idList": ["INTEL:INTEL-SA-00473"]}, {"type": "kaspersky", "idList": ["KLA12167", "KLA12169", "KLA12170", "KLA12171", "KLA12173", "KLA12174", "KLA12175"]}, {"type": "krebs", "idList": ["KREBS:4E22686F3C4E2536C402F6568B8E659A"]}, {"type": "lenovo", "idList": ["LENOVO:PS500405-INTEL-PROSET-AND-WIRELESS-WIFI-INTEL-VPRO-CSME-WIFI-AND-INTEL-KILLER-WIFI-ADVISORY-NOSID", "LENOVO:PS500411-AGGREGATION-AND-FRAGMENTATION-ATTACKS-AGAINST-WI-FI-FRAGATTACKS-VULNERABILITIES-NOSID"]}, {"type": "mageia", "idList": ["MGASA-2021-0257", "MGASA-2021-0258"]}, {"type": "malwarebytes", "idList": ["MALWAREBYTES:28CA5946147FC0561948BA2EF52A8329", "MALWAREBYTES:6A4862332586F98DA4761BE2B684752F", "MALWAREBYTES:8B41C7471B07595F7246D3DCB8794894", "MALWAREBYTES:B0F2474F776241731FE08EA7972E6239", "MALWAREBYTES:B830332817B5D5BEE99EF296E8EC7E2A", "MALWAREBYTES:B8C767042833344389F6158273089954"]}, {"type": "metasploit", "idList": ["MSF:AUXILIARY-DOS-WINDOWS-HTTP-HTTP_SYS_ACCEPT_ENCODING_DOS_CVE_2021_31166-", "MSF:EXPLOIT-WINDOWS-HTTP-EXCHANGE_PROXYSHELL_RCE-"]}, {"type": "mmpc", "idList": ["MMPC:27EEFD67E5E7E712750B1472E15C5A0B"]}, {"type": "mscve", "idList": ["MS:CVE-2020-24587", "MS:CVE-2021-26419", "MS:CVE-2021-28474", "MS:CVE-2021-28476", "MS:CVE-2021-31166", "MS:CVE-2021-31170", "MS:CVE-2021-31188", "MS:CVE-2021-31194", "MS:CVE-2021-31195", "MS:CVE-2021-31198", "MS:CVE-2021-31200", "MS:CVE-2021-31204", "MS:CVE-2021-31207", "MS:CVE-2021-31209"]}, {"type": "mskb", "idList": ["KB5001916", "KB5001917", "KB5001935", "KB5003165", "KB5003169", "KB5003171", "KB5003172", "KB5003173", "KB5003174", "KB5003197", "KB5003208", "KB5003209", "KB5003210", "KB5003233", "KB5003435"]}, {"type": "mssecure", "idList": ["MSSECURE:27EEFD67E5E7E712750B1472E15C5A0B"]}, {"type": "nessus", "idList": ["AL2_ALASKERNEL-5_10-2022-002.NASL", "AL2_ALASKERNEL-5_4-2022-004.NASL", "ALMA_LINUX_ALSA-2021-4356.NASL", "CENTOS8_RHSA-2021-2036.NASL", "CENTOS8_RHSA-2021-2037.NASL", "CENTOS8_RHSA-2021-4140.NASL", "CENTOS8_RHSA-2021-4356.NASL", "DEBIAN_DLA-2689.NASL", "DEBIAN_DLA-2690.NASL", "EULEROS_SA-2021-2530.NASL", "EULEROS_SA-2021-2663.NASL", "EULEROS_SA-2022-1366.NASL", "EULEROS_SA-2022-1681.NASL", "EULEROS_SA-2022-1735.NASL", "EULEROS_SA-2022-2566.NASL", "MACOS_MS21_MAY_DOTNET_CORE.NASL", "OPENSUSE-2021-1975.NASL", "OPENSUSE-2021-1977.NASL", "OPENSUSE-2021-843.NASL", "OPENSUSE-2021-947.NASL", "ORACLELINUX_ELSA-2021-2036.NASL", "ORACLELINUX_ELSA-2021-2037.NASL", "ORACLELINUX_ELSA-2021-4356.NASL", "ORACLELINUX_ELSA-2021-9404.NASL", "ORACLELINUX_ELSA-2021-9406.NASL", "ORACLELINUX_ELSA-2021-9459.NASL", "ORACLEVM_OVMSA-2021-0031.NASL", "ORACLEVM_OVMSA-2021-0035.NASL", "REDHAT-RHSA-2021-1546.NASL", "REDHAT-RHSA-2021-1547.NASL", "REDHAT-RHSA-2021-2036.NASL", "REDHAT-RHSA-2021-2037.NASL", "REDHAT-RHSA-2021-4140.NASL", "REDHAT-RHSA-2021-4356.NASL", "SLACKWARE_SSA_2021-202-01.NASL", "SMB_NT_MS21_MAY_5003169.NASL", "SMB_NT_MS21_MAY_5003171.NASL", "SMB_NT_MS21_MAY_5003172.NASL", "SMB_NT_MS21_MAY_5003173.NASL", "SMB_NT_MS21_MAY_5003174.NASL", "SMB_NT_MS21_MAY_5003197.NASL", "SMB_NT_MS21_MAY_5003208.NASL", "SMB_NT_MS21_MAY_5003209.NASL", "SMB_NT_MS21_MAY_5003210.NASL", "SMB_NT_MS21_MAY_5003233.NASL", "SMB_NT_MS21_MAY_DOTNET_CORE.NASL", "SMB_NT_MS21_MAY_EXCHANGE.NASL", "SMB_NT_MS21_MAY_INTERNET_EXPLORER.NASL", "SMB_NT_MS21_MAY_OFFICE_SHAREPOINT_2013.NASL", "SMB_NT_MS21_MAY_OFFICE_SHAREPOINT_2016.NASL", "SMB_NT_MS21_MAY_OFFICE_SHAREPOINT_2019.NASL", "SMB_NT_MS21_MAY_VISUAL_STUDIO.NASL", "SUSE_SU-2021-14764-1.NASL", "SUSE_SU-2021-1887-1.NASL", "SUSE_SU-2021-1888-1.NASL", "SUSE_SU-2021-1889-1.NASL", "SUSE_SU-2021-1890-1.NASL", "SUSE_SU-2021-1891-1.NASL", "SUSE_SU-2021-1899-1.NASL", "SUSE_SU-2021-1912-1.NASL", "SUSE_SU-2021-1913-1.NASL", "SUSE_SU-2021-1975-1.NASL", "SUSE_SU-2021-1977-1.NASL", "SUSE_SU-2021-2208-1.NASL", "SUSE_SU-2021-2406-1.NASL", "SUSE_SU-2021-2421-1.NASL", "SUSE_SU-2021-2451-1.NASL", "UBUNTU_USN-4997-1.NASL", "UBUNTU_USN-4997-2.NASL", "UBUNTU_USN-4999-1.NASL", "UBUNTU_USN-5000-1.NASL", "UBUNTU_USN-5000-2.NASL", "UBUNTU_USN-5001-1.NASL", "UBUNTU_USN-5018-1.NASL", "WEB_APPLICATION_SCANNING_112932", "WEB_APPLICATION_SCANNING_112933"]}, {"type": "oraclelinux", "idList": ["ELSA-2021-2036", "ELSA-2021-2037", "ELSA-2021-4356", "ELSA-2021-9404", "ELSA-2021-9406", "ELSA-2021-9452", "ELSA-2021-9453", "ELSA-2021-9459"]}, {"type": "osv", "idList": ["OSV:DLA-2689-1", "OSV:DLA-2690-1"]}, {"type": "packetstorm", "idList": ["PACKETSTORM:162570", "PACKETSTORM:163895"]}, {"type": "pentestpartners", "idList": ["PENTESTPARTNERS:77A7D085A837F9542DA633DA83F4A446"]}, {"type": "qualysblog", "idList": ["QUALYSBLOG:0082A77BD8EFFF48B406D107FEFD0DD3", "QUALYSBLOG:9E3CACCA2916D132C2D630A8C15119F3", "QUALYSBLOG:A8EE36FB3E891C73934CB1C60E3B3D41", "QUALYSBLOG:BC22CE22A3E70823D5F0E944CBD5CE4A", "QUALYSBLOG:CAF5B766E6B0E6C1A5ADF56D442E7BB2", "QUALYSBLOG:DC0F3E59C4DA6EB885E6BCAB292BCA7D"]}, {"type": "rapid7blog", "idList": ["RAPID7BLOG:03B1EB65D8A7CFE486943E2472225BA1", "RAPID7BLOG:05A653A5E863B78EDD56FD74F059E02E", "RAPID7BLOG:20364300767E58631FFE0D21622E63A3", "RAPID7BLOG:24E0BE5176F6D3963E1824AD4A55019E", "RAPID7BLOG:44DA27D91BE223465957FC7CDF7A31A6", "RAPID7BLOG:5CDF95FB2AC31414FD390E0E0A47E057", "RAPID7BLOG:7B1DD656DC72802EE7230867267A5A16", "RAPID7BLOG:D47FB88807F2041B8820156ECFB85720"]}, {"type": "redhat", "idList": ["RHSA-2021:1546", "RHSA-2021:1547", "RHSA-2021:2036", "RHSA-2021:2037", "RHSA-2021:4140", "RHSA-2021:4356", "RHSA-2021:4627", "RHSA-2021:5137"]}, {"type": "redhatcve", "idList": ["RH:CVE-2020-24587", "RH:CVE-2021-31204"]}, {"type": "securelist", "idList": ["SECURELIST:0D5B4F09314C45AF952E2FD68F88B8D0", "SECURELIST:BB0230F9CE86B3F1994060AA0A809C08", "SECURELIST:C540EBB7FD8B7FB9E54E119E88DB5C48"]}, {"type": "seebug", "idList": ["SSV:99245", "SSV:99263", "SSV:99294", "SSV:99334"]}, {"type": "slackware", "idList": ["SSA-2021-202-01"]}, {"type": "suse", "idList": ["OPENSUSE-SU-2021:0843-1", "OPENSUSE-SU-2021:0947-1", "OPENSUSE-SU-2021:1975-1", "OPENSUSE-SU-2021:1977-1"]}, {"type": "thn", "idList": ["THN:25143CA85A0297381CEBBBD35F24F85B", "THN:54023E40C0AA4CB15793A39F3AF102AB", "THN:5BE77895D84D1FB816C73BB1661CE8EB", "THN:802C6445DD27FFC7978D22CC3182AD58", "THN:84E53E1CA489F43A3D68EC1B18D6C2E2", "THN:C210D3FA71F1ED44D3BA1BF0CA368767", "THN:E95B6A75073DA71CEC73B2E4F0B13622", "THN:FA40708E1565483D14F9A31FC019FCE1"]}, {"type": "threatpost", "idList": ["THREATPOST:2DBC4E237FAA8188A19D53BBB3356C62", "THREATPOST:35511A26A276E34B781D66037866F771", "THREATPOST:4B2E19CAF27A3EFBCB2F777C6E528317", "THREATPOST:52923238811C7BFD39E0529C85317249", "THREATPOST:604B67FD6EFB0E72DDD87DF07C8F456D", "THREATPOST:83C349A256695022C2417F465CEB3BB2", "THREATPOST:90D2E9044C556AC1A56C89A7F86742BE", "THREATPOST:960DA04864E083F2EAA36F3764D13603", "THREATPOST:A7148BBF3E2EDF9B0EA2E2C67C7CAC4E", "THREATPOST:A78361BA1DB99FF96F9399B2AE9F1EA4", "THREATPOST:DD8030D774C6B1FBB3DEDAFC836B8B80", "THREATPOST:EDFBDF12942A6080DE3FAE980A53F496"]}, {"type": "trellix", "idList": ["TRELLIX:21227249912602DD6E11D3B19898A7FF", "TRELLIX:39F5630F37B0A70500113404A73FE414", "TRELLIX:D57FEAD5DBF6D915430C791AC26C10CC"]}, {"type": "ubuntu", "idList": ["USN-4997-1", "USN-4997-2", "USN-4999-1", "USN-5000-1", "USN-5000-2", "USN-5001-1", "USN-5018-1"]}, {"type": "ubuntucve", "idList": ["UB:CVE-2020-24587"]}, {"type": "veracode", "idList": ["VERACODE:33005"]}, {"type": "zdi", "idList": ["ZDI-21-574", "ZDI-21-577", "ZDI-21-578", "ZDI-21-615", "ZDI-21-819", "ZDI-21-894"]}, {"type": "zdt", "idList": ["1337DAY-ID-36242", "1337DAY-ID-36667"]}]}, "score": {"value": 0.3, "vector": "NONE"}, "backreferences": {"references": [{"type": "almalinux", "idList": ["ALSA-2021:2036", "ALSA-2021:2037"]}, {"type": "androidsecurity", "idList": ["ANDROID:2021-10-01"]}, {"type": "archlinux", "idList": ["ASA-202105-20", "ASA-202105-21", "ASA-202105-22", "ASA-202105-23"]}, {"type": "attackerkb", "idList": ["AKB:116FDAE6-8C6E-473E-8D39-247560D01C09", "AKB:2F48FB8A-EF4C-468F-9F4F-8BB9BB5FEC97", "AKB:72CB57AD-D32C-43D3-86B8-F8B617707C5B", "AKB:BAAFFD25-660E-40C6-8978-DD33365E66B6"]}, {"type": "avleonov", "idList": ["AVLEONOV:9D3D76F4CC74C7ABB8000BC6AFB2A2CE", "AVLEONOV:B0F649A99B171AC3032AF71B1DCCFE34"]}, {"type": "checkpoint_advisories", "idList": ["CPAI-2021-0259", "CPAI-2021-0260", "CPAI-2021-0261", "CPAI-2021-0292"]}, {"type": "checkpoint_security", "idList": ["CPS:SK173718"]}, {"type": "cisa", "idList": ["CISA:8C51810D4AACDCCDBF9D526B4C21660C"]}, {"type": "cisco", "idList": ["CISCO-SA-WIFI-FAF-22EPCEWU"]}, {"type": "cloudfoundry", "idList": ["CFOUNDRY:58E18367C5A247865E715DF802E7BD7E"]}, {"type": "cve", "idList": ["CVE-2020-24587", "CVE-2021-26419", "CVE-2021-28474", "CVE-2021-28476", "CVE-2021-31166", "CVE-2021-31170", "CVE-2021-31188", "CVE-2021-31194", "CVE-2021-31195", "CVE-2021-31198", "CVE-2021-31200", "CVE-2021-31204", "CVE-2021-31207", "CVE-2021-31209"]}, {"type": "debian", "idList": ["DEBIAN:DLA-2689-1:31A23", "DEBIAN:DLA-2690-1:EA198"]}, {"type": "debiancve", "idList": ["DEBIANCVE:CVE-2020-24587"]}, {"type": "fedora", "idList": ["FEDORA:004B430A6E02", "FEDORA:8B35130B73F7", "FEDORA:971FF30B86D6", "FEDORA:A44F930A5958", "FEDORA:C53B3304C267", "FEDORA:D3BC1304C267"]}, {"type": "fireeye", "idList": ["FIREEYE:FC60CAB5C936FF70E94A7C9307805695"]}, {"type": "githubexploit", "idList": ["18D1D069-9D98-5B5F-9E5B-A5CA5559E4CB", "247E32F5-B5A0-5A30-A422-8A0959F210DD", "2D0AC1C7-F656-5D6B-9FC2-79525014BE1E", "390843FD-A5C7-51F1-A64D-24276740A4A6", "5A6190EE-8872-5D1B-B2E3-06AE49CBE93C", "706706C2-DB81-5EEA-AF28-6C5376B4E752", "7F0937CB-B94F-52F5-ADE5-6399C85C5EAC", "8D82AE30-2266-5373-9043-5C953D16A98E", "A4D0164D-F0CA-51A5-B04B-2B8EE628E329", "B05281EC-9A0B-5C9A-BDC9-83FBF67FA348", "B3DDE0DD-F0B0-542D-8154-F61DCD2E49D9", "CA94B7F0-0AED-5C64-8BBB-D2A90BBCD553", "E458F533-4B97-51A1-897B-1AF58218F2BF", "F1BF4059-3C3E-5A65-BD42-BC991FB503F0", "F6326682-0713-5826-ACCC-D065B9E8AE42", "FC78B69A-549A-5869-8897-E30AA6CEA990", "FCE0B03C-A225-5F8F-84EF-B22F29700B8D"]}, {"type": "googleprojectzero", "idList": ["GOOGLEPROJECTZERO:C8077AF60F0E22ECAD33F23194C38BB6"]}, {"type": "hackerone", "idList": ["H1:1238470"]}, {"type": "hivepro", "idList": ["HIVEPRO:C0B03D521C5882F1BE07ECF1550A5F74"]}, {"type": "hp", "idList": ["HPSBHF03725"]}, {"type": "kaspersky", "idList": ["KLA12167", "KLA12169", "KLA12170", "KLA12171", "KLA12173", "KLA12174", "KLA12175"]}, {"type": "krebs", "idList": ["KREBS:4E22686F3C4E2536C402F6568B8E659A"]}, {"type": "lenovo", "idList": ["LENOVO:PS500405-INTEL-PROSET-AND-WIRELESS-WIFI-INTEL-VPRO-CSME-WIFI-AND-INTEL-KILLER-WIFI-ADVISORY-NOSID", "LENOVO:PS500411-AGGREGATION-AND-FRAGMENTATION-ATTACKS-AGAINST-WI-FI-FRAGATTACKS-VULNERABILITIES-NOSID"]}, {"type": "malwarebytes", "idList": ["MALWAREBYTES:28CA5946147FC0561948BA2EF52A8329", "MALWAREBYTES:6A4862332586F98DA4761BE2B684752F", "MALWAREBYTES:8B41C7471B07595F7246D3DCB8794894"]}, {"type": "metasploit", "idList": ["MSF:EXPLOIT/WINDOWS/HTTP/EXCHANGE_PROXYSHELL_RCE/", "MSF:ILITIES/MSFT-CVE-2021-26419/", "MSF:ILITIES/MSFT-CVE-2021-28474/", "MSF:ILITIES/MSFT-CVE-2021-31166/", "MSF:ILITIES/MSFT-CVE-2021-31195/", "MSF:ILITIES/MSFT-CVE-2021-31198/"]}, {"type": "mscve", "idList": ["MS:CVE-2020-24587", "MS:CVE-2021-26419", "MS:CVE-2021-28474", "MS:CVE-2021-28476", "MS:CVE-2021-31166", "MS:CVE-2021-31170", "MS:CVE-2021-31188", "MS:CVE-2021-31194", "MS:CVE-2021-31195", "MS:CVE-2021-31198", "MS:CVE-2021-31200", "MS:CVE-2021-31204", "MS:CVE-2021-31207", "MS:CVE-2021-31209"]}, {"type": "mskb", "idList": ["KB5003165", "KB5003209"]}, {"type": "nessus", "idList": ["CENTOS8_RHSA-2021-2036.NASL", "CENTOS8_RHSA-2021-2037.NASL", "DEBIAN_DLA-2689.NASL", "DEBIAN_DLA-2690.NASL", "MACOS_MS21_MAY_DOTNET_CORE.NASL", "OPENSUSE-2021-1975.NASL", "OPENSUSE-2021-1977.NASL", "OPENSUSE-2021-843.NASL", "ORACLELINUX_ELSA-2021-2036.NASL", "ORACLELINUX_ELSA-2021-2037.NASL", "ORACLELINUX_ELSA-2021-9459.NASL", "ORACLEVM_OVMSA-2021-0031.NASL", "REDHAT-RHSA-2021-1546.NASL", "REDHAT-RHSA-2021-1547.NASL", "REDHAT-RHSA-2021-2036.NASL", "REDHAT-RHSA-2021-2037.NASL", "SLACKWARE_SSA_2021-202-01.NASL", "SMB_NT_MS21_MAY_5003173.NASL", "SMB_NT_MS21_MAY_DOTNET_CORE.NASL", "SMB_NT_MS21_MAY_EXCHANGE.NASL", "SMB_NT_MS21_MAY_VISUAL_STUDIO.NASL", "SUSE_SU-2021-14764-1.NASL", "SUSE_SU-2021-1887-1.NASL", "SUSE_SU-2021-1888-1.NASL", "SUSE_SU-2021-1889-1.NASL", "SUSE_SU-2021-1890-1.NASL", "SUSE_SU-2021-1891-1.NASL", "SUSE_SU-2021-1899-1.NASL", "SUSE_SU-2021-1912-1.NASL", "SUSE_SU-2021-1913-1.NASL", "SUSE_SU-2021-1975-1.NASL", "SUSE_SU-2021-1977-1.NASL", "SUSE_SU-2021-2406-1.NASL", "SUSE_SU-2021-2421-1.NASL", "SUSE_SU-2021-2451-1.NASL", "UBUNTU_USN-4997-1.NASL", "UBUNTU_USN-4997-2.NASL", "UBUNTU_USN-4999-1.NASL", "UBUNTU_USN-5000-1.NASL", "UBUNTU_USN-5000-2.NASL", "UBUNTU_USN-5001-1.NASL", "UBUNTU_USN-5018-1.NASL", "WEB_APPLICATION_SCANNING_112932", "WEB_APPLICATION_SCANNING_112933"]}, {"type": "oraclelinux", "idList": ["ELSA-2021-2036", "ELSA-2021-2037", "ELSA-2021-9459"]}, {"type": "packetstorm", "idList": ["PACKETSTORM:162570", "PACKETSTORM:163895"]}, {"type": "qualysblog", "idList": ["QUALYSBLOG:A8EE36FB3E891C73934CB1C60E3B3D41"]}, {"type": "rapid7blog", "idList": ["RAPID7BLOG:03B1EB65D8A7CFE486943E2472225BA1", "RAPID7BLOG:05A653A5E863B78EDD56FD74F059E02E", "RAPID7BLOG:5CDF95FB2AC31414FD390E0E0A47E057", "RAPID7BLOG:7B1DD656DC72802EE7230867267A5A16"]}, {"type": "redhat", "idList": ["RHSA-2021:4140"]}, {"type": "redhatcve", "idList": ["RH:CVE-2020-24587", "RH:CVE-2021-31204"]}, {"type": "securelist", "idList": ["SECURELIST:BB0230F9CE86B3F1994060AA0A809C08"]}, {"type": "seebug", "idList": ["SSV:99245", "SSV:99263", "SSV:99294", "SSV:99334"]}, {"type": "slackware", "idList": ["SSA-2021-202-01"]}, {"type": "suse", "idList": ["OPENSUSE-SU-2021:0843-1", "OPENSUSE-SU-2021:0947-1", "OPENSUSE-SU-2021:1975-1", "OPENSUSE-SU-2021:1977-1"]}, {"type": "thn", "idList": ["THN:25143CA85A0297381CEBBBD35F24F85B", "THN:5BE77895D84D1FB816C73BB1661CE8EB", "THN:C210D3FA71F1ED44D3BA1BF0CA368767", "THN:E95B6A75073DA71CEC73B2E4F0B13622", "THN:FA40708E1565483D14F9A31FC019FCE1"]}, {"type": "threatpost", "idList": ["THREATPOST:050A36E6453D4472A2734DA342E95366", "THREATPOST:2DBC4E237FAA8188A19D53BBB3356C62", "THREATPOST:35511A26A276E34B781D66037866F771", "THREATPOST:4B2E19CAF27A3EFBCB2F777C6E528317", "THREATPOST:52923238811C7BFD39E0529C85317249", "THREATPOST:61CC1EAC83030C2B053946454FE77AC3", "THREATPOST:83C349A256695022C2417F465CEB3BB2", "THREATPOST:90D2E9044C556AC1A56C89A7F86742BE", "THREATPOST:960DA04864E083F2EAA36F3764D13603", "THREATPOST:A7148BBF3E2EDF9B0EA2E2C67C7CAC4E", "THREATPOST:A78361BA1DB99FF96F9399B2AE9F1EA4", "THREATPOST:EDFBDF12942A6080DE3FAE980A53F496"]}, {"type": "ubuntu", "idList": ["USN-4997-1", "USN-4997-2", "USN-4999-1", "USN-5000-1", "USN-5000-2", "USN-5001-1", "USN-5018-1"]}, {"type": "ubuntucve", "idList": ["UB:CVE-2020-24587"]}, {"type": "zdi", "idList": ["ZDI-21-574", "ZDI-21-577", "ZDI-21-578", "ZDI-21-615", "ZDI-21-819", "ZDI-21-894"]}, {"type": "zdt", "idList": ["1337DAY-ID-36242", "1337DAY-ID-36667"]}]}, "exploitation": null, "epss": [{"cve": "CVE-2020-24587", "epss": "0.000950000", "percentile": "0.384290000", "modified": "2023-03-17"}, {"cve": "CVE-2021-26419", "epss": "0.937310000", "percentile": "0.985630000", "modified": "2023-03-17"}, {"cve": "CVE-2021-28474", "epss": "0.013890000", "percentile": "0.843070000", "modified": "2023-03-17"}, {"cve": "CVE-2021-28476", "epss": "0.091390000", "percentile": "0.936400000", "modified": "2023-03-17"}, {"cve": "CVE-2021-31166", "epss": "0.973700000", "percentile": "0.998030000", "modified": "2023-03-17"}, {"cve": "CVE-2021-31170", "epss": "0.000760000", "percentile": "0.305530000", "modified": "2023-03-17"}, {"cve": "CVE-2021-31188", "epss": "0.000640000", "percentile": "0.260250000", "modified": "2023-03-17"}, {"cve": "CVE-2021-31194", "epss": "0.019960000", "percentile": "0.870330000", "modified": "2023-03-17"}, {"cve": "CVE-2021-31195", "epss": "0.965910000", "percentile": "0.993170000", "modified": "2023-03-17"}, {"cve": "CVE-2021-31198", "epss": "0.002200000", "percentile": "0.581560000", "modified": "2023-03-17"}, {"cve": "CVE-2021-31200", "epss": "0.019960000", "percentile": "0.870330000", "modified": "2023-03-17"}, {"cve": "CVE-2021-31204", "epss": "0.000500000", "percentile": "0.170910000", "modified": "2023-03-17"}, {"cve": "CVE-2021-31207", "epss": "0.971850000", "percentile": "0.996460000", "modified": "2023-03-17"}, {"cve": "CVE-2021-31209", "epss": "0.005650000", "percentile": "0.743690000", "modified": "2023-03-17"}], "vulnersScore": 0.3}, "_state": {"dependencies": 1678920471, "score": 1684007986, "epss": 1679073339}, "_internal": {"score_hash": "ae8a91540b30422846d73b9335d1583f"}}
{"thn": [{"lastseen": "2022-05-09T12:38:04", "description": "[](<https://thehackernews.com/images/-mqB1LJpewfs/YJuapEGzrpI/AAAAAAAAChc/PMqXgSaopa04nju1H68tJ4fqClZ3HLdKgCLcBGAsYHQ/s0/windows-update.jpg>)\n\nMicrosoft on Tuesday rolled out its scheduled [monthly security update](<https://msrc.microsoft.com/update-guide/releaseNote/2021-May>) with patches for 55 security flaws affecting Windows, Exchange Server, Internet Explorer, Office, Hyper-V, Visual Studio, and Skype for Business.\n\nOf these 55 bugs, four are rated as Critical, 50 are rated as Important, and one is listed as Moderate in severity. Three of the vulnerabilities are publicly known, although, unlike [last month](<https://thehackernews.com/2021/04/nsa-discovers-new-vulnerabilities.html>), none of them are under active exploitation at the time of release.\n\nThe most critical of the flaws addressed is [**CVE-2021-31166**](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31166>), a wormable remote code execution vulnerability in the HTTP protocol stack. The issue, which could allow an unauthenticated attacker to send a specially crafted packet to a targeted server, is rated 9.8 out of a maximum of 10 on the CVSS scale.\n\nAnother vulnerability of note is a remote code execution flaw in Hyper-V ([**CVE-2021-28476**](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-28476>)), which [also scores](<https://thehackernews.com/>) the highest severity among all flaws patched this month with a CVSS rating of 9.9.\n\n\"This issue allows a guest VM to force the Hyper-V host's kernel to read from an arbitrary, potentially invalid address,\" Microsoft said in its advisory. \"The contents of the address read would not be returned to the guest VM. In most circumstances, this would result in a denial of service of the Hyper-V host (bugcheck) due to reading an unmapped address.\"\n\n\"It is possible to read from a memory mapped device register corresponding to a hardware device attached to the Hyper-V host which may trigger additional, hardware device specific side effects that could compromise the Hyper-V host's security,\" the Windows maker noted.\n\nIn addition, the Patch Tuesday update addresses a scripting engine memory corruption flaw in Internet Explorer ([**CVE-2021-26419**](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-26419>)) and four weaknesses in Microsoft Exchange Server, marking the third consecutive month Microsoft has shipped fixes for the product since [ProxyLogon exploits](<https://thehackernews.com/2021/03/microsoft-issues-security-patches-for.html>) came to light in March \u2014\n\n * [**CVE-2021-31207**](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31207>) (CVSS score: 6.6) - Security Feature Bypass Vulnerability (publicly known)\n * [**CVE-2021-31195**](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31195>) (CVSS score: 6.5) - Remote Code Execution Vulnerability\n * [**CVE-2021-31198**](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31198>) (CVSS score: 7.8) - Remote Code Execution Vulnerability\n * [**CVE-2021-31209**](<https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31209>) (CVSS score: 6.5) - Spoofing Vulnerability\n\nWhile CVE-2021-31207 and CVE-2021-31209 were demonstrated at the [2021 Pwn2Own contest](<https://thehackernews.com/2021/04/windows-ubuntu-zoom-safari-ms-exchange.html>), Orange Tsai from DEVCORE, who disclosed the ProxyLogon Exchange Server vulnerability, is credited with reporting CVE-2021-31195.\n\nElsewhere, the update addresses a slew of privilege escalation bugs in Windows Container Manager Service, an information disclosure vulnerability in Windows Wireless Networking, and several remote code execution flaws in Microsoft Office, Microsoft SharePoint Server, Skype for Business, and Lync, Visual Studio, and Windows Media Foundation Core.\n\nTo install the latest security updates, Windows users can head to Start > Settings > Update & Security > Windows Update, or by selecting Check for Windows updates.\n\n \n\n\nFound this article interesting? Follow THN on [Facebook](<https://www.facebook.com/thehackernews>), [Twitter _\uf099_](<https://twitter.com/thehackersnews>) and [LinkedIn](<https://www.linkedin.com/company/thehackernews/>) to read more exclusive content we post.\n", "cvss3": {"exploitabilityScore": 3.1, "cvssV3": {"baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "CHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "baseScore": 9.9, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1", "userInteraction": "NONE"}, "impactScore": 6.0}, "published": "2021-05-12T09:15:00", "type": "thn", "title": "Latest Microsoft Windows Updates Patch Dozens of Security Flaws", "bulletinFamily": "info", "cvss2": {"severity": "HIGH", "exploitabilityScore": 4.9, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "HIGH", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 7.6, "vectorString": "AV:N/AC:H/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 10.0, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2021-26419", "CVE-2021-28476", "CVE-2021-31166", "CVE-2021-31195", "CVE-2021-31198", "CVE-2021-31207", "CVE-2021-31209"], "modified": "2021-05-12T09:15:56", "id": "THN:25143CA85A0297381CEBBBD35F24F85B", "href": "https://thehackernews.com/2021/05/latest-microsoft-windows-updates-patch.html", "cvss": {"score": 7.6, "vector": "AV:N/AC:H/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2022-05-09T12:39:14", "description": "[](<https://thehackernews.com/images/-4bW5O7qDy3g/YRY939zQM4I/AAAAAAAADho/RUV3iIGj654Ml8xKhGo8MXIEWtGwsL1ywCLcBGAsYHQ/s0/ms-exchnage.jpg>)\n\nThreat actors are actively carrying out opportunistic [scanning](<https://twitter.com/bad_packets/status/1425598895569006594>) and [exploitation](<https://twitter.com/GossiTheDog/status/1425844380376735746>) of Exchange servers using a new exploit chain leveraging a trio of flaws affecting on-premises installations, making them the latest set of bugs after ProxyLogon vulnerabilities were exploited en masse at the start of the year.\n\nThe remote code execution flaws have been collectively dubbed \"ProxyShell.\" At least 30,000 machines are affected by the vulnerabilities, [according](<https://isc.sans.edu/diary/27732>) to a Shodan scan performed by Jan Kopriva of SANS Internet Storm Center.\n\n\"Started to see in the wild exploit attempts against our honeypot infrastructure for the Exchange ProxyShell vulnerabilities,\" NCC Group's Richard Warren [tweeted](<https://twitter.com/buffaloverflow/status/1425831100157349890>), noting that one of the intrusions resulted in the deployment of a \"C# aspx webshell in the /aspnet_client/ directory.\"\n\nPatched in early March 2021, [ProxyLogon](<https://devco.re/blog/2021/08/06/a-new-attack-surface-on-MS-exchange-part-1-ProxyLogon/>) is the moniker for CVE-2021-26855, a server-side request forgery vulnerability in Exchange Server that permits an attacker to take control of a vulnerable server as an administrator, and which can be chained with another post-authentication arbitrary-file-write vulnerability, CVE-2021-27065, to achieve code execution.\n\nThe vulnerabilities came to light after Microsoft [spilled the beans](<https://thehackernews.com/2021/03/urgent-4-actively-exploited-0-day-flaws.html>) on a Beijing-sponsored hacking operation that leveraged the weaknesses to strike entities in the U.S. for purposes of exfiltrating information in what the company described as limited and targeted attacks.\n\nSince then, the Windows maker has fixed six more flaws in its mail server component, two of which are called [ProxyOracle](<https://devco.re/blog/2021/08/06/a-new-attack-surface-on-MS-exchange-part-2-ProxyOracle/>), which enables an adversary to recover the user's password in plaintext format.\n\nThree other issues \u2014 known as ProxyShell \u2014 could be abused to bypass ACL controls, elevate privileges on Exchange PowerShell backend, effectively authenticating the attacker and allowing for remote code execution. Microsoft noted that both CVE-2021-34473 and CVE-2021-34523 were inadvertently omitted from publication until July.\n\n**ProxyLogon:**\n\n * [**CVE-2021-26855**](<https://thehackernews.com/2021/03/microsoft-issues-security-patches-for.html>) \\- Microsoft Exchange Server Remote Code Execution Vulnerability (Patched on March 2)\n * [**CVE-2021-26857**](<https://thehackernews.com/2021/03/microsoft-issues-security-patches-for.html>) \\- Microsoft Exchange Server Remote Code Execution Vulnerability (Patched on March 2)\n * [**CVE-2021-26858**](<https://thehackernews.com/2021/03/microsoft-issues-security-patches-for.html>) \\- Microsoft Exchange Server Remote Code Execution Vulnerability (Patched on March 2)\n * [**CVE-2021-27065**](<https://thehackernews.com/2021/03/microsoft-issues-security-patches-for.html>) \\- Microsoft Exchange Server Remote Code Execution Vulnerability (Patched on March 2)\n\n**ProxyOracle:**\n\n * [**CVE-2021-31195**](<https://thehackernews.com/2021/05/latest-microsoft-windows-updates-patch.html>) \\- Microsoft Exchange Server Remote Code Execution Vulnerability (Patched on May 11)\n * [**CVE-2021-31196**](<https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-31196>) \\- Microsoft Exchange Server Remote Code Execution Vulnerability (Patched on July 13)\n\n**ProxyShell:**\n\n * [**CVE-2021-31207**](<https://thehackernews.com/2021/05/latest-microsoft-windows-updates-patch.html>) \\- Microsoft Exchange Server Security Feature Bypass Vulnerability (Patched on May 11)\n * [**CVE-2021-34473**](<https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34473>) \\- Microsoft Exchange Server Remote Code Execution Vulnerability (Patched on April 13, advisory released on July 13)\n * [**CVE-2021-34523**](<https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34523>) \\- Microsoft Exchange Server Elevation of Privilege Vulnerability (Patched on April 13, advisory released on July 13)\n\n**Other:**\n\n * [**CVE-2021-33768**](<https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-33768>) \\- Microsoft Exchange Server Elevation of Privilege Vulnerability (Patched on July 13)\n\nOriginally demonstrated at the [Pwn2Own hacking competition](<https://thehackernews.com/2021/04/windows-ubuntu-zoom-safari-ms-exchange.html>) this April, technical details of the ProxyShell attack chain were disclosed by DEVCORE researcher Orange Tsai at the [Black Hat USA 2021](<https://www.blackhat.com/us-21/briefings/schedule/index.html#proxylogon-is-just-the-tip-of-the-iceberg-a-new-attack-surface-on-microsoft-exchange-server-23442>) and [DEF CON](<https://www.youtube.com/watch?v=5mqid-7zp8k>) security conferences last week. To prevent exploitation attempts, organizations are highly recommended to install updates released by Microsoft.\n\n \n\n\nFound this article interesting? Follow THN on [Facebook](<https://www.facebook.com/thehackernews>), [Twitter _\uf099_](<https://twitter.com/thehackersnews>) and [LinkedIn](<https://www.linkedin.com/company/thehackernews/>) to read more exclusive content we post.\n", "cvss3": {"exploitabilityScore": 3.9, "cvssV3": {"baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "baseScore": 9.8, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1", "userInteraction": "NONE"}, "impactScore": 5.9}, "published": "2021-08-13T09:46:00", "type": "thn", "title": "Hackers Actively Searching for Unpatched Microsoft Exchange Servers", "bulletinFamily": "info", "cvss2": {"severity": "HIGH", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 10.0, "vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 10.0, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2021-26855", "CVE-2021-26857", "CVE-2021-26858", "CVE-2021-27065", "CVE-2021-31195", "CVE-2021-31196", "CVE-2021-31207", "CVE-2021-33768", "CVE-2021-34473", "CVE-2021-34523"], "modified": "2021-08-13T09:46:09", "id": "THN:FA40708E1565483D14F9A31FC019FCE1", "href": "https://thehackernews.com/2021/08/hackers-actively-searching-for.html", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2022-05-09T12:39:27", "description": "[](<https://thehackernews.com/new-images/img/b/R29vZ2xl/AVvXsEgG4LpJKxqUO2-qxnPcHk7kZshWlpcUJf4apWnuuu8g9A2r0wcvybcwpf7lOoNA63j4bRBhFvjSOcGs6VNIFsmjXTIplZEkjAFtBn3cM6NGJ0rIS2GGGAKNgL2WQIm_-fjXlryklUzygBckkBMBoeHlXhheLR9onLzGHVYPSgJnrJE7GbCsqTLo57hD/s728-e100/hive-ransomware.jpg>)\n\nA recent Hive ransomware attack carried out by an affiliate involved the exploitation of \"ProxyShell\" vulnerabilities in the Microsoft Exchange Server that were disclosed last year to encrypt an unnamed customer's network.\n\n\"The actor managed to achieve its malicious goals and encrypt the environment in less than 72 hours from the initial compromise,\" Varonis security researcher, Nadav Ovadia, [said](<https://www.varonis.com/blog/hive-ransomware-analysis>) in a post-mortem analysis of the incident. \n\nHive, which was [first observed](<https://thehackernews.com/2022/02/master-key-for-hive-ransomware.html>) in June 2021, follows the lucrative ransomware-as-a-service (RaaS) scheme adopted by other cybercriminal groups in recent years, enabling affiliates to deploy the file-encrypting malware after gaining a foothold into their victims' networks.\n\n[ProxyShell](<https://thehackernews.com/2021/08/hackers-actively-searching-for.html>) \u2014 tracked as CVE-2021-31207, CVE-2021-34523, and CVE-2021-34473 \u2014 involves a combination of security feature bypass, privilege escalation, and remote code execution in the Microsoft Exchange Server, effectively granting the attacker the ability to execute arbitrary code on affected servers.\n\nThe issues were addressed by Microsoft as part of its Patch Tuesday updates for April and May 2021.\n\nIn this case, successful exploitation of the flaws allowed the adversary to deploy web shells on the compromised server, using them to run malicious PowerShell code with SYSTEM privileges to create a new backdoor administrator user, hijack the domain admin account, and perform lateral movement.\n\n[](<https://thehackernews.com/new-images/img/b/R29vZ2xl/AVvXsEgbU5YaGjiHhZvFPL5Fqh7rHbVldX6X-unk-Mq6dP0icasfzkogYQnkRDy9ZUNWr3oca2oh6FGdjSzMm5uyXe1DLzwsty4H8hXGZia0azIu3Q24ZyBwemMQXMvu5dpzZQn-9MUl_WWAG5opQBaoXlyg6Esg2eBVWtdYcBrz5l7yZPDtCD1v9nzKF-D8/s728-e100/hive.jpg>)\n\nThe web shells used in the attack are said to have been sourced from a [public git repository](<https://github.com/ThePacketBender/webshells>) and given filenames containing a random mix of characters to evade detection, Ovadia said. Also executed was an additional obfuscated PowerShell script that's part of the Cobalt Strike framework.\n\nFrom there, the threat actor moved to scan the network for valuable files, before proceeding to deploy the Golang ransomware executable (named \"Windows.exe\") to complete the encryption process and display the ransom note to the victim.\n\nOther operations carried out by the malware include deleting shadow copies, turning off security products, and clearing Windows event logs to avoid detection, prevent recovery, and ensure that the encryption happens without any hiccup.\n\nIf anything, the findings are yet another indicator that patching for known vulnerabilities is key to thwarting cyberattacks and other nefarious activities.\n\n\"Ransomware attacks have grown significantly over the past years and remain the preferred method of threat actors aiming to maximize profits,\" Ovadia said. \"It may potentially harm an organization's reputation, disrupt regular operations and lead to temporary, and possibly permanent, loss of sensitive data.\"\n\n \n\n\nFound this article interesting? Follow THN on [Facebook](<https://www.facebook.com/thehackernews>), [Twitter _\uf099_](<https://twitter.com/thehackersnews>) and [LinkedIn](<https://www.linkedin.com/company/thehackernews/>) to read more exclusive content we post.\n", "cvss3": {"exploitabilityScore": 3.9, "cvssV3": {"baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "baseScore": 9.8, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1", "userInteraction": "NONE"}, "impactScore": 5.9}, "published": "2022-04-21T10:00:00", "type": "thn", "title": "New Incident Report Reveals How Hive Ransomware Targets Organizations", "bulletinFamily": "info", "cvss2": {"severity": "HIGH", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 10.0, "vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 10.0, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2021-31207", "CVE-2021-34473", "CVE-2021-34523"], "modified": "2022-04-21T10:00:58", "id": "THN:84E53E1CA489F43A3D68EC1B18D6C2E2", "href": "https://thehackernews.com/2022/04/new-incident-report-reveals-how-hive.html", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2022-05-09T12:37:24", "description": "[](<https://thehackernews.com/new-images/img/a/AVvXsEihM5iYK8V59Az6V_QU4QfgIeRF_0hGVdMPzkolUAVIW-fNuFPicRQP8GVCKVzA_FETzCTUZXWBI67kH6LRZTLGCO5eI9UumwAso17F_kIigeX8Y7Z41AMwAPgq1iysoZkTTX-VU5eO4nCRvjFq57tq6FcnFZd3DBb3A8kWOZ253GJWm-fH0WFE7Fna>)\n\nThe U.S. Cybersecurity and Infrastructure Security Agency is warning of active exploitation attempts that leverage the latest line of \"**ProxyShell**\" Microsoft Exchange vulnerabilities that were patched earlier this May, including deploying LockFile ransomware on compromised systems.\n\nTracked as CVE-2021-34473, CVE-2021-34523, and CVE-2021-31207, the vulnerabilities enable adversaries to bypass ACL controls, elevate privileges on the Exchange PowerShell backend, effectively permitting the attacker to perform unauthenticated, remote code execution. While the former two were addressed by Microsoft on April 13, a patch for CVE-2021-31207 was shipped as part of the Windows maker's May Patch Tuesday updates.\n\n\"An attacker exploiting these vulnerabilities could execute arbitrary code on a vulnerable machine,\" CISA [said](<https://us-cert.cisa.gov/ncas/current-activity/2021/08/21/urgent-protect-against-active-exploitation-proxyshell>).\n\nThe development comes a little over a week after cybersecurity researchers sounded the alarm on [opportunistic scanning and exploitation](<https://thehackernews.com/2021/08/hackers-actively-searching-for.html>) of unpatched Exchange servers by taking advantage of the ProxyShell attack chain.\n\n[](<https://thehackernews.com/new-images/img/a/AVvXsEi9pcvxkZCqcBcriArdPtNn0AWuIafJEeUPlEHsu4z-oKwZf3gzsprTbCyyBAmMBzU-gFoDqTD8zWP4vrlEdDv_w5I3I5iSFyAS8RZ2p_jjRO0sOXbKoN31TMsPPfb0BXXZt8m7aM2SAtTFrkZ3hdSN1FSLaynBoGiYDkl78s_i0T5Kva4eudH21Jzf>) \n--- \nImage Source: [Huntress Labs](<https://www.huntress.com/blog/rapid-response-microsoft-exchange-servers-still-vulnerable-to-proxyshell-exploit>) \n \nOriginally demonstrated at the [Pwn2Own hacking contest](<https://thehackernews.com/2021/04/windows-ubuntu-zoom-safari-ms-exchange.html>) in April this year, ProxyShell is part of a broader trio of exploit chains discovered by DEVCORE security researcher Orange Tsai that includes ProxyLogon and ProxyOracle, the latter of which concerns two remote code execution flaws that could be employed to recover a user's password in plaintext format.\n\n\"They're backdooring boxes with webshells that drop other webshells and also executables that periodically call out,\" researcher Kevin Beaumont [noted](<https://twitter.com/GossiTheDog/status/1425844380376735746>) last week.\n\nNow according to researchers from Huntress Labs, at least [five distinct styles of web shells](<https://www.huntress.com/blog/rapid-response-microsoft-exchange-servers-still-vulnerable-to-proxyshell-exploit>) have been observed as deployed to vulnerable Microsoft Exchange servers, with over over 100 incidents reported related to the exploit between August 17 and 18. Web shells grant the attackers remote access to the compromised servers, but it isn't clear exactly what the goals are or the extent to which all the flaws were used.\n\nMore than 140 web shells have been detected across no fewer than 1,900 unpatched Exchanger servers to date, Huntress Labs CEO Kyle Hanslovan [tweeted](<https://twitter.com/KyleHanslovan/status/1428804893423382532>), adding \"impacted [organizations] thus far include building manufacturing, seafood processors, industrial machinery, auto repair shops, a small residential airport and more.\"\n\n \n\n\nFound this article interesting? Follow THN on [Facebook](<https://www.facebook.com/thehackernews>), [Twitter _\uf099_](<https://twitter.com/thehackersnews>) and [LinkedIn](<https://www.linkedin.com/company/thehackernews/>) to read more exclusive content we post.\n", "cvss3": {"exploitabilityScore": 3.9, "cvssV3": {"baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "baseScore": 9.8, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1", "userInteraction": "NONE"}, "impactScore": 5.9}, "published": "2021-08-22T09:51:00", "type": "thn", "title": "WARNING: Microsoft Exchange Under Attack With ProxyShell Flaws", "bulletinFamily": "info", "cvss2": {"severity": "HIGH", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 10.0, "vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 10.0, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2021-31207", "CVE-2021-34473", "CVE-2021-34523"], "modified": "2021-08-23T13:28:25", "id": "THN:5BE77895D84D1FB816C73BB1661CE8EB", "href": "https://thehackernews.com/2021/08/microsoft-exchange-under-attack-with.html", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2022-05-09T12:37:14", "description": "[](<https://thehackernews.com/new-images/img/a/AVvXsEiQk7skJEo49QfN4ESusan9jBZfTXapDKpnR6CXuJbaNKUBpx7nO684Vj5RRctI8hh09KwyntDYPyeQI-HbWC03E5Uo4ABDXXj3vfb774Dv1G65e03iX30VM0pcCe5hQfxnkW-u1V4gZgZ3L2et_QXqceUwFJfPQDg8aUOWSagSt-l0OGRquNTiLEso>)\n\nA previously undocumented threat actor has been identified as behind a string of attacks targeting fuel, energy, and aviation production industries in Russia, the U.S., India, Nepal, Taiwan, and Japan with the goal of stealing data from compromised networks.\n\nCybersecurity company Positive Technologies dubbed the advanced persistent threat (APT) group ChamelGang \u2014 referring to their chameleellonic capabilities, including disguising \"its malware and network infrastructure under legitimate services of Microsoft, TrendMicro, McAfee, IBM, and Google.\" \n\n\"To achieve their goal, the attackers used a trending penetration method\u2014supply chain,\" the researchers [said](<https://www.ptsecurity.com/ww-en/about/news/positive-technologies-uncovers-new-apt-group-attacking-russia-s-fuel-and-energy-complex-and-aviation-production-industry/>) of one of the incidents investigated by the firm. \"The group compromised a subsidiary and penetrated the target company's network through it. Trusted relationship attacks are rare today due to the complexity of their execution. Using this method [\u2026], the ChamelGang group was able to achieve its goal and steal data from the compromised network.\"\n\nIntrusions mounted by the adversary are believed to have commenced at the end of March 2021, with later attacks in August leveraging what's called the [ProxyShell](<https://thehackernews.com/2021/08/hackers-actively-searching-for.html>) chain of vulnerabilities affecting Microsoft Exchange Servers, the technical details of which were first revealed at the Black Hat USA 2021 security conference earlier that month.\n\n[](<https://thehackernews.com/new-images/img/a/AVvXsEgpU90FEVyvHUv6m3vUITmIj4tJ_Kexp6cw5No4dV8_Po339DpYJtWa0Z-_BTv7hBE9_EkkSjRVlbP2lsM6MxD-x1p1yD_mQOhRoeiBy9vjPZXWBKrrJlJlvEbl4QdL8woMTd4XIY2ZGusd5N0uFaCwXBUiwFnJnXGfU0C-ESawdO8FR9OB4njoQ6oc>)\n\nThe attack in March is also notable for the fact that the operators breached a subsidiary organization to gain access to an unnamed energy company's network by exploiting a flaw in Red Hat JBoss Enterprise Application ([CVE-2017-12149](<https://access.redhat.com/security/cve/CVE-2017-12149>)) to remotely execute commands on the host and deploy malicious payloads that enable the actor to launch the malware with elevated privileges, laterally pivot across the network, and perform reconnaissance, before deploying a backdoor called DoorMe.\n\n\"The infected hosts were controlled by the attackers using the public utility FRP (fast reverse proxy), written in Golang,\" the researchers said. \"This utility allows connecting to a reverse proxy server. The attackers' requests were routed using the socks5 plugin through the server address obtained from the configuration data.\"\n\nOn the other hand, the August attack against a Russian company in the aviation production sector involved the exploitation of ProxyShell flaws (CVE-2021-34473, CVE-2021-34523, and CVE-2021-31207) to drop additional web shells and conduct remote reconnaissance on the compromised node, ultimately leading to the installation of a modified version of the DoorMe implant that comes with expanded capabilities to run arbitrary commands and carry out file operations.\n\n\"Targeting the fuel and energy complex and aviation industry in Russia isn't unique \u2014 this sector is one of the three most frequently attacked,\" Positive Technologies' Head of Threat Analysis, Denis Kuvshinov, said. \"However, the consequences are serious: Most often such attacks lead to financial or data loss\u2014in 84% of all cases last year, the attacks were specifically created to steal data, and that causes major financial and reputational damage.\"\n\n \n\n\nFound this article interesting? Follow THN on [Facebook](<https://www.facebook.com/thehackernews>), [Twitter _\uf099_](<https://twitter.com/thehackersnews>) and [LinkedIn](<https://www.linkedin.com/company/thehackernews/>) to read more exclusive content we post.\n", "cvss3": {"exploitabilityScore": 3.9, "cvssV3": {"baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "baseScore": 9.8, "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0", "userInteraction": "NONE"}, "impactScore": 5.9}, "published": "2021-10-04T12:48:00", "type": "thn", "title": "A New APT Hacking Group Targeting Fuel, Energy, and Aviation Industries", "bulletinFamily": "info", "cvss2": {"severity": "HIGH", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 10.0, "vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 10.0, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2017-12149", "CVE-2021-31207", "CVE-2021-34473", "CVE-2021-34523"], "modified": "2021-10-04T12:48:16", "id": "THN:E95B6A75073DA71CEC73B2E4F0B13622", "href": "https://thehackernews.com/2021/10/a-new-apt-hacking-group-targeting-fuel.html", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2022-10-04T12:04:40", "description": "[](<https://thehackernews.com/new-images/img/b/R29vZ2xl/AVvXsEh6538WifO-pQPlUhACBuUX_jTbrSpW305DDSQv2XtGhWolinz3L4Hgy3yckiql7NJG9L9tFcb9ZFIPr1a1yBf9bvlyuXOAhhxdrgegxaIMeSIxRzX7JFkUbAULNHo8UzppH76EuY77JOotsyc1FYph-TCqk5DAr4GPj--2TvKuoLT8Tucw6ssJeCOa/s728-e100/proxynotshell.jpg>)\n\nNicknamed ProxyNotShell, a new exploit used in the wild takes advantage of the recently published Microsoft Server-Side Request Forgery (SSRF) vulnerability CVE-2022-41040 and a second vulnerability, CVE-2022-41082 that allows Remote Code Execution (RCE) when PowerShell is available to unidentified attackers.\n\nBased on ProxyShell, this new zero-day abuse risk leverage a chained attack similar to the one used in the 2021 ProxyShell attack that exploited the combination of multiple vulnerabilities - CVE-2021-34523, CVE-2021-34473, and CVE-2021-31207 \u2013 to permit a remote actor to execute arbitrary code.\n\nDespite the potential severity of attacks using them, ProxyShell vulnerabilities are still on CISA's list of top 2021 routinely exploited vulnerabilities.\n\n## Meet ProxyNotShell \n\nRecorded on September 19, 2022, CVE-2022-41082 is an attack vector targeting Microsoft's Exchange Servers, enabling attacks of low complexity with low privileges required. Impacted services, if vulnerable, enable an authenticated attacker to compromise the underlying exchange server by leveraging existing exchange PowerShell, which could result in a full compromise.\n\nWith the help of CVE-2022-41040, another Microsoft vulnerability also recorded on September 19, 2022, an attacker can remotely trigger CVE-2022-41082 to remotely execute commands.\n\nThough a user needs to have the privilege to access CVE-2022-41040, which should curtail the vulnerability accessibility to attackers, the required level of privilege is low.\n\nAt the time of writing, Microsoft has not yet issued a patch but recommends that users [add a blocking rule](<https://msrc-blog.microsoft.com/2022/09/29/customer-guidance-for-reported-zero-day-vulnerabilities-in-microsoft-exchange-server/>) as a mitigation measure.\n\nBoth vulnerabilities were uncovered during an active attack against GTSC, a Vietnamese organization called GTSC, granting attackers access to some of their clients. Though neither vulnerability on its own is particularly dangerous, exploits chaining them together could potentially lead to catastrophic breaches.\n\nThe chained vulnerabilities could grant an outsider attacker the ability to read emails directly off an organization's server the ability to breach the organization with CVE-2022-41040 Remote Code Execution and implant malware on the organization's Exchange Server with CVE-2022-41082.\n\nThough it appears that attackers would need some level of authentication to activate the chained vulnerabilities exploit, the exact level of authentication required \u2013 rated \"Low\" by Microsoft \u2013 is not yet clarified. Yet, this required low authentication level should effectively prevent a massive, automated attack targeting every Exchange server around the globe. This hopefully will prevent a replay of the 2021 ProxyShell debacle.\n\nYet, finding a single valid email address/password combination on a given Exchange server should not be overly difficult, and, as this attack bypasses MFA or FIDO token validation to log into Outlook Web Access, a single compromised email address/password combination is all that is needed.\n\n## Mitigating ProxyNotShell Exposure\n\nAt the time of writing, Microsoft has not yet issued a patch but recommends that users [add a blocking rule](<https://msrc-blog.microsoft.com/2022/09/29/customer-guidance-for-reported-zero-day-vulnerabilities-in-microsoft-exchange-server/>) as a mitigation measure of unknown efficacy.\n\nBlocking incoming traffic to Exchange Servers holding critical asserts is also an option, though only practicable if such a measure does not impact vital operations and should ideally be perceived as a temporary measure pending Microsoft's issuance of a verified patch.\n\n## Assessing ProxyNotShell Exposure\n\nAs the current mitigation options are either of unverified efficacy or potentially damaging to the smooth running of operations, evaluating the degree of exposure to ProxyNotShell might prevent taking potentially disruptive unnecessary preventative measures, or indicate which assets to preemptively migrate to unexposed servers.\n\nCymulate Research Lab has developed a [custom-made assessment for ProxyNotShell](<https://cymulate.com/free-trial/>) that enable organizations to estimate exactly their degree of exposure to ProxyNotShell.\n\nA ProxyNotShell attack vector has been added to the advanced scenarios templates, and running it on your environment yields the necessary information to validate exposure \u2013 or lack thereof - to ProxyNotShell.\n\n[](<https://thehackernews.com/new-images/img/b/R29vZ2xl/AVvXsEgOoxz7w2_H46l72-JIWEEozP6gnLHfSQt_wbm1RRkjB0NOn2rBaB0wW4-jBFx4wbMgPAmXZvOdPPwjnUFX2u8zbdJZLSXKMAoft6Skt3EXk_gH1ehXK9DLBpHKouidVH9WE9P1SQs3h-s1VAfGKtHqeXaxkjtGS4lDIItWgmQo1FSLk_6z6fV7ZtQw/s728-e100/222.png>)\n\n[](<https://thehackernews.com/new-images/img/b/R29vZ2xl/AVvXsEiqGWTwc-0vwEKrwSp1s7coId4IRI3KelQKVBG1iXsx0N32996O0Lprr0PA035V1oLkFpdjQ1euXlqcL0le7gsuWoWI9NSCEBW0Nj-OCQZn8ovDyuK-b-MtVYhjKmGIWuZO5IkdqNRBvKSiWttxGP46GmxjlZtpI_FSz2728WiqkvKTOoOJIp0KrjOH/s728-e100/111.png>)\n\nUntil verified patches are available from Microsoft, assessing exposure to ProxyNotShell to evaluate exactly which servers are potential targets is the most cost-efficient way to evaluate exactly which assets are exposed and devise targeted preemptive measures with maximum impact.\n\n_Note: This article is contributed by [Cymulate Research Labs](<https://cymulate.com/>)._\n\n \n\n\nFound this article interesting? Follow THN on [Facebook](<https://www.facebook.com/thehackernews>), [Twitter _\uf099_](<https://twitter.com/thehackersnews>) and [LinkedIn](<https://www.linkedin.com/company/thehackernews/>) to read more exclusive content we post.\n", "cvss3": {"exploitabilityScore": 3.9, "cvssV3": {"baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "baseScore": 9.8, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1", "userInteraction": "NONE"}, "impactScore": 5.9}, "published": "2022-10-04T08:05:00", "type": "thn", "title": "ProxyNotShell \u2013 the New Proxy Hell?", "bulletinFamily": "info", "cvss2": {"severity": "HIGH", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 10.0, "vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 10.0, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2021-31207", "CVE-2021-34473", "CVE-2021-34523", "CVE-2022-41040", "CVE-2022-41082"], "modified": "2022-10-04T10:19:04", "id": "THN:54023E40C0AA4CB15793A39F3AF102AB", "href": "https://thehackernews.com/2022/10/proxynotshell-new-proxy-hell.html", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}], "mskb": [{"lastseen": "2023-05-19T10:51:47", "description": "None\nThis security update rollup resolves vulnerabilities in Microsoft Exchange Server. To learn more about these vulnerabilities, see the following Common Vulnerabilities and Exposures (CVE):\n\n * [CVE-2021-31195 | Microsoft Exchange Server Remote Code Execution Vulnerability](<https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/CVE-2021-31195>)\n * [CVE-2021-31198 | Microsoft Exchange Server Remote Code Execution Vulnerability](<https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/CVE-2021-31198>)\n * [CVE-2021-31207 | Microsoft Exchange Server Security Feature Bypass Vulnerability](<https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/CVE-2021-31207>)\n * [CVE-2021-31209 | Microsoft Exchange Server Spoofing Vulnerability](<https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/CVE-2021-31209>)\n\n## Improvements in this update\n\n * The Exchange Server version number is now added to the HTTP response reply header. You can use this information to validate the security update status of Exchange-based servers in your network.\n\n## Known issues in this update\n\n * **Issue 1** \n \nWhen you try to manually install this security update by double-clicking the update file (.msp) to run it in Normal mode (that is, not as an administrator), some files are not correctly updated.When this issue occurs, you don\u2019t receive an error message or any indication that the security update was not correctly installed. However, Outlook Web Access (OWA) and the Exchange Control Panel (ECP) might stop working. \n \nThis issue occurs on servers that are using User Account Control (UAC). The issue occurs because the security update doesn\u2019t correctly stop certain Exchange-related services.\n\n**Note: **This issue does not occur if you install the update through Microsoft Update.\n\nTo avoid this issue, follow these steps to manually install this security update:\n 1. Select **Start**, and type **cmd**.\n 2. In the results, right-click **Command Prompt**, and then select **Run as administrator**.\n 3. If the **User Account Control** dialog box appears, verify that the default action is the action that you want, and then select **Continue**.\n 4. Type the full path of the .msp file, and then press Enter.\n * **Issue 2** \n \nExchange services might remain in a disabled state after you install this security update. This condition does not indicate that the update is not installed correctly. This condition might occur if the service control scripts experience a problem when they try to return Exchange services to their usual state. \n \nTo fix this issue, use Services Manager to restore the startup type to **Automatic**, and then start the affected Exchange services manually. To avoid this issue, run the security update at an elevated command prompt. For more information about how to open an elevated Command Prompt window, see [Start a Command Prompt as an Administrator](<https://technet.microsoft.com/en-us/library/cc947813\\(v=ws.10\\).aspx>).\n * **Issue 3** \n \nWhen you block third-party cookies in a web browser, you might be continually prompted to trust a particular add-in even though you keep selecting the option to trust it. This issue occurs also in privacy window modes (such as InPrivate mode in Microsoft Edge). This issue occurs because browser restrictions prevent the response from being recorded. To record the response and enable the add-in, you must enable third-party cookies for the domain that's hosting OWA or Office Online Server in the browser settings. To enable this setting, refer to the specific support documentation for the browser.\n * **Issue 4** \n \nWhen you try to request free/busy information for a user in a different forest in a trusted cross-forest topology, the request fails and generates a \"(400) Bad Request\" error message. For more information and workarounds to this issue, see [\"(400) Bad Request\" error during Autodiscover for per-user free/busy in a trusted cross-forest topology](<https://support.microsoft.com/help/5003623>).\n\n## How to get and install the update\n\n### Method 1: Microsoft Update\n\nThis update is available through Windows Update. When you turn on automatic updating, this update will be downloaded and installed automatically. For more information about how to turn on automatic updating, see [Windows Update: FAQ](<https://support.microsoft.com/help/12373/windows-update-faq>).\n\n### Method 2: Microsoft Update Catalog\n\nTo get the standalone package for this update, go to the [Microsoft Update Catalog](<https://www.catalog.update.microsoft.com/Search.aspx?q=KB5003435>) website.\n\n### Method 3: Microsoft Download Center\n\nYou can get the standalone update package through the Microsoft Download Center.\n\n * [Download Security Update For Exchange Server 2019 Cumulative Update 9 (KB5003435)](<https://www.microsoft.com/download/details.aspx?familyid=9536f4a0-838b-40a6-b625-36cd7a6229a1>)\n * [Download Security Update For Exchange Server 2019 Cumulative Update 8 (KB5003435)](<https://www.microsoft.com/download/details.aspx?familyid=0ff8a768-1dfb-4d50-acd4-87f5a1b34e5f>)\n * [Download Security Update For Exchange Server 2016 Cumulative Update 20 (KB5003435)](<https://www.microsoft.com/download/details.aspx?familyid=e8857a66-5eb5-4b0e-b938-07eb17c3af1a>)\n * [Download Security Update For Exchange Server 2016 Cumulative Update 19 (KB5003435)](<https://www.microsoft.com/download/details.aspx?familyid=68b339e9-3040-4da8-8e57-6fd325cfa9ee>)\n * [Download Security Update For Exchange Server 2013 Cumulative Update 23 (KB5003435)](<https://www.microsoft.com/download/details.aspx?familyid=91b8d31b-dcd8-4e3c-a262-8229a0d060d4>)\n\n## More information\n\n### Security update deployment information\n\nFor deployment information about this update, see [security update deployment information: May 11, 2021](<https://support.microsoft.com/help/5001871>).\n\n### Security update replacement information\n\nThis security update replaces the following previously released updates:\n\n * [Description of the security update for Microsoft Exchange Server 2019, 2016, and 2013: April 13, 2021 (KB5001779)](<https://support.microsoft.com/help/5001779>)\n\n## File information\n\n### File hash information\n\nUpdate name| File name| | SHA256 hash \n---|---|---|--- \nExchange Server 2019 Cumulative Update 9| Exchange2019-KB5001779-x64-en.msp| | CB63E0BA69F7CC8E2A90DF6DA8B56BE356070DD8A7F813C17E48225BE7D0C629 \nExchange Server 2019 Cumulative Update 8| Exchange2019-KB5001779-x64-en.msp| | C4FB526397FC3FAE08A305B01E00CCAAD052B9B113BACCADED18926998CF5333 \nExchange Server 2016 Cumulative Update 20| Exchange2016-KB5001779-x64-en.msp| | F885036D62AA80B9A5CCC00AEBF38157887A4C85C74BA6640A2A875E2299B524 \nExchange Server 2016 Cumulative Update 19| Exchange2016-KB5001779-x64-en.msp| | A351E5572CDD528E90E9AE41309466F261B7CD9A0BA6715FB0E265E12FD50450 \nExchange Server 2013 Cumulative Update 23| Exchange2013-KB5001779-x64-en.msp| | 33EBE55A45B6B190410EB8F7D57FEF23246C4A75C6D52D3C176AE47D78800C68 \n \n### Exchange server file information\n\nThe English (United States) version of this update installs files that have the attributes that are listed in the following tables. The dates and times for these files are listed in Coordinated Universal Time (UTC). The dates and times for these files on your local computer are displayed in your local time together with your current daylight-saving time (DST) bias. Additionally, the dates and times may change when you perform certain operations on the files.\n\n### \n\n__\n\nMicrosoft Exchange Server 2019 Cumulative Update 9\n\nFile name| File version| File size| Date| Time| Platform \n---|---|---|---|---|--- \nActivemonitoringeventmsg.dll| 15.2.858.12| 71,048| 27-Apr-21| 13:23| x64 \nActivemonitoringexecutionlibrary.ps1| Not applicable| 29,518| 27-Apr-21| 13:26| Not applicable \nAdduserstopfrecursive.ps1| Not applicable| 14,961| 27-Apr-21| 13:25| Not applicable \nAdemodule.dll| 15.2.858.12| 106,376| 27-Apr-21| 13:25| x64 \nAirfilter.dll| 15.2.858.12| 42,896| 27-Apr-21| 13:23| x64 \nAjaxcontroltoolkit.dll| 15.2.858.12| 92,552| 27-Apr-21| 13:23| x86 \nAntispamcommon.ps1| Not applicable| 13,485| 27-Apr-21| 13:23| Not applicable \nAsdat.msi| Not applicable| 5,087,232| 27-Apr-21| 13:29| Not applicable \nAsentirs.msi| Not applicable| 77,824| 27-Apr-21| 13:29| Not applicable \nAsentsig.msi| Not applicable| 73,728| 27-Apr-21| 13:24| Not applicable \nBigfunnel.bondtypes.dll| 15.2.858.12| 45,448| 27-Apr-21| 13:28| x86 \nBigfunnel.common.dll| 15.2.858.12| 66,440| 27-Apr-21| 13:28| x86 \nBigfunnel.configuration.dll| 15.2.858.12| 118,160| 27-Apr-21| 13:28| x86 \nBigfunnel.entropy.dll| 15.2.858.12| 44,424| 27-Apr-21| 13:28| x86 \nBigfunnel.filter.dll| 15.2.858.12| 54,160| 27-Apr-21| 13:28| x86 \nBigfunnel.indexstream.dll| 15.2.858.12| 68,984| 27-Apr-21| 13:24| x86 \nBigfunnel.neuraltree.dll| Not applicable| 694,136| 27-Apr-21| 13:29| x64 \nBigfunnel.neuraltreeranking.dll| 15.2.858.12| 19,856| 27-Apr-21| 13:28| x86 \nBigfunnel.poi.dll| 15.2.858.12| 245,112| 27-Apr-21| 13:28| x86 \nBigfunnel.postinglist.dll| 15.2.858.12| 189,320| 27-Apr-21| 13:28| x86 \nBigfunnel.query.dll| 15.2.858.12| 101,264| 27-Apr-21| 13:28| x86 \nBigfunnel.ranking.dll| 15.2.858.12| 109,432| 27-Apr-21| 13:28| x86 \nBigfunnel.syntheticdatalib.dll| 15.2.858.12| 3,634,576| 27-Apr-21| 13:24| x86 \nBigfunnel.tracing.dll| 15.2.858.12| 42,872| 27-Apr-21| 13:29| x86 \nBigfunnel.wordbreakers.dll| 15.2.858.12| 46,480| 27-Apr-21| 13:28| x86 \nCafe_airfilter_dll| 15.2.858.12| 42,896| 27-Apr-21| 13:23| x64 \nCafe_exppw_dll| 15.2.858.12| 83,344| 27-Apr-21| 13:23| x64 \nCafe_owaauth_dll| 15.2.858.12| 92,048| 27-Apr-21| 13:23| x64 \nCalcalculation.ps1| Not applicable| 42,109| 27-Apr-21| 13:26| Not applicable \nCheckdatabaseredundancy.ps1| Not applicable| 94,602| 27-Apr-21| 13:23| Not applicable \nChksgfiles.dll| 15.2.858.12| 57,208| 27-Apr-21| 13:28| x64 \nCitsconstants.ps1| Not applicable| 15,801| 27-Apr-21| 13:23| Not applicable \nCitslibrary.ps1| Not applicable| 82,660| 27-Apr-21| 13:23| Not applicable \nCitstypes.ps1| Not applicable| 14,476| 27-Apr-21| 13:23| Not applicable \nClassificationengine_mce| 15.2.858.12| 1,693,072| 27-Apr-21| 13:23| Not applicable \nClusmsg.dll| 15.2.858.12| 134,032| 27-Apr-21| 13:23| x64 \nCoconet.dll| 15.2.858.12| 48,008| 27-Apr-21| 13:24| x64 \nCollectovermetrics.ps1| Not applicable| 81,640| 27-Apr-21| 13:23| Not applicable \nCollectreplicationmetrics.ps1| Not applicable| 41,878| 27-Apr-21| 13:23| Not applicable \nCommonconnectfunctions.ps1| Not applicable| 29,943| 27-Apr-21| 13:24| Not applicable \nComplianceauditservice.exe| 15.2.858.12| 39,816| 27-Apr-21| 13:27| x86 \nConfigureadam.ps1| Not applicable| 22,776| 27-Apr-21| 13:25| Not applicable \nConfigurecaferesponseheaders.ps1| Not applicable| 20,340| 27-Apr-21| 13:26| Not applicable \nConfigurecryptodefaults.ps1| Not applicable| 42,051| 27-Apr-21| 13:28| Not applicable \nConfigurenetworkprotocolparameters.ps1| Not applicable| 19,782| 27-Apr-21| 13:25| Not applicable \nConfiguresmbipsec.ps1| Not applicable| 39,840| 27-Apr-21| 13:25| Not applicable \nConfigure_enterprisepartnerapplication.ps1| Not applicable| 22,315| 27-Apr-21| 13:26| Not applicable \nConnectfunctions.ps1| Not applicable| 37,137| 27-Apr-21| 13:29| Not applicable \nConnect_exchangeserver_help.xml| Not applicable| 30,412| 27-Apr-21| 13:29| Not applicable \nConsoleinitialize.ps1| Not applicable| 24,244| 27-Apr-21| 13:24| Not applicable \nConvertoabvdir.ps1| Not applicable| 20,077| 27-Apr-21| 13:25| Not applicable \nConverttomessagelatency.ps1| Not applicable| 14,544| 27-Apr-21| 13:25| Not applicable \nConvert_distributiongrouptounifiedgroup.ps1| Not applicable| 34,797| 27-Apr-21| 13:25| Not applicable \nCreate_publicfoldermailboxesformigration.ps1| Not applicable| 27,924| 27-Apr-21| 13:25| Not applicable \nCts.14.0.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 506| 27-Apr-21| 13:23| Not applicable \nCts.14.1.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 506| 27-Apr-21| 13:23| Not applicable \nCts.14.2.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 506| 27-Apr-21| 13:23| Not applicable \nCts.14.3.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 506| 27-Apr-21| 13:23| Not applicable \nCts.14.4.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 506| 27-Apr-21| 13:23| Not applicable \nCts.15.0.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 506| 27-Apr-21| 13:23| Not applicable \nCts.15.1.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 506| 27-Apr-21| 13:23| Not applicable \nCts.15.2.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 506| 27-Apr-21| 13:23| Not applicable \nCts.15.20.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 506| 27-Apr-21| 13:23| Not applicable \nCts.8.1.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 506| 27-Apr-21| 13:23| Not applicable \nCts.8.2.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 506| 27-Apr-21| 13:23| Not applicable \nCts.8.3.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 506| 27-Apr-21| 13:23| Not applicable \nCts_exsmime.dll| 15.2.858.12| 380,816| 27-Apr-21| 13:29| x64 \nCts_microsoft.exchange.data.common.dll| 15.2.858.12| 1,686,912| 27-Apr-21| 13:24| x86 \nCts_microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 506| 27-Apr-21| 13:23| Not applicable \nCts_policy.14.0.microsoft.exchange.data.common.dll| 15.2.858.12| 12,688| 27-Apr-21| 13:26| x86 \nCts_policy.14.1.microsoft.exchange.data.common.dll| 15.2.858.12| 12,688| 27-Apr-21| 13:23| x86 \nCts_policy.14.2.microsoft.exchange.data.common.dll| 15.2.858.12| 12,688| 27-Apr-21| 13:23| x86 \nCts_policy.14.3.microsoft.exchange.data.common.dll| 15.2.858.12| 12,688| 27-Apr-21| 13:23| x86 \nCts_policy.14.4.microsoft.exchange.data.common.dll| 15.2.858.12| 12,688| 27-Apr-21| 13:23| x86 \nCts_policy.15.0.microsoft.exchange.data.common.dll| 15.2.858.12| 12,688| 27-Apr-21| 13:27| x86 \nCts_policy.15.1.microsoft.exchange.data.common.dll| 15.2.858.12| 12,688| 27-Apr-21| 13:23| x86 \nCts_policy.15.2.microsoft.exchange.data.common.dll| 15.2.858.12| 12,688| 27-Apr-21| 13:23| x86 \nCts_policy.15.20.microsoft.exchange.data.common.dll| 15.2.858.12| 12,680| 27-Apr-21| 13:23| x86 \nCts_policy.8.0.microsoft.exchange.data.common.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:23| x86 \nCts_policy.8.1.microsoft.exchange.data.common.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:27| x86 \nCts_policy.8.2.microsoft.exchange.data.common.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:23| x86 \nCts_policy.8.3.microsoft.exchange.data.common.dll| 15.2.858.12| 12,688| 27-Apr-21| 13:26| x86 \nDagcommonlibrary.ps1| Not applicable| 60,218| 27-Apr-21| 13:23| Not applicable \nDependentassemblygenerator.exe| 15.2.858.12| 22,408| 27-Apr-21| 13:29| x86 \nDiaghelper.dll| 15.2.858.12| 66,960| 27-Apr-21| 13:25| x86 \nDiagnosticscriptcommonlibrary.ps1| Not applicable| 16,330| 27-Apr-21| 13:23| Not applicable \nDisableinmemorytracing.ps1| Not applicable| 13,374| 27-Apr-21| 13:25| Not applicable \nDisable_antimalwarescanning.ps1| Not applicable| 15,221| 27-Apr-21| 13:27| Not applicable \nDisable_outsidein.ps1| Not applicable| 13,686| 27-Apr-21| 13:26| Not applicable \nDisklockerapi.dll| Not applicable| 22,416| 27-Apr-21| 13:23| x64 \nDlmigrationmodule.psm1| Not applicable| 39,612| 27-Apr-21| 13:25| Not applicable \nDsaccessperf.dll| 15.2.858.12| 45,968| 27-Apr-21| 13:24| x64 \nDscperf.dll| 15.2.858.12| 32,648| 27-Apr-21| 13:25| x64 \nDup_cts_microsoft.exchange.data.common.dll| 15.2.858.12| 1,686,912| 27-Apr-21| 13:24| x86 \nDup_ext_microsoft.exchange.data.transport.dll| 15.2.858.12| 601,464| 27-Apr-21| 13:23| x86 \nEcpperfcounters.xml| Not applicable| 31,160| 27-Apr-21| 13:24| Not applicable \nEdgeextensibility_microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 13:26| Not applicable \nEdgeextensibility_policy.8.0.microsoft.exchange.data.transport.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:27| x86 \nEdgetransport.exe| 15.2.858.12| 49,552| 27-Apr-21| 13:29| x86 \nEext.14.0.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 13:26| Not applicable \nEext.14.1.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 13:26| Not applicable \nEext.14.2.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 13:26| Not applicable \nEext.14.3.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 13:26| Not applicable \nEext.14.4.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 13:26| Not applicable \nEext.15.0.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 13:26| Not applicable \nEext.15.1.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 13:26| Not applicable \nEext.15.2.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 13:26| Not applicable \nEext.15.20.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 13:26| Not applicable \nEext.8.1.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 13:26| Not applicable \nEext.8.2.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 13:26| Not applicable \nEext.8.3.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 13:26| Not applicable \nEext_policy.14.0.microsoft.exchange.data.transport.dll| 15.2.858.12| 12,680| 27-Apr-21| 13:28| x86 \nEext_policy.14.1.microsoft.exchange.data.transport.dll| 15.2.858.12| 12,688| 27-Apr-21| 13:28| x86 \nEext_policy.14.2.microsoft.exchange.data.transport.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:26| x86 \nEext_policy.14.3.microsoft.exchange.data.transport.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:29| x86 \nEext_policy.14.4.microsoft.exchange.data.transport.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:29| x86 \nEext_policy.15.0.microsoft.exchange.data.transport.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:29| x86 \nEext_policy.15.1.microsoft.exchange.data.transport.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:29| x86 \nEext_policy.15.2.microsoft.exchange.data.transport.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:28| x86 \nEext_policy.15.20.microsoft.exchange.data.transport.dll| 15.2.858.12| 13,192| 27-Apr-21| 13:28| x86 \nEext_policy.8.1.microsoft.exchange.data.transport.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:29| x86 \nEext_policy.8.2.microsoft.exchange.data.transport.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:29| x86 \nEext_policy.8.3.microsoft.exchange.data.transport.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:29| x86 \nEnableinmemorytracing.ps1| Not applicable| 13,396| 27-Apr-21| 13:25| Not applicable \nEnable_antimalwarescanning.ps1| Not applicable| 17,595| 27-Apr-21| 13:26| Not applicable \nEnable_basicauthtooauthconverterhttpmodule.ps1| Not applicable| 18,612| 27-Apr-21| 13:25| Not applicable \nEnable_crossforestconnector.ps1| Not applicable| 18,610| 27-Apr-21| 13:25| Not applicable \nEnable_outlookcertificateauthentication.ps1| Not applicable| 22,948| 27-Apr-21| 13:25| Not applicable \nEnable_outsidein.ps1| Not applicable| 13,679| 27-Apr-21| 13:27| Not applicable \nEngineupdateserviceinterfaces.dll| 15.2.858.12| 17,800| 27-Apr-21| 13:25| x86 \nEscprint.dll| 15.2.858.12| 20,344| 27-Apr-21| 13:23| x64 \nEse.dll| 15.2.858.12| 3,741,064| 27-Apr-21| 13:23| x64 \nEseback2.dll| 15.2.858.12| 350,072| 27-Apr-21| 13:23| x64 \nEsebcli2.dll| 15.2.858.12| 318,344| 27-Apr-21| 13:25| x64 \nEseperf.dll| 15.2.858.12| 108,936| 27-Apr-21| 13:25| x64 \nEseutil.exe| 15.2.858.12| 425,344| 27-Apr-21| 13:29| x64 \nEsevss.dll| 15.2.858.12| 44,424| 27-Apr-21| 13:23| x64 \nEtweseproviderresources.dll| 15.2.858.12| 101,264| 27-Apr-21| 13:23| x64 \nEventperf.dll| 15.2.858.12| 59,792| 27-Apr-21| 13:25| x64 \nExchange.depthtwo.types.ps1xml| Not applicable| 40,105| 27-Apr-21| 13:29| Not applicable \nExchange.format.ps1xml| Not applicable| 649,670| 27-Apr-21| 13:29| Not applicable \nExchange.partial.types.ps1xml| Not applicable| 44,335| 27-Apr-21| 13:29| Not applicable \nExchange.ps1| Not applicable| 20,787| 27-Apr-21| 13:28| Not applicable \nExchange.support.format.ps1xml| Not applicable| 26,547| 27-Apr-21| 13:27| Not applicable \nExchange.types.ps1xml| Not applicable| 365,129| 27-Apr-21| 13:28| Not applicable \nExchangeudfcommon.dll| 15.2.858.12| 122,744| 27-Apr-21| 13:28| x86 \nExchangeudfs.dll| 15.2.858.12| 272,776| 27-Apr-21| 13:28| x86 \nExchmem.dll| 15.2.858.12| 86,392| 27-Apr-21| 13:23| x64 \nExchsetupmsg.dll| 15.2.858.12| 19,344| 27-Apr-21| 13:26| x64 \nExdbfailureitemapi.dll| Not applicable| 27,016| 27-Apr-21| 13:23| x64 \nExdbmsg.dll| 15.2.858.12| 230,800| 27-Apr-21| 13:28| x64 \nExeventperfplugin.dll| 15.2.858.12| 25,488| 27-Apr-21| 13:27| x64 \nExmime.dll| 15.2.858.12| 364,944| 27-Apr-21| 13:27| x64 \nExportedgeconfig.ps1| Not applicable| 27,415| 27-Apr-21| 13:25| Not applicable \nExport_mailpublicfoldersformigration.ps1| Not applicable| 18,570| 27-Apr-21| 13:25| Not applicable \nExport_modernpublicfolderstatistics.ps1| Not applicable| 29,238| 27-Apr-21| 13:24| Not applicable \nExport_outlookclassification.ps1| Not applicable| 14,374| 27-Apr-21| 13:26| Not applicable \nExport_publicfolderstatistics.ps1| Not applicable| 23,137| 27-Apr-21| 13:25| Not applicable \nExport_retentiontags.ps1| Not applicable| 17,068| 27-Apr-21| 13:25| Not applicable \nExppw.dll| 15.2.858.12| 83,344| 27-Apr-21| 13:23| x64 \nExprfdll.dll| 15.2.858.12| 26,512| 27-Apr-21| 13:25| x64 \nExrpc32.dll| 15.2.858.12| 2,029,448| 27-Apr-21| 13:23| x64 \nExrw.dll| 15.2.858.12| 28,040| 27-Apr-21| 13:23| x64 \nExsetdata.dll| 15.2.858.12| 2,779,024| 27-Apr-21| 13:24| x64 \nExsetup.exe| 15.2.858.12| 35,208| 27-Apr-21| 13:28| x86 \nExsetupui.exe| 15.2.858.12| 471,952| 27-Apr-21| 13:26| x86 \nExtrace.dll| 15.2.858.12| 245,128| 27-Apr-21| 13:23| x64 \nExt_microsoft.exchange.data.transport.dll| 15.2.858.12| 601,464| 27-Apr-21| 13:23| x86 \nExwatson.dll| 15.2.858.12| 44,920| 27-Apr-21| 13:23| x64 \nFastioext.dll| 15.2.858.12| 60,304| 27-Apr-21| 13:23| x64 \nFil06f84122c94c91a0458cad45c22cce20| Not applicable| 784,631| 27-Apr-21| 13:29| Not applicable \nFil143a7a5d4894478a85eefc89a6539fc8| Not applicable| 1,909,228| 27-Apr-21| 13:29| Not applicable \nFil19f527f284a0bb584915f9994f4885c3| Not applicable| 648,760| 27-Apr-21| 13:29| Not applicable \nFil1a9540363a531e7fb18ffe600cffc3ce| Not applicable| 358,405| 27-Apr-21| 13:29| Not applicable \nFil220d95210c8697448312eee6628c815c| Not applicable| 303,657| 27-Apr-21| 13:28| Not applicable \nFil2cf5a31e239a45fabea48687373b547c| Not applicable| 652,759| 27-Apr-21| 13:28| Not applicable \nFil397f0b1f1d7bd44d6e57e496decea2ec| Not applicable| 784,628| 27-Apr-21| 13:29| Not applicable \nFil3ab126057b34eee68c4fd4b127ff7aee| Not applicable| 784,604| 27-Apr-21| 13:29| Not applicable \nFil41bb2e5743e3bde4ecb1e07a76c5a7a8| Not applicable| 149,154| 27-Apr-21| 13:26| Not applicable \nFil51669bfbda26e56e3a43791df94c1e9c| Not applicable| 9,345| 27-Apr-21| 13:29| Not applicable \nFil558cb84302edfc96e553bcfce2b85286| Not applicable| 85,259| 27-Apr-21| 13:29| Not applicable \nFil55ce217251b77b97a46e914579fc4c64| Not applicable| 648,754| 27-Apr-21| 13:28| Not applicable \nFil5a9e78a51a18d05bc36b5e8b822d43a8| Not applicable| 1,596,145| 27-Apr-21| 13:23| Not applicable \nFil5c7d10e5f1f9ada1e877c9aa087182a9| Not applicable| 1,596,145| 27-Apr-21| 13:23| Not applicable \nFil6569a92c80a1e14949e4282ae2cc699c| Not applicable| 1,596,145| 27-Apr-21| 13:23| Not applicable \nFil6a01daba551306a1e55f0bf6894f4d9f| Not applicable| 648,730| 27-Apr-21| 13:28| Not applicable \nFil8863143ea7cd93a5f197c9fff13686bf| Not applicable| 648,760| 27-Apr-21| 13:29| Not applicable \nFil8a8c76f225c7205db1000e8864c10038| Not applicable| 1,596,145| 27-Apr-21| 13:23| Not applicable \nFil8cd999415d36ba78a3ac16a080c47458| Not applicable| 784,634| 27-Apr-21| 13:28| Not applicable \nFil97913e630ff02079ce9889505a517ec0| Not applicable| 1,596,145| 27-Apr-21| 13:23| Not applicable \nFilaa49badb2892075a28d58d06560f8da2| Not applicable| 785,658| 27-Apr-21| 13:28| Not applicable \nFilae28aeed23ccb4b9b80accc2d43175b5| Not applicable| 648,757| 27-Apr-21| 13:28| Not applicable \nFilb17f496f9d880a684b5c13f6b02d7203| Not applicable| 784,634| 27-Apr-21| 13:29| Not applicable \nFilb94ca32f2654692263a5be009c0fe4ca| Not applicable| 2,564,949| 27-Apr-21| 13:28| Not applicable \nFilbabdc4808eba0c4f18103f12ae955e5c| Not applicable| #########| 27-Apr-21| 13:27| Not applicable \nFilc92cf2bf29bed21bd5555163330a3d07| Not applicable| 652,777| 27-Apr-21| 13:29| Not applicable \nFilcc478d2a8346db20c4e2dc36f3400628| Not applicable| 784,634| 27-Apr-21| 13:28| Not applicable \nFild26cd6b13cfe2ec2a16703819da6d043| Not applicable| 1,596,145| 27-Apr-21| 13:23| Not applicable \nFilf2719f9dc8f7b74df78ad558ad3ee8a6| Not applicable| 785,640| 27-Apr-21| 13:29| Not applicable \nFilfa5378dc76359a55ef20cc34f8a23fee| Not applicable| 1,427,187| 27-Apr-21| 13:27| Not applicable \nFilteringconfigurationcommands.ps1| Not applicable| 18,263| 27-Apr-21| 13:26| Not applicable \nFilteringpowershell.dll| 15.2.858.12| 223,112| 27-Apr-21| 13:25| x86 \nFilteringpowershell.format.ps1xml| Not applicable| 29,648| 27-Apr-21| 13:25| Not applicable \nFiltermodule.dll| 15.2.858.12| 180,112| 27-Apr-21| 13:25| x64 \nFipexeuperfctrresource.dll| 15.2.858.12| 15,224| 27-Apr-21| 13:25| x64 \nFipexeventsresource.dll| 15.2.858.12| 44,944| 27-Apr-21| 13:27| x64 \nFipexperfctrresource.dll| 15.2.858.12| 32,648| 27-Apr-21| 13:25| x64 \nFirewallres.dll| 15.2.858.12| 72,592| 27-Apr-21| 13:25| x64 \nFms.exe| 15.2.858.12| 1,350,008| 27-Apr-21| 13:25| x64 \nForefrontactivedirectoryconnector.exe| 15.2.858.12| 110,992| 27-Apr-21| 13:29| x64 \nFpsdiag.exe| 15.2.858.12| 18,832| 27-Apr-21| 13:25| x86 \nFsccachedfilemanagedlocal.dll| 15.2.858.12| 822,136| 27-Apr-21| 13:25| x64 \nFscconfigsupport.dll| 15.2.858.12| 56,712| 27-Apr-21| 13:26| x86 \nFscconfigurationserver.exe| 15.2.858.12| 430,984| 27-Apr-21| 13:25| x64 \nFscconfigurationserverinterfaces.dll| 15.2.858.12| 15,760| 27-Apr-21| 13:26| x86 \nFsccrypto.dll| 15.2.858.12| 208,784| 27-Apr-21| 13:25| x64 \nFscipcinterfaceslocal.dll| 15.2.858.12| 28,560| 27-Apr-21| 13:25| x86 \nFscipclocal.dll| 15.2.858.12| 38,280| 27-Apr-21| 13:26| x86 \nFscsqmuploader.exe| 15.2.858.12| 453,520| 27-Apr-21| 13:25| x64 \nGetucpool.ps1| Not applicable| 19,799| 27-Apr-21| 13:25| Not applicable \nGetvalidengines.ps1| Not applicable| 13,270| 27-Apr-21| 13:23| Not applicable \nGet_antispamfilteringreport.ps1| Not applicable| 15,789| 27-Apr-21| 13:23| Not applicable \nGet_antispamsclhistogram.ps1| Not applicable| 14,635| 27-Apr-21| 13:23| Not applicable \nGet_antispamtopblockedsenderdomains.ps1| Not applicable| 15,707| 27-Apr-21| 13:23| Not applicable \nGet_antispamtopblockedsenderips.ps1| Not applicable| 14,751| 27-Apr-21| 13:23| Not applicable \nGet_antispamtopblockedsenders.ps1| Not applicable| 15,478| 27-Apr-21| 13:23| Not applicable \nGet_antispamtoprblproviders.ps1| Not applicable| 14,681| 27-Apr-21| 13:23| Not applicable \nGet_antispamtoprecipients.ps1| Not applicable| 14,806| 27-Apr-21| 13:23| Not applicable \nGet_dleligibilitylist.ps1| Not applicable| 42,348| 27-Apr-21| 13:25| Not applicable \nGet_exchangeetwtrace.ps1| Not applicable| 28,959| 27-Apr-21| 13:27| Not applicable \nGet_publicfoldermailboxsize.ps1| Not applicable| 15,038| 27-Apr-21| 13:25| Not applicable \nGet_storetrace.ps1| Not applicable| 51,863| 27-Apr-21| 13:23| Not applicable \nHuffman_xpress.dll| 15.2.858.12| 32,632| 27-Apr-21| 13:23| x64 \nImportedgeconfig.ps1| Not applicable| 77,272| 27-Apr-21| 13:25| Not applicable \nImport_mailpublicfoldersformigration.ps1| Not applicable| 29,488| 27-Apr-21| 13:25| Not applicable \nImport_retentiontags.ps1| Not applicable| 28,850| 27-Apr-21| 13:25| Not applicable \nInproxy.dll| 15.2.858.12| 85,904| 27-Apr-21| 13:29| x64 \nInstallwindowscomponent.ps1| Not applicable| 34,531| 27-Apr-21| 13:27| Not applicable \nInstall_antispamagents.ps1| Not applicable| 17,909| 27-Apr-21| 13:23| Not applicable \nInstall_odatavirtualdirectory.ps1| Not applicable| 17,963| 27-Apr-21| 13:27| Not applicable \nInterop.activeds.dll.4b7767dc_2e20_4d95_861a_4629cbc0cabc| 15.2.858.12| 107,400| 27-Apr-21| 13:23| Not applicable \nInterop.adsiis.dll.4b7767dc_2e20_4d95_861a_4629cbc0cabc| 15.2.858.12| 20,368| 27-Apr-21| 13:24| Not applicable \nInterop.certenroll.dll| 15.2.858.12| 142,736| 27-Apr-21| 13:23| x86 \nInterop.licenseinfointerface.dll| 15.2.858.12| 14,208| 27-Apr-21| 13:25| x86 \nInterop.netfw.dll| 15.2.858.12| 34,184| 27-Apr-21| 13:23| x86 \nInterop.plalibrary.dll| 15.2.858.12| 72,568| 27-Apr-21| 13:23| x86 \nInterop.stdole2.dll.4b7767dc_2e20_4d95_861a_4629cbc0cabc| 15.2.858.12| 27,024| 27-Apr-21| 13:23| Not applicable \nInterop.taskscheduler.dll| 15.2.858.12| 46,456| 27-Apr-21| 13:23| x86 \nInterop.wuapilib.dll| 15.2.858.12| 60,816| 27-Apr-21| 13:27| x86 \nInterop.xenroll.dll| 15.2.858.12| 39,800| 27-Apr-21| 13:23| x86 \nKerbauth.dll| 15.2.858.12| 62,864| 27-Apr-21| 13:23| x64 \nLicenseinfointerface.dll| 15.2.858.12| 643,472| 27-Apr-21| 13:25| x64 \nLpversioning.xml| Not applicable| 20,446| 27-Apr-21| 13:27| Not applicable \nMailboxdatabasereseedusingspares.ps1| Not applicable| 31,916| 27-Apr-21| 13:23| Not applicable \nManagedavailabilitycrimsonmsg.dll| 15.2.858.12| 138,616| 27-Apr-21| 13:24| x64 \nManagedstorediagnosticfunctions.ps1| Not applicable| 126,249| 27-Apr-21| 13:23| Not applicable \nManagescheduledtask.ps1| Not applicable| 36,372| 27-Apr-21| 13:23| Not applicable \nManage_metacachedatabase.ps1| Not applicable| 51,119| 27-Apr-21| 13:27| Not applicable \nMce.dll| 15.2.858.12| 1,693,072| 27-Apr-21| 13:23| x64 \nMeasure_storeusagestatistics.ps1| Not applicable| 29,499| 27-Apr-21| 13:23| Not applicable \nMerge_publicfoldermailbox.ps1| Not applicable| 22,635| 27-Apr-21| 13:25| Not applicable \nMicrosoft.database.isam.dll| 15.2.858.12| 127,880| 27-Apr-21| 13:28| x86 \nMicrosoft.dkm.proxy.dll| 15.2.858.12| 25,992| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.activemonitoring.activemonitoringvariantconfig.dll| 15.2.858.12| 68,472| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.activemonitoring.eventlog.dll| 15.2.858.12| 17,784| 27-Apr-21| 13:24| x64 \nMicrosoft.exchange.addressbook.service.dll| 15.2.858.12| 233,336| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.addressbook.service.eventlog.dll| 15.2.858.12| 15,736| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.airsync.airsyncmsg.dll| 15.2.858.12| 43,408| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.airsync.comon.dll| 15.2.858.12| 1,775,992| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.airsync.dll1| 15.2.858.12| 505,232| 27-Apr-21| 13:26| Not applicable \nMicrosoft.exchange.airsynchandler.dll| 15.2.858.12| 76,176| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.anchorservice.dll| 15.2.858.12| 135,568| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.antispam.eventlog.dll| 15.2.858.12| 23,440| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.antispamupdate.eventlog.dll| 15.2.858.12| 15,744| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.antispamupdatesvc.exe| 15.2.858.12| 27,000| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.approval.applications.dll| 15.2.858.12| 53,624| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.assistants.dll| 15.2.858.12| 925,048| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.assistants.eventlog.dll| 15.2.858.12| 25,992| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.assistants.interfaces.dll| 15.2.858.12| 43,384| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.audit.azureclient.dll| 15.2.858.12| 15,224| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.auditlogsearch.eventlog.dll| 15.2.858.12| 14,728| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.auditlogsearchservicelet.dll| 15.2.858.12| 70,536| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.auditstoragemonitorservicelet.dll| 15.2.858.12| 94,584| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.auditstoragemonitorservicelet.eventlog.dll| 15.2.858.12| 13,192| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.authadmin.eventlog.dll| 15.2.858.12| 15,760| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.authadminservicelet.dll| 15.2.858.12| 36,736| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.authservicehostservicelet.dll| 15.2.858.12| 15,752| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.autodiscover.configuration.dll| 15.2.858.12| 79,736| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.autodiscover.dll| 15.2.858.12| 396,152| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.autodiscover.eventlogs.dll| 15.2.858.12| 21,368| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.autodiscoverv2.dll| 15.2.858.12| 57,216| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.bandwidthmonitorservicelet.dll| 15.2.858.12| 14,736| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.batchservice.dll| 15.2.858.12| 35,704| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.cabutility.dll| 15.2.858.12| 276,360| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.certificatedeployment.eventlog.dll| 15.2.858.12| 16,264| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.certificatedeploymentservicelet.dll| 15.2.858.12| 26,000| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.certificatenotification.eventlog.dll| 15.2.858.12| 13,696| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.certificatenotificationservicelet.dll| 15.2.858.12| 23,432| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.clients.common.dll| 15.2.858.12| 377,728| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.clients.eventlogs.dll| 15.2.858.12| 83,832| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.clients.owa.dll| 15.2.858.12| 2,971,016| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.clients.owa2.server.dll| 15.2.858.12| 5,029,768| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.clients.owa2.servervariantconfiguration.dll| 15.2.858.12| 893,840| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.clients.security.dll| 15.2.858.12| 413,584| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.clients.strings.dll| 15.2.858.12| 924,552| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.cluster.bandwidthmonitor.dll| 15.2.858.12| 31,608| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.cluster.common.dll| 15.2.858.12| 52,096| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.cluster.common.extensions.dll| 15.2.858.12| 21,896| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.cluster.diskmonitor.dll| 15.2.858.12| 33,656| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.cluster.replay.dll| 15.2.858.12| 3,515,272| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.cluster.replicaseeder.dll| 15.2.858.12| 108,416| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.cluster.replicavsswriter.dll| 15.2.858.12| 288,632| 27-Apr-21| 13:27| x64 \nMicrosoft.exchange.cluster.shared.dll| 15.2.858.12| 625,544| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.common.agentconfig.transport.dll| 15.2.858.12| 86,392| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.common.componentconfig.transport.dll| 15.2.858.12| 1,830,288| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.common.directory.adagentservicevariantconfig.dll| 15.2.858.12| 31,632| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.common.directory.directoryvariantconfig.dll| 15.2.858.12| 466,320| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.common.directory.domtvariantconfig.dll| 15.2.858.12| 26,000| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.common.directory.ismemberofresolverconfig.dll| 15.2.858.12| 38,280| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.common.directory.tenantrelocationvariantconfig.dll| 15.2.858.12| 102,792| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.common.directory.topologyservicevariantconfig.dll| 15.2.858.12| 48,528| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.common.diskmanagement.dll| 15.2.858.12| 67,448| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.common.dll| 15.2.858.12| 172,936| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.common.encryption.variantconfig.dll| 15.2.858.12| 113,552| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.common.il.dll| 15.2.858.12| 13,712| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.common.inference.dll| 15.2.858.12| 130,448| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.common.optics.dll| 15.2.858.12| 63,880| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.common.processmanagermsg.dll| 15.2.858.12| 19,856| 27-Apr-21| 13:23| x64 \nMicrosoft.exchange.common.protocols.popimap.dll| 15.2.858.12| 15,248| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.common.search.dll| 15.2.858.12| 108,928| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.common.search.eventlog.dll| 15.2.858.12| 17,784| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.common.smtp.dll| 15.2.858.12| 51,592| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.common.suiteservices.suiteservicesvariantconfig.dll| 15.2.858.12| 36,752| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.common.transport.azure.dll| 15.2.858.12| 27,536| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.common.transport.monitoringconfig.dll| 15.2.858.12| 1,042,320| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.commonmsg.dll| 15.2.858.12| 29,072| 27-Apr-21| 13:24| x64 \nMicrosoft.exchange.compliance.auditlogpumper.messages.dll| 15.2.858.12| 13,176| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.compliance.auditservice.core.dll| 15.2.858.12| 181,136| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.compliance.auditservice.messages.dll| 15.2.858.12| 30,096| 27-Apr-21| 13:26| x64 \nMicrosoft.exchange.compliance.common.dll| 15.2.858.12| 22,408| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.compliance.crimsonevents.dll| 15.2.858.12| 85,880| 27-Apr-21| 13:24| x64 \nMicrosoft.exchange.compliance.dll| 15.2.858.12| 41,352| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.compliance.recordreview.dll| 15.2.858.12| 37,264| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.compliance.supervision.dll| 15.2.858.12| 50,568| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.compliance.taskcreator.dll| 15.2.858.12| 33,168| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.compliance.taskdistributioncommon.dll| 15.2.858.12| 1,100,152| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.compliance.taskdistributionfabric.dll| 15.2.858.12| 206,728| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.compliance.taskplugins.dll| 15.2.858.12| 210,816| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.compression.dll| 15.2.858.12| 17,296| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.configuration.certificateauth.dll| 15.2.858.12| 37,760| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.configuration.certificateauth.eventlog.dll| 15.2.858.12| 14,224| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.configuration.core.dll| 15.2.858.12| 145,808| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.configuration.core.eventlog.dll| 15.2.858.12| 14,224| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.configuration.delegatedauth.dll| 15.2.858.12| 53,112| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.configuration.delegatedauth.eventlog.dll| 15.2.858.12| 15,752| 27-Apr-21| 13:24| x64 \nMicrosoft.exchange.configuration.diagnosticsmodules.dll| 15.2.858.12| 23,432| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.configuration.diagnosticsmodules.eventlog.dll| 15.2.858.12| 13,176| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.configuration.failfast.dll| 15.2.858.12| 54,664| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.configuration.failfast.eventlog.dll| 15.2.858.12| 13,704| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.configuration.objectmodel.dll| 15.2.858.12| 1,846,136| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.configuration.objectmodel.eventlog.dll| 15.2.858.12| 30,096| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.configuration.redirectionmodule.dll| 15.2.858.12| 68,480| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.configuration.redirectionmodule.eventlog.dll| 15.2.858.12| 15,248| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.configuration.remotepowershellbackendcmdletproxymodule.dll| 15.2.858.12| 21,384| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.configuration.remotepowershellbackendcmdletproxymodule.eventlog.dll| 15.2.858.12| 13,200| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.connectiondatacollector.dll| 15.2.858.12| 25,992| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.connections.common.dll| 15.2.858.12| 169,864| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.connections.eas.dll| 15.2.858.12| 330,128| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.connections.imap.dll| 15.2.858.12| 173,968| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.connections.pop.dll| 15.2.858.12| 71,056| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.contentfilter.wrapper.exe| 15.2.858.12| 203,656| 27-Apr-21| 13:24| x64 \nMicrosoft.exchange.context.client.dll| 15.2.858.12| 27,024| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.context.configuration.dll| 15.2.858.12| 51,600| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.context.core.dll| 15.2.858.12| 51,064| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.context.datamodel.dll| 15.2.858.12| 46,984| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.core.strings.dll| 15.2.858.12| 1,093,496| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.core.timezone.dll| 15.2.858.12| 57,224| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.data.applicationlogic.deep.dll| 15.2.858.12| 326,536| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.applicationlogic.dll| 15.2.858.12| 3,356,536| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.applicationlogic.eventlog.dll| 15.2.858.12| 35,720| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.data.applicationlogic.monitoring.ifx.dll| 15.2.858.12| 17,808| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.data.connectors.dll| 15.2.858.12| 165,264| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.consumermailboxprovisioning.dll| 15.2.858.12| 619,384| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.directory.dll| 15.2.858.12| 7,791,496| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.directory.eventlog.dll| 15.2.858.12| 80,272| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.data.dll| 15.2.858.12| 1,790,344| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.groupmailboxaccesslayer.dll| 15.2.858.12| 1,626,488| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.data.ha.dll| 15.2.858.12| 375,176| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.imageanalysis.dll| 15.2.858.12| 105,344| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.mailboxfeatures.dll| 15.2.858.12| 15,736| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.data.mailboxloadbalance.dll| 15.2.858.12| 224,632| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.data.mapi.dll| 15.2.858.12| 186,760| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.metering.contracts.dll| 15.2.858.12| 39,816| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.metering.dll| 15.2.858.12| 119,176| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.msosyncxsd.dll| 15.2.858.12| 968,080| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.notification.dll| 15.2.858.12| 141,176| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.data.personaldataplatform.dll| 15.2.858.12| 769,400| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.data.providers.dll| 15.2.858.12| 139,656| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.provisioning.dll| 15.2.858.12| 56,712| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.rightsmanagement.dll| 15.2.858.12| 453,000| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.data.scheduledtimers.dll| 15.2.858.12| 32,632| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.data.storage.clientstrings.dll| 15.2.858.12| 256,888| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.storage.dll| 15.2.858.12| #########| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.storage.eventlog.dll| 15.2.858.12| 37,752| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.data.storageconfigurationresources.dll| 15.2.858.12| 655,752| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.storeobjects.dll| 15.2.858.12| 175,488| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.data.throttlingservice.client.dll| 15.2.858.12| 36,232| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.data.throttlingservice.client.eventlog.dll| 15.2.858.12| 14,224| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.data.throttlingservice.eventlog.dll| 15.2.858.12| 14,224| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.datacenter.management.activemonitoring.recoveryservice.eventlog.dll| 15.2.858.12| 14,712| 27-Apr-21| 13:24| x64 \nMicrosoft.exchange.datacenterstrings.dll| 15.2.858.12| 72,568| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.delivery.eventlog.dll| 15.2.858.12| 13,200| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.diagnostics.certificatelogger.dll| 15.2.858.12| 22,928| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.diagnostics.dll| 15.2.858.12| 2,213,240| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.diagnostics.dll.deploy| 15.2.858.12| 2,213,240| 27-Apr-21| 13:23| Not applicable \nMicrosoft.exchange.diagnostics.performancelogger.dll| 15.2.858.12| 23,944| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.diagnostics.service.common.dll| 15.2.858.12| 546,696| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.diagnostics.service.eventlog.dll| 15.2.858.12| 215,440| 27-Apr-21| 13:24| x64 \nMicrosoft.exchange.diagnostics.service.exchangejobs.dll| 15.2.858.12| 194,424| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.diagnostics.service.exe| 15.2.858.12| 146,320| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.diagnostics.service.fuseboxperfcounters.dll| 15.2.858.12| 27,528| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.diagnosticsaggregation.eventlog.dll| 15.2.858.12| 13,712| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.diagnosticsaggregationservicelet.dll| 15.2.858.12| 49,552| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.directory.topologyservice.eventlog.dll| 15.2.858.12| 28,040| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.directory.topologyservice.exe| 15.2.858.12| 208,760| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.disklocker.events.dll| 15.2.858.12| 88,976| 27-Apr-21| 13:29| x64 \nMicrosoft.exchange.disklocker.interop.dll| 15.2.858.12| 32,648| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.drumtesting.calendarmigration.dll| 15.2.858.12| 45,944| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.drumtesting.common.dll| 15.2.858.12| 18,808| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.dxstore.dll| 15.2.858.12| 473,488| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.dxstore.ha.events.dll| 15.2.858.12| 206,200| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.dxstore.ha.instance.exe| 15.2.858.12| 36,744| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.eac.flighting.dll| 15.2.858.12| 131,448| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.edgecredentialsvc.exe| 15.2.858.12| 21,904| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.edgesync.common.dll| 15.2.858.12| 148,344| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.edgesync.datacenterproviders.dll| 15.2.858.12| 220,024| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.edgesync.eventlog.dll| 15.2.858.12| 23,944| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.edgesyncsvc.exe| 15.2.858.12| 97,680| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.ediscovery.export.dll| 15.2.858.12| 1,266,056| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.ediscovery.export.dll.deploy| 15.2.858.12| 1,266,056| 27-Apr-21| 13:25| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.application| Not applicable| 16,519| 27-Apr-21| 13:27| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.exe.deploy| 15.2.858.12| 87,440| 27-Apr-21| 13:25| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.manifest| Not applicable| 67,485| 27-Apr-21| 13:25| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.strings.dll.deploy| 15.2.858.12| 52,088| 27-Apr-21| 13:27| Not applicable \nMicrosoft.exchange.ediscovery.mailboxsearch.dll| 15.2.858.12| 291,720| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.birthdaycalendar.dll| 15.2.858.12| 73,080| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.booking.defaultservicesettings.dll| 15.2.858.12| 45,944| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.booking.dll| 15.2.858.12| 218,512| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.entities.booking.management.dll| 15.2.858.12| 78,208| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.bookings.dll| 15.2.858.12| 35,720| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.calendaring.dll| 15.2.858.12| 934,792| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.common.dll| 15.2.858.12| 336,248| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.connectors.dll| 15.2.858.12| 52,624| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.contentsubmissions.dll| 15.2.858.12| 32,144| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.entities.context.dll| 15.2.858.12| 60,792| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.datamodel.dll| 15.2.858.12| 854,400| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.entities.fileproviders.dll| 15.2.858.12| 291,720| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.foldersharing.dll| 15.2.858.12| 39,312| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.holidaycalendars.dll| 15.2.858.12| 76,168| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.entities.insights.dll| 15.2.858.12| 166,776| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.meetinglocation.dll| 15.2.858.12| 1,486,736| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.meetingparticipants.dll| 15.2.858.12| 122,256| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.meetingtimecandidates.dll| 15.2.858.12| #########| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.onlinemeetings.dll| 15.2.858.12| 264,072| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.entities.people.dll| 15.2.858.12| 37,752| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.peopleinsights.dll| 15.2.858.12| 186,760| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.entities.reminders.dll| 15.2.858.12| 64,400| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.entities.schedules.dll| 15.2.858.12| 83,856| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.shellservice.dll| 15.2.858.12| 63,880| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.tasks.dll| 15.2.858.12| 100,232| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entities.xrm.dll| 15.2.858.12| 144,776| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.entityextraction.calendar.dll| 15.2.858.12| 270,216| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.eserepl.common.dll| 15.2.858.12| 15,248| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.eserepl.configuration.dll| 15.2.858.12| 15,760| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.eserepl.dll| 15.2.858.12| 130,424| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.ews.configuration.dll| 15.2.858.12| 254,344| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.exchangecertificate.eventlog.dll| 15.2.858.12| 13,176| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.exchangecertificateservicelet.dll| 15.2.858.12| 37,240| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.extensibility.internal.dll| 15.2.858.12| 640,888| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.extensibility.partner.dll| 15.2.858.12| 37,240| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.federateddirectory.dll| 15.2.858.12| 146,312| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.ffosynclogmsg.dll| 15.2.858.12| 13,192| 27-Apr-21| 13:24| x64 \nMicrosoft.exchange.frontendhttpproxy.dll| 15.2.858.12| 596,368| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.frontendhttpproxy.eventlogs.dll| 15.2.858.12| 14,728| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.frontendtransport.monitoring.dll| 15.2.858.12| 30,096| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.griffin.variantconfiguration.dll| 15.2.858.12| 99,704| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.hathirdpartyreplication.dll| 15.2.858.12| 42,360| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.helpprovider.dll| 15.2.858.12| 40,336| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.httpproxy.addressfinder.dll| 15.2.858.12| 54,160| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.httpproxy.common.dll| 15.2.858.12| 164,240| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.httpproxy.diagnostics.dll| 15.2.858.12| 58,760| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.httpproxy.flighting.dll| 15.2.858.12| 204,168| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.httpproxy.passivemonitor.dll| 15.2.858.12| 17,784| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.httpproxy.proxyassistant.dll| 15.2.858.12| 30,608| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.httpproxy.routerefresher.dll| 15.2.858.12| 38,776| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.httpproxy.routeselector.dll| 15.2.858.12| 48,528| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.httpproxy.routing.dll| 15.2.858.12| 180,624| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.httpredirectmodules.dll| 15.2.858.12| 36,736| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.httputilities.dll| 15.2.858.12| 26,000| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.hygiene.data.dll| 15.2.858.12| 1,868,160| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.hygiene.diagnosisutil.dll| 15.2.858.12| 54,656| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.hygiene.eopinstantprovisioning.dll| 15.2.858.12| 35,728| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.idserialization.dll| 15.2.858.12| 35,728| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.imap4.eventlog.dll| 15.2.858.12| 18,312| 27-Apr-21| 13:24| x64 \nMicrosoft.exchange.imap4.eventlog.dll.fe| 15.2.858.12| 18,312| 27-Apr-21| 13:24| Not applicable \nMicrosoft.exchange.imap4.exe| 15.2.858.12| 263,048| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.imap4.exe.fe| 15.2.858.12| 263,048| 27-Apr-21| 13:24| Not applicable \nMicrosoft.exchange.imap4service.exe| 15.2.858.12| 24,952| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.imap4service.exe.fe| 15.2.858.12| 24,952| 27-Apr-21| 13:24| Not applicable \nMicrosoft.exchange.imapconfiguration.dl1| 15.2.858.12| 53,136| 27-Apr-21| 13:23| Not applicable \nMicrosoft.exchange.inference.common.dll| 15.2.858.12| 216,952| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.inference.hashtagsrelevance.dll| 15.2.858.12| 32,144| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.inference.peoplerelevance.dll| 15.2.858.12| 281,976| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.inference.ranking.dll| 15.2.858.12| 18,808| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.inference.safetylibrary.dll| 15.2.858.12| 83,856| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.inference.service.eventlog.dll| 15.2.858.12| 15,248| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.infoworker.assistantsclientresources.dll| 15.2.858.12| 94,072| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.infoworker.common.dll| 15.2.858.12| 1,840,512| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.infoworker.eventlog.dll| 15.2.858.12| 71,544| 27-Apr-21| 13:24| x64 \nMicrosoft.exchange.infoworker.meetingvalidator.dll| 15.2.858.12| 175,496| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.instantmessaging.dll| 15.2.858.12| 45,960| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.irm.formprotector.dll| 15.2.858.12| 159,608| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.irm.msoprotector.dll| 15.2.858.12| 51,064| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.irm.ofcprotector.dll| 15.2.858.12| 45,968| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.isam.databasemanager.dll| 15.2.858.12| 32,120| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.isam.esebcli.dll| 15.2.858.12| 100,216| 27-Apr-21| 13:29| x64 \nMicrosoft.exchange.jobqueue.eventlog.dll| 15.2.858.12| 13,200| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.jobqueueservicelet.dll| 15.2.858.12| 271,224| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.killswitch.dll| 15.2.858.12| 22,416| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.killswitchconfiguration.dll| 15.2.858.12| 33,680| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.loganalyzer.analyzers.auditing.dll| 15.2.858.12| 18,296| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.analyzers.certificatelog.dll| 15.2.858.12| 15,224| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.analyzers.cmdletinfralog.dll| 15.2.858.12| 27,512| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.analyzers.easlog.dll| 15.2.858.12| 30,584| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.analyzers.ecplog.dll| 15.2.858.12| 22,392| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.analyzers.eventlog.dll| 15.2.858.12| 66,424| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.analyzers.ewslog.dll| 15.2.858.12| 29,576| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.loganalyzer.analyzers.griffinperfcounter.dll| 15.2.858.12| 19,832| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.analyzers.groupescalationlog.dll| 15.2.858.12| 20,344| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.analyzers.httpproxylog.dll| 15.2.858.12| 19,320| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.analyzers.hxservicelog.dll| 15.2.858.12| 34,192| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.analyzers.iislog.dll| 15.2.858.12| 103,824| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.analyzers.lameventlog.dll| 15.2.858.12| 31,608| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.analyzers.migrationlog.dll| 15.2.858.12| 15,736| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.analyzers.oabdownloadlog.dll| 15.2.858.12| 20,856| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.analyzers.oauthcafelog.dll| 15.2.858.12| 16,272| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.analyzers.outlookservicelog.dll| 15.2.858.12| 49,016| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.analyzers.owaclientlog.dll| 15.2.858.12| 44,408| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.analyzers.owalog.dll| 15.2.858.12| 38,264| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.analyzers.perflog.dll| 15.2.858.12| #########| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.analyzers.pfassistantlog.dll| 15.2.858.12| 29,048| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.analyzers.rca.dll| 15.2.858.12| 21,392| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.analyzers.restlog.dll| 15.2.858.12| 24,456| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.analyzers.store.dll| 15.2.858.12| 15,224| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.analyzers.transportsynchealthlog.dll| 15.2.858.12| 21,904| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.core.dll| 15.2.858.12| 89,472| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.extensions.auditing.dll| 15.2.858.12| 20,872| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.extensions.certificatelog.dll| 15.2.858.12| 26,512| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.extensions.cmdletinfralog.dll| 15.2.858.12| 21,392| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.extensions.common.dll| 15.2.858.12| 28,040| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.extensions.easlog.dll| 15.2.858.12| 28,560| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.loganalyzer.extensions.errordetection.dll| 15.2.858.12| 36,240| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.extensions.ewslog.dll| 15.2.858.12| 16,776| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.extensions.griffinperfcounter.dll| 15.2.858.12| 19,832| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.extensions.groupescalationlog.dll| 15.2.858.12| 15,224| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.extensions.httpproxylog.dll| 15.2.858.12| 17,296| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.extensions.hxservicelog.dll| 15.2.858.12| 19,848| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.extensions.iislog.dll| 15.2.858.12| 57,224| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.extensions.migrationlog.dll| 15.2.858.12| 17,792| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.extensions.oabdownloadlog.dll| 15.2.858.12| 18,824| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.extensions.oauthcafelog.dll| 15.2.858.12| 16,272| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.extensions.outlookservicelog.dll| 15.2.858.12| 17,800| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.extensions.owaclientlog.dll| 15.2.858.12| 15,224| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.extensions.owalog.dll| 15.2.858.12| 15,248| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.extensions.perflog.dll| 15.2.858.12| 52,616| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.extensions.pfassistantlog.dll| 15.2.858.12| 18,320| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.extensions.rca.dll| 15.2.858.12| 34,184| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.extensions.restlog.dll| 15.2.858.12| 17,288| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loganalyzer.extensions.store.dll| 15.2.858.12| 18,824| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.loganalyzer.extensions.transportsynchealthlog.dll| 15.2.858.12| 43,384| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.loguploader.dll| 15.2.858.12| 165,256| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.loguploaderproxy.dll| 15.2.858.12| 54,672| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.mailboxassistants.assistants.dll| 15.2.858.12| 9,057,144| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.mailboxassistants.attachmentthumbnail.dll| 15.2.858.12| 33,168| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.mailboxassistants.common.dll| 15.2.858.12| 124,296| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.mailboxassistants.crimsonevents.dll| 15.2.858.12| 82,832| 27-Apr-21| 13:27| x64 \nMicrosoft.exchange.mailboxassistants.eventlog.dll| 15.2.858.12| 14,224| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.mailboxassistants.rightsmanagement.dll| 15.2.858.12| 30,096| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.mailboxloadbalance.dll| 15.2.858.12| 661,384| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.mailboxloadbalance.serverstrings.dll| 15.2.858.12| 63,352| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.mailboxreplicationservice.calendarsyncprovider.dll| 15.2.858.12| 175,480| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.mailboxreplicationservice.common.dll| 15.2.858.12| 2,791,800| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.mailboxreplicationservice.complianceprovider.dll| 15.2.858.12| 53,112| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.mailboxreplicationservice.contactsyncprovider.dll| 15.2.858.12| 151,928| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.mailboxreplicationservice.dll| 15.2.858.12| 966,536| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.mailboxreplicationservice.easprovider.dll| 15.2.858.12| 185,208| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.mailboxreplicationservice.eventlog.dll| 15.2.858.12| 31,608| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.mailboxreplicationservice.googledocprovider.dll| 15.2.858.12| 39,824| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.mailboxreplicationservice.imapprovider.dll| 15.2.858.12| 105,848| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.mailboxreplicationservice.mapiprovider.dll| 15.2.858.12| 95,096| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.mailboxreplicationservice.popprovider.dll| 15.2.858.12| 43,384| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.mailboxreplicationservice.proxyclient.dll| 15.2.858.12| 18,808| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.mailboxreplicationservice.proxyservice.dll| 15.2.858.12| 172,920| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.mailboxreplicationservice.pstprovider.dll| 15.2.858.12| 102,776| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.mailboxreplicationservice.remoteprovider.dll| 15.2.858.12| 98,680| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.mailboxreplicationservice.storageprovider.dll| 15.2.858.12| 188,792| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.mailboxreplicationservice.syncprovider.dll| 15.2.858.12| 43,408| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.mailboxreplicationservice.xml.dll| 15.2.858.12| 447,368| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.mailboxreplicationservice.xrmprovider.dll| 15.2.858.12| 90,000| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.mailboxtransport.monitoring.dll| 15.2.858.12| 107,920| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.mailboxtransport.storedriveragents.dll| 15.2.858.12| 371,080| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.mailboxtransport.storedrivercommon.dll| 15.2.858.12| 193,928| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.mailboxtransport.storedriverdelivery.dll| 15.2.858.12| 552,328| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.mailboxtransport.storedriverdelivery.eventlog.dll| 15.2.858.12| 16,256| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.mailboxtransport.submission.eventlog.dll| 15.2.858.12| 15,760| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.mailboxtransport.submission.storedriversubmission.dll| 15.2.858.12| 321,400| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.mailboxtransport.submission.storedriversubmission.eventlog.dll| 15.2.858.12| 17,808| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.mailboxtransport.syncdelivery.dll| 15.2.858.12| 45,456| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.mailboxtransportwatchdogservicelet.dll| 15.2.858.12| 18,296| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.mailboxtransportwatchdogservicelet.eventlog.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:24| x64 \nMicrosoft.exchange.managedlexruntime.mppgruntime.dll| 15.2.858.12| 20,880| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.management.activedirectory.dll| 15.2.858.12| 415,104| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.management.classificationdefinitions.dll| 15.2.858.12| 1,269,648| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.management.compliancepolicy.dll| 15.2.858.12| 39,304| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.management.controlpanel.basics.dll| 15.2.858.12| 433,528| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.management.controlpanel.dll| 15.2.858.12| 4,566,392| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.management.controlpanel.owaoptionstrings.dll| 15.2.858.12| 260,984| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.management.controlpanelmsg.dll| 15.2.858.12| 33,656| 27-Apr-21| 13:23| x64 \nMicrosoft.exchange.management.deployment.analysis.dll| 15.2.858.12| 94,080| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.management.deployment.dll| 15.2.858.12| 586,128| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.management.deployment.xml.dll| 15.2.858.12| 3,543,432| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.management.detailstemplates.dll| 15.2.858.12| 67,960| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.management.dll| 15.2.858.12| #########| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.management.edge.systemmanager.dll| 15.2.858.12| 58,768| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.management.infrastructure.asynchronoustask.dll| 15.2.858.12| 23,944| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.management.jitprovisioning.dll| 15.2.858.12| 101,768| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.management.migration.dll| 15.2.858.12| 544,120| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.management.mobility.dll| 15.2.858.12| 305,016| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.management.nativeresources.dll| 15.2.858.12| 273,800| 27-Apr-21| 13:29| x64 \nMicrosoft.exchange.management.powershell.support.dll| 15.2.858.12| 418,704| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.management.provisioning.dll| 15.2.858.12| 275,856| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.management.psdirectinvoke.dll| 15.2.858.12| 70,536| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.management.rbacdefinition.dll| 15.2.858.12| 7,873,936| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.management.recipient.dll| 15.2.858.12| 1,501,560| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.management.snapin.esm.dll| 15.2.858.12| 71,568| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.management.systemmanager.dll| 15.2.858.12| 1,249,144| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.management.transport.dll| 15.2.858.12| 1,876,360| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.managementgui.dll| 15.2.858.12| 5,366,672| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.managementmsg.dll| 15.2.858.12| 36,240| 27-Apr-21| 13:29| x64 \nMicrosoft.exchange.mapihttpclient.dll| 15.2.858.12| 117,640| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.mapihttphandler.dll| 15.2.858.12| 209,808| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.messagesecurity.dll| 15.2.858.12| 79,744| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.messagesecurity.messagesecuritymsg.dll| 15.2.858.12| 17,296| 27-Apr-21| 13:27| x64 \nMicrosoft.exchange.messagingpolicies.dlppolicyagent.dll| 15.2.858.12| 156,032| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.messagingpolicies.edgeagents.dll| 15.2.858.12| 65,936| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.messagingpolicies.eventlog.dll| 15.2.858.12| 30,584| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.messagingpolicies.filtering.dll| 15.2.858.12| 58,248| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.messagingpolicies.hygienerules.dll| 15.2.858.12| 29,584| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.messagingpolicies.journalagent.dll| 15.2.858.12| 175,488| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.messagingpolicies.redirectionagent.dll| 15.2.858.12| 28,536| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.messagingpolicies.retentionpolicyagent.dll| 15.2.858.12| 75,128| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.messagingpolicies.rmsvcagent.dll| 15.2.858.12| 207,240| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.messagingpolicies.rules.dll| 15.2.858.12| 440,712| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.messagingpolicies.supervisoryreviewagent.dll| 15.2.858.12| 83,320| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.messagingpolicies.transportruleagent.dll| 15.2.858.12| 35,208| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.messagingpolicies.unifiedpolicycommon.dll| 15.2.858.12| 53,112| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.messagingpolicies.unjournalagent.dll| 15.2.858.12| 96,640| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.migration.dll| 15.2.858.12| 1,110,416| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.migrationworkflowservice.eventlog.dll| 15.2.858.12| 14,736| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.mobiledriver.dll| 15.2.858.12| 135,560| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.monitoring.activemonitoring.local.components.dll| 15.2.858.12| 5,065,072| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.monitoring.servicecontextprovider.dll| 15.2.858.12| 19,840| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.mrsmlbconfiguration.dll| 15.2.858.12| 68,488| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.net.dll| 15.2.858.12| 5,086,088| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.net.rightsmanagement.dll| 15.2.858.12| 265,608| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.networksettings.dll| 15.2.858.12| 37,776| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.notifications.broker.eventlog.dll| 15.2.858.12| 14,216| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.notifications.broker.exe| 15.2.858.12| 549,752| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.oabauthmodule.dll| 15.2.858.12| 22,920| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.oabrequesthandler.dll| 15.2.858.12| 106,376| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.oauth.core.dll| 15.2.858.12| 291,720| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.objectstoreclient.dll| 15.2.858.12| 17,288| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.odata.configuration.dll| 15.2.858.12| 277,880| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.odata.dll| 15.2.858.12| 2,993,552| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.officegraph.common.dll| 15.2.858.12| 90,504| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.officegraph.grain.dll| 15.2.858.12| 101,752| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.officegraph.graincow.dll| 15.2.858.12| 38,264| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.officegraph.graineventbasedassistants.dll| 15.2.858.12| 45,456| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.officegraph.grainpropagationengine.dll| 15.2.858.12| 58,256| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.officegraph.graintransactionstorage.dll| 15.2.858.12| 147,336| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.officegraph.graintransportdeliveryagent.dll| 15.2.858.12| 26,488| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.officegraph.graphstore.dll| 15.2.858.12| 184,184| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.officegraph.permailboxkeys.dll| 15.2.858.12| 26,512| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.officegraph.secondarycopyquotamanagement.dll| 15.2.858.12| 38,264| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.officegraph.secondaryshallowcopylocation.dll| 15.2.858.12| 55,696| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.officegraph.security.dll| 15.2.858.12| 147,344| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.officegraph.semanticgraph.dll| 15.2.858.12| 191,864| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.officegraph.tasklogger.dll| 15.2.858.12| 33,680| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.partitioncache.dll| 15.2.858.12| 28,024| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.passivemonitoringsettings.dll| 15.2.858.12| 32,656| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.photogarbagecollectionservicelet.dll| 15.2.858.12| 15,224| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.pop3.eventlog.dll| 15.2.858.12| 17,272| 27-Apr-21| 13:24| x64 \nMicrosoft.exchange.pop3.eventlog.dll.fe| 15.2.858.12| 17,272| 27-Apr-21| 13:24| Not applicable \nMicrosoft.exchange.pop3.exe| 15.2.858.12| 106,896| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.pop3.exe.fe| 15.2.858.12| 106,896| 27-Apr-21| 13:24| Not applicable \nMicrosoft.exchange.pop3service.exe| 15.2.858.12| 24,952| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.pop3service.exe.fe| 15.2.858.12| 24,952| 27-Apr-21| 13:24| Not applicable \nMicrosoft.exchange.popconfiguration.dl1| 15.2.858.12| 42,896| 27-Apr-21| 13:24| Not applicable \nMicrosoft.exchange.popimap.core.dll| 15.2.858.12| 264,584| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.popimap.core.dll.fe| 15.2.858.12| 264,584| 27-Apr-21| 13:24| Not applicable \nMicrosoft.exchange.powersharp.dll| 15.2.858.12| 358,264| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.powersharp.management.dll| 15.2.858.12| 4,166,544| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.powershell.configuration.dll| 15.2.858.12| 308,624| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.powershell.rbachostingtools.dll| 15.2.858.12| 41,352| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.protectedservicehost.exe| 15.2.858.12| 30,608| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.protocols.fasttransfer.dll| 15.2.858.12| 137,088| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.protocols.mapi.dll| 15.2.858.12| 441,736| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.provisioning.eventlog.dll| 15.2.858.12| 14,200| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.provisioningagent.dll| 15.2.858.12| 224,656| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.provisioningservicelet.dll| 15.2.858.12| 105,848| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.pst.dll| 15.2.858.12| 168,848| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.pst.dll.deploy| 15.2.858.12| 168,848| 27-Apr-21| 13:24| Not applicable \nMicrosoft.exchange.pswsclient.dll| 15.2.858.12| 259,464| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.publicfolders.dll| 15.2.858.12| 72,056| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.pushnotifications.crimsonevents.dll| 15.2.858.12| 215,928| 27-Apr-21| 13:27| x64 \nMicrosoft.exchange.pushnotifications.dll| 15.2.858.12| 106,896| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.pushnotifications.publishers.dll| 15.2.858.12| 425,848| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.pushnotifications.server.dll| 15.2.858.12| 70,536| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.query.analysis.dll| 15.2.858.12| 46,456| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.query.configuration.dll| 15.2.858.12| 215,928| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.query.core.dll| 15.2.858.12| 168,848| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.query.ranking.dll| 15.2.858.12| 343,432| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.query.retrieval.dll| 15.2.858.12| 174,456| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.query.suggestions.dll| 15.2.858.12| 95,120| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.realtimeanalyticspublisherservicelet.dll| 15.2.858.12| 127,368| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.relevance.core.dll| 15.2.858.12| 63,368| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.relevance.data.dll| 15.2.858.12| 36,728| 27-Apr-21| 13:26| x64 \nMicrosoft.exchange.relevance.mailtagger.dll| 15.2.858.12| 17,800| 27-Apr-21| 13:29| x64 \nMicrosoft.exchange.relevance.people.dll| 15.2.858.12| 9,666,960| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.relevance.peopleindex.dll| 15.2.858.12| #########| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.relevance.peopleranker.dll| 15.2.858.12| 36,744| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.relevance.perm.dll| 15.2.858.12| 97,680| 27-Apr-21| 13:29| x64 \nMicrosoft.exchange.relevance.sassuggest.dll| 15.2.858.12| 28,552| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.relevance.upm.dll| 15.2.858.12| 72,072| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.routing.client.dll| 15.2.858.12| 15,752| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.routing.eventlog.dll| 15.2.858.12| 13,200| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.routing.server.exe| 15.2.858.12| 59,280| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.rpc.dll| 15.2.858.12| 1,647,504| 27-Apr-21| 13:23| x64 \nMicrosoft.exchange.rpcclientaccess.dll| 15.2.858.12| 209,808| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.rpcclientaccess.exmonhandler.dll| 15.2.858.12| 60,296| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.rpcclientaccess.handler.dll| 15.2.858.12| 518,008| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.rpcclientaccess.monitoring.dll| 15.2.858.12| 161,160| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.rpcclientaccess.parser.dll| 15.2.858.12| 724,360| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.rpcclientaccess.server.dll| 15.2.858.12| 243,064| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.rpcclientaccess.service.eventlog.dll| 15.2.858.12| 20,880| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.rpcclientaccess.service.exe| 15.2.858.12| 35,192| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.rpchttpmodules.dll| 15.2.858.12| 42,360| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.rpcoverhttpautoconfig.dll| 15.2.858.12| 56,184| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.rpcoverhttpautoconfig.eventlog.dll| 15.2.858.12| 27,528| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.rules.common.dll| 15.2.858.12| 130,440| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.saclwatcher.eventlog.dll| 15.2.858.12| 14,720| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.saclwatcherservicelet.dll| 15.2.858.12| 20,368| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.safehtml.dll| 15.2.858.12| 21,384| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.sandbox.activities.dll| 15.2.858.12| 267,656| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.sandbox.contacts.dll| 15.2.858.12| 110,984| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.sandbox.core.dll| 15.2.858.12| 112,520| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.sandbox.services.dll| 15.2.858.12| 622,456| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.search.bigfunnel.dll| 15.2.858.12| 185,232| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.search.bigfunnel.eventlog.dll| 15.2.858.12| 12,176| 27-Apr-21| 13:27| x64 \nMicrosoft.exchange.search.blingwrapper.dll| 15.2.858.12| 19,336| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.search.core.dll| 15.2.858.12| 211,832| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.search.ediscoveryquery.dll| 15.2.858.12| 17,800| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.search.engine.dll| 15.2.858.12| 97,672| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.search.fast.configuration.dll| 15.2.858.12| 16,760| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.search.fast.dll| 15.2.858.12| 436,600| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.search.files.dll| 15.2.858.12| 274,320| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.search.flighting.dll| 15.2.858.12| 24,976| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.search.mdb.dll| 15.2.858.12| 217,976| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.search.service.exe| 15.2.858.12| 26,512| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.security.applicationencryption.dll| 15.2.858.12| 221,064| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.security.dll| 15.2.858.12| 1,559,440| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.security.msarpsservice.exe| 15.2.858.12| 19,856| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.security.securitymsg.dll| 15.2.858.12| 28,536| 27-Apr-21| 13:23| x64 \nMicrosoft.exchange.server.storage.admininterface.dll| 15.2.858.12| 225,144| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.server.storage.common.dll| 15.2.858.12| 5,151,104| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.server.storage.diagnostics.dll| 15.2.858.12| 214,920| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.server.storage.directoryservices.dll| 15.2.858.12| 115,592| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.server.storage.esebackinterop.dll| 15.2.858.12| 82,808| 27-Apr-21| 13:29| x64 \nMicrosoft.exchange.server.storage.eventlog.dll| 15.2.858.12| 80,784| 27-Apr-21| 13:29| x64 \nMicrosoft.exchange.server.storage.fulltextindex.dll| 15.2.858.12| 66,424| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.server.storage.ha.dll| 15.2.858.12| 81,288| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.server.storage.lazyindexing.dll| 15.2.858.12| 211,832| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.server.storage.logicaldatamodel.dll| 15.2.858.12| 1,341,328| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.server.storage.mapidisp.dll| 15.2.858.12| 511,880| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.server.storage.multimailboxsearch.dll| 15.2.858.12| 47,480| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.server.storage.physicalaccess.dll| 15.2.858.12| 873,872| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.server.storage.propertydefinitions.dll| 15.2.858.12| 1,352,568| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.server.storage.propertytag.dll| 15.2.858.12| 30,608| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.server.storage.rpcproxy.dll| 15.2.858.12| 130,440| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.server.storage.storecommonservices.dll| 15.2.858.12| 1,018,760| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.server.storage.storeintegritycheck.dll| 15.2.858.12| 111,488| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.server.storage.workermanager.dll| 15.2.858.12| 34,704| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.server.storage.xpress.dll| 15.2.858.12| 19,344| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.servicehost.eventlog.dll| 15.2.858.12| 14,712| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.servicehost.exe| 15.2.858.12| 60,808| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.servicelets.globallocatorcache.dll| 15.2.858.12| 50,552| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.servicelets.globallocatorcache.eventlog.dll| 15.2.858.12| 14,200| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.servicelets.unifiedpolicysyncservicelet.eventlog.dll| 15.2.858.12| 14,200| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.services.common.dll| 15.2.858.12| 74,120| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.services.dll| 15.2.858.12| 8,480,144| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.services.eventlogs.dll| 15.2.858.12| 30,072| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.services.ewshandler.dll| 15.2.858.12| 633,744| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.services.ewsserialization.dll| 15.2.858.12| 1,651,088| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.services.json.dll| 15.2.858.12| 296,312| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.services.messaging.dll| 15.2.858.12| 43,408| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.services.onlinemeetings.dll| 15.2.858.12| 233,360| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.services.surface.dll| 15.2.858.12| 178,576| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.services.wcf.dll| 15.2.858.12| 348,536| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.setup.acquirelanguagepack.dll| 15.2.858.12| 56,696| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.setup.bootstrapper.common.dll| 15.2.858.12| 93,048| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.setup.common.dll| 15.2.858.12| 296,312| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.setup.commonbase.dll| 15.2.858.12| 35,720| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.setup.console.dll| 15.2.858.12| 27,024| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.setup.gui.dll| 15.2.858.12| 114,576| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.setup.parser.dll| 15.2.858.12| 53,624| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.setup.signverfwrapper.dll| 15.2.858.12| 75,152| 27-Apr-21| 13:29| x64 \nMicrosoft.exchange.sharedcache.caches.dll| 15.2.858.12| 142,736| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.sharedcache.client.dll| 15.2.858.12| 24,952| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.sharedcache.eventlog.dll| 15.2.858.12| 15,224| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.sharedcache.exe| 15.2.858.12| 58,760| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.sharepointsignalstore.dll| 15.2.858.12| 27,016| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.slabmanifest.dll| 15.2.858.12| 46,992| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.sqm.dll| 15.2.858.12| 46,992| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.store.service.exe| 15.2.858.12| 28,032| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.store.worker.exe| 15.2.858.12| 26,504| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.storeobjectsservice.eventlog.dll| 15.2.858.12| 13,712| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.storeobjectsservice.exe| 15.2.858.12| 31,624| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.storeprovider.dll| 15.2.858.12| 1,205,136| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.structuredquery.dll| 15.2.858.12| 158,584| 27-Apr-21| 13:28| x64 \nMicrosoft.exchange.symphonyhandler.dll| 15.2.858.12| 628,104| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.syncmigration.eventlog.dll| 15.2.858.12| 13,176| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.syncmigrationservicelet.dll| 15.2.858.12| 16,272| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.systemprobemsg.dll| 15.2.858.12| 13,184| 27-Apr-21| 13:23| x64 \nMicrosoft.exchange.textprocessing.dll| 15.2.858.12| 221,584| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.textprocessing.eventlog.dll| 15.2.858.12| 13,712| 27-Apr-21| 13:23| x64 \nMicrosoft.exchange.transport.agent.addressbookpolicyroutingagent.dll| 15.2.858.12| 29,048| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.transport.agent.antispam.common.dll| 15.2.858.12| 138,616| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.transport.agent.contentfilter.cominterop.dll| 15.2.858.12| 21,880| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.transport.agent.controlflow.dll| 15.2.858.12| 40,328| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.transport.agent.faultinjectionagent.dll| 15.2.858.12| 22,920| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.transport.agent.frontendproxyagent.dll| 15.2.858.12| 21,384| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.transport.agent.hygiene.dll| 15.2.858.12| 212,344| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.transport.agent.interceptoragent.dll| 15.2.858.12| 98,696| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.transport.agent.liveidauth.dll| 15.2.858.12| 22,920| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.transport.agent.malware.dll| 15.2.858.12| 169,360| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.transport.agent.malware.eventlog.dll| 15.2.858.12| 18,320| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.transport.agent.phishingdetection.dll| 15.2.858.12| 20,856| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.transport.agent.prioritization.dll| 15.2.858.12| 31,608| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.transport.agent.protocolanalysis.dbaccess.dll| 15.2.858.12| 46,984| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.transport.agent.search.dll| 15.2.858.12| 30,088| 27-Apr-21| 13:25| x86 \nMicrosoft.exchange.transport.agent.senderid.core.dll| 15.2.858.12| 53,112| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.transport.agent.sharedmailboxsentitemsroutingagent.dll| 15.2.858.12| 44,936| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.transport.agent.systemprobedrop.dll| 15.2.858.12| 18,320| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.transport.agent.transportfeatureoverrideagent.dll| 15.2.858.12| 46,456| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.transport.agent.trustedmailagents.dll| 15.2.858.12| 46,456| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.transport.cloudmonitor.common.dll| 15.2.858.12| 28,024| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.transport.common.dll| 15.2.858.12| 457,096| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.transport.contracts.dll| 15.2.858.12| 18,312| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.transport.decisionengine.dll| 15.2.858.12| 30,584| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.transport.dll| 15.2.858.12| 4,183,944| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.transport.dsapiclient.dll| 15.2.858.12| 182,152| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.transport.eventlog.dll| 15.2.858.12| 121,736| 27-Apr-21| 13:23| x64 \nMicrosoft.exchange.transport.extensibility.dll| 15.2.858.12| 403,848| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.transport.extensibilityeventlog.dll| 15.2.858.12| 14,720| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.transport.flighting.dll| 15.2.858.12| 89,992| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.transport.logging.dll| 15.2.858.12| 88,968| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.transport.logging.search.dll| 15.2.858.12| 68,488| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.transport.loggingcommon.dll| 15.2.858.12| 63,368| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.transport.monitoring.dll| 15.2.858.12| 430,472| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.transport.net.dll| 15.2.858.12| 122,256| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.transport.protocols.contracts.dll| 15.2.858.12| 17,800| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.transport.protocols.dll| 15.2.858.12| 29,048| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.transport.protocols.httpsubmission.dll| 15.2.858.12| 60,816| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.transport.requestbroker.dll| 15.2.858.12| 50,040| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.transport.scheduler.contracts.dll| 15.2.858.12| 33,160| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.transport.scheduler.dll| 15.2.858.12| 113,040| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.transport.smtpshared.dll| 15.2.858.12| 18,312| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.transport.storage.contracts.dll| 15.2.858.12| 52,088| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.transport.storage.dll| 15.2.858.12| 675,200| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.transport.storage.management.dll| 15.2.858.12| 23,952| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.transport.sync.agents.dll| 15.2.858.12| 17,800| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.transport.sync.common.dll| 15.2.858.12| 487,288| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.transport.sync.common.eventlog.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:24| x64 \nMicrosoft.exchange.transport.sync.manager.dll| 15.2.858.12| 306,056| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.transport.sync.manager.eventlog.dll| 15.2.858.12| 15,760| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.transport.sync.migrationrpc.dll| 15.2.858.12| 46,456| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.transport.sync.worker.dll| 15.2.858.12| 1,044,352| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.transport.sync.worker.eventlog.dll| 15.2.858.12| 15,224| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.transportlogsearch.eventlog.dll| 15.2.858.12| 18,824| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.transportsyncmanagersvc.exe| 15.2.858.12| 18,808| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.um.troubleshootingtool.shared.dll| 15.2.858.12| 118,648| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.um.umcommon.dll| 15.2.858.12| 924,560| 27-Apr-21| 13:26| x86 \nMicrosoft.exchange.um.umcore.dll| 15.2.858.12| 1,469,320| 27-Apr-21| 13:28| x86 \nMicrosoft.exchange.um.umvariantconfiguration.dll| 15.2.858.12| 32,648| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.unifiedcontent.dll| 15.2.858.12| 41,864| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.unifiedcontent.exchange.dll| 15.2.858.12| 24,968| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.unifiedpolicyfilesync.eventlog.dll| 15.2.858.12| 15,224| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.unifiedpolicyfilesyncservicelet.dll| 15.2.858.12| 83,336| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.unifiedpolicysyncservicelet.dll| 15.2.858.12| 50,040| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.variantconfiguration.antispam.dll| 15.2.858.12| 642,448| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.variantconfiguration.core.dll| 15.2.858.12| 186,248| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.variantconfiguration.dll| 15.2.858.12| 67,464| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.variantconfiguration.eventlog.dll| 15.2.858.12| 12,664| 27-Apr-21| 13:23| x64 \nMicrosoft.exchange.variantconfiguration.excore.dll| 15.2.858.12| 56,712| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.variantconfiguration.globalsettings.dll| 15.2.858.12| 27,528| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.variantconfiguration.hygiene.dll| 15.2.858.12| 120,712| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.variantconfiguration.protectionservice.dll| 15.2.858.12| 31,624| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.variantconfiguration.threatintel.dll| 15.2.858.12| 57,232| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.webservices.auth.dll| 15.2.858.12| 35,704| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.webservices.dll| 15.2.858.12| 1,054,088| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.webservices.xrm.dll| 15.2.858.12| 67,960| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.wlmservicelet.dll| 15.2.858.12| 23,416| 27-Apr-21| 13:29| x86 \nMicrosoft.exchange.wopiclient.dll| 15.2.858.12| 77,192| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.workingset.signalapi.dll| 15.2.858.12| 17,296| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.workingsetabstraction.signalapiabstraction.dll| 15.2.858.12| 29,072| 27-Apr-21| 13:27| x86 \nMicrosoft.exchange.workloadmanagement.dll| 15.2.858.12| 505,224| 27-Apr-21| 13:23| x86 \nMicrosoft.exchange.workloadmanagement.eventlogs.dll| 15.2.858.12| 14,712| 27-Apr-21| 13:25| x64 \nMicrosoft.exchange.workloadmanagement.throttling.configuration.dll| 15.2.858.12| 36,752| 27-Apr-21| 13:24| x86 \nMicrosoft.exchange.workloadmanagement.throttling.dll| 15.2.858.12| 66,448| 27-Apr-21| 13:23| x86 \nMicrosoft.fast.contextlogger.json.dll| 15.2.858.12| 19,344| 27-Apr-21| 13:24| x86 \nMicrosoft.filtering.dll| 15.2.858.12| 113,016| 27-Apr-21| 13:23| x86 \nMicrosoft.filtering.exchange.dll| 15.2.858.12| 57,224| 27-Apr-21| 13:23| x86 \nMicrosoft.filtering.interop.dll| 15.2.858.12| 15,224| 27-Apr-21| 13:24| x86 \nMicrosoft.forefront.activedirectoryconnector.dll| 15.2.858.12| 46,984| 27-Apr-21| 13:26| x86 \nMicrosoft.forefront.activedirectoryconnector.eventlog.dll| 15.2.858.12| 15,752| 27-Apr-21| 13:29| x64 \nMicrosoft.forefront.filtering.common.dll| 15.2.858.12| 23,944| 27-Apr-21| 13:25| x86 \nMicrosoft.forefront.filtering.diagnostics.dll| 15.2.858.12| 22,408| 27-Apr-21| 13:26| x86 \nMicrosoft.forefront.filtering.eventpublisher.dll| 15.2.858.12| 34,704| 27-Apr-21| 13:25| x86 \nMicrosoft.forefront.management.powershell.format.ps1xml| Not applicable| 48,898| 27-Apr-21| 13:23| Not applicable \nMicrosoft.forefront.management.powershell.types.ps1xml| Not applicable| 16,274| 27-Apr-21| 13:23| Not applicable \nMicrosoft.forefront.monitoring.activemonitoring.local.components.dll| 15.2.858.12| 1,517,960| 27-Apr-21| 13:25| x86 \nMicrosoft.forefront.monitoring.activemonitoring.local.components.messages.dll| 15.2.858.12| 13,200| 27-Apr-21| 13:23| x64 \nMicrosoft.forefront.monitoring.management.outsidein.dll| 15.2.858.12| 33,160| 27-Apr-21| 13:23| x86 \nMicrosoft.forefront.recoveryactionarbiter.contract.dll| 15.2.858.12| 18,296| 27-Apr-21| 13:25| x86 \nMicrosoft.forefront.reporting.common.dll| 15.2.858.12| 46,480| 27-Apr-21| 13:23| x86 \nMicrosoft.forefront.reporting.ondemandquery.dll| 15.2.858.12| 50,552| 27-Apr-21| 13:24| x86 \nMicrosoft.isam.esent.collections.dll| 15.2.858.12| 72,568| 27-Apr-21| 13:29| x86 \nMicrosoft.isam.esent.interop.dll| 15.2.858.12| 541,560| 27-Apr-21| 13:25| x86 \nMicrosoft.managementgui.dll| 15.2.858.12| 133,496| 27-Apr-21| 13:29| x86 \nMicrosoft.mce.interop.dll| 15.2.858.12| 24,456| 27-Apr-21| 13:25| x86 \nMicrosoft.office.audit.dll| 15.2.858.12| 124,808| 27-Apr-21| 13:23| x86 \nMicrosoft.office.client.discovery.unifiedexport.dll| 15.2.858.12| 593,288| 27-Apr-21| 13:24| x86 \nMicrosoft.office.common.ipcommonlogger.dll| 15.2.858.12| 42,376| 27-Apr-21| 13:23| x86 \nMicrosoft.office.compliance.console.core.dll| 15.2.858.12| 217,992| 27-Apr-21| 13:23| x86 \nMicrosoft.office.compliance.console.dll| 15.2.858.12| 854,920| 27-Apr-21| 13:23| x86 \nMicrosoft.office.compliance.console.extensions.dll| 15.2.858.12| 485,768| 27-Apr-21| 13:24| x86 \nMicrosoft.office.compliance.core.dll| 15.2.858.12| 413,072| 27-Apr-21| 13:27| x86 \nMicrosoft.office.compliance.ingestion.dll| 15.2.858.12| 36,224| 27-Apr-21| 13:26| x86 \nMicrosoft.office.compliancepolicy.exchange.dar.dll| 15.2.858.12| 84,856| 27-Apr-21| 13:27| x86 \nMicrosoft.office.compliancepolicy.platform.dll| 15.2.858.12| 1,782,136| 27-Apr-21| 13:23| x86 \nMicrosoft.office.datacenter.activemonitoring.management.common.dll| 15.2.858.12| 49,544| 27-Apr-21| 13:24| x86 \nMicrosoft.office.datacenter.activemonitoring.management.dll| 15.2.858.12| 27,528| 27-Apr-21| 13:23| x86 \nMicrosoft.office.datacenter.activemonitoringlocal.dll| 15.2.858.12| 174,968| 27-Apr-21| 13:23| x86 \nMicrosoft.office.datacenter.monitoring.activemonitoring.recovery.dll| 15.2.858.12| 165,752| 27-Apr-21| 13:24| x86 \nMicrosoft.office365.datainsights.uploader.dll| 15.2.858.12| 40,320| 27-Apr-21| 13:23| x86 \nMicrosoft.online.box.shell.dll| 15.2.858.12| 46,456| 27-Apr-21| 13:23| x86 \nMicrosoft.powershell.hostingtools.dll| 15.2.858.12| 67,976| 27-Apr-21| 13:23| x86 \nMicrosoft.powershell.hostingtools_2.dll| 15.2.858.12| 67,976| 27-Apr-21| 13:23| x86 \nMicrosoft.tailoredexperiences.core.dll| 15.2.858.12| 120,184| 27-Apr-21| 13:27| x86 \nMigrateumcustomprompts.ps1| Not applicable| 19,134| 27-Apr-21| 13:26| Not applicable \nModernpublicfoldertomailboxmapgenerator.ps1| Not applicable| 29,064| 27-Apr-21| 13:25| Not applicable \nMovemailbox.ps1| Not applicable| 61,180| 27-Apr-21| 13:25| Not applicable \nMovetransportdatabase.ps1| Not applicable| 30,622| 27-Apr-21| 13:25| Not applicable \nMove_publicfolderbranch.ps1| Not applicable| 17,532| 27-Apr-21| 13:25| Not applicable \nMpgearparser.dll| 15.2.858.12| 99,728| 27-Apr-21| 13:25| x64 \nMsclassificationadapter.dll| 15.2.858.12| 248,696| 27-Apr-21| 13:29| x64 \nMsexchangecompliance.exe| 15.2.858.12| 78,712| 27-Apr-21| 13:24| x86 \nMsexchangedagmgmt.exe| 15.2.858.12| 25,464| 27-Apr-21| 13:28| x86 \nMsexchangedelivery.exe| 15.2.858.12| 38,784| 27-Apr-21| 13:28| x86 \nMsexchangefrontendtransport.exe| 15.2.858.12| 31,608| 27-Apr-21| 13:28| x86 \nMsexchangehmhost.exe| 15.2.858.12| 27,016| 27-Apr-21| 13:23| x86 \nMsexchangehmrecovery.exe| 15.2.858.12| 29,568| 27-Apr-21| 13:23| x86 \nMsexchangemailboxassistants.exe| 15.2.858.12| 72,568| 27-Apr-21| 13:24| x86 \nMsexchangemailboxreplication.exe| 15.2.858.12| 20,856| 27-Apr-21| 13:29| x86 \nMsexchangemigrationworkflow.exe| 15.2.858.12| 68,984| 27-Apr-21| 13:29| x86 \nMsexchangerepl.exe| 15.2.858.12| 71,048| 27-Apr-21| 13:28| x86 \nMsexchangesubmission.exe| 15.2.858.12| 123,280| 27-Apr-21| 13:27| x86 \nMsexchangethrottling.exe| 15.2.858.12| 39,816| 27-Apr-21| 13:29| x86 \nMsexchangetransport.exe| 15.2.858.12| 74,120| 27-Apr-21| 13:28| x86 \nMsexchangetransportlogsearch.exe| 15.2.858.12| 139,128| 27-Apr-21| 13:27| x86 \nMsexchangewatchdog.exe| 15.2.858.12| 55,696| 27-Apr-21| 13:29| x64 \nMspatchlinterop.dll| 15.2.858.12| 53,624| 27-Apr-21| 13:23| x64 \nNativehttpproxy.dll| 15.2.858.12| 91,512| 27-Apr-21| 13:29| x64 \nNavigatorparser.dll| 15.2.858.12| 636,792| 27-Apr-21| 13:25| x64 \nNego2nativeinterface.dll| 15.2.858.12| 19,320| 27-Apr-21| 13:23| x64 \nNegotiateclientcertificatemodule.dll| 15.2.858.12| 30,088| 27-Apr-21| 13:23| x64 \nNewtestcasconnectivityuser.ps1| Not applicable| 19,764| 27-Apr-21| 13:25| Not applicable \nNewtestcasconnectivityuserhosting.ps1| Not applicable| 24,599| 27-Apr-21| 13:25| Not applicable \nNtspxgen.dll| 15.2.858.12| 80,776| 27-Apr-21| 13:23| x64 \nOleconverter.exe| 15.2.858.12| 173,944| 27-Apr-21| 13:28| x64 \nOutsideinmodule.dll| 15.2.858.12| 87,928| 27-Apr-21| 13:25| x64 \nOwaauth.dll| 15.2.858.12| 92,048| 27-Apr-21| 13:23| x64 \nPerf_common_extrace.dll| 15.2.858.12| 245,128| 27-Apr-21| 13:23| x64 \nPerf_exchmem.dll| 15.2.858.12| 86,392| 27-Apr-21| 13:23| x64 \nPipeline2.dll| 15.2.858.12| 1,454,456| 27-Apr-21| 13:26| x64 \nPreparemoverequesthosting.ps1| Not applicable| 70,995| 27-Apr-21| 13:25| Not applicable \nPrepare_moverequest.ps1| Not applicable| 73,249| 27-Apr-21| 13:25| Not applicable \nProductinfo.managed.dll| 15.2.858.12| 27,016| 27-Apr-21| 13:25| x86 \nProxybinclientsstringsdll| 15.2.858.12| 924,552| 27-Apr-21| 13:24| x86 \nPublicfoldertomailboxmapgenerator.ps1| Not applicable| 23,250| 27-Apr-21| 13:25| Not applicable \nQuietexe.exe| 15.2.858.12| 14,728| 27-Apr-21| 13:29| x86 \nRedistributeactivedatabases.ps1| Not applicable| 250,532| 27-Apr-21| 13:23| Not applicable \nReinstalldefaulttransportagents.ps1| Not applicable| 21,639| 27-Apr-21| 13:23| Not applicable \nRemoteexchange.ps1| Not applicable| 23,573| 27-Apr-21| 13:29| Not applicable \nRemoveuserfrompfrecursive.ps1| Not applicable| 14,684| 27-Apr-21| 13:25| Not applicable \nReplaceuserpermissiononpfrecursive.ps1| Not applicable| 15,014| 27-Apr-21| 13:25| Not applicable \nReplaceuserwithuseronpfrecursive.ps1| Not applicable| 15,032| 27-Apr-21| 13:25| Not applicable \nReplaycrimsonmsg.dll| 15.2.858.12| 1,104,784| 27-Apr-21| 13:23| x64 \nResetattachmentfilterentry.ps1| Not applicable| 15,456| 27-Apr-21| 13:23| Not applicable \nResetcasservice.ps1| Not applicable| 21,719| 27-Apr-21| 13:25| Not applicable \nReset_antispamupdates.ps1| Not applicable| 14,085| 27-Apr-21| 13:23| Not applicable \nRestoreserveronprereqfailure.ps1| Not applicable| 15,141| 27-Apr-21| 13:27| Not applicable \nResumemailboxdatabasecopy.ps1| Not applicable| 17,194| 27-Apr-21| 13:23| Not applicable \nRightsmanagementwrapper.dll| 15.2.858.12| 86,408| 27-Apr-21| 13:27| x64 \nRollalternateserviceaccountpassword.ps1| Not applicable| 55,810| 27-Apr-21| 13:25| Not applicable \nRpcperf.dll| 15.2.858.12| 23,440| 27-Apr-21| 13:27| x64 \nRpcproxyshim.dll| 15.2.858.12| 39,288| 27-Apr-21| 13:25| x64 \nRulesauditmsg.dll| 15.2.858.12| 12,688| 27-Apr-21| 13:29| x64 \nSafehtmlnativewrapper.dll| 15.2.858.12| 34,704| 27-Apr-21| 13:29| x64 \nScanenginetest.exe| 15.2.858.12| 956,304| 27-Apr-21| 13:25| x64 \nScanningprocess.exe| 15.2.858.12| 738,696| 27-Apr-21| 13:26| x64 \nSearchdiagnosticinfo.ps1| Not applicable| 16,832| 27-Apr-21| 13:25| Not applicable \nServicecontrol.ps1| Not applicable| 52,329| 27-Apr-21| 13:28| Not applicable \nSetmailpublicfolderexternaladdress.ps1| Not applicable| 20,766| 27-Apr-21| 13:25| Not applicable \nSettingsadapter.dll| 15.2.858.12| 115,576| 27-Apr-21| 13:29| x64 \nSetup.exe| 15.2.858.12| 20,368| 27-Apr-21| 13:29| x86 \nSetupui.exe| 15.2.858.12| 188,304| 27-Apr-21| 13:27| x86 \nSplit_publicfoldermailbox.ps1| Not applicable| 52,209| 27-Apr-21| 13:25| Not applicable \nStartdagservermaintenance.ps1| Not applicable| 27,847| 27-Apr-21| 13:23| Not applicable \nStatisticsutil.dll| 15.2.858.12| 142,224| 27-Apr-21| 13:25| x64 \nStopdagservermaintenance.ps1| Not applicable| 21,133| 27-Apr-21| 13:23| Not applicable \nStoretsconstants.ps1| Not applicable| 15,814| 27-Apr-21| 13:23| Not applicable \nStoretslibrary.ps1| Not applicable| 27,987| 27-Apr-21| 13:23| Not applicable \nStore_mapi_net_bin_perf_x64_exrpcperf.dll| 15.2.858.12| 28,536| 27-Apr-21| 13:26| x64 \nSync_mailpublicfolders.ps1| Not applicable| 43,947| 27-Apr-21| 13:25| Not applicable \nSync_modernmailpublicfolders.ps1| Not applicable| 43,973| 27-Apr-21| 13:25| Not applicable \nTextconversionmodule.dll| 15.2.858.12| 86,416| 27-Apr-21| 13:25| x64 \nTroubleshoot_ci.ps1| Not applicable| 22,727| 27-Apr-21| 13:23| Not applicable \nTroubleshoot_databaselatency.ps1| Not applicable| 33,413| 27-Apr-21| 13:23| Not applicable \nTroubleshoot_databasespace.ps1| Not applicable| 30,013| 27-Apr-21| 13:23| Not applicable \nUninstall_antispamagents.ps1| Not applicable| 15,457| 27-Apr-21| 13:23| Not applicable \nUpdateapppoolmanagedframeworkversion.ps1| Not applicable| 14,042| 27-Apr-21| 13:26| Not applicable \nUpdatecas.ps1| Not applicable| 35,798| 27-Apr-21| 13:27| Not applicable \nUpdateconfigfiles.ps1| Not applicable| 19,742| 27-Apr-21| 13:26| Not applicable \nUpdateserver.exe| 15.2.858.12| 3,014,544| 27-Apr-21| 13:25| x64 \nUpdate_malwarefilteringserver.ps1| Not applicable| 18,176| 27-Apr-21| 13:28| Not applicable \nWeb.config_053c31bdd6824e95b35d61b0a5e7b62d| Not applicable| 31,814| 27-Apr-21| 13:27| Not applicable \nWsbexchange.exe| 15.2.858.12| 125,328| 27-Apr-21| 13:28| x64 \nX400prox.dll| 15.2.858.12| 103,312| 27-Apr-21| 13:24| x64 \n_search.lingoperators.a| 15.2.858.12| 34,696| 27-Apr-21| 13:23| Not applicable \n_search.lingoperators.b| 15.2.858.12| 34,696| 27-Apr-21| 13:23| Not applicable \n_search.mailboxoperators.a| 15.2.858.12| 290,168| 27-Apr-21| 13:23| Not applicable \n_search.mailboxoperators.b| 15.2.858.12| 290,168| 27-Apr-21| 13:23| Not applicable \n_search.operatorschema.a| 15.2.858.12| 485,752| 27-Apr-21| 13:23| Not applicable \n_search.operatorschema.b| 15.2.858.12| 485,752| 27-Apr-21| 13:23| Not applicable \n_search.tokenoperators.a| 15.2.858.12| 113,528| 27-Apr-21| 13:23| Not applicable \n_search.tokenoperators.b| 15.2.858.12| 113,528| 27-Apr-21| 13:23| Not applicable \n_search.transportoperators.a| 15.2.858.12| 67,976| 27-Apr-21| 13:23| Not applicable \n_search.transportoperators.b| 15.2.858.12| 67,976| 27-Apr-21| 13:23| Not applicable \n \n### \n\n__\n\nMicrosoft Exchange Server 2019 Cumulative Update 8\n\nFile name| File version| File size| Date| Time| Platform \n---|---|---|---|---|--- \nActivemonitoringeventmsg.dll| 15.2.792.15| 71,040| 27-Apr-21| 11:33| x64 \nActivemonitoringexecutionlibrary.ps1| Not applicable| 29,538| 27-Apr-21| 11:33| Not applicable \nAdduserstopfrecursive.ps1| Not applicable| 14,941| 27-Apr-21| 11:34| Not applicable \nAdemodule.dll| 15.2.792.15| 106,376| 27-Apr-21| 11:33| x64 \nAirfilter.dll| 15.2.792.15| 42,888| 27-Apr-21| 11:34| x64 \nAjaxcontroltoolkit.dll| 15.2.792.15| 92,560| 27-Apr-21| 11:31| x86 \nAntispamcommon.ps1| Not applicable| 13,481| 27-Apr-21| 11:34| Not applicable \nAsdat.msi| Not applicable| 5,087,232| 27-Apr-21| 11:33| Not applicable \nAsentirs.msi| Not applicable| 77,824| 27-Apr-21| 11:35| Not applicable \nAsentsig.msi| Not applicable| 73,728| 27-Apr-21| 11:35| Not applicable \nBigfunnel.bondtypes.dll| 15.2.792.15| 45,456| 27-Apr-21| 11:33| x86 \nBigfunnel.common.dll| 15.2.792.15| 66,448| 27-Apr-21| 11:32| x86 \nBigfunnel.configuration.dll| 15.2.792.15| 118,144| 27-Apr-21| 11:32| x86 \nBigfunnel.entropy.dll| 15.2.792.15| 44,432| 27-Apr-21| 11:33| x86 \nBigfunnel.filter.dll| 15.2.792.15| 54,152| 27-Apr-21| 11:33| x86 \nBigfunnel.indexstream.dll| 15.2.792.15| 68,984| 27-Apr-21| 11:33| x86 \nBigfunnel.neuraltree.dll| Not applicable| 694,144| 27-Apr-21| 11:33| x64 \nBigfunnel.neuraltreeranking.dll| 15.2.792.15| 19,840| 27-Apr-21| 11:32| x86 \nBigfunnel.poi.dll| 15.2.792.15| 245,112| 27-Apr-21| 11:33| x86 \nBigfunnel.postinglist.dll| 15.2.792.15| 189,328| 27-Apr-21| 11:33| x86 \nBigfunnel.query.dll| 15.2.792.15| 101,264| 27-Apr-21| 11:32| x86 \nBigfunnel.ranking.dll| 15.2.792.15| 109,456| 27-Apr-21| 11:33| x86 \nBigfunnel.syntheticdatalib.dll| 15.2.792.15| 3,634,568| 27-Apr-21| 11:32| x86 \nBigfunnel.tracing.dll| 15.2.792.15| 42,896| 27-Apr-21| 11:32| x86 \nBigfunnel.wordbreakers.dll| 15.2.792.15| 46,472| 27-Apr-21| 11:32| x86 \nCafe_airfilter_dll| 15.2.792.15| 42,888| 27-Apr-21| 11:34| x64 \nCafe_exppw_dll| 15.2.792.15| 83,336| 27-Apr-21| 11:32| x64 \nCafe_owaauth_dll| 15.2.792.15| 92,040| 27-Apr-21| 11:33| x64 \nCalcalculation.ps1| Not applicable| 42,129| 27-Apr-21| 11:32| Not applicable \nCheckdatabaseredundancy.ps1| Not applicable| 94,614| 27-Apr-21| 11:34| Not applicable \nChksgfiles.dll| 15.2.792.15| 57,224| 27-Apr-21| 11:33| x64 \nCitsconstants.ps1| Not applicable| 15,837| 27-Apr-21| 11:34| Not applicable \nCitslibrary.ps1| Not applicable| 82,696| 27-Apr-21| 11:33| Not applicable \nCitstypes.ps1| Not applicable| 14,476| 27-Apr-21| 11:34| Not applicable \nClassificationengine_mce| 15.2.792.15| 1,693,048| 27-Apr-21| 11:34| Not applicable \nClusmsg.dll| 15.2.792.15| 134,024| 27-Apr-21| 11:33| x64 \nCoconet.dll| 15.2.792.15| 48,016| 27-Apr-21| 11:34| x64 \nCollectovermetrics.ps1| Not applicable| 81,636| 27-Apr-21| 11:34| Not applicable \nCollectreplicationmetrics.ps1| Not applicable| 41,882| 27-Apr-21| 11:33| Not applicable \nCommonconnectfunctions.ps1| Not applicable| 29,963| 27-Apr-21| 11:32| Not applicable \nComplianceauditservice.exe| 15.2.792.15| 39,816| 27-Apr-21| 11:32| x86 \nConfigureadam.ps1| Not applicable| 22,796| 27-Apr-21| 11:34| Not applicable \nConfigurecaferesponseheaders.ps1| Not applicable| 20,320| 27-Apr-21| 11:34| Not applicable \nConfigurecryptodefaults.ps1| Not applicable| 42,071| 27-Apr-21| 11:33| Not applicable \nConfigurenetworkprotocolparameters.ps1| Not applicable| 19,802| 27-Apr-21| 11:34| Not applicable \nConfiguresmbipsec.ps1| Not applicable| 39,840| 27-Apr-21| 11:34| Not applicable \nConfigure_enterprisepartnerapplication.ps1| Not applicable| 22,295| 27-Apr-21| 11:33| Not applicable \nConnectfunctions.ps1| Not applicable| 37,121| 27-Apr-21| 11:33| Not applicable \nConnect_exchangeserver_help.xml| Not applicable| 30,388| 27-Apr-21| 11:33| Not applicable \nConsoleinitialize.ps1| Not applicable| 24,244| 27-Apr-21| 11:34| Not applicable \nConvertoabvdir.ps1| Not applicable| 20,065| 27-Apr-21| 11:33| Not applicable \nConverttomessagelatency.ps1| Not applicable| 14,544| 27-Apr-21| 11:34| Not applicable \nConvert_distributiongrouptounifiedgroup.ps1| Not applicable| 34,761| 27-Apr-21| 11:34| Not applicable \nCreate_publicfoldermailboxesformigration.ps1| Not applicable| 27,924| 27-Apr-21| 11:34| Not applicable \nCts.14.0.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 7:41| Not applicable \nCts.14.1.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 7:41| Not applicable \nCts.14.2.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 7:41| Not applicable \nCts.14.3.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 7:41| Not applicable \nCts.14.4.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 7:41| Not applicable \nCts.15.0.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 7:41| Not applicable \nCts.15.1.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 7:41| Not applicable \nCts.15.2.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 7:41| Not applicable \nCts.15.20.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 7:41| Not applicable \nCts.8.1.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 7:41| Not applicable \nCts.8.2.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 7:41| Not applicable \nCts.8.3.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 7:41| Not applicable \nCts_exsmime.dll| 15.2.792.15| 380,792| 27-Apr-21| 11:33| x64 \nCts_microsoft.exchange.data.common.dll| 15.2.792.15| 1,686,416| 27-Apr-21| 11:32| x86 \nCts_microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 509| 27-Apr-21| 7:41| Not applicable \nCts_policy.14.0.microsoft.exchange.data.common.dll| 15.2.792.15| 12,688| 27-Apr-21| 11:33| x86 \nCts_policy.14.1.microsoft.exchange.data.common.dll| 15.2.792.15| 12,664| 27-Apr-21| 11:33| x86 \nCts_policy.14.2.microsoft.exchange.data.common.dll| 15.2.792.15| 12,680| 27-Apr-21| 11:33| x86 \nCts_policy.14.3.microsoft.exchange.data.common.dll| 15.2.792.15| 12,680| 27-Apr-21| 11:33| x86 \nCts_policy.14.4.microsoft.exchange.data.common.dll| 15.2.792.15| 12,664| 27-Apr-21| 11:33| x86 \nCts_policy.15.0.microsoft.exchange.data.common.dll| 15.2.792.15| 12,680| 27-Apr-21| 11:32| x86 \nCts_policy.15.1.microsoft.exchange.data.common.dll| 15.2.792.15| 12,688| 27-Apr-21| 11:33| x86 \nCts_policy.15.2.microsoft.exchange.data.common.dll| 15.2.792.15| 12,680| 27-Apr-21| 11:33| x86 \nCts_policy.15.20.microsoft.exchange.data.common.dll| 15.2.792.15| 12,680| 27-Apr-21| 11:33| x86 \nCts_policy.8.0.microsoft.exchange.data.common.dll| 15.2.792.15| 12,680| 27-Apr-21| 11:33| x86 \nCts_policy.8.1.microsoft.exchange.data.common.dll| 15.2.792.15| 12,688| 27-Apr-21| 11:32| x86 \nCts_policy.8.2.microsoft.exchange.data.common.dll| 15.2.792.15| 12,688| 27-Apr-21| 11:33| x86 \nCts_policy.8.3.microsoft.exchange.data.common.dll| 15.2.792.15| 12,680| 27-Apr-21| 11:31| x86 \nDagcommonlibrary.ps1| Not applicable| 60,238| 27-Apr-21| 11:34| Not applicable \nDependentassemblygenerator.exe| 15.2.792.15| 22,392| 27-Apr-21| 11:33| x86 \nDiaghelper.dll| 15.2.792.15| 66,952| 27-Apr-21| 11:33| x86 \nDiagnosticscriptcommonlibrary.ps1| Not applicable| 16,366| 27-Apr-21| 11:34| Not applicable \nDisableinmemorytracing.ps1| Not applicable| 13,374| 27-Apr-21| 11:34| Not applicable \nDisable_antimalwarescanning.ps1| Not applicable| 15,201| 27-Apr-21| 11:34| Not applicable \nDisable_outsidein.ps1| Not applicable| 13,666| 27-Apr-21| 11:33| Not applicable \nDisklockerapi.dll| Not applicable| 22,408| 27-Apr-21| 11:33| x64 \nDlmigrationmodule.psm1| Not applicable| 39,592| 27-Apr-21| 11:34| Not applicable \nDsaccessperf.dll| 15.2.792.15| 45,960| 27-Apr-21| 11:33| x64 \nDscperf.dll| 15.2.792.15| 32,648| 27-Apr-21| 11:36| x64 \nDup_cts_microsoft.exchange.data.common.dll| 15.2.792.15| 1,686,416| 27-Apr-21| 11:32| x86 \nDup_ext_microsoft.exchange.data.transport.dll| 15.2.792.15| 601,488| 27-Apr-21| 11:33| x86 \nEcpperfcounters.xml| Not applicable| 31,180| 27-Apr-21| 11:35| Not applicable \nEdgeextensibility_microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 512| 27-Apr-21| 7:41| Not applicable \nEdgeextensibility_policy.8.0.microsoft.exchange.data.transport.dll| 15.2.792.15| 12,664| 27-Apr-21| 11:32| x86 \nEdgetransport.exe| 15.2.792.15| 49,528| 27-Apr-21| 11:33| x86 \nEext.14.0.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 512| 27-Apr-21| 7:41| Not applicable \nEext.14.1.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 512| 27-Apr-21| 7:41| Not applicable \nEext.14.2.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 512| 27-Apr-21| 7:41| Not applicable \nEext.14.3.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 512| 27-Apr-21| 7:41| Not applicable \nEext.14.4.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 512| 27-Apr-21| 7:41| Not applicable \nEext.15.0.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 512| 27-Apr-21| 7:41| Not applicable \nEext.15.1.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 512| 27-Apr-21| 7:41| Not applicable \nEext.15.2.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 512| 27-Apr-21| 7:41| Not applicable \nEext.15.20.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 512| 27-Apr-21| 7:41| Not applicable \nEext.8.1.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 512| 27-Apr-21| 7:41| Not applicable \nEext.8.2.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 512| 27-Apr-21| 7:41| Not applicable \nEext.8.3.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 512| 27-Apr-21| 7:41| Not applicable \nEext_policy.14.0.microsoft.exchange.data.transport.dll| 15.2.792.15| 12,672| 27-Apr-21| 11:33| x86 \nEext_policy.14.1.microsoft.exchange.data.transport.dll| 15.2.792.15| 12,688| 27-Apr-21| 11:34| x86 \nEext_policy.14.2.microsoft.exchange.data.transport.dll| 15.2.792.15| 12,680| 27-Apr-21| 11:33| x86 \nEext_policy.14.3.microsoft.exchange.data.transport.dll| 15.2.792.15| 12,680| 27-Apr-21| 11:34| x86 \nEext_policy.14.4.microsoft.exchange.data.transport.dll| 15.2.792.15| 12,672| 27-Apr-21| 11:33| x86 \nEext_policy.15.0.microsoft.exchange.data.transport.dll| 15.2.792.15| 12,672| 27-Apr-21| 11:32| x86 \nEext_policy.15.1.microsoft.exchange.data.transport.dll| 15.2.792.15| 12,688| 27-Apr-21| 11:34| x86 \nEext_policy.15.2.microsoft.exchange.data.transport.dll| 15.2.792.15| 12,688| 27-Apr-21| 11:34| x86 \nEext_policy.15.20.microsoft.exchange.data.transport.dll| 15.2.792.15| 13,192| 27-Apr-21| 11:33| x86 \nEext_policy.8.1.microsoft.exchange.data.transport.dll| 15.2.792.15| 12,664| 27-Apr-21| 11:33| x86 \nEext_policy.8.2.microsoft.exchange.data.transport.dll| 15.2.792.15| 12,680| 27-Apr-21| 11:33| x86 \nEext_policy.8.3.microsoft.exchange.data.transport.dll| 15.2.792.15| 12,672| 27-Apr-21| 11:33| x86 \nEnableinmemorytracing.ps1| Not applicable| 13,376| 27-Apr-21| 11:33| Not applicable \nEnable_antimalwarescanning.ps1| Not applicable| 17,559| 27-Apr-21| 11:34| Not applicable \nEnable_basicauthtooauthconverterhttpmodule.ps1| Not applicable| 18,600| 27-Apr-21| 11:34| Not applicable \nEnable_crossforestconnector.ps1| Not applicable| 18,630| 27-Apr-21| 11:34| Not applicable \nEnable_outlookcertificateauthentication.ps1| Not applicable| 22,948| 27-Apr-21| 11:34| Not applicable \nEnable_outsidein.ps1| Not applicable| 13,659| 27-Apr-21| 11:34| Not applicable \nEngineupdateserviceinterfaces.dll| 15.2.792.15| 17,800| 27-Apr-21| 11:33| x86 \nEscprint.dll| 15.2.792.15| 20,368| 27-Apr-21| 11:33| x64 \nEse.dll| 15.2.792.15| 3,741,064| 27-Apr-21| 11:33| x64 \nEseback2.dll| 15.2.792.15| 350,096| 27-Apr-21| 11:33| x64 \nEsebcli2.dll| 15.2.792.15| 318,344| 27-Apr-21| 11:33| x64 \nEseperf.dll| 15.2.792.15| 108,936| 27-Apr-21| 11:33| x64 \nEseutil.exe| 15.2.792.15| 425,352| 27-Apr-21| 11:33| x64 \nEsevss.dll| 15.2.792.15| 44,424| 27-Apr-21| 11:32| x64 \nEtweseproviderresources.dll| 15.2.792.15| 101,264| 27-Apr-21| 11:33| x64 \nEventperf.dll| 15.2.792.15| 59,784| 27-Apr-21| 11:32| x64 \nExchange.depthtwo.types.ps1xml| Not applicable| 40,089| 27-Apr-21| 11:34| Not applicable \nExchange.format.ps1xml| Not applicable| 649,702| 27-Apr-21| 11:34| Not applicable \nExchange.partial.types.ps1xml| Not applicable| 44,319| 27-Apr-21| 11:33| Not applicable \nExchange.ps1| Not applicable| 20,787| 27-Apr-21| 11:33| Not applicable \nExchange.support.format.ps1xml| Not applicable| 26,574| 27-Apr-21| 11:33| Not applicable \nExchange.types.ps1xml| Not applicable| 365,157| 27-Apr-21| 11:34| Not applicable \nExchangeudfcommon.dll| 15.2.792.15| 122,768| 27-Apr-21| 11:33| x86 \nExchangeudfs.dll| 15.2.792.15| 272,776| 27-Apr-21| 11:33| x86 \nExchmem.dll| 15.2.792.15| 86,400| 27-Apr-21| 11:33| x64 \nExchsetupmsg.dll| 15.2.792.15| 19,344| 27-Apr-21| 11:34| x64 \nExdbfailureitemapi.dll| Not applicable| 27,024| 27-Apr-21| 11:33| x64 \nExdbmsg.dll| 15.2.792.15| 230,792| 27-Apr-21| 11:32| x64 \nExeventperfplugin.dll| 15.2.792.15| 25,488| 27-Apr-21| 11:33| x64 \nExmime.dll| 15.2.792.15| 364,936| 27-Apr-21| 11:34| x64 \nExportedgeconfig.ps1| Not applicable| 27,403| 27-Apr-21| 11:34| Not applicable \nExport_mailpublicfoldersformigration.ps1| Not applicable| 18,590| 27-Apr-21| 11:34| Not applicable \nExport_modernpublicfolderstatistics.ps1| Not applicable| 29,198| 27-Apr-21| 11:34| Not applicable \nExport_outlookclassification.ps1| Not applicable| 14,390| 27-Apr-21| 11:34| Not applicable \nExport_publicfolderstatistics.ps1| Not applicable| 23,137| 27-Apr-21| 11:34| Not applicable \nExport_retentiontags.ps1| Not applicable| 17,076| 27-Apr-21| 11:34| Not applicable \nExppw.dll| 15.2.792.15| 83,336| 27-Apr-21| 11:32| x64 \nExprfdll.dll| 15.2.792.15| 26,488| 27-Apr-21| 11:36| x64 \nExrpc32.dll| 15.2.792.15| 2,029,456| 27-Apr-21| 11:34| x64 \nExrw.dll| 15.2.792.15| 28,040| 27-Apr-21| 11:34| x64 \nExsetdata.dll| 15.2.792.15| 2,779,000| 27-Apr-21| 11:32| x64 \nExsetup.exe| 15.2.792.15| 35,192| 27-Apr-21| 11:33| x86 \nExsetupui.exe| 15.2.792.15| 471,952| 27-Apr-21| 11:32| x86 \nExtrace.dll| 15.2.792.15| 245,128| 27-Apr-21| 11:32| x64 \nExt_microsoft.exchange.data.transport.dll| 15.2.792.15| 601,488| 27-Apr-21| 11:33| x86 \nExwatson.dll| 15.2.792.15| 44,936| 27-Apr-21| 11:33| x64 \nFastioext.dll| 15.2.792.15| 60,288| 27-Apr-21| 11:33| x64 \nFil06f84122c94c91a0458cad45c22cce20| Not applicable| 784,631| 27-Apr-21| 11:32| Not applicable \nFil143a7a5d4894478a85eefc89a6539fc8| Not applicable| 1,909,228| 27-Apr-21| 11:33| Not applicable \nFil19f527f284a0bb584915f9994f4885c3| Not applicable| 648,760| 27-Apr-21| 11:33| Not applicable \nFil1a9540363a531e7fb18ffe600cffc3ce| Not applicable| 358,405| 27-Apr-21| 11:34| Not applicable \nFil220d95210c8697448312eee6628c815c| Not applicable| 303,657| 27-Apr-21| 11:34| Not applicable \nFil2cf5a31e239a45fabea48687373b547c| Not applicable| 652,759| 27-Apr-21| 11:33| Not applicable \nFil397f0b1f1d7bd44d6e57e496decea2ec| Not applicable| 784,628| 27-Apr-21| 11:33| Not applicable \nFil3ab126057b34eee68c4fd4b127ff7aee| Not applicable| 784,604| 27-Apr-21| 11:33| Not applicable \nFil41bb2e5743e3bde4ecb1e07a76c5a7a8| Not applicable| 149,154| 27-Apr-21| 11:30| Not applicable \nFil51669bfbda26e56e3a43791df94c1e9c| Not applicable| 9,345| 27-Apr-21| 11:33| Not applicable \nFil558cb84302edfc96e553bcfce2b85286| Not applicable| 85,259| 27-Apr-21| 11:33| Not applicable \nFil55ce217251b77b97a46e914579fc4c64| Not applicable| 648,754| 27-Apr-21| 11:33| Not applicable \nFil5a9e78a51a18d05bc36b5e8b822d43a8| Not applicable| 1,596,145| 27-Apr-21| 11:32| Not applicable \nFil5c7d10e5f1f9ada1e877c9aa087182a9| Not applicable| 1,596,145| 27-Apr-21| 11:32| Not applicable \nFil6569a92c80a1e14949e4282ae2cc699c| Not applicable| 1,596,145| 27-Apr-21| 11:32| Not applicable \nFil6a01daba551306a1e55f0bf6894f4d9f| Not applicable| 648,730| 27-Apr-21| 11:32| Not applicable \nFil8863143ea7cd93a5f197c9fff13686bf| Not applicable| 648,760| 27-Apr-21| 11:33| Not applicable \nFil8a8c76f225c7205db1000e8864c10038| Not applicable| 1,596,145| 27-Apr-21| 11:32| Not applicable \nFil8cd999415d36ba78a3ac16a080c47458| Not applicable| 784,634| 27-Apr-21| 11:33| Not applicable \nFil97913e630ff02079ce9889505a517ec0| Not applicable| 1,596,145| 27-Apr-21| 11:32| Not applicable \nFilaa49badb2892075a28d58d06560f8da2| Not applicable| 785,658| 27-Apr-21| 11:33| Not applicable \nFilae28aeed23ccb4b9b80accc2d43175b5| Not applicable| 648,757| 27-Apr-21| 11:33| Not applicable \nFilb17f496f9d880a684b5c13f6b02d7203| Not applicable| 784,634| 27-Apr-21| 11:33| Not applicable \nFilb94ca32f2654692263a5be009c0fe4ca| Not applicable| 2,564,949| 27-Apr-21| 11:31| Not applicable \nFilbabdc4808eba0c4f18103f12ae955e5c| Not applicable| #########| 27-Apr-21| 11:30| Not applicable \nFilc92cf2bf29bed21bd5555163330a3d07| Not applicable| 652,777| 27-Apr-21| 11:33| Not applicable \nFilcc478d2a8346db20c4e2dc36f3400628| Not applicable| 784,634| 27-Apr-21| 11:32| Not applicable \nFild26cd6b13cfe2ec2a16703819da6d043| Not applicable| 1,596,145| 27-Apr-21| 11:32| Not applicable \nFilf2719f9dc8f7b74df78ad558ad3ee8a6| Not applicable| 785,640| 27-Apr-21| 11:33| Not applicable \nFilfa5378dc76359a55ef20cc34f8a23fee| Not applicable| 1,427,187| 27-Apr-21| 11:30| Not applicable \nFilteringconfigurationcommands.ps1| Not applicable| 18,227| 27-Apr-21| 11:34| Not applicable \nFilteringpowershell.dll| 15.2.792.15| 223,096| 27-Apr-21| 11:33| x86 \nFilteringpowershell.format.ps1xml| Not applicable| 29,664| 27-Apr-21| 11:31| Not applicable \nFiltermodule.dll| 15.2.792.15| 180,104| 27-Apr-21| 11:33| x64 \nFipexeuperfctrresource.dll| 15.2.792.15| 15,240| 27-Apr-21| 11:33| x64 \nFipexeventsresource.dll| 15.2.792.15| 44,928| 27-Apr-21| 11:32| x64 \nFipexperfctrresource.dll| 15.2.792.15| 32,640| 27-Apr-21| 11:33| x64 \nFirewallres.dll| 15.2.792.15| 72,592| 27-Apr-21| 11:32| x64 \nFms.exe| 15.2.792.15| 1,350,024| 27-Apr-21| 11:33| x64 \nForefrontactivedirectoryconnector.exe| 15.2.792.15| 110,984| 27-Apr-21| 11:32| x64 \nFpsdiag.exe| 15.2.792.15| 18,824| 27-Apr-21| 11:32| x86 \nFsccachedfilemanagedlocal.dll| 15.2.792.15| 822,152| 27-Apr-21| 11:32| x64 \nFscconfigsupport.dll| 15.2.792.15| 56,720| 27-Apr-21| 11:32| x86 \nFscconfigurationserver.exe| 15.2.792.15| 430,984| 27-Apr-21| 11:32| x64 \nFscconfigurationserverinterfaces.dll| 15.2.792.15| 15,736| 27-Apr-21| 11:33| x86 \nFsccrypto.dll| 15.2.792.15| 208,760| 27-Apr-21| 11:32| x64 \nFscipcinterfaceslocal.dll| 15.2.792.15| 28,552| 27-Apr-21| 11:33| x86 \nFscipclocal.dll| 15.2.792.15| 38,280| 27-Apr-21| 11:32| x86 \nFscsqmuploader.exe| 15.2.792.15| 453,512| 27-Apr-21| 11:33| x64 \nGetucpool.ps1| Not applicable| 19,787| 27-Apr-21| 11:33| Not applicable \nGetvalidengines.ps1| Not applicable| 13,306| 27-Apr-21| 11:33| Not applicable \nGet_antispamfilteringreport.ps1| Not applicable| 15,805| 27-Apr-21| 11:33| Not applicable \nGet_antispamsclhistogram.ps1| Not applicable| 14,635| 27-Apr-21| 11:34| Not applicable \nGet_antispamtopblockedsenderdomains.ps1| Not applicable| 15,723| 27-Apr-21| 11:34| Not applicable \nGet_antispamtopblockedsenderips.ps1| Not applicable| 14,755| 27-Apr-21| 11:34| Not applicable \nGet_antispamtopblockedsenders.ps1| Not applicable| 15,474| 27-Apr-21| 11:34| Not applicable \nGet_antispamtoprblproviders.ps1| Not applicable| 14,685| 27-Apr-21| 11:34| Not applicable \nGet_antispamtoprecipients.ps1| Not applicable| 14,806| 27-Apr-21| 11:33| Not applicable \nGet_dleligibilitylist.ps1| Not applicable| 42,344| 27-Apr-21| 11:34| Not applicable \nGet_exchangeetwtrace.ps1| Not applicable| 28,979| 27-Apr-21| 11:34| Not applicable \nGet_publicfoldermailboxsize.ps1| Not applicable| 15,038| 27-Apr-21| 11:34| Not applicable \nGet_storetrace.ps1| Not applicable| 51,863| 27-Apr-21| 11:34| Not applicable \nHuffman_xpress.dll| 15.2.792.15| 32,648| 27-Apr-21| 11:32| x64 \nImportedgeconfig.ps1| Not applicable| 77,240| 27-Apr-21| 11:34| Not applicable \nImport_mailpublicfoldersformigration.ps1| Not applicable| 29,472| 27-Apr-21| 11:34| Not applicable \nImport_retentiontags.ps1| Not applicable| 28,830| 27-Apr-21| 11:33| Not applicable \nInproxy.dll| 15.2.792.15| 85,880| 27-Apr-21| 11:34| x64 \nInstallwindowscomponent.ps1| Not applicable| 34,547| 27-Apr-21| 11:32| Not applicable \nInstall_antispamagents.ps1| Not applicable| 17,909| 27-Apr-21| 11:34| Not applicable \nInstall_odatavirtualdirectory.ps1| Not applicable| 17,999| 27-Apr-21| 11:34| Not applicable \nInterop.activeds.dll.4b7767dc_2e20_4d95_861a_4629cbc0cabc| 15.2.792.15| 107,384| 27-Apr-21| 11:32| Not applicable \nInterop.adsiis.dll.4b7767dc_2e20_4d95_861a_4629cbc0cabc| 15.2.792.15| 20,344| 27-Apr-21| 11:33| Not applicable \nInterop.certenroll.dll| 15.2.792.15| 142,712| 27-Apr-21| 11:32| x86 \nInterop.licenseinfointerface.dll| 15.2.792.15| 14,224| 27-Apr-21| 11:32| x86 \nInterop.netfw.dll| 15.2.792.15| 34,168| 27-Apr-21| 11:33| x86 \nInterop.plalibrary.dll| 15.2.792.15| 72,584| 27-Apr-21| 11:33| x86 \nInterop.stdole2.dll.4b7767dc_2e20_4d95_861a_4629cbc0cabc| 15.2.792.15| 27,000| 27-Apr-21| 11:33| Not applicable \nInterop.taskscheduler.dll| 15.2.792.15| 46,456| 27-Apr-21| 11:30| x86 \nInterop.wuapilib.dll| 15.2.792.15| 60,808| 27-Apr-21| 11:33| x86 \nInterop.xenroll.dll| 15.2.792.15| 39,800| 27-Apr-21| 11:33| x86 \nKerbauth.dll| 15.2.792.15| 62,864| 27-Apr-21| 11:33| x64 \nLicenseinfointerface.dll| 15.2.792.15| 643,464| 27-Apr-21| 11:32| x64 \nLpversioning.xml| Not applicable| 20,422| 27-Apr-21| 11:32| Not applicable \nMailboxdatabasereseedusingspares.ps1| Not applicable| 31,916| 27-Apr-21| 11:34| Not applicable \nManagedavailabilitycrimsonmsg.dll| 15.2.792.15| 138,632| 27-Apr-21| 11:31| x64 \nManagedstorediagnosticfunctions.ps1| Not applicable| 126,249| 27-Apr-21| 11:34| Not applicable \nManagescheduledtask.ps1| Not applicable| 36,352| 27-Apr-21| 11:32| Not applicable \nManage_metacachedatabase.ps1| Not applicable| 51,099| 27-Apr-21| 11:34| Not applicable \nMce.dll| 15.2.792.15| 1,693,048| 27-Apr-21| 11:34| x64 \nMeasure_storeusagestatistics.ps1| Not applicable| 29,483| 27-Apr-21| 11:33| Not applicable \nMerge_publicfoldermailbox.ps1| Not applicable| 22,655| 27-Apr-21| 11:34| Not applicable \nMicrosoft.database.isam.dll| 15.2.792.15| 127,880| 27-Apr-21| 11:33| x86 \nMicrosoft.dkm.proxy.dll| 15.2.792.15| 26,000| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.activemonitoring.activemonitoringvariantconfig.dll| 15.2.792.15| 68,472| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.activemonitoring.eventlog.dll| 15.2.792.15| 17,800| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.addressbook.service.dll| 15.2.792.15| 233,360| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.addressbook.service.eventlog.dll| 15.2.792.15| 15,760| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.airsync.airsyncmsg.dll| 15.2.792.15| 43,400| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.airsync.comon.dll| 15.2.792.15| 1,775,992| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.airsync.dll1| 15.2.792.15| 505,208| 27-Apr-21| 11:31| Not applicable \nMicrosoft.exchange.airsynchandler.dll| 15.2.792.15| 76,168| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.anchorservice.dll| 15.2.792.15| 135,560| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.antispam.eventlog.dll| 15.2.792.15| 23,416| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.antispamupdate.eventlog.dll| 15.2.792.15| 15,760| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.antispamupdatesvc.exe| 15.2.792.15| 27,000| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.approval.applications.dll| 15.2.792.15| 53,648| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.assistants.dll| 15.2.792.15| 925,048| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.assistants.eventlog.dll| 15.2.792.15| 25,992| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.assistants.interfaces.dll| 15.2.792.15| 43,400| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.audit.azureclient.dll| 15.2.792.15| 15,240| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.auditlogsearch.eventlog.dll| 15.2.792.15| 14,728| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.auditlogsearchservicelet.dll| 15.2.792.15| 70,544| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.auditstoragemonitorservicelet.dll| 15.2.792.15| 94,608| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.auditstoragemonitorservicelet.eventlog.dll| 15.2.792.15| 13,200| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.authadmin.eventlog.dll| 15.2.792.15| 15,760| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.authadminservicelet.dll| 15.2.792.15| 36,752| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.authservicehostservicelet.dll| 15.2.792.15| 15,752| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.autodiscover.configuration.dll| 15.2.792.15| 79,736| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.autodiscover.dll| 15.2.792.15| 396,152| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.autodiscover.eventlogs.dll| 15.2.792.15| 21,376| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.autodiscoverv2.dll| 15.2.792.15| 57,208| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.bandwidthmonitorservicelet.dll| 15.2.792.15| 14,728| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.batchservice.dll| 15.2.792.15| 35,728| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.cabutility.dll| 15.2.792.15| 276,352| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.certificatedeployment.eventlog.dll| 15.2.792.15| 16,264| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.certificatedeploymentservicelet.dll| 15.2.792.15| 25,992| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.certificatenotification.eventlog.dll| 15.2.792.15| 13,704| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.certificatenotificationservicelet.dll| 15.2.792.15| 23,432| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.clients.common.dll| 15.2.792.15| 377,744| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.clients.eventlogs.dll| 15.2.792.15| 83,848| 27-Apr-21| 11:35| x64 \nMicrosoft.exchange.clients.owa.dll| 15.2.792.15| 2,971,000| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.clients.owa2.server.dll| 15.2.792.15| 5,029,240| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.clients.owa2.servervariantconfiguration.dll| 15.2.792.15| 893,832| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.clients.security.dll| 15.2.792.15| 413,584| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.clients.strings.dll| 15.2.792.15| 924,552| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.cluster.bandwidthmonitor.dll| 15.2.792.15| 31,624| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.cluster.common.dll| 15.2.792.15| 52,112| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.cluster.common.extensions.dll| 15.2.792.15| 21,880| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.cluster.diskmonitor.dll| 15.2.792.15| 33,680| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.cluster.replay.dll| 15.2.792.15| 3,515,256| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.cluster.replicaseeder.dll| 15.2.792.15| 108,432| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.cluster.replicavsswriter.dll| 15.2.792.15| 288,632| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.cluster.shared.dll| 15.2.792.15| 625,528| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.common.agentconfig.transport.dll| 15.2.792.15| 86,400| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.common.componentconfig.transport.dll| 15.2.792.15| 1,830,280| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.common.directory.adagentservicevariantconfig.dll| 15.2.792.15| 31,624| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.common.directory.directoryvariantconfig.dll| 15.2.792.15| 466,312| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.common.directory.domtvariantconfig.dll| 15.2.792.15| 25,976| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.common.directory.ismemberofresolverconfig.dll| 15.2.792.15| 38,264| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.common.directory.tenantrelocationvariantconfig.dll| 15.2.792.15| 102,792| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.common.directory.topologyservicevariantconfig.dll| 15.2.792.15| 48,512| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.common.diskmanagement.dll| 15.2.792.15| 67,448| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.common.dll| 15.2.792.15| 172,920| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.common.encryption.variantconfig.dll| 15.2.792.15| 113,544| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.common.il.dll| 15.2.792.15| 13,704| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.common.inference.dll| 15.2.792.15| 130,440| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.common.optics.dll| 15.2.792.15| 63,888| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.common.processmanagermsg.dll| 15.2.792.15| 19,832| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.common.protocols.popimap.dll| 15.2.792.15| 15,248| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.common.search.dll| 15.2.792.15| 108,936| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.common.search.eventlog.dll| 15.2.792.15| 17,808| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.common.smtp.dll| 15.2.792.15| 51,576| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.common.suiteservices.suiteservicesvariantconfig.dll| 15.2.792.15| 36,736| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.common.transport.azure.dll| 15.2.792.15| 27,536| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.common.transport.monitoringconfig.dll| 15.2.792.15| 1,042,320| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.commonmsg.dll| 15.2.792.15| 29,072| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.compliance.auditlogpumper.messages.dll| 15.2.792.15| 13,192| 27-Apr-21| 11:32| x64 \nMicrosoft.exchange.compliance.auditservice.core.dll| 15.2.792.15| 181,112| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.compliance.auditservice.messages.dll| 15.2.792.15| 30,080| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.compliance.common.dll| 15.2.792.15| 22,416| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.compliance.crimsonevents.dll| 15.2.792.15| 85,896| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.compliance.dll| 15.2.792.15| 41,336| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.compliance.recordreview.dll| 15.2.792.15| 37,240| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.compliance.supervision.dll| 15.2.792.15| 50,568| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.compliance.taskcreator.dll| 15.2.792.15| 33,160| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.compliance.taskdistributioncommon.dll| 15.2.792.15| 1,100,176| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.compliance.taskdistributionfabric.dll| 15.2.792.15| 206,728| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.compliance.taskplugins.dll| 15.2.792.15| 210,832| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.compression.dll| 15.2.792.15| 17,288| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.configuration.certificateauth.dll| 15.2.792.15| 37,760| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.configuration.certificateauth.eventlog.dll| 15.2.792.15| 14,200| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.configuration.core.dll| 15.2.792.15| 145,808| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.configuration.core.eventlog.dll| 15.2.792.15| 14,216| 27-Apr-21| 11:35| x64 \nMicrosoft.exchange.configuration.delegatedauth.dll| 15.2.792.15| 53,112| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.configuration.delegatedauth.eventlog.dll| 15.2.792.15| 15,760| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.configuration.diagnosticsmodules.dll| 15.2.792.15| 23,416| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.configuration.diagnosticsmodules.eventlog.dll| 15.2.792.15| 13,176| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.configuration.failfast.dll| 15.2.792.15| 54,648| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.configuration.failfast.eventlog.dll| 15.2.792.15| 13,712| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.configuration.objectmodel.dll| 15.2.792.15| 1,845,648| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.configuration.objectmodel.eventlog.dll| 15.2.792.15| 30,088| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.configuration.redirectionmodule.dll| 15.2.792.15| 68,472| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.configuration.redirectionmodule.eventlog.dll| 15.2.792.15| 15,240| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.configuration.remotepowershellbackendcmdletproxymodule.dll| 15.2.792.15| 21,360| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.configuration.remotepowershellbackendcmdletproxymodule.eventlog.dll| 15.2.792.15| 13,192| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.connectiondatacollector.dll| 15.2.792.15| 26,000| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.connections.common.dll| 15.2.792.15| 169,864| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.connections.eas.dll| 15.2.792.15| 330,128| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.connections.imap.dll| 15.2.792.15| 173,960| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.connections.pop.dll| 15.2.792.15| 71,048| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.contentfilter.wrapper.exe| 15.2.792.15| 203,648| 27-Apr-21| 11:32| x64 \nMicrosoft.exchange.context.client.dll| 15.2.792.15| 27,000| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.context.configuration.dll| 15.2.792.15| 51,592| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.context.core.dll| 15.2.792.15| 51,088| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.context.datamodel.dll| 15.2.792.15| 46,992| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.core.strings.dll| 15.2.792.15| 1,093,504| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.core.timezone.dll| 15.2.792.15| 57,232| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.data.applicationlogic.deep.dll| 15.2.792.15| 326,544| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.applicationlogic.dll| 15.2.792.15| 3,355,536| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.applicationlogic.eventlog.dll| 15.2.792.15| 35,728| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.data.applicationlogic.monitoring.ifx.dll| 15.2.792.15| 17,784| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.connectors.dll| 15.2.792.15| 165,256| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.consumermailboxprovisioning.dll| 15.2.792.15| 619,400| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.directory.dll| 15.2.792.15| 7,791,480| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.data.directory.eventlog.dll| 15.2.792.15| 80,272| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.data.dll| 15.2.792.15| 1,789,312| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.data.groupmailboxaccesslayer.dll| 15.2.792.15| 1,626,512| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.ha.dll| 15.2.792.15| 375,184| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.data.imageanalysis.dll| 15.2.792.15| 105,336| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.data.mailboxfeatures.dll| 15.2.792.15| 15,752| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.mailboxloadbalance.dll| 15.2.792.15| 224,656| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.mapi.dll| 15.2.792.15| 186,752| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.data.metering.contracts.dll| 15.2.792.15| 39,800| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.data.metering.dll| 15.2.792.15| 119,160| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.data.msosyncxsd.dll| 15.2.792.15| 968,072| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.notification.dll| 15.2.792.15| 141,200| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.personaldataplatform.dll| 15.2.792.15| 769,416| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.data.providers.dll| 15.2.792.15| 139,648| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.provisioning.dll| 15.2.792.15| 56,712| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.rightsmanagement.dll| 15.2.792.15| 453,008| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.scheduledtimers.dll| 15.2.792.15| 32,656| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.storage.clientstrings.dll| 15.2.792.15| 256,912| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.data.storage.dll| 15.2.792.15| #########| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.data.storage.eventlog.dll| 15.2.792.15| 37,752| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.data.storageconfigurationresources.dll| 15.2.792.15| 655,736| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.data.storeobjects.dll| 15.2.792.15| 175,504| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.data.throttlingservice.client.dll| 15.2.792.15| 36,240| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.data.throttlingservice.client.eventlog.dll| 15.2.792.15| 14,216| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.data.throttlingservice.eventlog.dll| 15.2.792.15| 14,216| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.datacenter.management.activemonitoring.recoveryservice.eventlog.dll| 15.2.792.15| 14,712| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.datacenterstrings.dll| 15.2.792.15| 72,592| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.delivery.eventlog.dll| 15.2.792.15| 13,192| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.diagnostics.certificatelogger.dll| 15.2.792.15| 22,928| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.diagnostics.dll| 15.2.792.15| 2,213,264| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.diagnostics.dll.deploy| 15.2.792.15| 2,213,264| 27-Apr-21| 11:30| Not applicable \nMicrosoft.exchange.diagnostics.performancelogger.dll| 15.2.792.15| 23,944| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.diagnostics.service.common.dll| 15.2.792.15| 546,680| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.diagnostics.service.eventlog.dll| 15.2.792.15| 215,440| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.diagnostics.service.exchangejobs.dll| 15.2.792.15| 194,424| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.diagnostics.service.exe| 15.2.792.15| 146,296| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.diagnostics.service.fuseboxperfcounters.dll| 15.2.792.15| 27,528| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.diagnosticsaggregation.eventlog.dll| 15.2.792.15| 13,704| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.diagnosticsaggregationservicelet.dll| 15.2.792.15| 49,528| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.directory.topologyservice.eventlog.dll| 15.2.792.15| 28,048| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.directory.topologyservice.exe| 15.2.792.15| 208,760| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.disklocker.events.dll| 15.2.792.15| 88,968| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.disklocker.interop.dll| 15.2.792.15| 32,656| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.drumtesting.calendarmigration.dll| 15.2.792.15| 45,944| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.drumtesting.common.dll| 15.2.792.15| 18,832| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.dxstore.dll| 15.2.792.15| 473,480| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.dxstore.ha.events.dll| 15.2.792.15| 206,200| 27-Apr-21| 11:32| x64 \nMicrosoft.exchange.dxstore.ha.instance.exe| 15.2.792.15| 36,728| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.eac.flighting.dll| 15.2.792.15| 131,448| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.edgecredentialsvc.exe| 15.2.792.15| 21,904| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.edgesync.common.dll| 15.2.792.15| 148,360| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.edgesync.datacenterproviders.dll| 15.2.792.15| 220,024| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.edgesync.eventlog.dll| 15.2.792.15| 23,952| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.edgesyncsvc.exe| 15.2.792.15| 97,656| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.ediscovery.export.dll| 15.2.792.15| 1,266,064| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.ediscovery.export.dll.deploy| 15.2.792.15| 1,266,064| 27-Apr-21| 11:33| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.application| Not applicable| 16,483| 27-Apr-21| 11:34| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.exe.deploy| 15.2.792.15| 87,432| 27-Apr-21| 11:30| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.manifest| Not applicable| 67,489| 27-Apr-21| 11:34| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.strings.dll.deploy| 15.2.792.15| 52,112| 27-Apr-21| 11:30| Not applicable \nMicrosoft.exchange.ediscovery.mailboxsearch.dll| 15.2.792.15| 291,720| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.birthdaycalendar.dll| 15.2.792.15| 73,096| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.booking.defaultservicesettings.dll| 15.2.792.15| 45,968| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.booking.dll| 15.2.792.15| 218,512| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.entities.booking.management.dll| 15.2.792.15| 78,216| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.bookings.dll| 15.2.792.15| 35,728| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.calendaring.dll| 15.2.792.15| 935,304| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.entities.common.dll| 15.2.792.15| 336,248| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.connectors.dll| 15.2.792.15| 52,624| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.entities.contentsubmissions.dll| 15.2.792.15| 32,144| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.context.dll| 15.2.792.15| 60,792| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.entities.datamodel.dll| 15.2.792.15| 854,408| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.fileproviders.dll| 15.2.792.15| 291,728| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.foldersharing.dll| 15.2.792.15| 39,312| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.entities.holidaycalendars.dll| 15.2.792.15| 76,168| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.insights.dll| 15.2.792.15| 166,800| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.entities.meetinglocation.dll| 15.2.792.15| 1,486,712| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.entities.meetingparticipants.dll| 15.2.792.15| 122,232| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.meetingtimecandidates.dll| 15.2.792.15| #########| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.onlinemeetings.dll| 15.2.792.15| 264,072| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.entities.people.dll| 15.2.792.15| 37,752| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.peopleinsights.dll| 15.2.792.15| 186,760| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.entities.reminders.dll| 15.2.792.15| 64,400| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.schedules.dll| 15.2.792.15| 83,832| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.entities.shellservice.dll| 15.2.792.15| 63,888| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.tasks.dll| 15.2.792.15| 100,232| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entities.xrm.dll| 15.2.792.15| 144,784| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.entityextraction.calendar.dll| 15.2.792.15| 270,200| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.eserepl.common.dll| 15.2.792.15| 15,248| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.eserepl.configuration.dll| 15.2.792.15| 15,736| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.eserepl.dll| 15.2.792.15| 130,448| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.ews.configuration.dll| 15.2.792.15| 254,344| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.exchangecertificate.eventlog.dll| 15.2.792.15| 13,192| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.exchangecertificateservicelet.dll| 15.2.792.15| 37,264| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.extensibility.internal.dll| 15.2.792.15| 640,912| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.extensibility.partner.dll| 15.2.792.15| 37,256| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.federateddirectory.dll| 15.2.792.15| 146,320| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.ffosynclogmsg.dll| 15.2.792.15| 13,176| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.frontendhttpproxy.dll| 15.2.792.15| 596,352| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.frontendhttpproxy.eventlogs.dll| 15.2.792.15| 14,720| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.frontendtransport.monitoring.dll| 15.2.792.15| 30,088| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.griffin.variantconfiguration.dll| 15.2.792.15| 99,704| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.hathirdpartyreplication.dll| 15.2.792.15| 42,360| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.helpprovider.dll| 15.2.792.15| 40,328| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.httpproxy.addressfinder.dll| 15.2.792.15| 54,160| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.httpproxy.common.dll| 15.2.792.15| 164,216| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.httpproxy.diagnostics.dll| 15.2.792.15| 58,760| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.httpproxy.flighting.dll| 15.2.792.15| 204,152| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.httpproxy.passivemonitor.dll| 15.2.792.15| 17,784| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.httpproxy.proxyassistant.dll| 15.2.792.15| 30,600| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.httpproxy.routerefresher.dll| 15.2.792.15| 38,776| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.httpproxy.routeselector.dll| 15.2.792.15| 48,528| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.httpproxy.routing.dll| 15.2.792.15| 180,600| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.httpredirectmodules.dll| 15.2.792.15| 36,744| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.httputilities.dll| 15.2.792.15| 26,000| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.hygiene.data.dll| 15.2.792.15| 1,868,168| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.hygiene.diagnosisutil.dll| 15.2.792.15| 54,672| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.hygiene.eopinstantprovisioning.dll| 15.2.792.15| 35,704| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.idserialization.dll| 15.2.792.15| 35,728| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.imap4.eventlog.dll| 15.2.792.15| 18,320| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.imap4.eventlog.dll.fe| 15.2.792.15| 18,320| 27-Apr-21| 11:33| Not applicable \nMicrosoft.exchange.imap4.exe| 15.2.792.15| 263,032| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.imap4.exe.fe| 15.2.792.15| 263,032| 27-Apr-21| 11:32| Not applicable \nMicrosoft.exchange.imap4service.exe| 15.2.792.15| 24,952| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.imap4service.exe.fe| 15.2.792.15| 24,952| 27-Apr-21| 11:34| Not applicable \nMicrosoft.exchange.imapconfiguration.dl1| 15.2.792.15| 53,128| 27-Apr-21| 11:31| Not applicable \nMicrosoft.exchange.inference.common.dll| 15.2.792.15| 216,976| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.inference.hashtagsrelevance.dll| 15.2.792.15| 32,120| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.inference.peoplerelevance.dll| 15.2.792.15| 282,000| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.inference.ranking.dll| 15.2.792.15| 18,816| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.inference.safetylibrary.dll| 15.2.792.15| 83,848| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.inference.service.eventlog.dll| 15.2.792.15| 15,232| 27-Apr-21| 11:35| x64 \nMicrosoft.exchange.infoworker.assistantsclientresources.dll| 15.2.792.15| 94,096| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.infoworker.common.dll| 15.2.792.15| 1,840,504| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.infoworker.eventlog.dll| 15.2.792.15| 71,544| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.infoworker.meetingvalidator.dll| 15.2.792.15| 175,480| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.instantmessaging.dll| 15.2.792.15| 45,944| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.irm.formprotector.dll| 15.2.792.15| 159,624| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.irm.msoprotector.dll| 15.2.792.15| 51,072| 27-Apr-21| 11:32| x64 \nMicrosoft.exchange.irm.ofcprotector.dll| 15.2.792.15| 45,960| 27-Apr-21| 11:32| x64 \nMicrosoft.exchange.isam.databasemanager.dll| 15.2.792.15| 32,120| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.isam.esebcli.dll| 15.2.792.15| 100,216| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.jobqueue.eventlog.dll| 15.2.792.15| 13,176| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.jobqueueservicelet.dll| 15.2.792.15| 271,224| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.killswitch.dll| 15.2.792.15| 22,416| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.killswitchconfiguration.dll| 15.2.792.15| 33,672| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.loganalyzer.analyzers.auditing.dll| 15.2.792.15| 18,312| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.certificatelog.dll| 15.2.792.15| 15,248| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.cmdletinfralog.dll| 15.2.792.15| 27,520| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.loganalyzer.analyzers.easlog.dll| 15.2.792.15| 30,584| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.ecplog.dll| 15.2.792.15| 22,416| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.eventlog.dll| 15.2.792.15| 66,424| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.ewslog.dll| 15.2.792.15| 29,576| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.loganalyzer.analyzers.griffinperfcounter.dll| 15.2.792.15| 19,832| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.loganalyzer.analyzers.groupescalationlog.dll| 15.2.792.15| 20,360| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.httpproxylog.dll| 15.2.792.15| 19,320| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.hxservicelog.dll| 15.2.792.15| 34,176| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.iislog.dll| 15.2.792.15| 103,824| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.loganalyzer.analyzers.lameventlog.dll| 15.2.792.15| 31,608| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.migrationlog.dll| 15.2.792.15| 15,760| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.oabdownloadlog.dll| 15.2.792.15| 20,856| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.oauthcafelog.dll| 15.2.792.15| 16,248| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.loganalyzer.analyzers.outlookservicelog.dll| 15.2.792.15| 49,016| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.owaclientlog.dll| 15.2.792.15| 44,408| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.loganalyzer.analyzers.owalog.dll| 15.2.792.15| 38,288| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.loganalyzer.analyzers.perflog.dll| 15.2.792.15| #########| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.loganalyzer.analyzers.pfassistantlog.dll| 15.2.792.15| 29,072| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.rca.dll| 15.2.792.15| 21,392| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.loganalyzer.analyzers.restlog.dll| 15.2.792.15| 24,440| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.store.dll| 15.2.792.15| 15,224| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.analyzers.transportsynchealthlog.dll| 15.2.792.15| 21,904| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.core.dll| 15.2.792.15| 89,488| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.loganalyzer.extensions.auditing.dll| 15.2.792.15| 20,872| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.loganalyzer.extensions.certificatelog.dll| 15.2.792.15| 26,496| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.cmdletinfralog.dll| 15.2.792.15| 21,384| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.common.dll| 15.2.792.15| 28,024| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.easlog.dll| 15.2.792.15| 28,560| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.errordetection.dll| 15.2.792.15| 36,232| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.loganalyzer.extensions.ewslog.dll| 15.2.792.15| 16,768| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.griffinperfcounter.dll| 15.2.792.15| 19,856| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.loganalyzer.extensions.groupescalationlog.dll| 15.2.792.15| 15,240| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.loganalyzer.extensions.httpproxylog.dll| 15.2.792.15| 17,280| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.hxservicelog.dll| 15.2.792.15| 19,848| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.iislog.dll| 15.2.792.15| 57,224| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.loganalyzer.extensions.migrationlog.dll| 15.2.792.15| 17,800| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.oabdownloadlog.dll| 15.2.792.15| 18,808| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.oauthcafelog.dll| 15.2.792.15| 16,264| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.outlookservicelog.dll| 15.2.792.15| 17,800| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.loganalyzer.extensions.owaclientlog.dll| 15.2.792.15| 15,248| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.owalog.dll| 15.2.792.15| 15,240| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.perflog.dll| 15.2.792.15| 52,600| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.loganalyzer.extensions.pfassistantlog.dll| 15.2.792.15| 18,312| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.rca.dll| 15.2.792.15| 34,168| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.restlog.dll| 15.2.792.15| 17,272| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loganalyzer.extensions.store.dll| 15.2.792.15| 18,832| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.loganalyzer.extensions.transportsynchealthlog.dll| 15.2.792.15| 43,400| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.loguploader.dll| 15.2.792.15| 165,240| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.loguploaderproxy.dll| 15.2.792.15| 54,648| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxassistants.assistants.dll| 15.2.792.15| 9,057,160| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxassistants.attachmentthumbnail.dll| 15.2.792.15| 33,160| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxassistants.common.dll| 15.2.792.15| 124,296| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.mailboxassistants.crimsonevents.dll| 15.2.792.15| 82,824| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.mailboxassistants.eventlog.dll| 15.2.792.15| 14,216| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.mailboxassistants.rightsmanagement.dll| 15.2.792.15| 30,096| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxloadbalance.dll| 15.2.792.15| 661,384| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxloadbalance.serverstrings.dll| 15.2.792.15| 63,352| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.mailboxreplicationservice.calendarsyncprovider.dll| 15.2.792.15| 175,504| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxreplicationservice.common.dll| 15.2.792.15| 2,791,824| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.mailboxreplicationservice.complianceprovider.dll| 15.2.792.15| 53,136| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxreplicationservice.contactsyncprovider.dll| 15.2.792.15| 151,952| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.mailboxreplicationservice.dll| 15.2.792.15| 966,520| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.mailboxreplicationservice.easprovider.dll| 15.2.792.15| 185,232| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxreplicationservice.eventlog.dll| 15.2.792.15| 31,624| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.mailboxreplicationservice.googledocprovider.dll| 15.2.792.15| 39,824| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.mailboxreplicationservice.imapprovider.dll| 15.2.792.15| 105,872| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxreplicationservice.mapiprovider.dll| 15.2.792.15| 95,120| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.mailboxreplicationservice.popprovider.dll| 15.2.792.15| 43,408| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxreplicationservice.proxyclient.dll| 15.2.792.15| 18,832| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxreplicationservice.proxyservice.dll| 15.2.792.15| 172,928| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxreplicationservice.pstprovider.dll| 15.2.792.15| 102,800| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxreplicationservice.remoteprovider.dll| 15.2.792.15| 98,704| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxreplicationservice.storageprovider.dll| 15.2.792.15| 188,816| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxreplicationservice.syncprovider.dll| 15.2.792.15| 43,408| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxreplicationservice.xml.dll| 15.2.792.15| 447,352| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.mailboxreplicationservice.xrmprovider.dll| 15.2.792.15| 89,976| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxtransport.monitoring.dll| 15.2.792.15| 107,912| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxtransport.storedriveragents.dll| 15.2.792.15| 371,080| 27-Apr-21| 11:36| x86 \nMicrosoft.exchange.mailboxtransport.storedrivercommon.dll| 15.2.792.15| 193,928| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxtransport.storedriverdelivery.dll| 15.2.792.15| 552,336| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxtransport.storedriverdelivery.eventlog.dll| 15.2.792.15| 16,264| 27-Apr-21| 11:35| x64 \nMicrosoft.exchange.mailboxtransport.submission.eventlog.dll| 15.2.792.15| 15,752| 27-Apr-21| 11:35| x64 \nMicrosoft.exchange.mailboxtransport.submission.storedriversubmission.dll| 15.2.792.15| 321,408| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.mailboxtransport.submission.storedriversubmission.eventlog.dll| 15.2.792.15| 17,808| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.mailboxtransport.syncdelivery.dll| 15.2.792.15| 45,448| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxtransportwatchdogservicelet.dll| 15.2.792.15| 18,312| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.mailboxtransportwatchdogservicelet.eventlog.dll| 15.2.792.15| 12,664| 27-Apr-21| 11:35| x64 \nMicrosoft.exchange.managedlexruntime.mppgruntime.dll| 15.2.792.15| 20,856| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.activedirectory.dll| 15.2.792.15| 415,096| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.management.classificationdefinitions.dll| 15.2.792.15| 1,269,624| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.compliancepolicy.dll| 15.2.792.15| 39,288| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.controlpanel.basics.dll| 15.2.792.15| 433,040| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.management.controlpanel.dll| 15.2.792.15| 4,563,320| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.management.controlpanel.owaoptionstrings.dll| 15.2.792.15| 261,000| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.management.controlpanelmsg.dll| 15.2.792.15| 33,656| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.management.deployment.analysis.dll| 15.2.792.15| 94,088| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.deployment.dll| 15.2.792.15| 586,104| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.management.deployment.xml.dll| 15.2.792.15| 3,543,424| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.detailstemplates.dll| 15.2.792.15| 67,984| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.dll| 15.2.792.15| #########| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.edge.systemmanager.dll| 15.2.792.15| 58,768| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.management.infrastructure.asynchronoustask.dll| 15.2.792.15| 23,944| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.jitprovisioning.dll| 15.2.792.15| 101,752| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.migration.dll| 15.2.792.15| 544,144| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.mobility.dll| 15.2.792.15| 305,040| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.management.nativeresources.dll| 15.2.792.15| 273,792| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.management.powershell.support.dll| 15.2.792.15| 418,704| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.management.provisioning.dll| 15.2.792.15| 275,848| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.psdirectinvoke.dll| 15.2.792.15| 70,536| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.management.rbacdefinition.dll| 15.2.792.15| 7,873,928| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.recipient.dll| 15.2.792.15| 1,502,072| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.snapin.esm.dll| 15.2.792.15| 71,560| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.systemmanager.dll| 15.2.792.15| 1,249,168| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.management.transport.dll| 15.2.792.15| 1,876,368| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.managementgui.dll| 15.2.792.15| 5,366,672| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.managementmsg.dll| 15.2.792.15| 36,232| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.mapihttpclient.dll| 15.2.792.15| 117,640| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.mapihttphandler.dll| 15.2.792.15| 209,784| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.messagesecurity.dll| 15.2.792.15| 79,760| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.messagesecurity.messagesecuritymsg.dll| 15.2.792.15| 17,280| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.messagingpolicies.dlppolicyagent.dll| 15.2.792.15| 156,040| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.messagingpolicies.edgeagents.dll| 15.2.792.15| 65,912| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.messagingpolicies.eventlog.dll| 15.2.792.15| 30,600| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.messagingpolicies.filtering.dll| 15.2.792.15| 58,256| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.messagingpolicies.hygienerules.dll| 15.2.792.15| 29,576| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.messagingpolicies.journalagent.dll| 15.2.792.15| 175,504| 27-Apr-21| 11:36| x86 \nMicrosoft.exchange.messagingpolicies.redirectionagent.dll| 15.2.792.15| 28,560| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.messagingpolicies.retentionpolicyagent.dll| 15.2.792.15| 75,152| 27-Apr-21| 11:36| x86 \nMicrosoft.exchange.messagingpolicies.rmsvcagent.dll| 15.2.792.15| 207,224| 27-Apr-21| 11:36| x86 \nMicrosoft.exchange.messagingpolicies.rules.dll| 15.2.792.15| 440,712| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.messagingpolicies.supervisoryreviewagent.dll| 15.2.792.15| 83,344| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.messagingpolicies.transportruleagent.dll| 15.2.792.15| 35,200| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.messagingpolicies.unifiedpolicycommon.dll| 15.2.792.15| 53,112| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.messagingpolicies.unjournalagent.dll| 15.2.792.15| 96,648| 27-Apr-21| 11:36| x86 \nMicrosoft.exchange.migration.dll| 15.2.792.15| 1,110,392| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.migrationworkflowservice.eventlog.dll| 15.2.792.15| 14,712| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.mobiledriver.dll| 15.2.792.15| 135,568| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.monitoring.activemonitoring.local.components.dll| 15.2.792.15| 5,064,568| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.monitoring.servicecontextprovider.dll| 15.2.792.15| 19,832| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.mrsmlbconfiguration.dll| 15.2.792.15| 68,488| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.net.dll| 15.2.792.15| 5,086,088| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.net.rightsmanagement.dll| 15.2.792.15| 265,608| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.networksettings.dll| 15.2.792.15| 37,752| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.notifications.broker.eventlog.dll| 15.2.792.15| 14,224| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.notifications.broker.exe| 15.2.792.15| 549,776| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.oabauthmodule.dll| 15.2.792.15| 22,912| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.oabrequesthandler.dll| 15.2.792.15| 106,376| 27-Apr-21| 11:36| x86 \nMicrosoft.exchange.oauth.core.dll| 15.2.792.15| 291,728| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.objectstoreclient.dll| 15.2.792.15| 17,296| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.odata.configuration.dll| 15.2.792.15| 277,896| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.odata.dll| 15.2.792.15| 2,993,552| 27-Apr-21| 11:36| x86 \nMicrosoft.exchange.officegraph.common.dll| 15.2.792.15| 90,504| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.officegraph.grain.dll| 15.2.792.15| 101,752| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.officegraph.graincow.dll| 15.2.792.15| 38,288| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.officegraph.graineventbasedassistants.dll| 15.2.792.15| 45,456| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.officegraph.grainpropagationengine.dll| 15.2.792.15| 58,232| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.officegraph.graintransactionstorage.dll| 15.2.792.15| 147,320| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.officegraph.graintransportdeliveryagent.dll| 15.2.792.15| 26,512| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.officegraph.graphstore.dll| 15.2.792.15| 184,200| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.officegraph.permailboxkeys.dll| 15.2.792.15| 26,488| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.officegraph.secondarycopyquotamanagement.dll| 15.2.792.15| 38,288| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.officegraph.secondaryshallowcopylocation.dll| 15.2.792.15| 55,696| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.officegraph.security.dll| 15.2.792.15| 147,328| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.officegraph.semanticgraph.dll| 15.2.792.15| 191,864| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.officegraph.tasklogger.dll| 15.2.792.15| 33,672| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.partitioncache.dll| 15.2.792.15| 28,048| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.passivemonitoringsettings.dll| 15.2.792.15| 32,640| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.photogarbagecollectionservicelet.dll| 15.2.792.15| 15,240| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.pop3.eventlog.dll| 15.2.792.15| 17,296| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.pop3.eventlog.dll.fe| 15.2.792.15| 17,296| 27-Apr-21| 11:33| Not applicable \nMicrosoft.exchange.pop3.exe| 15.2.792.15| 106,880| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.pop3.exe.fe| 15.2.792.15| 106,880| 27-Apr-21| 11:33| Not applicable \nMicrosoft.exchange.pop3service.exe| 15.2.792.15| 24,968| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.pop3service.exe.fe| 15.2.792.15| 24,968| 27-Apr-21| 11:34| Not applicable \nMicrosoft.exchange.popconfiguration.dl1| 15.2.792.15| 42,888| 27-Apr-21| 11:30| Not applicable \nMicrosoft.exchange.popimap.core.dll| 15.2.792.15| 264,568| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.popimap.core.dll.fe| 15.2.792.15| 264,568| 27-Apr-21| 11:33| Not applicable \nMicrosoft.exchange.powersharp.dll| 15.2.792.15| 358,280| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.powersharp.management.dll| 15.2.792.15| 4,166,544| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.powershell.configuration.dll| 15.2.792.15| 308,624| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.powershell.rbachostingtools.dll| 15.2.792.15| 41,344| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.protectedservicehost.exe| 15.2.792.15| 30,584| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.protocols.fasttransfer.dll| 15.2.792.15| 137,080| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.protocols.mapi.dll| 15.2.792.15| 441,720| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.provisioning.eventlog.dll| 15.2.792.15| 14,224| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.provisioningagent.dll| 15.2.792.15| 224,656| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.provisioningservicelet.dll| 15.2.792.15| 105,864| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.pst.dll| 15.2.792.15| 168,848| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.pst.dll.deploy| 15.2.792.15| 168,848| 27-Apr-21| 11:30| Not applicable \nMicrosoft.exchange.pswsclient.dll| 15.2.792.15| 259,448| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.publicfolders.dll| 15.2.792.15| 72,072| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.pushnotifications.crimsonevents.dll| 15.2.792.15| 215,928| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.pushnotifications.dll| 15.2.792.15| 106,872| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.pushnotifications.publishers.dll| 15.2.792.15| 425,848| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.pushnotifications.server.dll| 15.2.792.15| 70,520| 27-Apr-21| 11:36| x86 \nMicrosoft.exchange.query.analysis.dll| 15.2.792.15| 46,456| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.query.configuration.dll| 15.2.792.15| 215,416| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.query.core.dll| 15.2.792.15| 168,312| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.query.ranking.dll| 15.2.792.15| 343,416| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.query.retrieval.dll| 15.2.792.15| 174,456| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.query.suggestions.dll| 15.2.792.15| 95,096| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.realtimeanalyticspublisherservicelet.dll| 15.2.792.15| 127,352| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.relevance.core.dll| 15.2.792.15| 63,376| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.relevance.data.dll| 15.2.792.15| 36,744| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.relevance.mailtagger.dll| 15.2.792.15| 17,800| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.relevance.people.dll| 15.2.792.15| 9,666,960| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.relevance.peopleindex.dll| 15.2.792.15| #########| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.relevance.peopleranker.dll| 15.2.792.15| 36,744| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.relevance.perm.dll| 15.2.792.15| 97,672| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.relevance.sassuggest.dll| 15.2.792.15| 28,536| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.relevance.upm.dll| 15.2.792.15| 72,080| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.routing.client.dll| 15.2.792.15| 15,744| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.routing.eventlog.dll| 15.2.792.15| 13,192| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.routing.server.exe| 15.2.792.15| 59,264| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.rpc.dll| 15.2.792.15| 1,647,496| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.rpcclientaccess.dll| 15.2.792.15| 209,808| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.rpcclientaccess.exmonhandler.dll| 15.2.792.15| 60,280| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.rpcclientaccess.handler.dll| 15.2.792.15| 518,008| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.rpcclientaccess.monitoring.dll| 15.2.792.15| 161,168| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.rpcclientaccess.parser.dll| 15.2.792.15| 724,344| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.rpcclientaccess.server.dll| 15.2.792.15| 243,088| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.rpcclientaccess.service.eventlog.dll| 15.2.792.15| 20,880| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.rpcclientaccess.service.exe| 15.2.792.15| 35,216| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.rpchttpmodules.dll| 15.2.792.15| 42,360| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.rpcoverhttpautoconfig.dll| 15.2.792.15| 56,208| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.rpcoverhttpautoconfig.eventlog.dll| 15.2.792.15| 27,536| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.rules.common.dll| 15.2.792.15| 130,448| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.saclwatcher.eventlog.dll| 15.2.792.15| 14,728| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.saclwatcherservicelet.dll| 15.2.792.15| 20,368| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.safehtml.dll| 15.2.792.15| 21,384| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.sandbox.activities.dll| 15.2.792.15| 267,664| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.sandbox.contacts.dll| 15.2.792.15| 110,992| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.sandbox.core.dll| 15.2.792.15| 112,504| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.sandbox.services.dll| 15.2.792.15| 622,480| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.search.bigfunnel.dll| 15.2.792.15| 185,208| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.search.bigfunnel.eventlog.dll| 15.2.792.15| 12,168| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.search.blingwrapper.dll| 15.2.792.15| 19,320| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.search.core.dll| 15.2.792.15| 211,832| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.search.ediscoveryquery.dll| 15.2.792.15| 17,784| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.search.engine.dll| 15.2.792.15| 97,680| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.search.fast.configuration.dll| 15.2.792.15| 16,776| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.search.fast.dll| 15.2.792.15| 436,624| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.search.files.dll| 15.2.792.15| 274,296| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.search.flighting.dll| 15.2.792.15| 24,952| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.search.mdb.dll| 15.2.792.15| 217,992| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.search.service.exe| 15.2.792.15| 26,512| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.security.applicationencryption.dll| 15.2.792.15| 221,064| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.security.dll| 15.2.792.15| 1,559,432| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.security.msarpsservice.exe| 15.2.792.15| 19,832| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.security.securitymsg.dll| 15.2.792.15| 28,536| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.server.storage.admininterface.dll| 15.2.792.15| 225,168| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.server.storage.common.dll| 15.2.792.15| 5,151,096| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.server.storage.diagnostics.dll| 15.2.792.15| 214,904| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.server.storage.directoryservices.dll| 15.2.792.15| 115,576| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.server.storage.esebackinterop.dll| 15.2.792.15| 82,800| 27-Apr-21| 11:32| x64 \nMicrosoft.exchange.server.storage.eventlog.dll| 15.2.792.15| 80,768| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.server.storage.fulltextindex.dll| 15.2.792.15| 66,448| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.server.storage.ha.dll| 15.2.792.15| 81,288| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.server.storage.lazyindexing.dll| 15.2.792.15| 211,832| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.server.storage.logicaldatamodel.dll| 15.2.792.15| 1,341,328| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.server.storage.mapidisp.dll| 15.2.792.15| 511,888| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.server.storage.multimailboxsearch.dll| 15.2.792.15| 47,504| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.server.storage.physicalaccess.dll| 15.2.792.15| 873,360| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.server.storage.propertydefinitions.dll| 15.2.792.15| 1,352,080| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.server.storage.propertytag.dll| 15.2.792.15| 30,584| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.server.storage.rpcproxy.dll| 15.2.792.15| 130,448| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.server.storage.storecommonservices.dll| 15.2.792.15| 1,018,760| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.server.storage.storeintegritycheck.dll| 15.2.792.15| 111,480| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.server.storage.workermanager.dll| 15.2.792.15| 34,680| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.server.storage.xpress.dll| 15.2.792.15| 19,320| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.servicehost.eventlog.dll| 15.2.792.15| 14,720| 27-Apr-21| 11:35| x64 \nMicrosoft.exchange.servicehost.exe| 15.2.792.15| 60,808| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.servicelets.globallocatorcache.dll| 15.2.792.15| 50,576| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.servicelets.globallocatorcache.eventlog.dll| 15.2.792.15| 14,216| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.servicelets.unifiedpolicysyncservicelet.eventlog.dll| 15.2.792.15| 14,200| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.services.common.dll| 15.2.792.15| 74,120| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.services.dll| 15.2.792.15| 8,480,656| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.services.eventlogs.dll| 15.2.792.15| 30,088| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.services.ewshandler.dll| 15.2.792.15| 633,720| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.services.ewsserialization.dll| 15.2.792.15| 1,651,088| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.services.json.dll| 15.2.792.15| 296,312| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.services.messaging.dll| 15.2.792.15| 43,408| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.services.onlinemeetings.dll| 15.2.792.15| 233,336| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.services.surface.dll| 15.2.792.15| 178,552| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.services.wcf.dll| 15.2.792.15| 348,536| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.setup.acquirelanguagepack.dll| 15.2.792.15| 56,712| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.setup.bootstrapper.common.dll| 15.2.792.15| 93,048| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.setup.common.dll| 15.2.792.15| 296,328| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.setup.commonbase.dll| 15.2.792.15| 35,720| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.setup.console.dll| 15.2.792.15| 27,024| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.setup.gui.dll| 15.2.792.15| 114,576| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.setup.parser.dll| 15.2.792.15| 53,648| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.setup.signverfwrapper.dll| 15.2.792.15| 75,144| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.sharedcache.caches.dll| 15.2.792.15| 142,712| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.sharedcache.client.dll| 15.2.792.15| 24,968| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.sharedcache.eventlog.dll| 15.2.792.15| 15,248| 27-Apr-21| 11:35| x64 \nMicrosoft.exchange.sharedcache.exe| 15.2.792.15| 58,744| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.sharepointsignalstore.dll| 15.2.792.15| 27,000| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.slabmanifest.dll| 15.2.792.15| 46,992| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.sqm.dll| 15.2.792.15| 46,968| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.store.service.exe| 15.2.792.15| 28,040| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.store.worker.exe| 15.2.792.15| 26,512| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.storeobjectsservice.eventlog.dll| 15.2.792.15| 13,712| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.storeobjectsservice.exe| 15.2.792.15| 31,624| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.storeprovider.dll| 15.2.792.15| 1,205,112| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.structuredquery.dll| 15.2.792.15| 158,584| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.symphonyhandler.dll| 15.2.792.15| 628,112| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.syncmigration.eventlog.dll| 15.2.792.15| 13,192| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.syncmigrationservicelet.dll| 15.2.792.15| 16,248| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.systemprobemsg.dll| 15.2.792.15| 13,200| 27-Apr-21| 11:33| x64 \nMicrosoft.exchange.textprocessing.dll| 15.2.792.15| 221,560| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.textprocessing.eventlog.dll| 15.2.792.15| 13,704| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.transport.agent.addressbookpolicyroutingagent.dll| 15.2.792.15| 29,048| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.transport.agent.antispam.common.dll| 15.2.792.15| 138,640| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.agent.contentfilter.cominterop.dll| 15.2.792.15| 21,904| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.agent.controlflow.dll| 15.2.792.15| 40,312| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.transport.agent.faultinjectionagent.dll| 15.2.792.15| 22,928| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.agent.frontendproxyagent.dll| 15.2.792.15| 21,368| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.transport.agent.hygiene.dll| 15.2.792.15| 212,368| 27-Apr-21| 11:36| x86 \nMicrosoft.exchange.transport.agent.interceptoragent.dll| 15.2.792.15| 98,680| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.agent.liveidauth.dll| 15.2.792.15| 22,904| 27-Apr-21| 11:36| x86 \nMicrosoft.exchange.transport.agent.malware.dll| 15.2.792.15| 169,352| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.transport.agent.malware.eventlog.dll| 15.2.792.15| 18,296| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.transport.agent.phishingdetection.dll| 15.2.792.15| 20,880| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.transport.agent.prioritization.dll| 15.2.792.15| 31,608| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.transport.agent.protocolanalysis.dbaccess.dll| 15.2.792.15| 46,968| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.agent.search.dll| 15.2.792.15| 30,096| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.transport.agent.senderid.core.dll| 15.2.792.15| 53,128| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.agent.sharedmailboxsentitemsroutingagent.dll| 15.2.792.15| 44,936| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.agent.systemprobedrop.dll| 15.2.792.15| 18,296| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.transport.agent.transportfeatureoverrideagent.dll| 15.2.792.15| 46,464| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.transport.agent.trustedmailagents.dll| 15.2.792.15| 46,456| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.transport.cloudmonitor.common.dll| 15.2.792.15| 28,048| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.transport.common.dll| 15.2.792.15| 457,096| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.transport.contracts.dll| 15.2.792.15| 18,296| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.decisionengine.dll| 15.2.792.15| 30,600| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.transport.dll| 15.2.792.15| 4,183,944| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.dsapiclient.dll| 15.2.792.15| 182,152| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.transport.eventlog.dll| 15.2.792.15| 121,736| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.transport.extensibility.dll| 15.2.792.15| 403,840| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.extensibilityeventlog.dll| 15.2.792.15| 14,712| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.transport.flighting.dll| 15.2.792.15| 89,976| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.logging.dll| 15.2.792.15| 88,952| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.transport.logging.search.dll| 15.2.792.15| 68,488| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.loggingcommon.dll| 15.2.792.15| 63,368| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.transport.monitoring.dll| 15.2.792.15| 430,472| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.net.dll| 15.2.792.15| 122,232| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.transport.protocols.contracts.dll| 15.2.792.15| 17,784| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.transport.protocols.dll| 15.2.792.15| 29,048| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.protocols.httpsubmission.dll| 15.2.792.15| 60,792| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.transport.requestbroker.dll| 15.2.792.15| 50,040| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.scheduler.contracts.dll| 15.2.792.15| 33,160| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.transport.scheduler.dll| 15.2.792.15| 113,032| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.transport.smtpshared.dll| 15.2.792.15| 18,312| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.transport.storage.contracts.dll| 15.2.792.15| 52,112| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.storage.dll| 15.2.792.15| 675,192| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.storage.management.dll| 15.2.792.15| 23,928| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.sync.agents.dll| 15.2.792.15| 17,784| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.transport.sync.common.dll| 15.2.792.15| 487,312| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.transport.sync.common.eventlog.dll| 15.2.792.15| 12,688| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.transport.sync.manager.dll| 15.2.792.15| 306,064| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.transport.sync.manager.eventlog.dll| 15.2.792.15| 15,752| 27-Apr-21| 11:30| x64 \nMicrosoft.exchange.transport.sync.migrationrpc.dll| 15.2.792.15| 46,456| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.sync.worker.dll| 15.2.792.15| 1,044,360| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.transport.sync.worker.eventlog.dll| 15.2.792.15| 15,248| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.transportlogsearch.eventlog.dll| 15.2.792.15| 18,824| 27-Apr-21| 11:35| x64 \nMicrosoft.exchange.transportsyncmanagersvc.exe| 15.2.792.15| 18,824| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.um.troubleshootingtool.shared.dll| 15.2.792.15| 118,664| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.um.umcommon.dll| 15.2.792.15| 924,536| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.um.umcore.dll| 15.2.792.15| 1,469,304| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.um.umvariantconfiguration.dll| 15.2.792.15| 32,632| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.unifiedcontent.dll| 15.2.792.15| 41,848| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.unifiedcontent.exchange.dll| 15.2.792.15| 24,968| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.unifiedpolicyfilesync.eventlog.dll| 15.2.792.15| 15,224| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.unifiedpolicyfilesyncservicelet.dll| 15.2.792.15| 83,344| 27-Apr-21| 11:34| x86 \nMicrosoft.exchange.unifiedpolicysyncservicelet.dll| 15.2.792.15| 50,048| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.variantconfiguration.antispam.dll| 15.2.792.15| 642,424| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.variantconfiguration.core.dll| 15.2.792.15| 186,256| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.variantconfiguration.dll| 15.2.792.15| 67,448| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.variantconfiguration.eventlog.dll| 15.2.792.15| 12,664| 27-Apr-21| 11:31| x64 \nMicrosoft.exchange.variantconfiguration.excore.dll| 15.2.792.15| 56,712| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.variantconfiguration.globalsettings.dll| 15.2.792.15| 27,512| 27-Apr-21| 11:31| x86 \nMicrosoft.exchange.variantconfiguration.hygiene.dll| 15.2.792.15| 120,696| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.variantconfiguration.protectionservice.dll| 15.2.792.15| 31,624| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.variantconfiguration.threatintel.dll| 15.2.792.15| 57,224| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.webservices.auth.dll| 15.2.792.15| 35,728| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.webservices.dll| 15.2.792.15| 1,054,096| 27-Apr-21| 11:30| x86 \nMicrosoft.exchange.webservices.xrm.dll| 15.2.792.15| 67,984| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.wlmservicelet.dll| 15.2.792.15| 23,432| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.wopiclient.dll| 15.2.792.15| 77,176| 27-Apr-21| 11:35| x86 \nMicrosoft.exchange.workingset.signalapi.dll| 15.2.792.15| 17,288| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.workingsetabstraction.signalapiabstraction.dll| 15.2.792.15| 29,048| 27-Apr-21| 11:32| x86 \nMicrosoft.exchange.workloadmanagement.dll| 15.2.792.15| 505,216| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.workloadmanagement.eventlogs.dll| 15.2.792.15| 14,736| 27-Apr-21| 11:34| x64 \nMicrosoft.exchange.workloadmanagement.throttling.configuration.dll| 15.2.792.15| 36,744| 27-Apr-21| 11:33| x86 \nMicrosoft.exchange.workloadmanagement.throttling.dll| 15.2.792.15| 66,448| 27-Apr-21| 11:33| x86 \nMicrosoft.fast.contextlogger.json.dll| 15.2.792.15| 19,344| 27-Apr-21| 11:33| x86 \nMicrosoft.filtering.dll| 15.2.792.15| 113,024| 27-Apr-21| 11:33| x86 \nMicrosoft.filtering.exchange.dll| 15.2.792.15| 57,224| 27-Apr-21| 11:32| x86 \nMicrosoft.filtering.interop.dll| 15.2.792.15| 15,248| 27-Apr-21| 11:34| x86 \nMicrosoft.forefront.activedirectoryconnector.dll| 15.2.792.15| 46,984| 27-Apr-21| 11:33| x86 \nMicrosoft.forefront.activedirectoryconnector.eventlog.dll| 15.2.792.15| 15,752| 27-Apr-21| 11:33| x64 \nMicrosoft.forefront.filtering.common.dll| 15.2.792.15| 23,944| 27-Apr-21| 11:33| x86 \nMicrosoft.forefront.filtering.diagnostics.dll| 15.2.792.15| 22,392| 27-Apr-21| 11:32| x86 \nMicrosoft.forefront.filtering.eventpublisher.dll| 15.2.792.15| 34,696| 27-Apr-21| 11:33| x86 \nMicrosoft.forefront.management.powershell.format.ps1xml| Not applicable| 48,898| 27-Apr-21| 11:32| Not applicable \nMicrosoft.forefront.management.powershell.types.ps1xml| Not applicable| 16,317| 27-Apr-21| 11:33| Not applicable \nMicrosoft.forefront.monitoring.activemonitoring.local.components.dll| 15.2.792.15| 1,518,456| 27-Apr-21| 11:32| x86 \nMicrosoft.forefront.monitoring.activemonitoring.local.components.messages.dll| 15.2.792.15| 13,192| 27-Apr-21| 11:34| x64 \nMicrosoft.forefront.monitoring.management.outsidein.dll| 15.2.792.15| 33,152| 27-Apr-21| 11:33| x86 \nMicrosoft.forefront.recoveryactionarbiter.contract.dll| 15.2.792.15| 18,320| 27-Apr-21| 11:33| x86 \nMicrosoft.forefront.reporting.common.dll| 15.2.792.15| 46,472| 27-Apr-21| 11:33| x86 \nMicrosoft.forefront.reporting.ondemandquery.dll| 15.2.792.15| 50,568| 27-Apr-21| 11:34| x86 \nMicrosoft.isam.esent.collections.dll| 15.2.792.15| 72,568| 27-Apr-21| 11:33| x86 \nMicrosoft.isam.esent.interop.dll| 15.2.792.15| 541,560| 27-Apr-21| 11:32| x86 \nMicrosoft.managementgui.dll| 15.2.792.15| 133,496| 27-Apr-21| 11:33| x86 \nMicrosoft.mce.interop.dll| 15.2.792.15| 24,448| 27-Apr-21| 11:32| x86 \nMicrosoft.office.audit.dll| 15.2.792.15| 124,808| 27-Apr-21| 11:33| x86 \nMicrosoft.office.client.discovery.unifiedexport.dll| 15.2.792.15| 593,272| 27-Apr-21| 11:33| x86 \nMicrosoft.office.common.ipcommonlogger.dll| 15.2.792.15| 42,360| 27-Apr-21| 11:33| x86 \nMicrosoft.office.compliance.console.core.dll| 15.2.792.15| 217,984| 27-Apr-21| 11:31| x86 \nMicrosoft.office.compliance.console.dll| 15.2.792.15| 854,904| 27-Apr-21| 11:33| x86 \nMicrosoft.office.compliance.console.extensions.dll| 15.2.792.15| 485,768| 27-Apr-21| 11:30| x86 \nMicrosoft.office.compliance.core.dll| 15.2.792.15| 413,048| 27-Apr-21| 11:32| x86 \nMicrosoft.office.compliance.ingestion.dll| 15.2.792.15| 36,216| 27-Apr-21| 11:33| x86 \nMicrosoft.office.compliancepolicy.exchange.dar.dll| 15.2.792.15| 84,856| 27-Apr-21| 11:32| x86 \nMicrosoft.office.compliancepolicy.platform.dll| 15.2.792.15| 1,782,160| 27-Apr-21| 11:32| x86 \nMicrosoft.office.datacenter.activemonitoring.management.common.dll| 15.2.792.15| 49,528| 27-Apr-21| 11:32| x86 \nMicrosoft.office.datacenter.activemonitoring.management.dll| 15.2.792.15| 27,512| 27-Apr-21| 11:33| x86 \nMicrosoft.office.datacenter.activemonitoringlocal.dll| 15.2.792.15| 174,968| 27-Apr-21| 11:33| x86 \nMicrosoft.office.datacenter.monitoring.activemonitoring.recovery.dll| 15.2.792.15| 166,280| 27-Apr-21| 11:33| x86 \nMicrosoft.office365.datainsights.uploader.dll| 15.2.792.15| 40,336| 27-Apr-21| 11:30| x86 \nMicrosoft.online.box.shell.dll| 15.2.792.15| 46,480| 27-Apr-21| 11:30| x86 \nMicrosoft.powershell.hostingtools.dll| 15.2.792.15| 67,984| 27-Apr-21| 11:30| x86 \nMicrosoft.powershell.hostingtools_2.dll| 15.2.792.15| 67,984| 27-Apr-21| 11:30| x86 \nMicrosoft.tailoredexperiences.core.dll| 15.2.792.15| 120,184| 27-Apr-21| 11:32| x86 \nMigrateumcustomprompts.ps1| Not applicable| 19,118| 27-Apr-21| 11:34| Not applicable \nModernpublicfoldertomailboxmapgenerator.ps1| Not applicable| 29,084| 27-Apr-21| 11:34| Not applicable \nMovemailbox.ps1| Not applicable| 61,180| 27-Apr-21| 11:33| Not applicable \nMovetransportdatabase.ps1| Not applicable| 30,586| 27-Apr-21| 11:34| Not applicable \nMove_publicfolderbranch.ps1| Not applicable| 17,552| 27-Apr-21| 11:34| Not applicable \nMpgearparser.dll| 15.2.792.15| 99,704| 27-Apr-21| 11:33| x64 \nMsclassificationadapter.dll| 15.2.792.15| 248,720| 27-Apr-21| 11:30| x64 \nMsexchangecompliance.exe| 15.2.792.15| 78,736| 27-Apr-21| 11:33| x86 \nMsexchangedagmgmt.exe| 15.2.792.15| 25,488| 27-Apr-21| 11:33| x86 \nMsexchangedelivery.exe| 15.2.792.15| 38,800| 27-Apr-21| 11:33| x86 \nMsexchangefrontendtransport.exe| 15.2.792.15| 31,608| 27-Apr-21| 11:33| x86 \nMsexchangehmhost.exe| 15.2.792.15| 27,016| 27-Apr-21| 11:33| x86 \nMsexchangehmrecovery.exe| 15.2.792.15| 29,576| 27-Apr-21| 11:33| x86 \nMsexchangemailboxassistants.exe| 15.2.792.15| 72,592| 27-Apr-21| 11:33| x86 \nMsexchangemailboxreplication.exe| 15.2.792.15| 20,880| 27-Apr-21| 11:33| x86 \nMsexchangemigrationworkflow.exe| 15.2.792.15| 68,984| 27-Apr-21| 11:33| x86 \nMsexchangerepl.exe| 15.2.792.15| 71,056| 27-Apr-21| 11:33| x86 \nMsexchangesubmission.exe| 15.2.792.15| 123,256| 27-Apr-21| 11:32| x86 \nMsexchangethrottling.exe| 15.2.792.15| 39,824| 27-Apr-21| 11:33| x86 \nMsexchangetransport.exe| 15.2.792.15| 74,104| 27-Apr-21| 11:33| x86 \nMsexchangetransportlogsearch.exe| 15.2.792.15| 139,144| 27-Apr-21| 11:33| x86 \nMsexchangewatchdog.exe| 15.2.792.15| 55,672| 27-Apr-21| 11:33| x64 \nMspatchlinterop.dll| 15.2.792.15| 53,632| 27-Apr-21| 11:33| x64 \nNativehttpproxy.dll| 15.2.792.15| 91,520| 27-Apr-21| 11:35| x64 \nNavigatorparser.dll| 15.2.792.15| 636,792| 27-Apr-21| 11:33| x64 \nNego2nativeinterface.dll| 15.2.792.15| 19,320| 27-Apr-21| 11:32| x64 \nNegotiateclientcertificatemodule.dll| 15.2.792.15| 30,088| 27-Apr-21| 11:34| x64 \nNewtestcasconnectivityuser.ps1| Not applicable| 19,744| 27-Apr-21| 11:34| Not applicable \nNewtestcasconnectivityuserhosting.ps1| Not applicable| 24,599| 27-Apr-21| 11:34| Not applicable \nNtspxgen.dll| 15.2.792.15| 80,784| 27-Apr-21| 11:33| x64 \nOleconverter.exe| 15.2.792.15| 173,952| 27-Apr-21| 11:33| x64 \nOutsideinmodule.dll| 15.2.792.15| 87,944| 27-Apr-21| 11:33| x64 \nOwaauth.dll| 15.2.792.15| 92,040| 27-Apr-21| 11:33| x64 \nPerf_common_extrace.dll| 15.2.792.15| 245,128| 27-Apr-21| 11:32| x64 \nPerf_exchmem.dll| 15.2.792.15| 86,400| 27-Apr-21| 11:33| x64 \nPipeline2.dll| 15.2.792.15| 1,454,472| 27-Apr-21| 11:32| x64 \nPreparemoverequesthosting.ps1| Not applicable| 70,995| 27-Apr-21| 11:34| Not applicable \nPrepare_moverequest.ps1| Not applicable| 73,229| 27-Apr-21| 11:33| Not applicable \nProductinfo.managed.dll| 15.2.792.15| 27,016| 27-Apr-21| 11:33| x86 \nProxybinclientsstringsdll| 15.2.792.15| 924,552| 27-Apr-21| 11:34| x86 \nPublicfoldertomailboxmapgenerator.ps1| Not applicable| 23,258| 27-Apr-21| 11:34| Not applicable \nQuietexe.exe| 15.2.792.15| 14,728| 27-Apr-21| 11:32| x86 \nRedistributeactivedatabases.ps1| Not applicable| 250,532| 27-Apr-21| 11:33| Not applicable \nReinstalldefaulttransportagents.ps1| Not applicable| 21,635| 27-Apr-21| 11:34| Not applicable \nRemoteexchange.ps1| Not applicable| 23,557| 27-Apr-21| 11:34| Not applicable \nRemoveuserfrompfrecursive.ps1| Not applicable| 14,668| 27-Apr-21| 11:34| Not applicable \nReplaceuserpermissiononpfrecursive.ps1| Not applicable| 15,002| 27-Apr-21| 11:34| Not applicable \nReplaceuserwithuseronpfrecursive.ps1| Not applicable| 14,996| 27-Apr-21| 11:34| Not applicable \nReplaycrimsonmsg.dll| 15.2.792.15| 1,104,784| 27-Apr-21| 11:33| x64 \nResetattachmentfilterentry.ps1| Not applicable| 15,460| 27-Apr-21| 11:34| Not applicable \nResetcasservice.ps1| Not applicable| 21,727| 27-Apr-21| 11:34| Not applicable \nReset_antispamupdates.ps1| Not applicable| 14,085| 27-Apr-21| 11:34| Not applicable \nRestoreserveronprereqfailure.ps1| Not applicable| 15,153| 27-Apr-21| 11:33| Not applicable \nResumemailboxdatabasecopy.ps1| Not applicable| 17,190| 27-Apr-21| 11:34| Not applicable \nRightsmanagementwrapper.dll| 15.2.792.15| 86,416| 27-Apr-21| 11:32| x64 \nRollalternateserviceaccountpassword.ps1| Not applicable| 55,810| 27-Apr-21| 11:34| Not applicable \nRpcperf.dll| 15.2.792.15| 23,440| 27-Apr-21| 11:34| x64 \nRpcproxyshim.dll| 15.2.792.15| 39,312| 27-Apr-21| 11:32| x64 \nRulesauditmsg.dll| 15.2.792.15| 12,664| 27-Apr-21| 11:33| x64 \nSafehtmlnativewrapper.dll| 15.2.792.15| 34,680| 27-Apr-21| 11:34| x64 \nScanenginetest.exe| 15.2.792.15| 956,280| 27-Apr-21| 11:32| x64 \nScanningprocess.exe| 15.2.792.15| 738,704| 27-Apr-21| 11:32| x64 \nSearchdiagnosticinfo.ps1| Not applicable| 16,812| 27-Apr-21| 11:34| Not applicable \nServicecontrol.ps1| Not applicable| 52,313| 27-Apr-21| 11:33| Not applicable \nSetmailpublicfolderexternaladdress.ps1| Not applicable| 20,738| 27-Apr-21| 11:34| Not applicable \nSettingsadapter.dll| 15.2.792.15| 116,104| 27-Apr-21| 11:35| x64 \nSetup.exe| 15.2.792.15| 20,360| 27-Apr-21| 11:33| x86 \nSetupui.exe| 15.2.792.15| 188,304| 27-Apr-21| 11:34| x86 \nSplit_publicfoldermailbox.ps1| Not applicable| 52,209| 27-Apr-21| 11:34| Not applicable \nStartdagservermaintenance.ps1| Not applicable| 27,831| 27-Apr-21| 11:33| Not applicable \nStatisticsutil.dll| 15.2.792.15| 142,208| 27-Apr-21| 11:33| x64 \nStopdagservermaintenance.ps1| Not applicable| 21,113| 27-Apr-21| 11:34| Not applicable \nStoretsconstants.ps1| Not applicable| 15,850| 27-Apr-21| 11:34| Not applicable \nStoretslibrary.ps1| Not applicable| 28,003| 27-Apr-21| 11:34| Not applicable \nStore_mapi_net_bin_perf_x64_exrpcperf.dll| 15.2.792.15| 28,536| 27-Apr-21| 11:36| x64 \nSync_mailpublicfolders.ps1| Not applicable| 43,927| 27-Apr-21| 11:34| Not applicable \nSync_modernmailpublicfolders.ps1| Not applicable| 43,973| 27-Apr-21| 11:34| Not applicable \nTextconversionmodule.dll| 15.2.792.15| 86,392| 27-Apr-21| 11:32| x64 \nTroubleshoot_ci.ps1| Not applicable| 22,747| 27-Apr-21| 11:34| Not applicable \nTroubleshoot_databaselatency.ps1| Not applicable| 33,453| 27-Apr-21| 11:34| Not applicable \nTroubleshoot_databasespace.ps1| Not applicable| 30,049| 27-Apr-21| 11:33| Not applicable \nUninstall_antispamagents.ps1| Not applicable| 15,457| 27-Apr-21| 11:34| Not applicable \nUpdateapppoolmanagedframeworkversion.ps1| Not applicable| 14,030| 27-Apr-21| 11:34| Not applicable \nUpdatecas.ps1| Not applicable| 35,818| 27-Apr-21| 11:33| Not applicable \nUpdateconfigfiles.ps1| Not applicable| 19,726| 27-Apr-21| 11:32| Not applicable \nUpdateserver.exe| 15.2.792.15| 3,014,520| 27-Apr-21| 11:32| x64 \nUpdate_malwarefilteringserver.ps1| Not applicable| 18,136| 27-Apr-21| 11:34| Not applicable \nWeb.config_053c31bdd6824e95b35d61b0a5e7b62d| Not applicable| 31,814| 27-Apr-21| 11:35| Not applicable \nWsbexchange.exe| 15.2.792.15| 125,304| 27-Apr-21| 11:33| x64 \nX400prox.dll| 15.2.792.15| 103,304| 27-Apr-21| 11:36| x64 \n_search.lingoperators.a| 15.2.792.15| 34,680| 27-Apr-21| 11:34| Not applicable \n_search.lingoperators.b| 15.2.792.15| 34,680| 27-Apr-21| 11:34| Not applicable \n_search.mailboxoperators.a| 15.2.792.15| 290,168| 27-Apr-21| 11:34| Not applicable \n_search.mailboxoperators.b| 15.2.792.15| 290,168| 27-Apr-21| 11:34| Not applicable \n_search.operatorschema.a| 15.2.792.15| 485,768| 27-Apr-21| 11:30| Not applicable \n_search.operatorschema.b| 15.2.792.15| 485,768| 27-Apr-21| 11:30| Not applicable \n_search.tokenoperators.a| 15.2.792.15| 113,544| 27-Apr-21| 11:31| Not applicable \n_search.tokenoperators.b| 15.2.792.15| 113,544| 27-Apr-21| 11:31| Not applicable \n_search.transportoperators.a| 15.2.792.15| 67,960| 27-Apr-21| 11:30| Not applicable \n_search.transportoperators.b| 15.2.792.15| 67,960| 27-Apr-21| 11:30| Not applicable \n \n### \n\n__\n\nMicrosoft Exchange Server 2016 Cumulative Update 20\n\nFile name| File version| File size| Date| Time| Platform \n---|---|---|---|---|--- \nActivemonitoringeventmsg.dll| 15.1.2242.10| 71,048| 27-Apr-21| 12:50| x64 \nActivemonitoringexecutionlibrary.ps1| Not applicable| 29,530| 27-Apr-21| 12:50| Not applicable \nAdduserstopfrecursive.ps1| Not applicable| 14,925| 27-Apr-21| 12:50| Not applicable \nAdemodule.dll| 15.1.2242.10| 106,360| 27-Apr-21| 12:49| x64 \nAirfilter.dll| 15.1.2242.10| 42,896| 27-Apr-21| 12:50| x64 \nAjaxcontroltoolkit.dll| 15.1.2242.10| 92,552| 27-Apr-21| 12:48| x86 \nAntispamcommon.ps1| Not applicable| 13,481| 27-Apr-21| 12:50| Not applicable \nAsdat.msi| Not applicable| 5,087,232| 27-Apr-21| 12:50| Not applicable \nAsentirs.msi| Not applicable| 77,824| 27-Apr-21| 12:48| Not applicable \nAsentsig.msi| Not applicable| 73,728| 27-Apr-21| 12:49| Not applicable \nBigfunnel.bondtypes.dll| 15.1.2242.10| 43,896| 27-Apr-21| 12:49| x86 \nBigfunnel.common.dll| 15.1.2242.10| 63,880| 27-Apr-21| 12:49| x86 \nBigfunnel.configuration.dll| 15.1.2242.10| 99,208| 27-Apr-21| 12:49| x86 \nBigfunnel.entropy.dll| 15.1.2242.10| 44,432| 27-Apr-21| 12:50| x86 \nBigfunnel.filter.dll| 15.1.2242.10| 54,136| 27-Apr-21| 12:50| x86 \nBigfunnel.indexstream.dll| 15.1.2242.10| 54,160| 27-Apr-21| 12:49| x86 \nBigfunnel.poi.dll| 15.1.2242.10| 203,648| 27-Apr-21| 12:49| x86 \nBigfunnel.postinglist.dll| 15.1.2242.10| 122,232| 27-Apr-21| 12:49| x86 \nBigfunnel.query.dll| 15.1.2242.10| 99,704| 27-Apr-21| 12:49| x86 \nBigfunnel.ranking.dll| 15.1.2242.10| 79,224| 27-Apr-21| 12:50| x86 \nBigfunnel.syntheticdatalib.dll| 15.1.2242.10| 3,634,568| 27-Apr-21| 12:49| x86 \nBigfunnel.wordbreakers.dll| 15.1.2242.10| 46,472| 27-Apr-21| 12:50| x86 \nCafe_airfilter_dll| 15.1.2242.10| 42,896| 27-Apr-21| 12:50| x64 \nCafe_exppw_dll| 15.1.2242.10| 83,320| 27-Apr-21| 12:48| x64 \nCafe_owaauth_dll| 15.1.2242.10| 92,024| 27-Apr-21| 12:48| x64 \nCalcalculation.ps1| Not applicable| 42,109| 27-Apr-21| 12:50| Not applicable \nCheckdatabaseredundancy.ps1| Not applicable| 94,602| 27-Apr-21| 12:50| Not applicable \nChksgfiles.dll| 15.1.2242.10| 57,232| 27-Apr-21| 12:50| x64 \nCitsconstants.ps1| Not applicable| 15,801| 27-Apr-21| 12:50| Not applicable \nCitslibrary.ps1| Not applicable| 82,696| 27-Apr-21| 12:50| Not applicable \nCitstypes.ps1| Not applicable| 14,456| 27-Apr-21| 12:50| Not applicable \nClassificationengine_mce| 15.1.2242.10| 1,693,064| 27-Apr-21| 12:48| Not applicable \nClusmsg.dll| 15.1.2242.10| 134,032| 27-Apr-21| 12:50| x64 \nCoconet.dll| 15.1.2242.10| 48,008| 27-Apr-21| 12:49| x64 \nCollectovermetrics.ps1| Not applicable| 81,656| 27-Apr-21| 12:50| Not applicable \nCollectreplicationmetrics.ps1| Not applicable| 41,866| 27-Apr-21| 12:50| Not applicable \nCommonconnectfunctions.ps1| Not applicable| 29,963| 27-Apr-21| 12:49| Not applicable \nComplianceauditservice.exe| 15.1.2242.10| 39,816| 27-Apr-21| 12:50| x86 \nConfigureadam.ps1| Not applicable| 22,760| 27-Apr-21| 12:50| Not applicable \nConfigurecaferesponseheaders.ps1| Not applicable| 20,304| 27-Apr-21| 12:50| Not applicable \nConfigurenetworkprotocolparameters.ps1| Not applicable| 19,766| 27-Apr-21| 12:50| Not applicable \nConfiguresmbipsec.ps1| Not applicable| 39,824| 27-Apr-21| 12:50| Not applicable \nConfigure_enterprisepartnerapplication.ps1| Not applicable| 22,279| 27-Apr-21| 12:50| Not applicable \nConnectfunctions.ps1| Not applicable| 37,157| 27-Apr-21| 12:50| Not applicable \nConnect_exchangeserver_help.xml| Not applicable| 30,412| 27-Apr-21| 12:50| Not applicable \nConsoleinitialize.ps1| Not applicable| 24,264| 27-Apr-21| 12:49| Not applicable \nConvertoabvdir.ps1| Not applicable| 20,049| 27-Apr-21| 12:50| Not applicable \nConverttomessagelatency.ps1| Not applicable| 14,564| 27-Apr-21| 12:50| Not applicable \nConvert_distributiongrouptounifiedgroup.ps1| Not applicable| 34,761| 27-Apr-21| 12:50| Not applicable \nCreate_publicfoldermailboxesformigration.ps1| Not applicable| 27,904| 27-Apr-21| 12:50| Not applicable \nCts.14.0.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 507| 27-Apr-21| 12:50| Not applicable \nCts.14.1.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 507| 27-Apr-21| 12:50| Not applicable \nCts.14.2.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 507| 27-Apr-21| 12:50| Not applicable \nCts.14.3.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 507| 27-Apr-21| 12:50| Not applicable \nCts.14.4.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 507| 27-Apr-21| 12:50| Not applicable \nCts.15.0.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 507| 27-Apr-21| 12:50| Not applicable \nCts.15.1.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 507| 27-Apr-21| 12:50| Not applicable \nCts.15.2.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 507| 27-Apr-21| 12:50| Not applicable \nCts.15.20.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 507| 27-Apr-21| 12:50| Not applicable \nCts.8.1.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 507| 27-Apr-21| 12:50| Not applicable \nCts.8.2.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 507| 27-Apr-21| 12:50| Not applicable \nCts.8.3.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 507| 27-Apr-21| 12:50| Not applicable \nCts_exsmime.dll| 15.1.2242.10| 380,816| 27-Apr-21| 12:49| x64 \nCts_microsoft.exchange.data.common.dll| 15.1.2242.10| 1,686,928| 27-Apr-21| 12:49| x86 \nCts_microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 507| 27-Apr-21| 12:50| Not applicable \nCts_policy.14.0.microsoft.exchange.data.common.dll| 15.1.2242.10| 13,200| 27-Apr-21| 12:50| x86 \nCts_policy.14.1.microsoft.exchange.data.common.dll| 15.1.2242.10| 13,200| 27-Apr-21| 12:50| x86 \nCts_policy.14.2.microsoft.exchange.data.common.dll| 15.1.2242.10| 13,200| 27-Apr-21| 12:50| x86 \nCts_policy.14.3.microsoft.exchange.data.common.dll| 15.1.2242.10| 13,200| 27-Apr-21| 12:50| x86 \nCts_policy.14.4.microsoft.exchange.data.common.dll| 15.1.2242.10| 13,176| 27-Apr-21| 12:50| x86 \nCts_policy.15.0.microsoft.exchange.data.common.dll| 15.1.2242.10| 13,200| 27-Apr-21| 12:50| x86 \nCts_policy.15.1.microsoft.exchange.data.common.dll| 15.1.2242.10| 13,176| 27-Apr-21| 12:50| x86 \nCts_policy.15.2.microsoft.exchange.data.common.dll| 15.1.2242.10| 13,184| 27-Apr-21| 12:50| x86 \nCts_policy.15.20.microsoft.exchange.data.common.dll| 15.1.2242.10| 13,200| 27-Apr-21| 12:50| x86 \nCts_policy.8.0.microsoft.exchange.data.common.dll| 15.1.2242.10| 12,688| 27-Apr-21| 12:50| x86 \nCts_policy.8.1.microsoft.exchange.data.common.dll| 15.1.2242.10| 12,664| 27-Apr-21| 12:50| x86 \nCts_policy.8.2.microsoft.exchange.data.common.dll| 15.1.2242.10| 12,664| 27-Apr-21| 12:50| x86 \nCts_policy.8.3.microsoft.exchange.data.common.dll| 15.1.2242.10| 12,688| 27-Apr-21| 12:50| x86 \nDagcommonlibrary.ps1| Not applicable| 60,258| 27-Apr-21| 12:49| Not applicable \nDependentassemblygenerator.exe| 15.1.2242.10| 22,416| 27-Apr-21| 12:50| x86 \nDiaghelper.dll| 15.1.2242.10| 66,960| 27-Apr-21| 12:49| x86 \nDiagnosticscriptcommonlibrary.ps1| Not applicable| 16,366| 27-Apr-21| 12:49| Not applicable \nDisableinmemorytracing.ps1| Not applicable| 13,394| 27-Apr-21| 12:50| Not applicable \nDisable_antimalwarescanning.ps1| Not applicable| 15,185| 27-Apr-21| 12:50| Not applicable \nDisable_outsidein.ps1| Not applicable| 13,686| 27-Apr-21| 12:50| Not applicable \nDisklockerapi.dll| Not applicable| 22,392| 27-Apr-21| 12:50| x64 \nDlmigrationmodule.psm1| Not applicable| 39,612| 27-Apr-21| 12:50| Not applicable \nDsaccessperf.dll| 15.1.2242.10| 45,960| 27-Apr-21| 12:50| x64 \nDscperf.dll| 15.1.2242.10| 32,648| 27-Apr-21| 12:50| x64 \nDup_cts_microsoft.exchange.data.common.dll| 15.1.2242.10| 1,686,928| 27-Apr-21| 12:49| x86 \nDup_ext_microsoft.exchange.data.transport.dll| 15.1.2242.10| 601,488| 27-Apr-21| 12:48| x86 \nEcpperfcounters.xml| Not applicable| 31,160| 27-Apr-21| 12:50| Not applicable \nEdgeextensibility_microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 510| 27-Apr-21| 12:50| Not applicable \nEdgeextensibility_policy.8.0.microsoft.exchange.data.transport.dll| 15.1.2242.10| 13,200| 27-Apr-21| 12:50| x86 \nEdgetransport.exe| 15.1.2242.10| 49,528| 27-Apr-21| 12:50| x86 \nEext.14.0.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 510| 27-Apr-21| 12:50| Not applicable \nEext.14.1.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 510| 27-Apr-21| 12:50| Not applicable \nEext.14.2.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 510| 27-Apr-21| 12:50| Not applicable \nEext.14.3.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 510| 27-Apr-21| 12:50| Not applicable \nEext.14.4.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 510| 27-Apr-21| 12:50| Not applicable \nEext.15.0.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 510| 27-Apr-21| 12:50| Not applicable \nEext.15.1.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 510| 27-Apr-21| 12:50| Not applicable \nEext.15.2.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 510| 27-Apr-21| 12:50| Not applicable \nEext.15.20.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 510| 27-Apr-21| 12:50| Not applicable \nEext.8.1.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 510| 27-Apr-21| 12:50| Not applicable \nEext.8.2.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 510| 27-Apr-21| 12:50| Not applicable \nEext.8.3.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 510| 27-Apr-21| 12:50| Not applicable \nEext_policy.14.0.microsoft.exchange.data.transport.dll| 15.1.2242.10| 13,200| 27-Apr-21| 12:50| x86 \nEext_policy.14.1.microsoft.exchange.data.transport.dll| 15.1.2242.10| 13,192| 27-Apr-21| 12:50| x86 \nEext_policy.14.2.microsoft.exchange.data.transport.dll| 15.1.2242.10| 13,176| 27-Apr-21| 12:50| x86 \nEext_policy.14.3.microsoft.exchange.data.transport.dll| 15.1.2242.10| 13,200| 27-Apr-21| 12:50| x86 \nEext_policy.14.4.microsoft.exchange.data.transport.dll| 15.1.2242.10| 13,200| 27-Apr-21| 12:50| x86 \nEext_policy.15.0.microsoft.exchange.data.transport.dll| 15.1.2242.10| 13,176| 27-Apr-21| 12:50| x86 \nEext_policy.15.1.microsoft.exchange.data.transport.dll| 15.1.2242.10| 13,176| 27-Apr-21| 12:50| x86 \nEext_policy.15.2.microsoft.exchange.data.transport.dll| 15.1.2242.10| 13,192| 27-Apr-21| 12:50| x86 \nEext_policy.15.20.microsoft.exchange.data.transport.dll| 15.1.2242.10| 13,176| 27-Apr-21| 12:50| x86 \nEext_policy.8.1.microsoft.exchange.data.transport.dll| 15.1.2242.10| 13,200| 27-Apr-21| 12:50| x86 \nEext_policy.8.2.microsoft.exchange.data.transport.dll| 15.1.2242.10| 13,176| 27-Apr-21| 12:50| x86 \nEext_policy.8.3.microsoft.exchange.data.transport.dll| 15.1.2242.10| 13,200| 27-Apr-21| 12:50| x86 \nEnableinmemorytracing.ps1| Not applicable| 13,376| 27-Apr-21| 12:50| Not applicable \nEnable_antimalwarescanning.ps1| Not applicable| 17,555| 27-Apr-21| 12:50| Not applicable \nEnable_basicauthtooauthconverterhttpmodule.ps1| Not applicable| 18,584| 27-Apr-21| 12:50| Not applicable \nEnable_crossforestconnector.ps1| Not applicable| 18,594| 27-Apr-21| 12:50| Not applicable \nEnable_outlookcertificateauthentication.ps1| Not applicable| 22,912| 27-Apr-21| 12:50| Not applicable \nEnable_outsidein.ps1| Not applicable| 13,639| 27-Apr-21| 12:50| Not applicable \nEngineupdateserviceinterfaces.dll| 15.1.2242.10| 17,808| 27-Apr-21| 12:49| x86 \nEscprint.dll| 15.1.2242.10| 20,344| 27-Apr-21| 12:50| x64 \nEse.dll| 15.1.2242.10| 3,695,496| 27-Apr-21| 12:50| x64 \nEseback2.dll| 15.1.2242.10| 325,008| 27-Apr-21| 12:50| x64 \nEsebcli2.dll| 15.1.2242.10| 292,752| 27-Apr-21| 12:50| x64 \nEseperf.dll| 15.1.2242.10| 116,112| 27-Apr-21| 12:50| x64 \nEseutil.exe| 15.1.2242.10| 398,736| 27-Apr-21| 12:50| x64 \nEsevss.dll| 15.1.2242.10| 44,432| 27-Apr-21| 12:50| x64 \nEtweseproviderresources.dll| 15.1.2242.10| 82,296| 27-Apr-21| 12:50| x64 \nEventperf.dll| 15.1.2242.10| 59,792| 27-Apr-21| 12:48| x64 \nExchange.depthtwo.types.ps1xml| Not applicable| 40,132| 27-Apr-21| 12:50| Not applicable \nExchange.format.ps1xml| Not applicable| 648,635| 27-Apr-21| 12:50| Not applicable \nExchange.partial.types.ps1xml| Not applicable| 43,349| 27-Apr-21| 12:50| Not applicable \nExchange.ps1| Not applicable| 20,803| 27-Apr-21| 12:50| Not applicable \nExchange.support.format.ps1xml| Not applicable| 26,531| 27-Apr-21| 12:50| Not applicable \nExchange.types.ps1xml| Not applicable| 365,172| 27-Apr-21| 12:50| Not applicable \nExchangeudfcommon.dll| 15.1.2242.10| 121,720| 27-Apr-21| 12:50| x86 \nExchangeudfs.dll| 15.1.2242.10| 269,712| 27-Apr-21| 12:50| x86 \nExchmem.dll| 15.1.2242.10| 85,896| 27-Apr-21| 12:48| x64 \nExchsetupmsg.dll| 15.1.2242.10| 19,344| 27-Apr-21| 12:50| x64 \nExchucutil.ps1| Not applicable| 23,916| 27-Apr-21| 12:50| Not applicable \nExdbfailureitemapi.dll| Not applicable| 27,024| 27-Apr-21| 12:50| x64 \nExdbmsg.dll| 15.1.2242.10| 229,776| 27-Apr-21| 12:50| x64 \nExeventperfplugin.dll| 15.1.2242.10| 25,464| 27-Apr-21| 12:50| x64 \nExmime.dll| 15.1.2242.10| 364,920| 27-Apr-21| 12:50| x64 \nExportedgeconfig.ps1| Not applicable| 27,387| 27-Apr-21| 12:50| Not applicable \nExport_mailpublicfoldersformigration.ps1| Not applicable| 18,554| 27-Apr-21| 12:50| Not applicable \nExport_modernpublicfolderstatistics.ps1| Not applicable| 28,850| 27-Apr-21| 12:50| Not applicable \nExport_outlookclassification.ps1| Not applicable| 14,410| 27-Apr-21| 12:50| Not applicable \nExport_publicfolderstatistics.ps1| Not applicable| 23,117| 27-Apr-21| 12:50| Not applicable \nExport_retentiontags.ps1| Not applicable| 17,040| 27-Apr-21| 12:50| Not applicable \nExppw.dll| 15.1.2242.10| 83,320| 27-Apr-21| 12:48| x64 \nExprfdll.dll| 15.1.2242.10| 26,504| 27-Apr-21| 12:50| x64 \nExrpc32.dll| 15.1.2242.10| 1,922,936| 27-Apr-21| 12:49| x64 \nExrw.dll| 15.1.2242.10| 28,048| 27-Apr-21| 12:49| x64 \nExsetdata.dll| 15.1.2242.10| 2,779,016| 27-Apr-21| 12:50| x64 \nExsetup.exe| 15.1.2242.10| 35,192| 27-Apr-21| 12:50| x86 \nExsetupui.exe| 15.1.2242.10| 193,400| 27-Apr-21| 12:50| x86 \nExtrace.dll| 15.1.2242.10| 245,112| 27-Apr-21| 12:48| x64 \nExt_microsoft.exchange.data.transport.dll| 15.1.2242.10| 601,488| 27-Apr-21| 12:48| x86 \nExwatson.dll| 15.1.2242.10| 44,944| 27-Apr-21| 12:48| x64 \nFastioext.dll| 15.1.2242.10| 60,280| 27-Apr-21| 12:50| x64 \nFil06f84122c94c91a0458cad45c22cce20| Not applicable| 784,715| 27-Apr-21| 12:48| Not applicable \nFil143a7a5d4894478a85eefc89a6539fc8| Not applicable| 1,909,229| 27-Apr-21| 12:49| Not applicable \nFil19f527f284a0bb584915f9994f4885c3| Not applicable| 648,761| 27-Apr-21| 12:49| Not applicable \nFil1a9540363a531e7fb18ffe600cffc3ce| Not applicable| 358,406| 27-Apr-21| 12:50| Not applicable \nFil220d95210c8697448312eee6628c815c| Not applicable| 303,658| 27-Apr-21| 12:50| Not applicable \nFil2cf5a31e239a45fabea48687373b547c| Not applicable| 652,727| 27-Apr-21| 12:49| Not applicable \nFil397f0b1f1d7bd44d6e57e496decea2ec| Not applicable| 784,712| 27-Apr-21| 12:49| Not applicable \nFil3ab126057b34eee68c4fd4b127ff7aee| Not applicable| 784,688| 27-Apr-21| 12:48| Not applicable \nFil41bb2e5743e3bde4ecb1e07a76c5a7a8| Not applicable| 149,154| 27-Apr-21| 12:49| Not applicable \nFil51669bfbda26e56e3a43791df94c1e9c| Not applicable| 9,346| 27-Apr-21| 12:49| Not applicable \nFil558cb84302edfc96e553bcfce2b85286| Not applicable| 85,260| 27-Apr-21| 12:48| Not applicable \nFil55ce217251b77b97a46e914579fc4c64| Not applicable| 648,755| 27-Apr-21| 12:49| Not applicable \nFil5a9e78a51a18d05bc36b5e8b822d43a8| Not applicable| 1,597,359| 27-Apr-21| 12:48| Not applicable \nFil5c7d10e5f1f9ada1e877c9aa087182a9| Not applicable| 1,597,359| 27-Apr-21| 12:48| Not applicable \nFil6569a92c80a1e14949e4282ae2cc699c| Not applicable| 1,597,359| 27-Apr-21| 12:48| Not applicable \nFil6a01daba551306a1e55f0bf6894f4d9f| Not applicable| 648,731| 27-Apr-21| 12:48| Not applicable \nFil8863143ea7cd93a5f197c9fff13686bf| Not applicable| 648,761| 27-Apr-21| 12:49| Not applicable \nFil8a8c76f225c7205db1000e8864c10038| Not applicable| 1,597,359| 27-Apr-21| 12:48| Not applicable \nFil8cd999415d36ba78a3ac16a080c47458| Not applicable| 784,718| 27-Apr-21| 12:49| Not applicable \nFil97913e630ff02079ce9889505a517ec0| Not applicable| 1,597,359| 27-Apr-21| 12:48| Not applicable \nFilaa49badb2892075a28d58d06560f8da2| Not applicable| 785,742| 27-Apr-21| 12:49| Not applicable \nFilae28aeed23ccb4b9b80accc2d43175b5| Not applicable| 648,758| 27-Apr-21| 12:49| Not applicable \nFilb17f496f9d880a684b5c13f6b02d7203| Not applicable| 784,718| 27-Apr-21| 12:49| Not applicable \nFilb94ca32f2654692263a5be009c0fe4ca| Not applicable| 2,564,949| 27-Apr-21| 12:49| Not applicable \nFilbabdc4808eba0c4f18103f12ae955e5c| Not applicable| #########| 27-Apr-21| 12:49| Not applicable \nFilc92cf2bf29bed21bd5555163330a3d07| Not applicable| 652,745| 27-Apr-21| 12:49| Not applicable \nFilcc478d2a8346db20c4e2dc36f3400628| Not applicable| 784,718| 27-Apr-21| 12:49| Not applicable \nFild26cd6b13cfe2ec2a16703819da6d043| Not applicable| 1,597,359| 27-Apr-21| 12:48| Not applicable \nFilf2719f9dc8f7b74df78ad558ad3ee8a6| Not applicable| 785,724| 27-Apr-21| 12:49| Not applicable \nFilfa5378dc76359a55ef20cc34f8a23fee| Not applicable| 1,427,187| 27-Apr-21| 12:49| Not applicable \nFilteringconfigurationcommands.ps1| Not applicable| 18,227| 27-Apr-21| 12:50| Not applicable \nFilteringpowershell.dll| 15.1.2242.10| 223,120| 27-Apr-21| 12:49| x86 \nFilteringpowershell.format.ps1xml| Not applicable| 29,691| 27-Apr-21| 12:49| Not applicable \nFiltermodule.dll| 15.1.2242.10| 180,088| 27-Apr-21| 12:49| x64 \nFipexeuperfctrresource.dll| 15.1.2242.10| 15,248| 27-Apr-21| 12:49| x64 \nFipexeventsresource.dll| 15.1.2242.10| 44,920| 27-Apr-21| 12:50| x64 \nFipexperfctrresource.dll| 15.1.2242.10| 32,656| 27-Apr-21| 12:50| x64 \nFirewallres.dll| 15.1.2242.10| 72,584| 27-Apr-21| 12:50| x64 \nFms.exe| 15.1.2242.10| 1,350,024| 27-Apr-21| 12:49| x64 \nForefrontactivedirectoryconnector.exe| 15.1.2242.10| 110,992| 27-Apr-21| 12:50| x64 \nFpsdiag.exe| 15.1.2242.10| 18,832| 27-Apr-21| 12:50| x86 \nFsccachedfilemanagedlocal.dll| 15.1.2242.10| 822,160| 27-Apr-21| 12:49| x64 \nFscconfigsupport.dll| 15.1.2242.10| 56,720| 27-Apr-21| 12:49| x86 \nFscconfigurationserver.exe| 15.1.2242.10| 430,992| 27-Apr-21| 12:49| x64 \nFscconfigurationserverinterfaces.dll| 15.1.2242.10| 15,736| 27-Apr-21| 12:49| x86 \nFsccrypto.dll| 15.1.2242.10| 208,760| 27-Apr-21| 12:49| x64 \nFscipcinterfaceslocal.dll| 15.1.2242.10| 28,560| 27-Apr-21| 12:49| x86 \nFscipclocal.dll| 15.1.2242.10| 38,280| 27-Apr-21| 12:49| x86 \nFscsqmuploader.exe| 15.1.2242.10| 453,496| 27-Apr-21| 12:50| x64 \nGetucpool.ps1| Not applicable| 19,771| 27-Apr-21| 12:50| Not applicable \nGetvalidengines.ps1| Not applicable| 13,270| 27-Apr-21| 12:50| Not applicable \nGet_antispamfilteringreport.ps1| Not applicable| 15,789| 27-Apr-21| 12:50| Not applicable \nGet_antispamsclhistogram.ps1| Not applicable| 14,635| 27-Apr-21| 12:50| Not applicable \nGet_antispamtopblockedsenderdomains.ps1| Not applicable| 15,707| 27-Apr-21| 12:50| Not applicable \nGet_antispamtopblockedsenderips.ps1| Not applicable| 14,755| 27-Apr-21| 12:50| Not applicable \nGet_antispamtopblockedsenders.ps1| Not applicable| 15,474| 27-Apr-21| 12:50| Not applicable \nGet_antispamtoprblproviders.ps1| Not applicable| 14,685| 27-Apr-21| 12:50| Not applicable \nGet_antispamtoprecipients.ps1| Not applicable| 14,790| 27-Apr-21| 12:49| Not applicable \nGet_dleligibilitylist.ps1| Not applicable| 42,328| 27-Apr-21| 12:50| Not applicable \nGet_exchangeetwtrace.ps1| Not applicable| 28,943| 27-Apr-21| 12:50| Not applicable \nGet_publicfoldermailboxsize.ps1| Not applicable| 15,018| 27-Apr-21| 12:50| Not applicable \nGet_storetrace.ps1| Not applicable| 50,607| 27-Apr-21| 12:50| Not applicable \nHuffman_xpress.dll| 15.1.2242.10| 32,656| 27-Apr-21| 12:50| x64 \nImportedgeconfig.ps1| Not applicable| 77,244| 27-Apr-21| 12:50| Not applicable \nImport_mailpublicfoldersformigration.ps1| Not applicable| 29,476| 27-Apr-21| 12:50| Not applicable \nImport_retentiontags.ps1| Not applicable| 28,814| 27-Apr-21| 12:50| Not applicable \nInproxy.dll| 15.1.2242.10| 85,904| 27-Apr-21| 12:48| x64 \nInstallwindowscomponent.ps1| Not applicable| 34,535| 27-Apr-21| 12:50| Not applicable \nInstall_antispamagents.ps1| Not applicable| 17,905| 27-Apr-21| 12:50| Not applicable \nInstall_odatavirtualdirectory.ps1| Not applicable| 17,979| 27-Apr-21| 12:50| Not applicable \nInterop.activeds.dll.4b7767dc_2e20_4d95_861a_4629cbc0cabc| 15.1.2242.10| 107,384| 27-Apr-21| 12:49| Not applicable \nInterop.adsiis.dll.4b7767dc_2e20_4d95_861a_4629cbc0cabc| 15.1.2242.10| 20,368| 27-Apr-21| 12:50| Not applicable \nInterop.certenroll.dll| 15.1.2242.10| 142,728| 27-Apr-21| 12:49| x86 \nInterop.licenseinfointerface.dll| 15.1.2242.10| 14,200| 27-Apr-21| 12:49| x86 \nInterop.netfw.dll| 15.1.2242.10| 34,184| 27-Apr-21| 12:48| x86 \nInterop.plalibrary.dll| 15.1.2242.10| 72,584| 27-Apr-21| 12:48| x86 \nInterop.stdole2.dll.4b7767dc_2e20_4d95_861a_4629cbc0cabc| 15.1.2242.10| 27,008| 27-Apr-21| 12:50| Not applicable \nInterop.taskscheduler.dll| 15.1.2242.10| 46,480| 27-Apr-21| 12:48| x86 \nInterop.wuapilib.dll| 15.1.2242.10| 60,816| 27-Apr-21| 12:50| x86 \nInterop.xenroll.dll| 15.1.2242.10| 39,824| 27-Apr-21| 12:49| x86 \nKerbauth.dll| 15.1.2242.10| 62,864| 27-Apr-21| 12:50| x64 \nLicenseinfointerface.dll| 15.1.2242.10| 643,448| 27-Apr-21| 12:49| x64 \nLpversioning.xml| Not applicable| 20,422| 27-Apr-21| 12:50| Not applicable \nMailboxdatabasereseedusingspares.ps1| Not applicable| 31,896| 27-Apr-21| 12:50| Not applicable \nManagedavailabilitycrimsonmsg.dll| 15.1.2242.10| 138,616| 27-Apr-21| 12:50| x64 \nManagedstorediagnosticfunctions.ps1| Not applicable| 125,873| 27-Apr-21| 12:50| Not applicable \nManagescheduledtask.ps1| Not applicable| 36,372| 27-Apr-21| 12:50| Not applicable \nMce.dll| 15.1.2242.10| 1,693,064| 27-Apr-21| 12:48| x64 \nMeasure_storeusagestatistics.ps1| Not applicable| 29,483| 27-Apr-21| 12:50| Not applicable \nMerge_publicfoldermailbox.ps1| Not applicable| 22,619| 27-Apr-21| 12:50| Not applicable \nMicrosoft.database.isam.dll| 15.1.2242.10| 127,352| 27-Apr-21| 12:50| x86 \nMicrosoft.dkm.proxy.dll| 15.1.2242.10| 25,992| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.activemonitoring.activemonitoringvariantconfig.dll| 15.1.2242.10| 68,472| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.activemonitoring.eventlog.dll| 15.1.2242.10| 17,784| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.addressbook.service.dll| 15.1.2242.10| 232,840| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.addressbook.service.eventlog.dll| 15.1.2242.10| 15,760| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.airsync.airsyncmsg.dll| 15.1.2242.10| 43,400| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.airsync.comon.dll| 15.1.2242.10| 1,775,480| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.airsync.dll1| 15.1.2242.10| 505,736| 27-Apr-21| 12:49| Not applicable \nMicrosoft.exchange.airsynchandler.dll| 15.1.2242.10| 76,152| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.anchorservice.dll| 15.1.2242.10| 135,568| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.antispam.eventlog.dll| 15.1.2242.10| 23,440| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.antispamupdate.eventlog.dll| 15.1.2242.10| 15,736| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.antispamupdatesvc.exe| 15.1.2242.10| 27,000| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.approval.applications.dll| 15.1.2242.10| 53,640| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.assistants.dll| 15.1.2242.10| 924,048| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.assistants.eventlog.dll| 15.1.2242.10| 25,976| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.assistants.interfaces.dll| 15.1.2242.10| 42,376| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.audit.azureclient.dll| 15.1.2242.10| 15,224| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.auditlogsearch.eventlog.dll| 15.1.2242.10| 14,712| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.auditlogsearchservicelet.dll| 15.1.2242.10| 70,520| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.auditstoragemonitorservicelet.dll| 15.1.2242.10| 94,584| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.auditstoragemonitorservicelet.eventlog.dll| 15.1.2242.10| 13,192| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.authadmin.eventlog.dll| 15.1.2242.10| 15,736| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.authadminservicelet.dll| 15.1.2242.10| 36,728| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.authservicehostservicelet.dll| 15.1.2242.10| 15,744| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.autodiscover.configuration.dll| 15.1.2242.10| 79,752| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.autodiscover.dll| 15.1.2242.10| 396,152| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.autodiscover.eventlogs.dll| 15.1.2242.10| 21,368| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.autodiscoverv2.dll| 15.1.2242.10| 57,232| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.bandwidthmonitorservicelet.dll| 15.1.2242.10| 14,728| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.batchservice.dll| 15.1.2242.10| 35,720| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.cabutility.dll| 15.1.2242.10| 276,368| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.certificatedeployment.eventlog.dll| 15.1.2242.10| 16,272| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.certificatedeploymentservicelet.dll| 15.1.2242.10| 26,000| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.certificatenotification.eventlog.dll| 15.1.2242.10| 13,712| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.certificatenotificationservicelet.dll| 15.1.2242.10| 23,440| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.clients.common.dll| 15.1.2242.10| 377,208| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.clients.eventlogs.dll| 15.1.2242.10| 83,856| 27-Apr-21| 12:48| x64 \nMicrosoft.exchange.clients.owa.dll| 15.1.2242.10| 2,970,512| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.clients.owa2.server.dll| 15.1.2242.10| 5,028,744| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.clients.owa2.servervariantconfiguration.dll| 15.1.2242.10| 894,344| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.clients.security.dll| 15.1.2242.10| 413,584| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.clients.strings.dll| 15.1.2242.10| 924,560| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.cluster.bandwidthmonitor.dll| 15.1.2242.10| 31,632| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.cluster.common.dll| 15.1.2242.10| 52,088| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.cluster.common.extensions.dll| 15.1.2242.10| 21,880| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.cluster.diskmonitor.dll| 15.1.2242.10| 33,656| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.cluster.replay.dll| 15.1.2242.10| 3,478,392| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.cluster.replicaseeder.dll| 15.1.2242.10| 108,424| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.cluster.replicavsswriter.dll| 15.1.2242.10| 288,648| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.cluster.shared.dll| 15.1.2242.10| 621,960| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.common.agentconfig.transport.dll| 15.1.2242.10| 86,392| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.common.componentconfig.transport.dll| 15.1.2242.10| 1,827,704| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.common.directory.adagentservicevariantconfig.dll| 15.1.2242.10| 31,632| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.common.directory.directoryvariantconfig.dll| 15.1.2242.10| 466,320| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.common.directory.domtvariantconfig.dll| 15.1.2242.10| 25,992| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.common.directory.ismemberofresolverconfig.dll| 15.1.2242.10| 38,264| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.common.directory.tenantrelocationvariantconfig.dll| 15.1.2242.10| 102,776| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.common.directory.topologyservicevariantconfig.dll| 15.1.2242.10| 48,512| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.common.diskmanagement.dll| 15.1.2242.10| 67,464| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.common.dll| 15.1.2242.10| 172,944| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.common.encryption.variantconfig.dll| 15.1.2242.10| 113,544| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.common.il.dll| 15.1.2242.10| 13,704| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.common.inference.dll| 15.1.2242.10| 130,432| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.common.optics.dll| 15.1.2242.10| 63,880| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.common.processmanagermsg.dll| 15.1.2242.10| 19,832| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.common.protocols.popimap.dll| 15.1.2242.10| 15,240| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.common.search.dll| 15.1.2242.10| 107,912| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.common.search.eventlog.dll| 15.1.2242.10| 17,800| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.common.smtp.dll| 15.1.2242.10| 51,576| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.common.suiteservices.suiteservicesvariantconfig.dll| 15.1.2242.10| 36,744| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.common.transport.azure.dll| 15.1.2242.10| 27,536| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.common.transport.monitoringconfig.dll| 15.1.2242.10| 1,042,312| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.commonmsg.dll| 15.1.2242.10| 29,048| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.compliance.auditlogpumper.messages.dll| 15.1.2242.10| 13,192| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.compliance.auditservice.core.dll| 15.1.2242.10| 181,136| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.compliance.auditservice.messages.dll| 15.1.2242.10| 30,096| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.compliance.common.dll| 15.1.2242.10| 22,408| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.compliance.crimsonevents.dll| 15.1.2242.10| 85,896| 27-Apr-21| 12:49| x64 \nMicrosoft.exchange.compliance.dll| 15.1.2242.10| 41,344| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.compliance.recordreview.dll| 15.1.2242.10| 37,240| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.compliance.supervision.dll| 15.1.2242.10| 50,552| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.compliance.taskcreator.dll| 15.1.2242.10| 33,144| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.compliance.taskdistributioncommon.dll| 15.1.2242.10| 1,100,176| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.compliance.taskdistributionfabric.dll| 15.1.2242.10| 206,728| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.compliance.taskplugins.dll| 15.1.2242.10| 210,808| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.compression.dll| 15.1.2242.10| 17,288| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.configuration.certificateauth.dll| 15.1.2242.10| 37,752| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.configuration.certificateauth.eventlog.dll| 15.1.2242.10| 14,200| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.configuration.core.dll| 15.1.2242.10| 145,784| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.configuration.core.eventlog.dll| 15.1.2242.10| 14,224| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.configuration.delegatedauth.dll| 15.1.2242.10| 53,128| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.configuration.delegatedauth.eventlog.dll| 15.1.2242.10| 15,760| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.configuration.diagnosticsmodules.dll| 15.1.2242.10| 23,416| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.configuration.diagnosticsmodules.eventlog.dll| 15.1.2242.10| 13,200| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.configuration.failfast.dll| 15.1.2242.10| 54,648| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.configuration.failfast.eventlog.dll| 15.1.2242.10| 13,712| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.configuration.objectmodel.dll| 15.1.2242.10| 1,845,136| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.configuration.objectmodel.eventlog.dll| 15.1.2242.10| 30,096| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.configuration.redirectionmodule.dll| 15.1.2242.10| 68,472| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.configuration.redirectionmodule.eventlog.dll| 15.1.2242.10| 15,224| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.configuration.remotepowershellbackendcmdletproxymodule.dll| 15.1.2242.10| 21,384| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.configuration.remotepowershellbackendcmdletproxymodule.eventlog.dll| 15.1.2242.10| 13,176| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.connectiondatacollector.dll| 15.1.2242.10| 26,000| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.connections.common.dll| 15.1.2242.10| 169,864| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.connections.eas.dll| 15.1.2242.10| 330,104| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.connections.imap.dll| 15.1.2242.10| 173,960| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.connections.pop.dll| 15.1.2242.10| 71,032| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.contentfilter.wrapper.exe| 15.1.2242.10| 203,664| 27-Apr-21| 12:49| x64 \nMicrosoft.exchange.context.client.dll| 15.1.2242.10| 27,000| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.context.configuration.dll| 15.1.2242.10| 51,576| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.context.core.dll| 15.1.2242.10| 51,088| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.context.datamodel.dll| 15.1.2242.10| 46,992| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.core.strings.dll| 15.1.2242.10| 1,092,472| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.core.timezone.dll| 15.1.2242.10| 57,232| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.data.applicationlogic.deep.dll| 15.1.2242.10| 326,536| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.data.applicationlogic.dll| 15.1.2242.10| 3,356,552| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.data.applicationlogic.eventlog.dll| 15.1.2242.10| 35,704| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.data.applicationlogic.monitoring.ifx.dll| 15.1.2242.10| 17,808| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.data.connectors.dll| 15.1.2242.10| 165,248| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.data.consumermailboxprovisioning.dll| 15.1.2242.10| 619,400| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.data.directory.dll| 15.1.2242.10| 7,782,800| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.data.directory.eventlog.dll| 15.1.2242.10| 80,272| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.data.dll| 15.1.2242.10| 1,786,768| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.data.groupmailboxaccesslayer.dll| 15.1.2242.10| 1,626,512| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.data.ha.dll| 15.1.2242.10| 362,384| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.data.imageanalysis.dll| 15.1.2242.10| 105,848| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.data.mailboxfeatures.dll| 15.1.2242.10| 15,760| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.data.mailboxloadbalance.dll| 15.1.2242.10| 224,656| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.data.mapi.dll| 15.1.2242.10| 186,760| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.data.metering.contracts.dll| 15.1.2242.10| 39,816| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.data.metering.dll| 15.1.2242.10| 119,160| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.data.msosyncxsd.dll| 15.1.2242.10| 968,080| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.data.notification.dll| 15.1.2242.10| 141,200| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.data.personaldataplatform.dll| 15.1.2242.10| 769,400| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.data.providers.dll| 15.1.2242.10| 139,656| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.data.provisioning.dll| 15.1.2242.10| 56,712| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.data.rightsmanagement.dll| 15.1.2242.10| 453,008| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.data.scheduledtimers.dll| 15.1.2242.10| 32,648| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.data.storage.clientstrings.dll| 15.1.2242.10| 256,376| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.data.storage.dll| 15.1.2242.10| #########| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.data.storage.eventlog.dll| 15.1.2242.10| 37,752| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.data.storageconfigurationresources.dll| 15.1.2242.10| 655,736| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.data.storeobjects.dll| 15.1.2242.10| 174,480| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.data.throttlingservice.client.dll| 15.1.2242.10| 36,240| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.data.throttlingservice.client.eventlog.dll| 15.1.2242.10| 14,224| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.data.throttlingservice.eventlog.dll| 15.1.2242.10| 14,208| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.datacenter.management.activemonitoring.recoveryservice.eventlog.dll| 15.1.2242.10| 14,736| 27-Apr-21| 12:48| x64 \nMicrosoft.exchange.datacenterstrings.dll| 15.1.2242.10| 72,592| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.delivery.eventlog.dll| 15.1.2242.10| 13,176| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.diagnostics.certificatelogger.dll| 15.1.2242.10| 22,928| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.diagnostics.dll| 15.1.2242.10| 2,210,680| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.diagnostics.dll.deploy| 15.1.2242.10| 2,210,680| 27-Apr-21| 12:48| Not applicable \nMicrosoft.exchange.diagnostics.performancelogger.dll| 15.1.2242.10| 23,928| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.diagnostics.service.common.dll| 15.1.2242.10| 546,696| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.diagnostics.service.eventlog.dll| 15.1.2242.10| 215,440| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.diagnostics.service.exchangejobs.dll| 15.1.2242.10| 193,408| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.diagnostics.service.exe| 15.1.2242.10| 146,296| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.diagnostics.service.fuseboxperfcounters.dll| 15.1.2242.10| 27,536| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.diagnosticsaggregation.eventlog.dll| 15.1.2242.10| 13,688| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.diagnosticsaggregationservicelet.dll| 15.1.2242.10| 49,544| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.directory.topologyservice.eventlog.dll| 15.1.2242.10| 28,040| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.directory.topologyservice.exe| 15.1.2242.10| 208,760| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.disklocker.events.dll| 15.1.2242.10| 88,976| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.disklocker.interop.dll| 15.1.2242.10| 32,656| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.drumtesting.calendarmigration.dll| 15.1.2242.10| 45,960| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.drumtesting.common.dll| 15.1.2242.10| 18,824| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.dxstore.dll| 15.1.2242.10| 473,488| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.dxstore.ha.events.dll| 15.1.2242.10| 206,200| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.dxstore.ha.instance.exe| 15.1.2242.10| 36,728| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.eac.flighting.dll| 15.1.2242.10| 131,464| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.edgecredentialsvc.exe| 15.1.2242.10| 21,904| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.edgesync.common.dll| 15.1.2242.10| 148,368| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.edgesync.datacenterproviders.dll| 15.1.2242.10| 220,040| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.edgesync.eventlog.dll| 15.1.2242.10| 23,952| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.edgesyncsvc.exe| 15.1.2242.10| 97,680| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.ediscovery.export.dll| 15.1.2242.10| 1,266,064| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.ediscovery.export.dll.deploy| 15.1.2242.10| 1,266,064| 27-Apr-21| 12:48| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.application| Not applicable| 16,486| 27-Apr-21| 12:51| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.exe.deploy| 15.1.2242.10| 87,416| 27-Apr-21| 12:49| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.manifest| Not applicable| 67,475| 27-Apr-21| 12:49| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.strings.dll.deploy| 15.1.2242.10| 52,112| 27-Apr-21| 12:48| Not applicable \nMicrosoft.exchange.ediscovery.mailboxsearch.dll| 15.1.2242.10| 294,288| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.birthdaycalendar.dll| 15.1.2242.10| 73,096| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.entities.booking.defaultservicesettings.dll| 15.1.2242.10| 45,968| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.booking.dll| 15.1.2242.10| 218,504| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.booking.management.dll| 15.1.2242.10| 78,200| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.bookings.dll| 15.1.2242.10| 35,704| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.calendaring.dll| 15.1.2242.10| 932,240| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.common.dll| 15.1.2242.10| 336,256| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.connectors.dll| 15.1.2242.10| 52,600| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.contentsubmissions.dll| 15.1.2242.10| 32,136| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.context.dll| 15.1.2242.10| 60,816| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.datamodel.dll| 15.1.2242.10| 854,392| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.entities.fileproviders.dll| 15.1.2242.10| 291,720| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.foldersharing.dll| 15.1.2242.10| 39,304| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.holidaycalendars.dll| 15.1.2242.10| 76,152| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.insights.dll| 15.1.2242.10| 166,800| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.meetinglocation.dll| 15.1.2242.10| 1,486,712| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.meetingparticipants.dll| 15.1.2242.10| 122,232| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.meetingtimecandidates.dll| 15.1.2242.10| #########| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.entities.onlinemeetings.dll| 15.1.2242.10| 264,056| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.people.dll| 15.1.2242.10| 37,776| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.peopleinsights.dll| 15.1.2242.10| 186,744| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.entities.reminders.dll| 15.1.2242.10| 64,376| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.schedules.dll| 15.1.2242.10| 83,848| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.entities.shellservice.dll| 15.1.2242.10| 63,872| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.tasks.dll| 15.1.2242.10| 100,240| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entities.xrm.dll| 15.1.2242.10| 144,760| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.entityextraction.calendar.dll| 15.1.2242.10| 270,208| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.eserepl.common.dll| 15.1.2242.10| 15,224| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.eserepl.configuration.dll| 15.1.2242.10| 15,736| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.eserepl.dll| 15.1.2242.10| 130,424| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.ews.configuration.dll| 15.1.2242.10| 254,344| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.exchangecertificate.eventlog.dll| 15.1.2242.10| 13,176| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.exchangecertificateservicelet.dll| 15.1.2242.10| 37,264| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.extensibility.internal.dll| 15.1.2242.10| 640,912| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.extensibility.partner.dll| 15.1.2242.10| 37,240| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.federateddirectory.dll| 15.1.2242.10| 146,312| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.ffosynclogmsg.dll| 15.1.2242.10| 13,200| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.frontendhttpproxy.dll| 15.1.2242.10| 594,320| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.frontendhttpproxy.eventlogs.dll| 15.1.2242.10| 14,712| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.frontendtransport.monitoring.dll| 15.1.2242.10| 30,088| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.griffin.variantconfiguration.dll| 15.1.2242.10| 99,720| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.hathirdpartyreplication.dll| 15.1.2242.10| 42,384| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.helpprovider.dll| 15.1.2242.10| 40,328| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.httpproxy.addressfinder.dll| 15.1.2242.10| 54,136| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.httpproxy.common.dll| 15.1.2242.10| 163,720| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.httpproxy.diagnostics.dll| 15.1.2242.10| 58,752| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.httpproxy.flighting.dll| 15.1.2242.10| 204,168| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.httpproxy.passivemonitor.dll| 15.1.2242.10| 17,808| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.httpproxy.proxyassistant.dll| 15.1.2242.10| 30,584| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.httpproxy.routerefresher.dll| 15.1.2242.10| 38,776| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.httpproxy.routeselector.dll| 15.1.2242.10| 48,520| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.httpproxy.routing.dll| 15.1.2242.10| 180,616| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.httpredirectmodules.dll| 15.1.2242.10| 36,744| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.httputilities.dll| 15.1.2242.10| 25,992| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.hygiene.data.dll| 15.1.2242.10| 1,868,152| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.hygiene.diagnosisutil.dll| 15.1.2242.10| 54,648| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.hygiene.eopinstantprovisioning.dll| 15.1.2242.10| 35,720| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.idserialization.dll| 15.1.2242.10| 35,704| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.imap4.eventlog.dll| 15.1.2242.10| 18,320| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.imap4.eventlog.dll.fe| 15.1.2242.10| 18,320| 27-Apr-21| 12:50| Not applicable \nMicrosoft.exchange.imap4.exe| 15.1.2242.10| 263,032| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.imap4.exe.fe| 15.1.2242.10| 263,032| 27-Apr-21| 12:50| Not applicable \nMicrosoft.exchange.imap4service.exe| 15.1.2242.10| 24,960| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.imap4service.exe.fe| 15.1.2242.10| 24,960| 27-Apr-21| 12:50| Not applicable \nMicrosoft.exchange.imapconfiguration.dl1| 15.1.2242.10| 53,128| 27-Apr-21| 12:48| Not applicable \nMicrosoft.exchange.inference.common.dll| 15.1.2242.10| 216,976| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.inference.hashtagsrelevance.dll| 15.1.2242.10| 32,144| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.inference.peoplerelevance.dll| 15.1.2242.10| 282,000| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.inference.ranking.dll| 15.1.2242.10| 18,832| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.inference.safetylibrary.dll| 15.1.2242.10| 83,848| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.inference.service.eventlog.dll| 15.1.2242.10| 15,248| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.infoworker.assistantsclientresources.dll| 15.1.2242.10| 94,096| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.infoworker.common.dll| 15.1.2242.10| 1,840,504| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.infoworker.eventlog.dll| 15.1.2242.10| 71,544| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.infoworker.meetingvalidator.dll| 15.1.2242.10| 175,504| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.instantmessaging.dll| 15.1.2242.10| 45,968| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.irm.formprotector.dll| 15.1.2242.10| 159,624| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.irm.msoprotector.dll| 15.1.2242.10| 51,080| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.irm.ofcprotector.dll| 15.1.2242.10| 45,944| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.isam.databasemanager.dll| 15.1.2242.10| 30,600| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.isam.esebcli.dll| 15.1.2242.10| 100,216| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.jobqueue.eventlog.dll| 15.1.2242.10| 13,192| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.jobqueueservicelet.dll| 15.1.2242.10| 271,224| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.killswitch.dll| 15.1.2242.10| 22,408| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.killswitchconfiguration.dll| 15.1.2242.10| 33,656| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.analyzers.auditing.dll| 15.1.2242.10| 18,320| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.analyzers.certificatelog.dll| 15.1.2242.10| 15,248| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.analyzers.cmdletinfralog.dll| 15.1.2242.10| 27,536| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.analyzers.easlog.dll| 15.1.2242.10| 30,592| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.analyzers.ecplog.dll| 15.1.2242.10| 22,416| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.loganalyzer.analyzers.eventlog.dll| 15.1.2242.10| 66,440| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.loganalyzer.analyzers.ewslog.dll| 15.1.2242.10| 29,560| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.analyzers.griffinperfcounter.dll| 15.1.2242.10| 19,848| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.analyzers.groupescalationlog.dll| 15.1.2242.10| 20,344| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.analyzers.httpproxylog.dll| 15.1.2242.10| 19,336| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.loganalyzer.analyzers.hxservicelog.dll| 15.1.2242.10| 34,192| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.analyzers.iislog.dll| 15.1.2242.10| 103,816| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.analyzers.lameventlog.dll| 15.1.2242.10| 31,616| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.analyzers.migrationlog.dll| 15.1.2242.10| 15,736| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.analyzers.oabdownloadlog.dll| 15.1.2242.10| 20,872| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.analyzers.oauthcafelog.dll| 15.1.2242.10| 16,248| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.analyzers.outlookservicelog.dll| 15.1.2242.10| 49,032| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.analyzers.owaclientlog.dll| 15.1.2242.10| 44,424| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.loganalyzer.analyzers.owalog.dll| 15.1.2242.10| 38,288| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.analyzers.perflog.dll| 15.1.2242.10| #########| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.analyzers.pfassistantlog.dll| 15.1.2242.10| 29,072| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.analyzers.rca.dll| 15.1.2242.10| 21,368| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.analyzers.restlog.dll| 15.1.2242.10| 24,456| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.analyzers.store.dll| 15.1.2242.10| 15,240| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.analyzers.transportsynchealthlog.dll| 15.1.2242.10| 21,904| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.core.dll| 15.1.2242.10| 89,480| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.extensions.auditing.dll| 15.1.2242.10| 20,872| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.extensions.certificatelog.dll| 15.1.2242.10| 26,488| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.extensions.cmdletinfralog.dll| 15.1.2242.10| 21,368| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.extensions.common.dll| 15.1.2242.10| 28,048| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.extensions.easlog.dll| 15.1.2242.10| 28,536| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.extensions.errordetection.dll| 15.1.2242.10| 36,216| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.loganalyzer.extensions.ewslog.dll| 15.1.2242.10| 16,760| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.extensions.griffinperfcounter.dll| 15.1.2242.10| 19,848| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.extensions.groupescalationlog.dll| 15.1.2242.10| 15,224| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.extensions.httpproxylog.dll| 15.1.2242.10| 17,272| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.extensions.hxservicelog.dll| 15.1.2242.10| 19,832| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.extensions.iislog.dll| 15.1.2242.10| 57,232| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.loganalyzer.extensions.migrationlog.dll| 15.1.2242.10| 17,784| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.extensions.oabdownloadlog.dll| 15.1.2242.10| 18,824| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.extensions.oauthcafelog.dll| 15.1.2242.10| 16,256| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.extensions.outlookservicelog.dll| 15.1.2242.10| 17,784| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.extensions.owaclientlog.dll| 15.1.2242.10| 15,224| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.loganalyzer.extensions.owalog.dll| 15.1.2242.10| 15,240| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.loganalyzer.extensions.perflog.dll| 15.1.2242.10| 52,616| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.extensions.pfassistantlog.dll| 15.1.2242.10| 18,312| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.extensions.rca.dll| 15.1.2242.10| 34,192| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.extensions.restlog.dll| 15.1.2242.10| 17,288| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loganalyzer.extensions.store.dll| 15.1.2242.10| 18,808| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.loganalyzer.extensions.transportsynchealthlog.dll| 15.1.2242.10| 43,400| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.loguploader.dll| 15.1.2242.10| 165,240| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.loguploaderproxy.dll| 15.1.2242.10| 54,664| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxassistants.assistants.dll| 15.1.2242.10| 9,060,744| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxassistants.attachmentthumbnail.dll| 15.1.2242.10| 33,160| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxassistants.common.dll| 15.1.2242.10| 124,304| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxassistants.crimsonevents.dll| 15.1.2242.10| 82,808| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.mailboxassistants.eventlog.dll| 15.1.2242.10| 14,224| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.mailboxassistants.rightsmanagement.dll| 15.1.2242.10| 30,088| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxloadbalance.dll| 15.1.2242.10| 661,376| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxloadbalance.serverstrings.dll| 15.1.2242.10| 63,352| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.calendarsyncprovider.dll| 15.1.2242.10| 175,496| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.common.dll| 15.1.2242.10| 2,784,144| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.mailboxreplicationservice.complianceprovider.dll| 15.1.2242.10| 53,128| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.contactsyncprovider.dll| 15.1.2242.10| 151,936| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.dll| 15.1.2242.10| 966,032| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.easprovider.dll| 15.1.2242.10| 185,224| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.mailboxreplicationservice.eventlog.dll| 15.1.2242.10| 31,632| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.mailboxreplicationservice.googledocprovider.dll| 15.1.2242.10| 39,816| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.imapprovider.dll| 15.1.2242.10| 105,856| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.mapiprovider.dll| 15.1.2242.10| 94,600| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.popprovider.dll| 15.1.2242.10| 43,400| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.proxyclient.dll| 15.1.2242.10| 18,808| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.proxyservice.dll| 15.1.2242.10| 172,944| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.pstprovider.dll| 15.1.2242.10| 102,792| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.remoteprovider.dll| 15.1.2242.10| 98,696| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.storageprovider.dll| 15.1.2242.10| 188,288| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.syncprovider.dll| 15.1.2242.10| 43,400| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxreplicationservice.xml.dll| 15.1.2242.10| 447,360| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.mailboxreplicationservice.xrmprovider.dll| 15.1.2242.10| 89,976| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxtransport.monitoring.dll| 15.1.2242.10| 107,912| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxtransport.storedriveragents.dll| 15.1.2242.10| 371,064| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.mailboxtransport.storedrivercommon.dll| 15.1.2242.10| 193,920| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxtransport.storedriverdelivery.dll| 15.1.2242.10| 551,824| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxtransport.storedriverdelivery.eventlog.dll| 15.1.2242.10| 16,264| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.mailboxtransport.submission.eventlog.dll| 15.1.2242.10| 15,760| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.mailboxtransport.submission.storedriversubmission.dll| 15.1.2242.10| 321,400| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxtransport.submission.storedriversubmission.eventlog.dll| 15.1.2242.10| 17,784| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.mailboxtransport.syncdelivery.dll| 15.1.2242.10| 45,432| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxtransportwatchdogservicelet.dll| 15.1.2242.10| 18,296| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mailboxtransportwatchdogservicelet.eventlog.dll| 15.1.2242.10| 12,688| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.managedlexruntime.mppgruntime.dll| 15.1.2242.10| 20,872| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.management.activedirectory.dll| 15.1.2242.10| 415,112| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.management.classificationdefinitions.dll| 15.1.2242.10| 1,269,648| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.management.compliancepolicy.dll| 15.1.2242.10| 39,296| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.management.controlpanel.basics.dll| 15.1.2242.10| 433,552| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.management.controlpanel.dll| 15.1.2242.10| 4,563,320| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.management.controlpanel.owaoptionstrings.dll| 15.1.2242.10| 261,000| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.management.controlpanelmsg.dll| 15.1.2242.10| 33,656| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.management.deployment.analysis.dll| 15.1.2242.10| 94,088| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.management.deployment.dll| 15.1.2242.10| 591,240| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.management.deployment.xml.dll| 15.1.2242.10| 3,560,832| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.management.detailstemplates.dll| 15.1.2242.10| 67,976| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.management.dll| 15.1.2242.10| #########| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.management.edge.systemmanager.dll| 15.1.2242.10| 58,744| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.management.infrastructure.asynchronoustask.dll| 15.1.2242.10| 23,952| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.management.jitprovisioning.dll| 15.1.2242.10| 101,768| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.management.migration.dll| 15.1.2242.10| 544,136| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.management.mobility.dll| 15.1.2242.10| 305,040| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.management.nativeresources.dll| 15.1.2242.10| 131,984| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.management.powershell.support.dll| 15.1.2242.10| 418,704| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.management.provisioning.dll| 15.1.2242.10| 275,848| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.management.psdirectinvoke.dll| 15.1.2242.10| 70,544| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.management.rbacdefinition.dll| 15.1.2242.10| 7,873,928| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.management.recipient.dll| 15.1.2242.10| 1,500,560| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.management.reportingwebservice.dll| 15.1.2242.10| 145,288| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.management.reportingwebservice.eventlog.dll| 15.1.2242.10| 13,688| 27-Apr-21| 12:49| x64 \nMicrosoft.exchange.management.snapin.esm.dll| 15.1.2242.10| 71,560| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.management.systemmanager.dll| 15.1.2242.10| 1,249,168| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.management.transport.dll| 15.1.2242.10| 1,876,344| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.managementgui.dll| 15.1.2242.10| 5,225,856| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.managementmsg.dll| 15.1.2242.10| 36,240| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.mapihttpclient.dll| 15.1.2242.10| 117,624| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.mapihttphandler.dll| 15.1.2242.10| 209,784| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.messagesecurity.dll| 15.1.2242.10| 79,760| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.messagesecurity.messagesecuritymsg.dll| 15.1.2242.10| 17,296| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.messagingpolicies.dlppolicyagent.dll| 15.1.2242.10| 156,040| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.messagingpolicies.edgeagents.dll| 15.1.2242.10| 65,920| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.messagingpolicies.eventlog.dll| 15.1.2242.10| 30,584| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.messagingpolicies.filtering.dll| 15.1.2242.10| 58,232| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.messagingpolicies.hygienerules.dll| 15.1.2242.10| 29,568| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.messagingpolicies.journalagent.dll| 15.1.2242.10| 175,496| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.messagingpolicies.redirectionagent.dll| 15.1.2242.10| 28,552| 27-Apr-21| 12:51| x86 \nMicrosoft.exchange.messagingpolicies.retentionpolicyagent.dll| 15.1.2242.10| 75,152| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.messagingpolicies.rmsvcagent.dll| 15.1.2242.10| 207,248| 27-Apr-21| 12:51| x86 \nMicrosoft.exchange.messagingpolicies.rules.dll| 15.1.2242.10| 440,720| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.messagingpolicies.supervisoryreviewagent.dll| 15.1.2242.10| 83,320| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.messagingpolicies.transportruleagent.dll| 15.1.2242.10| 35,208| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.messagingpolicies.unifiedpolicycommon.dll| 15.1.2242.10| 53,128| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.messagingpolicies.unjournalagent.dll| 15.1.2242.10| 96,648| 27-Apr-21| 12:51| x86 \nMicrosoft.exchange.migration.dll| 15.1.2242.10| 1,110,408| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.migrationworkflowservice.eventlog.dll| 15.1.2242.10| 14,736| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.mobiledriver.dll| 15.1.2242.10| 135,560| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.monitoring.activemonitoring.local.components.dll| 15.1.2242.10| 5,156,752| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.monitoring.servicecontextprovider.dll| 15.1.2242.10| 19,856| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.mrsmlbconfiguration.dll| 15.1.2242.10| 68,488| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.net.dll| 15.1.2242.10| 5,084,048| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.net.rightsmanagement.dll| 15.1.2242.10| 265,608| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.networksettings.dll| 15.1.2242.10| 37,752| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.notifications.broker.eventlog.dll| 15.1.2242.10| 14,224| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.notifications.broker.exe| 15.1.2242.10| 549,768| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.oabauthmodule.dll| 15.1.2242.10| 22,904| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.oabrequesthandler.dll| 15.1.2242.10| 106,384| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.oauth.core.dll| 15.1.2242.10| 291,728| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.objectstoreclient.dll| 15.1.2242.10| 17,288| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.odata.configuration.dll| 15.1.2242.10| 277,880| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.odata.dll| 15.1.2242.10| 2,992,528| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.officegraph.common.dll| 15.1.2242.10| 88,968| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.officegraph.grain.dll| 15.1.2242.10| 101,776| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.officegraph.graincow.dll| 15.1.2242.10| 38,264| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.officegraph.graineventbasedassistants.dll| 15.1.2242.10| 45,448| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.officegraph.grainpropagationengine.dll| 15.1.2242.10| 58,256| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.officegraph.graintransactionstorage.dll| 15.1.2242.10| 147,344| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.officegraph.graintransportdeliveryagent.dll| 15.1.2242.10| 26,488| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.officegraph.graphstore.dll| 15.1.2242.10| 184,208| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.officegraph.permailboxkeys.dll| 15.1.2242.10| 26,512| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.officegraph.secondarycopyquotamanagement.dll| 15.1.2242.10| 38,280| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.officegraph.secondaryshallowcopylocation.dll| 15.1.2242.10| 55,696| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.officegraph.security.dll| 15.1.2242.10| 147,336| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.officegraph.semanticgraph.dll| 15.1.2242.10| 191,864| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.officegraph.tasklogger.dll| 15.1.2242.10| 33,672| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.partitioncache.dll| 15.1.2242.10| 28,048| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.passivemonitoringsettings.dll| 15.1.2242.10| 32,648| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.photogarbagecollectionservicelet.dll| 15.1.2242.10| 15,224| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.pop3.eventlog.dll| 15.1.2242.10| 17,296| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.pop3.eventlog.dll.fe| 15.1.2242.10| 17,296| 27-Apr-21| 12:50| Not applicable \nMicrosoft.exchange.pop3.exe| 15.1.2242.10| 106,872| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.pop3.exe.fe| 15.1.2242.10| 106,872| 27-Apr-21| 12:50| Not applicable \nMicrosoft.exchange.pop3service.exe| 15.1.2242.10| 24,968| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.pop3service.exe.fe| 15.1.2242.10| 24,968| 27-Apr-21| 12:50| Not applicable \nMicrosoft.exchange.popconfiguration.dl1| 15.1.2242.10| 42,888| 27-Apr-21| 12:48| Not applicable \nMicrosoft.exchange.popimap.core.dll| 15.1.2242.10| 264,080| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.popimap.core.dll.fe| 15.1.2242.10| 264,080| 27-Apr-21| 12:50| Not applicable \nMicrosoft.exchange.powersharp.dll| 15.1.2242.10| 358,264| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.powersharp.management.dll| 15.1.2242.10| 4,168,080| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.powershell.configuration.dll| 15.1.2242.10| 326,024| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.powershell.rbachostingtools.dll| 15.1.2242.10| 41,352| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.protectedservicehost.exe| 15.1.2242.10| 30,584| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.protocols.fasttransfer.dll| 15.1.2242.10| 135,048| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.protocols.mapi.dll| 15.1.2242.10| 436,624| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.provisioning.eventlog.dll| 15.1.2242.10| 14,224| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.provisioningagent.dll| 15.1.2242.10| 224,144| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.provisioningservicelet.dll| 15.1.2242.10| 105,848| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.pst.dll| 15.1.2242.10| 168,840| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.pst.dll.deploy| 15.1.2242.10| 168,840| 27-Apr-21| 12:48| Not applicable \nMicrosoft.exchange.pswsclient.dll| 15.1.2242.10| 259,464| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.publicfolders.dll| 15.1.2242.10| 72,072| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.pushnotifications.crimsonevents.dll| 15.1.2242.10| 215,944| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.pushnotifications.dll| 15.1.2242.10| 106,872| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.pushnotifications.publishers.dll| 15.1.2242.10| 425,848| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.pushnotifications.server.dll| 15.1.2242.10| 70,520| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.query.analysis.dll| 15.1.2242.10| 46,472| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.query.configuration.dll| 15.1.2242.10| 206,720| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.query.core.dll| 15.1.2242.10| 163,208| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.query.ranking.dll| 15.1.2242.10| 342,408| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.query.retrieval.dll| 15.1.2242.10| 149,368| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.query.suggestions.dll| 15.1.2242.10| 95,120| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.realtimeanalyticspublisherservicelet.dll| 15.1.2242.10| 127,360| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.relevance.core.dll| 15.1.2242.10| 63,352| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.relevance.data.dll| 15.1.2242.10| 36,752| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.relevance.mailtagger.dll| 15.1.2242.10| 17,784| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.relevance.people.dll| 15.1.2242.10| 9,666,960| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.relevance.peopleindex.dll| 15.1.2242.10| #########| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.relevance.peopleranker.dll| 15.1.2242.10| 36,736| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.relevance.perm.dll| 15.1.2242.10| 97,672| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.relevance.sassuggest.dll| 15.1.2242.10| 28,536| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.relevance.upm.dll| 15.1.2242.10| 72,072| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.routing.client.dll| 15.1.2242.10| 15,744| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.routing.eventlog.dll| 15.1.2242.10| 13,176| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.routing.server.exe| 15.1.2242.10| 59,272| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.rpc.dll| 15.1.2242.10| 1,639,288| 27-Apr-21| 12:49| x64 \nMicrosoft.exchange.rpcclientaccess.dll| 15.1.2242.10| 209,800| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.rpcclientaccess.exmonhandler.dll| 15.1.2242.10| 60,296| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.rpcclientaccess.handler.dll| 15.1.2242.10| 517,512| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.rpcclientaccess.monitoring.dll| 15.1.2242.10| 161,144| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.rpcclientaccess.parser.dll| 15.1.2242.10| 721,784| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.rpcclientaccess.server.dll| 15.1.2242.10| 243,088| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.rpcclientaccess.service.eventlog.dll| 15.1.2242.10| 20,880| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.rpcclientaccess.service.exe| 15.1.2242.10| 35,216| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.rpchttpmodules.dll| 15.1.2242.10| 42,384| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.rpcoverhttpautoconfig.dll| 15.1.2242.10| 56,184| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.rpcoverhttpautoconfig.eventlog.dll| 15.1.2242.10| 27,536| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.rules.common.dll| 15.1.2242.10| 130,424| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.saclwatcher.eventlog.dll| 15.1.2242.10| 14,720| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.saclwatcherservicelet.dll| 15.1.2242.10| 20,344| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.safehtml.dll| 15.1.2242.10| 21,368| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.sandbox.activities.dll| 15.1.2242.10| 267,640| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.sandbox.contacts.dll| 15.1.2242.10| 110,992| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.sandbox.core.dll| 15.1.2242.10| 112,520| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.sandbox.services.dll| 15.1.2242.10| 622,472| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.search.bigfunnel.dll| 15.1.2242.10| 162,168| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.search.bigfunnel.eventlog.dll| 15.1.2242.10| 12,176| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.search.blingwrapper.dll| 15.1.2242.10| 19,336| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.search.core.dll| 15.1.2242.10| 209,800| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.search.ediscoveryquery.dll| 15.1.2242.10| 17,808| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.search.engine.dll| 15.1.2242.10| 96,656| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.search.fast.configuration.dll| 15.1.2242.10| 16,760| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.search.fast.dll| 15.1.2242.10| 435,064| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.search.files.dll| 15.1.2242.10| 274,296| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.search.flighting.dll| 15.1.2242.10| 24,968| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.search.mdb.dll| 15.1.2242.10| 219,024| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.search.service.exe| 15.1.2242.10| 26,512| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.security.applicationencryption.dll| 15.1.2242.10| 162,184| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.security.dll| 15.1.2242.10| 1,555,832| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.security.msarpsservice.exe| 15.1.2242.10| 19,848| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.security.securitymsg.dll| 15.1.2242.10| 28,560| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.server.storage.admininterface.dll| 15.1.2242.10| 222,600| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.common.dll| 15.1.2242.10| 1,110,920| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.diagnostics.dll| 15.1.2242.10| 212,344| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.directoryservices.dll| 15.1.2242.10| 113,544| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.esebackinterop.dll| 15.1.2242.10| 82,824| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.server.storage.eventlog.dll| 15.1.2242.10| 80,760| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.server.storage.fulltextindex.dll| 15.1.2242.10| 66,432| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.server.storage.ha.dll| 15.1.2242.10| 81,288| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.lazyindexing.dll| 15.1.2242.10| 208,272| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.logicaldatamodel.dll| 15.1.2242.10| 1,163,144| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.mapidisp.dll| 15.1.2242.10| 504,184| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.multimailboxsearch.dll| 15.1.2242.10| 47,496| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.physicalaccess.dll| 15.1.2242.10| 848,248| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.propertydefinitions.dll| 15.1.2242.10| 1,219,960| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.propertytag.dll| 15.1.2242.10| 30,600| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.rpcproxy.dll| 15.1.2242.10| 120,720| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.storecommonservices.dll| 15.1.2242.10| 1,009,544| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.storeintegritycheck.dll| 15.1.2242.10| 110,984| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.workermanager.dll| 15.1.2242.10| 34,696| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.server.storage.xpress.dll| 15.1.2242.10| 19,320| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.servicehost.eventlog.dll| 15.1.2242.10| 14,736| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.servicehost.exe| 15.1.2242.10| 60,816| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.servicelets.globallocatorcache.dll| 15.1.2242.10| 50,576| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.servicelets.globallocatorcache.eventlog.dll| 15.1.2242.10| 14,224| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.servicelets.unifiedpolicysyncservicelet.eventlog.dll| 15.1.2242.10| 14,216| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.services.common.dll| 15.1.2242.10| 74,104| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.services.dll| 15.1.2242.10| 8,476,560| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.services.eventlogs.dll| 15.1.2242.10| 30,072| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.services.ewshandler.dll| 15.1.2242.10| 633,736| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.services.ewsserialization.dll| 15.1.2242.10| 1,651,088| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.services.json.dll| 15.1.2242.10| 296,336| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.services.messaging.dll| 15.1.2242.10| 43,392| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.services.onlinemeetings.dll| 15.1.2242.10| 233,352| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.services.surface.dll| 15.1.2242.10| 178,576| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.services.wcf.dll| 15.1.2242.10| 348,552| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.setup.acquirelanguagepack.dll| 15.1.2242.10| 56,720| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.setup.bootstrapper.common.dll| 15.1.2242.10| 94,600| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.setup.common.dll| 15.1.2242.10| 297,336| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.setup.commonbase.dll| 15.1.2242.10| 35,704| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.setup.console.dll| 15.1.2242.10| 27,016| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.setup.gui.dll| 15.1.2242.10| 115,072| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.setup.parser.dll| 15.1.2242.10| 54,160| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.setup.signverfwrapper.dll| 15.1.2242.10| 75,136| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.sharedcache.caches.dll| 15.1.2242.10| 142,712| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.sharedcache.client.dll| 15.1.2242.10| 24,968| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.sharedcache.eventlog.dll| 15.1.2242.10| 15,240| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.sharedcache.exe| 15.1.2242.10| 58,768| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.sharepointsignalstore.dll| 15.1.2242.10| 27,016| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.slabmanifest.dll| 15.1.2242.10| 46,984| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.sqm.dll| 15.1.2242.10| 46,968| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.store.service.exe| 15.1.2242.10| 28,024| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.store.worker.exe| 15.1.2242.10| 26,488| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.storeobjectsservice.eventlog.dll| 15.1.2242.10| 13,688| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.storeobjectsservice.exe| 15.1.2242.10| 31,632| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.storeprovider.dll| 15.1.2242.10| 1,166,728| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.structuredquery.dll| 15.1.2242.10| 158,584| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.symphonyhandler.dll| 15.1.2242.10| 628,104| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.syncmigration.eventlog.dll| 15.1.2242.10| 13,176| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.syncmigrationservicelet.dll| 15.1.2242.10| 16,264| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.systemprobemsg.dll| 15.1.2242.10| 13,176| 27-Apr-21| 12:49| x64 \nMicrosoft.exchange.textprocessing.dll| 15.1.2242.10| 221,576| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.textprocessing.eventlog.dll| 15.1.2242.10| 13,704| 27-Apr-21| 12:49| x64 \nMicrosoft.exchange.transport.agent.addressbookpolicyroutingagent.dll| 15.1.2242.10| 29,048| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.agent.antispam.common.dll| 15.1.2242.10| 138,616| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.agent.contentfilter.cominterop.dll| 15.1.2242.10| 21,904| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.agent.controlflow.dll| 15.1.2242.10| 40,312| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.agent.faultinjectionagent.dll| 15.1.2242.10| 22,920| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.agent.frontendproxyagent.dll| 15.1.2242.10| 21,368| 27-Apr-21| 12:51| x86 \nMicrosoft.exchange.transport.agent.hygiene.dll| 15.1.2242.10| 212,344| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.transport.agent.interceptoragent.dll| 15.1.2242.10| 98,696| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.agent.liveidauth.dll| 15.1.2242.10| 22,920| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.transport.agent.malware.dll| 15.1.2242.10| 169,352| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.agent.malware.eventlog.dll| 15.1.2242.10| 18,312| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.transport.agent.phishingdetection.dll| 15.1.2242.10| 20,880| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.agent.prioritization.dll| 15.1.2242.10| 31,624| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.transport.agent.protocolanalysis.dbaccess.dll| 15.1.2242.10| 46,968| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.agent.search.dll| 15.1.2242.10| 30,072| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.agent.senderid.core.dll| 15.1.2242.10| 53,136| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.agent.sharedmailboxsentitemsroutingagent.dll| 15.1.2242.10| 44,928| 27-Apr-21| 12:51| x86 \nMicrosoft.exchange.transport.agent.systemprobedrop.dll| 15.1.2242.10| 18,312| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.agent.transportfeatureoverrideagent.dll| 15.1.2242.10| 46,472| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.agent.trustedmailagents.dll| 15.1.2242.10| 46,472| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.transport.cloudmonitor.common.dll| 15.1.2242.10| 28,024| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.common.dll| 15.1.2242.10| 457,080| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.transport.contracts.dll| 15.1.2242.10| 18,296| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.decisionengine.dll| 15.1.2242.10| 30,608| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.transport.dll| 15.1.2242.10| 4,181,880| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.transport.dsapiclient.dll| 15.1.2242.10| 182,144| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.eventlog.dll| 15.1.2242.10| 121,744| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.transport.extensibility.dll| 15.1.2242.10| 403,344| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.extensibilityeventlog.dll| 15.1.2242.10| 14,728| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.transport.flighting.dll| 15.1.2242.10| 86,928| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.transport.logging.dll| 15.1.2242.10| 88,952| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.logging.search.dll| 15.1.2242.10| 68,488| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.transport.loggingcommon.dll| 15.1.2242.10| 63,368| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.transport.monitoring.dll| 15.1.2242.10| 430,480| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.net.dll| 15.1.2242.10| 122,248| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.protocols.contracts.dll| 15.1.2242.10| 17,784| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.protocols.dll| 15.1.2242.10| 29,048| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.protocols.httpsubmission.dll| 15.1.2242.10| 60,816| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.requestbroker.dll| 15.1.2242.10| 50,064| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.transport.scheduler.contracts.dll| 15.1.2242.10| 33,144| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.scheduler.dll| 15.1.2242.10| 113,040| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.smtpshared.dll| 15.1.2242.10| 18,320| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.storage.contracts.dll| 15.1.2242.10| 52,104| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.storage.dll| 15.1.2242.10| 675,192| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.transport.storage.management.dll| 15.1.2242.10| 21,896| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.sync.agents.dll| 15.1.2242.10| 17,784| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.sync.common.dll| 15.1.2242.10| 487,296| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.sync.common.eventlog.dll| 15.1.2242.10| 12,680| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.transport.sync.manager.dll| 15.1.2242.10| 306,040| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.sync.manager.eventlog.dll| 15.1.2242.10| 15,752| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.transport.sync.migrationrpc.dll| 15.1.2242.10| 46,480| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.sync.worker.dll| 15.1.2242.10| 1,044,352| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.transport.sync.worker.eventlog.dll| 15.1.2242.10| 15,248| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.transportlogsearch.eventlog.dll| 15.1.2242.10| 18,808| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.transportsyncmanagersvc.exe| 15.1.2242.10| 18,824| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.um.callrouter.exe| 15.1.2242.10| 22,392| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.um.clientstrings.dll| 15.1.2242.10| 60,280| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.um.grammars.dll| 15.1.2242.10| 211,848| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.um.lad.dll| 15.1.2242.10| 120,720| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.um.prompts.dll| 15.1.2242.10| 214,912| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.um.troubleshootingtool.shared.dll| 15.1.2242.10| 118,672| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.um.ucmaplatform.dll| 15.1.2242.10| 239,488| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.um.umcommon.dll| 15.1.2242.10| 925,064| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.um.umcore.dll| 15.1.2242.10| 1,471,888| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.um.umvariantconfiguration.dll| 15.1.2242.10| 32,656| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.unifiedcontent.dll| 15.1.2242.10| 41,864| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.unifiedcontent.exchange.dll| 15.1.2242.10| 24,976| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.unifiedmessaging.eventlog.dll| 15.1.2242.10| 130,424| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.unifiedpolicyfilesync.eventlog.dll| 15.1.2242.10| 15,240| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.unifiedpolicyfilesyncservicelet.dll| 15.1.2242.10| 83,320| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.unifiedpolicysyncservicelet.dll| 15.1.2242.10| 50,040| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.variantconfiguration.antispam.dll| 15.1.2242.10| 642,440| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.variantconfiguration.core.dll| 15.1.2242.10| 186,256| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.variantconfiguration.dll| 15.1.2242.10| 67,448| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.variantconfiguration.eventlog.dll| 15.1.2242.10| 12,688| 27-Apr-21| 12:49| x64 \nMicrosoft.exchange.variantconfiguration.excore.dll| 15.1.2242.10| 56,696| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.variantconfiguration.globalsettings.dll| 15.1.2242.10| 27,512| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.variantconfiguration.hygiene.dll| 15.1.2242.10| 120,712| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.variantconfiguration.protectionservice.dll| 15.1.2242.10| 31,624| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.variantconfiguration.threatintel.dll| 15.1.2242.10| 57,224| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.webservices.auth.dll| 15.1.2242.10| 35,728| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.webservices.dll| 15.1.2242.10| 1,054,096| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.webservices.xrm.dll| 15.1.2242.10| 67,976| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.wlmservicelet.dll| 15.1.2242.10| 23,432| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.wopiclient.dll| 15.1.2242.10| 77,200| 27-Apr-21| 12:48| x86 \nMicrosoft.exchange.workingset.signalapi.dll| 15.1.2242.10| 17,296| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.workingsetabstraction.signalapiabstraction.dll| 15.1.2242.10| 29,072| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.workloadmanagement.dll| 15.1.2242.10| 505,224| 27-Apr-21| 12:49| x86 \nMicrosoft.exchange.workloadmanagement.eventlogs.dll| 15.1.2242.10| 14,736| 27-Apr-21| 12:50| x64 \nMicrosoft.exchange.workloadmanagement.throttling.configuration.dll| 15.1.2242.10| 36,744| 27-Apr-21| 12:50| x86 \nMicrosoft.exchange.workloadmanagement.throttling.dll| 15.1.2242.10| 66,448| 27-Apr-21| 12:49| x86 \nMicrosoft.fast.contextlogger.json.dll| 15.1.2242.10| 19,336| 27-Apr-21| 12:49| x86 \nMicrosoft.filtering.dll| 15.1.2242.10| 113,016| 27-Apr-21| 12:50| x86 \nMicrosoft.filtering.exchange.dll| 15.1.2242.10| 57,208| 27-Apr-21| 12:50| x86 \nMicrosoft.filtering.interop.dll| 15.1.2242.10| 15,240| 27-Apr-21| 12:49| x86 \nMicrosoft.forefront.activedirectoryconnector.dll| 15.1.2242.10| 46,984| 27-Apr-21| 12:50| x86 \nMicrosoft.forefront.activedirectoryconnector.eventlog.dll| 15.1.2242.10| 15,736| 27-Apr-21| 12:50| x64 \nMicrosoft.forefront.filtering.common.dll| 15.1.2242.10| 23,952| 27-Apr-21| 12:50| x86 \nMicrosoft.forefront.filtering.diagnostics.dll| 15.1.2242.10| 22,400| 27-Apr-21| 12:49| x86 \nMicrosoft.forefront.filtering.eventpublisher.dll| 15.1.2242.10| 34,696| 27-Apr-21| 12:50| x86 \nMicrosoft.forefront.management.powershell.format.ps1xml| Not applicable| 48,914| 27-Apr-21| 12:50| Not applicable \nMicrosoft.forefront.management.powershell.types.ps1xml| Not applicable| 16,290| 27-Apr-21| 12:50| Not applicable \nMicrosoft.forefront.monitoring.activemonitoring.local.components.dll| 15.1.2242.10| 1,517,944| 27-Apr-21| 12:50| x86 \nMicrosoft.forefront.monitoring.activemonitoring.local.components.messages.dll| 15.1.2242.10| 13,192| 27-Apr-21| 12:50| x64 \nMicrosoft.forefront.monitoring.management.outsidein.dll| 15.1.2242.10| 33,168| 27-Apr-21| 12:50| x86 \nMicrosoft.forefront.recoveryactionarbiter.contract.dll| 15.1.2242.10| 18,312| 27-Apr-21| 12:50| x86 \nMicrosoft.forefront.reporting.common.dll| 15.1.2242.10| 46,456| 27-Apr-21| 12:50| x86 \nMicrosoft.forefront.reporting.ondemandquery.dll| 15.1.2242.10| 50,576| 27-Apr-21| 12:50| x86 \nMicrosoft.isam.esent.collections.dll| 15.1.2242.10| 72,584| 27-Apr-21| 12:50| x86 \nMicrosoft.isam.esent.interop.dll| 15.1.2242.10| 533,904| 27-Apr-21| 12:50| x86 \nMicrosoft.managementgui.dll| 15.1.2242.10| 133,512| 27-Apr-21| 12:50| x86 \nMicrosoft.mce.interop.dll| 15.1.2242.10| 24,456| 27-Apr-21| 12:50| x86 \nMicrosoft.office.audit.dll| 15.1.2242.10| 123,768| 27-Apr-21| 12:49| x86 \nMicrosoft.office.client.discovery.unifiedexport.dll| 15.1.2242.10| 593,296| 27-Apr-21| 12:49| x86 \nMicrosoft.office.common.ipcommonlogger.dll| 15.1.2242.10| 42,376| 27-Apr-21| 12:49| x86 \nMicrosoft.office.compliance.console.core.dll| 15.1.2242.10| 218,000| 27-Apr-21| 12:50| x86 \nMicrosoft.office.compliance.console.dll| 15.1.2242.10| 854,928| 27-Apr-21| 12:48| x86 \nMicrosoft.office.compliance.console.extensions.dll| 15.1.2242.10| 485,760| 27-Apr-21| 12:50| x86 \nMicrosoft.office.compliance.core.dll| 15.1.2242.10| 413,048| 27-Apr-21| 12:49| x86 \nMicrosoft.office.compliance.ingestion.dll| 15.1.2242.10| 36,216| 27-Apr-21| 12:49| x86 \nMicrosoft.office.compliancepolicy.exchange.dar.dll| 15.1.2242.10| 84,856| 27-Apr-21| 12:50| x86 \nMicrosoft.office.compliancepolicy.platform.dll| 15.1.2242.10| 1,782,160| 27-Apr-21| 12:49| x86 \nMicrosoft.office.datacenter.activemonitoring.management.common.dll| 15.1.2242.10| 49,544| 27-Apr-21| 12:49| x86 \nMicrosoft.office.datacenter.activemonitoring.management.dll| 15.1.2242.10| 27,512| 27-Apr-21| 12:50| x86 \nMicrosoft.office.datacenter.activemonitoringlocal.dll| 15.1.2242.10| 174,984| 27-Apr-21| 12:50| x86 \nMicrosoft.office.datacenter.monitoring.activemonitoring.recovery.dll| 15.1.2242.10| 166,272| 27-Apr-21| 12:50| x86 \nMicrosoft.office365.datainsights.uploader.dll| 15.1.2242.10| 40,312| 27-Apr-21| 12:48| x86 \nMicrosoft.online.box.shell.dll| 15.1.2242.10| 46,456| 27-Apr-21| 12:48| x86 \nMicrosoft.powershell.hostingtools.dll| 15.1.2242.10| 67,984| 27-Apr-21| 12:48| x86 \nMicrosoft.powershell.hostingtools_2.dll| 15.1.2242.10| 67,984| 27-Apr-21| 12:48| x86 \nMicrosoft.tailoredexperiences.core.dll| 15.1.2242.10| 120,184| 27-Apr-21| 12:50| x86 \nMigrateumcustomprompts.ps1| Not applicable| 19,106| 27-Apr-21| 12:50| Not applicable \nModernpublicfoldertomailboxmapgenerator.ps1| Not applicable| 29,048| 27-Apr-21| 12:50| Not applicable \nMovemailbox.ps1| Not applicable| 61,100| 27-Apr-21| 12:50| Not applicable \nMovetransportdatabase.ps1| Not applicable| 30,586| 27-Apr-21| 12:50| Not applicable \nMove_publicfolderbranch.ps1| Not applicable| 17,516| 27-Apr-21| 12:50| Not applicable \nMpgearparser.dll| 15.1.2242.10| 99,728| 27-Apr-21| 12:50| x64 \nMsclassificationadapter.dll| 15.1.2242.10| 248,696| 27-Apr-21| 12:49| x64 \nMsexchangecompliance.exe| 15.1.2242.10| 78,712| 27-Apr-21| 12:49| x86 \nMsexchangedagmgmt.exe| 15.1.2242.10| 25,480| 27-Apr-21| 12:50| x86 \nMsexchangedelivery.exe| 15.1.2242.10| 38,792| 27-Apr-21| 12:50| x86 \nMsexchangefrontendtransport.exe| 15.1.2242.10| 31,608| 27-Apr-21| 12:50| x86 \nMsexchangehmhost.exe| 15.1.2242.10| 27,016| 27-Apr-21| 12:50| x86 \nMsexchangehmrecovery.exe| 15.1.2242.10| 29,584| 27-Apr-21| 12:50| x86 \nMsexchangemailboxassistants.exe| 15.1.2242.10| 72,568| 27-Apr-21| 12:49| x86 \nMsexchangemailboxreplication.exe| 15.1.2242.10| 20,880| 27-Apr-21| 12:50| x86 \nMsexchangemigrationworkflow.exe| 15.1.2242.10| 68,984| 27-Apr-21| 12:50| x86 \nMsexchangerepl.exe| 15.1.2242.10| 71,048| 27-Apr-21| 12:50| x86 \nMsexchangesubmission.exe| 15.1.2242.10| 123,256| 27-Apr-21| 12:50| x86 \nMsexchangethrottling.exe| 15.1.2242.10| 39,816| 27-Apr-21| 12:50| x86 \nMsexchangetransport.exe| 15.1.2242.10| 74,120| 27-Apr-21| 12:50| x86 \nMsexchangetransportlogsearch.exe| 15.1.2242.10| 139,144| 27-Apr-21| 12:50| x86 \nMsexchangewatchdog.exe| 15.1.2242.10| 55,688| 27-Apr-21| 12:50| x64 \nMspatchlinterop.dll| 15.1.2242.10| 53,624| 27-Apr-21| 12:50| x64 \nNativehttpproxy.dll| 15.1.2242.10| 91,536| 27-Apr-21| 12:48| x64 \nNavigatorparser.dll| 15.1.2242.10| 636,816| 27-Apr-21| 12:50| x64 \nNego2nativeinterface.dll| 15.1.2242.10| 19,336| 27-Apr-21| 12:49| x64 \nNegotiateclientcertificatemodule.dll| 15.1.2242.10| 30,096| 27-Apr-21| 12:48| x64 \nNewtestcasconnectivityuser.ps1| Not applicable| 22,248| 27-Apr-21| 12:50| Not applicable \nNewtestcasconnectivityuserhosting.ps1| Not applicable| 24,559| 27-Apr-21| 12:50| Not applicable \nNtspxgen.dll| 15.1.2242.10| 80,784| 27-Apr-21| 12:49| x64 \nOleconverter.exe| 15.1.2242.10| 173,968| 27-Apr-21| 12:50| x64 \nOutsideinmodule.dll| 15.1.2242.10| 87,952| 27-Apr-21| 12:50| x64 \nOwaauth.dll| 15.1.2242.10| 92,024| 27-Apr-21| 12:48| x64 \nOwasmime.msi| Not applicable| 716,800| 27-Apr-21| 12:50| Not applicable \nPerf_common_extrace.dll| 15.1.2242.10| 245,112| 27-Apr-21| 12:48| x64 \nPerf_exchmem.dll| 15.1.2242.10| 85,896| 27-Apr-21| 12:48| x64 \nPipeline2.dll| 15.1.2242.10| 1,454,456| 27-Apr-21| 12:50| x64 \nPowershell.rbachostingtools.dll_1bf4f3e363ef418781685d1a60da11c1| 15.1.2242.10| 41,352| 27-Apr-21| 12:50| Not applicable \nPreparemoverequesthosting.ps1| Not applicable| 70,975| 27-Apr-21| 12:50| Not applicable \nPrepare_moverequest.ps1| Not applicable| 73,213| 27-Apr-21| 12:50| Not applicable \nProductinfo.managed.dll| 15.1.2242.10| 27,024| 27-Apr-21| 12:49| x86 \nProxybinclientsstringsdll| 15.1.2242.10| 924,560| 27-Apr-21| 12:50| x86 \nPublicfoldertomailboxmapgenerator.ps1| Not applicable| 23,218| 27-Apr-21| 12:50| Not applicable \nQuietexe.exe| 15.1.2242.10| 14,728| 27-Apr-21| 12:50| x86 \nRedistributeactivedatabases.ps1| Not applicable| 250,604| 27-Apr-21| 12:50| Not applicable \nReinstalldefaulttransportagents.ps1| Not applicable| 21,639| 27-Apr-21| 12:50| Not applicable \nRemoteexchange.ps1| Not applicable| 23,585| 27-Apr-21| 12:50| Not applicable \nRemoveuserfrompfrecursive.ps1| Not applicable| 14,668| 27-Apr-21| 12:50| Not applicable \nReplaceuserpermissiononpfrecursive.ps1| Not applicable| 15,002| 27-Apr-21| 12:50| Not applicable \nReplaceuserwithuseronpfrecursive.ps1| Not applicable| 14,996| 27-Apr-21| 12:50| Not applicable \nReplaycrimsonmsg.dll| 15.1.2242.10| 1,099,128| 27-Apr-21| 12:50| x64 \nResetattachmentfilterentry.ps1| Not applicable| 15,456| 27-Apr-21| 12:50| Not applicable \nResetcasservice.ps1| Not applicable| 21,691| 27-Apr-21| 12:50| Not applicable \nReset_antispamupdates.ps1| Not applicable| 14,101| 27-Apr-21| 12:50| Not applicable \nRestoreserveronprereqfailure.ps1| Not applicable| 15,125| 27-Apr-21| 12:50| Not applicable \nResumemailboxdatabasecopy.ps1| Not applicable| 17,190| 27-Apr-21| 12:50| Not applicable \nRightsmanagementwrapper.dll| 15.1.2242.10| 86,416| 27-Apr-21| 12:50| x64 \nRollalternateserviceaccountpassword.ps1| Not applicable| 55,774| 27-Apr-21| 12:50| Not applicable \nRpcperf.dll| 15.1.2242.10| 23,416| 27-Apr-21| 12:50| x64 \nRpcproxyshim.dll| 15.1.2242.10| 39,312| 27-Apr-21| 12:50| x64 \nRulesauditmsg.dll| 15.1.2242.10| 12,680| 27-Apr-21| 12:50| x64 \nRwsperfcounters.xml| Not applicable| 23,040| 27-Apr-21| 12:50| Not applicable \nSafehtmlnativewrapper.dll| 15.1.2242.10| 34,704| 27-Apr-21| 12:50| x64 \nScanenginetest.exe| 15.1.2242.10| 956,280| 27-Apr-21| 12:49| x64 \nScanningprocess.exe| 15.1.2242.10| 738,696| 27-Apr-21| 12:49| x64 \nSearchdiagnosticinfo.ps1| Not applicable| 16,792| 27-Apr-21| 12:50| Not applicable \nServicecontrol.ps1| Not applicable| 52,313| 27-Apr-21| 12:49| Not applicable \nSetmailpublicfolderexternaladdress.ps1| Not applicable| 20,734| 27-Apr-21| 12:50| Not applicable \nSettingsadapter.dll| 15.1.2242.10| 115,600| 27-Apr-21| 12:48| x64 \nSetup.exe| 15.1.2242.10| 20,864| 27-Apr-21| 12:50| x86 \nSetupui.exe| 15.1.2242.10| 49,016| 27-Apr-21| 12:50| x86 \nSplit_publicfoldermailbox.ps1| Not applicable| 52,173| 27-Apr-21| 12:50| Not applicable \nStartdagservermaintenance.ps1| Not applicable| 27,859| 27-Apr-21| 12:50| Not applicable \nStatisticsutil.dll| 15.1.2242.10| 142,200| 27-Apr-21| 12:49| x64 \nStopdagservermaintenance.ps1| Not applicable| 21,117| 27-Apr-21| 12:50| Not applicable \nStoretsconstants.ps1| Not applicable| 15,814| 27-Apr-21| 12:50| Not applicable \nStoretslibrary.ps1| Not applicable| 28,023| 27-Apr-21| 12:50| Not applicable \nStore_mapi_net_bin_perf_x64_exrpcperf.dll| 15.1.2242.10| 28,536| 27-Apr-21| 12:50| x64 \nSync_mailpublicfolders.ps1| Not applicable| 43,911| 27-Apr-21| 12:50| Not applicable \nSync_modernmailpublicfolders.ps1| Not applicable| 43,957| 27-Apr-21| 12:50| Not applicable \nTextconversionmodule.dll| 15.1.2242.10| 86,392| 27-Apr-21| 12:50| x64 \nTroubleshoot_ci.ps1| Not applicable| 22,739| 27-Apr-21| 12:50| Not applicable \nTroubleshoot_databaselatency.ps1| Not applicable| 33,433| 27-Apr-21| 12:50| Not applicable \nTroubleshoot_databasespace.ps1| Not applicable| 30,041| 27-Apr-21| 12:50| Not applicable \nUmservice.exe| 15.1.2242.10| 100,216| 27-Apr-21| 12:50| x86 \nUmworkerprocess.exe| 15.1.2242.10| 38,280| 27-Apr-21| 12:50| x86 \nUninstall_antispamagents.ps1| Not applicable| 15,457| 27-Apr-21| 12:50| Not applicable \nUpdateapppoolmanagedframeworkversion.ps1| Not applicable| 14,014| 27-Apr-21| 12:50| Not applicable \nUpdatecas.ps1| Not applicable| 32,928| 27-Apr-21| 12:50| Not applicable \nUpdateconfigfiles.ps1| Not applicable| 19,726| 27-Apr-21| 12:50| Not applicable \nUpdateserver.exe| 15.1.2242.10| 3,014,536| 27-Apr-21| 12:49| x64 \nUpdate_malwarefilteringserver.ps1| Not applicable| 18,140| 27-Apr-21| 12:50| Not applicable \nWeb.config_053c31bdd6824e95b35d61b0a5e7b62d| Not applicable| 31,816| 27-Apr-21| 12:48| Not applicable \nWsbexchange.exe| 15.1.2242.10| 125,328| 27-Apr-21| 12:50| x64 \nX400prox.dll| 15.1.2242.10| 103,296| 27-Apr-21| 12:49| x64 \n_search.lingoperators.a| 15.1.2242.10| 34,696| 27-Apr-21| 12:50| Not applicable \n_search.lingoperators.b| 15.1.2242.10| 34,696| 27-Apr-21| 12:50| Not applicable \n_search.mailboxoperators.a| 15.1.2242.10| 289,160| 27-Apr-21| 12:48| Not applicable \n_search.mailboxoperators.b| 15.1.2242.10| 289,160| 27-Apr-21| 12:48| Not applicable \n_search.operatorschema.a| 15.1.2242.10| 483,208| 27-Apr-21| 12:48| Not applicable \n_search.operatorschema.b| 15.1.2242.10| 483,208| 27-Apr-21| 12:48| Not applicable \n_search.tokenoperators.a| 15.1.2242.10| 106,872| 27-Apr-21| 12:49| Not applicable \n_search.tokenoperators.b| 15.1.2242.10| 106,872| 27-Apr-21| 12:49| Not applicable \n_search.transportoperators.a| 15.1.2242.10| 64,904| 27-Apr-21| 12:50| Not applicable \n_search.transportoperators.b| 15.1.2242.10| 64,904| 27-Apr-21| 12:50| Not applicable \n \n### \n\n__\n\nMicrosoft Exchange Server 2016 Cumulative Update 19\n\nFile name| File version| File size| Date| Time| Platform \n---|---|---|---|---|--- \nFile name| File version| File size| Date| Time| Platform \nActivemonitoringeventmsg.dll| 15.1.2176.14| 71,048| 27-Apr-21| 14:39| x64 \nActivemonitoringexecutionlibrary.ps1| Not applicable| 29,518| 27-Apr-21| 14:40| Not applicable \nAdduserstopfrecursive.ps1| Not applicable| 14,941| 27-Apr-21| 14:42| Not applicable \nAdemodule.dll| 15.1.2176.14| 106,376| 27-Apr-21| 14:42| x64 \nAirfilter.dll| 15.1.2176.14| 42,872| 27-Apr-21| 14:41| x64 \nAjaxcontroltoolkit.dll| 15.1.2176.14| 92,552| 27-Apr-21| 14:39| x86 \nAntispamcommon.ps1| Not applicable| 13,481| 27-Apr-21| 14:42| Not applicable \nAsdat.msi| Not applicable| 5,087,232| 27-Apr-21| 14:41| Not applicable \nAsentirs.msi| Not applicable| 77,824| 27-Apr-21| 14:40| Not applicable \nAsentsig.msi| Not applicable| 73,728| 27-Apr-21| 14:41| Not applicable \nBigfunnel.bondtypes.dll| 15.1.2176.14| 43,896| 27-Apr-21| 14:41| x86 \nBigfunnel.common.dll| 15.1.2176.14| 63,864| 27-Apr-21| 14:40| x86 \nBigfunnel.configuration.dll| 15.1.2176.14| 99,216| 27-Apr-21| 14:40| x86 \nBigfunnel.entropy.dll| 15.1.2176.14| 44,432| 27-Apr-21| 14:40| x86 \nBigfunnel.filter.dll| 15.1.2176.14| 54,136| 27-Apr-21| 14:40| x86 \nBigfunnel.indexstream.dll| 15.1.2176.14| 54,136| 27-Apr-21| 14:41| x86 \nBigfunnel.poi.dll| 15.1.2176.14| 203,640| 27-Apr-21| 14:40| x86 \nBigfunnel.postinglist.dll| 15.1.2176.14| 122,240| 27-Apr-21| 14:41| x86 \nBigfunnel.query.dll| 15.1.2176.14| 99,704| 27-Apr-21| 14:40| x86 \nBigfunnel.ranking.dll| 15.1.2176.14| 79,240| 27-Apr-21| 14:41| x86 \nBigfunnel.syntheticdatalib.dll| 15.1.2176.14| 3,634,568| 27-Apr-21| 14:40| x86 \nBigfunnel.wordbreakers.dll| 15.1.2176.14| 46,472| 27-Apr-21| 14:40| x86 \nCafe_airfilter_dll| 15.1.2176.14| 42,872| 27-Apr-21| 14:41| x64 \nCafe_exppw_dll| 15.1.2176.14| 83,320| 27-Apr-21| 14:41| x64 \nCafe_owaauth_dll| 15.1.2176.14| 92,048| 27-Apr-21| 14:39| x64 \nCalcalculation.ps1| Not applicable| 42,109| 27-Apr-21| 14:41| Not applicable \nCheckdatabaseredundancy.ps1| Not applicable| 94,630| 27-Apr-21| 14:40| Not applicable \nChksgfiles.dll| 15.1.2176.14| 57,224| 27-Apr-21| 14:41| x64 \nCitsconstants.ps1| Not applicable| 15,801| 27-Apr-21| 14:39| Not applicable \nCitslibrary.ps1| Not applicable| 82,696| 27-Apr-21| 14:39| Not applicable \nCitstypes.ps1| Not applicable| 14,460| 27-Apr-21| 14:39| Not applicable \nClassificationengine_mce| 15.1.2176.14| 1,693,064| 27-Apr-21| 14:40| Not applicable \nClusmsg.dll| 15.1.2176.14| 134,032| 27-Apr-21| 14:41| x64 \nCoconet.dll| 15.1.2176.14| 47,992| 27-Apr-21| 14:40| x64 \nCollectovermetrics.ps1| Not applicable| 81,676| 27-Apr-21| 14:39| Not applicable \nCollectreplicationmetrics.ps1| Not applicable| 41,894| 27-Apr-21| 14:39| Not applicable \nCommonconnectfunctions.ps1| Not applicable| 29,943| 27-Apr-21| 14:40| Not applicable \nComplianceauditservice.exe| 15.1.2176.14| 39,808| 27-Apr-21| 14:40| x86 \nConfigureadam.ps1| Not applicable| 22,756| 27-Apr-21| 14:41| Not applicable \nConfigurecaferesponseheaders.ps1| Not applicable| 20,320| 27-Apr-21| 14:42| Not applicable \nConfigurenetworkprotocolparameters.ps1| Not applicable| 19,782| 27-Apr-21| 14:42| Not applicable \nConfiguresmbipsec.ps1| Not applicable| 39,820| 27-Apr-21| 14:42| Not applicable \nConfigure_enterprisepartnerapplication.ps1| Not applicable| 22,279| 27-Apr-21| 14:42| Not applicable \nConnectfunctions.ps1| Not applicable| 37,137| 27-Apr-21| 14:40| Not applicable \nConnect_exchangeserver_help.xml| Not applicable| 30,432| 27-Apr-21| 14:40| Not applicable \nConsoleinitialize.ps1| Not applicable| 24,224| 27-Apr-21| 14:42| Not applicable \nConvertoabvdir.ps1| Not applicable| 20,045| 27-Apr-21| 14:42| Not applicable \nConverttomessagelatency.ps1| Not applicable| 14,544| 27-Apr-21| 14:41| Not applicable \nConvert_distributiongrouptounifiedgroup.ps1| Not applicable| 34,777| 27-Apr-21| 14:41| Not applicable \nCreate_publicfoldermailboxesformigration.ps1| Not applicable| 27,904| 27-Apr-21| 14:42| Not applicable \nCts.14.0.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 511| 27-Apr-21| 11:08| Not applicable \nCts.14.1.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 511| 27-Apr-21| 11:08| Not applicable \nCts.14.2.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 511| 27-Apr-21| 11:08| Not applicable \nCts.14.3.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 511| 27-Apr-21| 11:08| Not applicable \nCts.14.4.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 511| 27-Apr-21| 11:08| Not applicable \nCts.15.0.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 511| 27-Apr-21| 11:08| Not applicable \nCts.15.1.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 511| 27-Apr-21| 11:08| Not applicable \nCts.15.2.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 511| 27-Apr-21| 11:08| Not applicable \nCts.15.20.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 511| 27-Apr-21| 11:08| Not applicable \nCts.8.1.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 511| 27-Apr-21| 11:08| Not applicable \nCts.8.2.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 511| 27-Apr-21| 11:08| Not applicable \nCts.8.3.microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 511| 27-Apr-21| 11:08| Not applicable \nCts_exsmime.dll| 15.1.2176.14| 380,792| 27-Apr-21| 14:40| x64 \nCts_microsoft.exchange.data.common.dll| 15.1.2176.14| 1,686,920| 27-Apr-21| 14:40| x86 \nCts_microsoft.exchange.data.common.versionpolicy.cfg| Not applicable| 511| 27-Apr-21| 11:08| Not applicable \nCts_policy.14.0.microsoft.exchange.data.common.dll| 15.1.2176.14| 13,176| 27-Apr-21| 14:40| x86 \nCts_policy.14.1.microsoft.exchange.data.common.dll| 15.1.2176.14| 13,200| 27-Apr-21| 14:39| x86 \nCts_policy.14.2.microsoft.exchange.data.common.dll| 15.1.2176.14| 13,176| 27-Apr-21| 14:39| x86 \nCts_policy.14.3.microsoft.exchange.data.common.dll| 15.1.2176.14| 13,200| 27-Apr-21| 14:39| x86 \nCts_policy.14.4.microsoft.exchange.data.common.dll| 15.1.2176.14| 13,192| 27-Apr-21| 14:39| x86 \nCts_policy.15.0.microsoft.exchange.data.common.dll| 15.1.2176.14| 13,176| 27-Apr-21| 14:41| x86 \nCts_policy.15.1.microsoft.exchange.data.common.dll| 15.1.2176.14| 13,192| 27-Apr-21| 14:41| x86 \nCts_policy.15.2.microsoft.exchange.data.common.dll| 15.1.2176.14| 13,200| 27-Apr-21| 14:40| x86 \nCts_policy.15.20.microsoft.exchange.data.common.dll| 15.1.2176.14| 13,176| 27-Apr-21| 14:39| x86 \nCts_policy.8.0.microsoft.exchange.data.common.dll| 15.1.2176.14| 12,680| 27-Apr-21| 14:39| x86 \nCts_policy.8.1.microsoft.exchange.data.common.dll| 15.1.2176.14| 12,664| 27-Apr-21| 14:40| x86 \nCts_policy.8.2.microsoft.exchange.data.common.dll| 15.1.2176.14| 12,680| 27-Apr-21| 14:39| x86 \nCts_policy.8.3.microsoft.exchange.data.common.dll| 15.1.2176.14| 12,672| 27-Apr-21| 14:39| x86 \nDagcommonlibrary.ps1| Not applicable| 60,258| 27-Apr-21| 14:40| Not applicable \nDependentassemblygenerator.exe| 15.1.2176.14| 22,416| 27-Apr-21| 14:40| x86 \nDiaghelper.dll| 15.1.2176.14| 66,960| 27-Apr-21| 14:41| x86 \nDiagnosticscriptcommonlibrary.ps1| Not applicable| 16,330| 27-Apr-21| 14:39| Not applicable \nDisableinmemorytracing.ps1| Not applicable| 13,358| 27-Apr-21| 14:42| Not applicable \nDisable_antimalwarescanning.ps1| Not applicable| 15,185| 27-Apr-21| 14:42| Not applicable \nDisable_outsidein.ps1| Not applicable| 13,666| 27-Apr-21| 14:42| Not applicable \nDisklockerapi.dll| Not applicable| 22,408| 27-Apr-21| 14:41| x64 \nDlmigrationmodule.psm1| Not applicable| 39,592| 27-Apr-21| 14:41| Not applicable \nDsaccessperf.dll| 15.1.2176.14| 45,960| 27-Apr-21| 14:40| x64 \nDscperf.dll| 15.1.2176.14| 32,648| 27-Apr-21| 14:41| x64 \nDup_cts_microsoft.exchange.data.common.dll| 15.1.2176.14| 1,686,920| 27-Apr-21| 14:40| x86 \nDup_ext_microsoft.exchange.data.transport.dll| 15.1.2176.14| 601,488| 27-Apr-21| 14:39| x86 \nEcpperfcounters.xml| Not applicable| 31,160| 27-Apr-21| 14:39| Not applicable \nEdgeextensibility_microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 514| 27-Apr-21| 11:10| Not applicable \nEdgeextensibility_policy.8.0.microsoft.exchange.data.transport.dll| 15.1.2176.14| 13,200| 27-Apr-21| 14:41| x86 \nEdgetransport.exe| 15.1.2176.14| 49,528| 27-Apr-21| 14:40| x86 \nEext.14.0.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 514| 27-Apr-21| 11:10| Not applicable \nEext.14.1.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 514| 27-Apr-21| 11:10| Not applicable \nEext.14.2.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 514| 27-Apr-21| 11:10| Not applicable \nEext.14.3.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 514| 27-Apr-21| 11:10| Not applicable \nEext.14.4.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 514| 27-Apr-21| 11:10| Not applicable \nEext.15.0.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 514| 27-Apr-21| 11:10| Not applicable \nEext.15.1.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 514| 27-Apr-21| 11:10| Not applicable \nEext.15.2.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 514| 27-Apr-21| 11:10| Not applicable \nEext.15.20.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 514| 27-Apr-21| 11:10| Not applicable \nEext.8.1.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 514| 27-Apr-21| 11:10| Not applicable \nEext.8.2.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 514| 27-Apr-21| 11:10| Not applicable \nEext.8.3.microsoft.exchange.data.transport.versionpolicy.cfg| Not applicable| 514| 27-Apr-21| 11:10| Not applicable \nEext_policy.14.0.microsoft.exchange.data.transport.dll| 15.1.2176.14| 13,200| 27-Apr-21| 14:41| x86 \nEext_policy.14.1.microsoft.exchange.data.transport.dll| 15.1.2176.14| 13,200| 27-Apr-21| 14:41| x86 \nEext_policy.14.2.microsoft.exchange.data.transport.dll| 15.1.2176.14| 13,184| 27-Apr-21| 14:41| x86 \nEext_policy.14.3.microsoft.exchange.data.transport.dll| 15.1.2176.14| 13,176| 27-Apr-21| 14:40| x86 \nEext_policy.14.4.microsoft.exchange.data.transport.dll| 15.1.2176.14| 13,200| 27-Apr-21| 14:40| x86 \nEext_policy.15.0.microsoft.exchange.data.transport.dll| 15.1.2176.14| 13,192| 27-Apr-21| 14:40| x86 \nEext_policy.15.1.microsoft.exchange.data.transport.dll| 15.1.2176.14| 13,184| 27-Apr-21| 14:41| x86 \nEext_policy.15.2.microsoft.exchange.data.transport.dll| 15.1.2176.14| 13,176| 27-Apr-21| 14:40| x86 \nEext_policy.15.20.microsoft.exchange.data.transport.dll| 15.1.2176.14| 13,192| 27-Apr-21| 14:40| x86 \nEext_policy.8.1.microsoft.exchange.data.transport.dll| 15.1.2176.14| 13,200| 27-Apr-21| 14:41| x86 \nEext_policy.8.2.microsoft.exchange.data.transport.dll| 15.1.2176.14| 13,176| 27-Apr-21| 14:40| x86 \nEext_policy.8.3.microsoft.exchange.data.transport.dll| 15.1.2176.14| 13,200| 27-Apr-21| 14:41| x86 \nEnableinmemorytracing.ps1| Not applicable| 13,360| 27-Apr-21| 14:42| Not applicable \nEnable_antimalwarescanning.ps1| Not applicable| 17,559| 27-Apr-21| 14:42| Not applicable \nEnable_basicauthtooauthconverterhttpmodule.ps1| Not applicable| 18,584| 27-Apr-21| 14:42| Not applicable \nEnable_crossforestconnector.ps1| Not applicable| 18,610| 27-Apr-21| 14:42| Not applicable \nEnable_outlookcertificateauthentication.ps1| Not applicable| 22,908| 27-Apr-21| 14:42| Not applicable \nEnable_outsidein.ps1| Not applicable| 13,643| 27-Apr-21| 14:42| Not applicable \nEngineupdateserviceinterfaces.dll| 15.1.2176.14| 17,784| 27-Apr-21| 14:41| x86 \nEscprint.dll| 15.1.2176.14| 20,360| 27-Apr-21| 14:39| x64 \nEse.dll| 15.1.2176.14| 3,695,496| 27-Apr-21| 14:40| x64 \nEseback2.dll| 15.1.2176.14| 325,000| 27-Apr-21| 14:40| x64 \nEsebcli2.dll| 15.1.2176.14| 292,728| 27-Apr-21| 14:40| x64 \nEseperf.dll| 15.1.2176.14| 116,104| 27-Apr-21| 14:40| x64 \nEseutil.exe| 15.1.2176.14| 398,728| 27-Apr-21| 14:40| x64 \nEsevss.dll| 15.1.2176.14| 44,424| 27-Apr-21| 14:40| x64 \nEtweseproviderresources.dll| 15.1.2176.14| 82,296| 27-Apr-21| 14:40| x64 \nEventperf.dll| 15.1.2176.14| 59,792| 27-Apr-21| 14:40| x64 \nExchange.depthtwo.types.ps1xml| Not applicable| 40,132| 27-Apr-21| 14:41| Not applicable \nExchange.format.ps1xml| Not applicable| 648,620| 27-Apr-21| 14:41| Not applicable \nExchange.partial.types.ps1xml| Not applicable| 43,334| 27-Apr-21| 14:40| Not applicable \nExchange.ps1| Not applicable| 20,815| 27-Apr-21| 14:40| Not applicable \nExchange.support.format.ps1xml| Not applicable| 26,574| 27-Apr-21| 14:41| Not applicable \nExchange.types.ps1xml| Not applicable| 365,157| 27-Apr-21| 14:41| Not applicable \nExchangeudfcommon.dll| 15.1.2176.14| 121,744| 27-Apr-21| 14:40| x86 \nExchangeudfs.dll| 15.1.2176.14| 269,704| 27-Apr-21| 14:40| x86 \nExchmem.dll| 15.1.2176.14| 85,880| 27-Apr-21| 14:39| x64 \nExchsetupmsg.dll| 15.1.2176.14| 19,320| 27-Apr-21| 14:41| x64 \nExchucutil.ps1| Not applicable| 23,916| 27-Apr-21| 14:41| Not applicable \nExdbfailureitemapi.dll| Not applicable| 27,000| 27-Apr-21| 14:40| x64 \nExdbmsg.dll| 15.1.2176.14| 229,768| 27-Apr-21| 14:40| x64 \nExeventperfplugin.dll| 15.1.2176.14| 25,480| 27-Apr-21| 14:42| x64 \nExmime.dll| 15.1.2176.14| 364,944| 27-Apr-21| 14:41| x64 \nExportedgeconfig.ps1| Not applicable| 27,387| 27-Apr-21| 14:42| Not applicable \nExport_mailpublicfoldersformigration.ps1| Not applicable| 18,570| 27-Apr-21| 14:42| Not applicable \nExport_modernpublicfolderstatistics.ps1| Not applicable| 28,866| 27-Apr-21| 14:41| Not applicable \nExport_outlookclassification.ps1| Not applicable| 14,374| 27-Apr-21| 14:40| Not applicable \nExport_publicfolderstatistics.ps1| Not applicable| 23,133| 27-Apr-21| 14:42| Not applicable \nExport_retentiontags.ps1| Not applicable| 17,040| 27-Apr-21| 14:41| Not applicable \nExppw.dll| 15.1.2176.14| 83,320| 27-Apr-21| 14:41| x64 \nExprfdll.dll| 15.1.2176.14| 26,504| 27-Apr-21| 14:41| x64 \nExrpc32.dll| 15.1.2176.14| 1,922,960| 27-Apr-21| 14:40| x64 \nExrw.dll| 15.1.2176.14| 28,048| 27-Apr-21| 14:41| x64 \nExsetdata.dll| 15.1.2176.14| 2,779,016| 27-Apr-21| 14:40| x64 \nExsetup.exe| 15.1.2176.14| 35,208| 27-Apr-21| 14:40| x86 \nExsetupui.exe| 15.1.2176.14| 193,416| 27-Apr-21| 14:40| x86 \nExtrace.dll| 15.1.2176.14| 245,128| 27-Apr-21| 14:39| x64 \nExt_microsoft.exchange.data.transport.dll| 15.1.2176.14| 601,488| 27-Apr-21| 14:39| x86 \nExwatson.dll| 15.1.2176.14| 44,928| 27-Apr-21| 14:39| x64 \nFastioext.dll| 15.1.2176.14| 60,304| 27-Apr-21| 14:40| x64 \nFil06f84122c94c91a0458cad45c22cce20| Not applicable| 784,715| 27-Apr-21| 14:40| Not applicable \nFil143a7a5d4894478a85eefc89a6539fc8| Not applicable| 1,909,229| 27-Apr-21| 14:39| Not applicable \nFil19f527f284a0bb584915f9994f4885c3| Not applicable| 648,761| 27-Apr-21| 14:39| Not applicable \nFil1a9540363a531e7fb18ffe600cffc3ce| Not applicable| 358,406| 27-Apr-21| 14:40| Not applicable \nFil220d95210c8697448312eee6628c815c| Not applicable| 303,658| 27-Apr-21| 14:40| Not applicable \nFil2cf5a31e239a45fabea48687373b547c| Not applicable| 652,727| 27-Apr-21| 14:39| Not applicable \nFil397f0b1f1d7bd44d6e57e496decea2ec| Not applicable| 784,712| 27-Apr-21| 14:40| Not applicable \nFil3ab126057b34eee68c4fd4b127ff7aee| Not applicable| 784,688| 27-Apr-21| 14:40| Not applicable \nFil41bb2e5743e3bde4ecb1e07a76c5a7a8| Not applicable| 149,154| 27-Apr-21| 14:40| Not applicable \nFil51669bfbda26e56e3a43791df94c1e9c| Not applicable| 9,346| 27-Apr-21| 14:40| Not applicable \nFil558cb84302edfc96e553bcfce2b85286| Not applicable| 85,260| 27-Apr-21| 14:39| Not applicable \nFil55ce217251b77b97a46e914579fc4c64| Not applicable| 648,755| 27-Apr-21| 14:39| Not applicable \nFil5a9e78a51a18d05bc36b5e8b822d43a8| Not applicable| 1,597,359| 27-Apr-21| 14:39| Not applicable \nFil5c7d10e5f1f9ada1e877c9aa087182a9| Not applicable| 1,597,359| 27-Apr-21| 14:39| Not applicable \nFil6569a92c80a1e14949e4282ae2cc699c| Not applicable| 1,597,359| 27-Apr-21| 14:39| Not applicable \nFil6a01daba551306a1e55f0bf6894f4d9f| Not applicable| 648,731| 27-Apr-21| 14:39| Not applicable \nFil8863143ea7cd93a5f197c9fff13686bf| Not applicable| 648,761| 27-Apr-21| 14:39| Not applicable \nFil8a8c76f225c7205db1000e8864c10038| Not applicable| 1,597,359| 27-Apr-21| 14:39| Not applicable \nFil8cd999415d36ba78a3ac16a080c47458| Not applicable| 784,718| 27-Apr-21| 14:39| Not applicable \nFil97913e630ff02079ce9889505a517ec0| Not applicable| 1,597,359| 27-Apr-21| 14:39| Not applicable \nFilaa49badb2892075a28d58d06560f8da2| Not applicable| 785,742| 27-Apr-21| 14:39| Not applicable \nFilae28aeed23ccb4b9b80accc2d43175b5| Not applicable| 648,758| 27-Apr-21| 14:39| Not applicable \nFilb17f496f9d880a684b5c13f6b02d7203| Not applicable| 784,718| 27-Apr-21| 14:39| Not applicable \nFilb94ca32f2654692263a5be009c0fe4ca| Not applicable| 2,564,949| 27-Apr-21| 14:40| Not applicable \nFilbabdc4808eba0c4f18103f12ae955e5c| Not applicable| #########| 27-Apr-21| 14:40| Not applicable \nFilc92cf2bf29bed21bd5555163330a3d07| Not applicable| 652,745| 27-Apr-21| 14:40| Not applicable \nFilcc478d2a8346db20c4e2dc36f3400628| Not applicable| 784,718| 27-Apr-21| 14:39| Not applicable \nFild26cd6b13cfe2ec2a16703819da6d043| Not applicable| 1,597,359| 27-Apr-21| 14:39| Not applicable \nFilf2719f9dc8f7b74df78ad558ad3ee8a6| Not applicable| 785,724| 27-Apr-21| 14:39| Not applicable \nFilfa5378dc76359a55ef20cc34f8a23fee| Not applicable| 1,427,187| 27-Apr-21| 14:39| Not applicable \nFilteringconfigurationcommands.ps1| Not applicable| 18,227| 27-Apr-21| 14:42| Not applicable \nFilteringpowershell.dll| 15.1.2176.14| 223,120| 27-Apr-21| 14:41| x86 \nFilteringpowershell.format.ps1xml| Not applicable| 29,691| 27-Apr-21| 14:40| Not applicable \nFiltermodule.dll| 15.1.2176.14| 180,104| 27-Apr-21| 14:40| x64 \nFipexeuperfctrresource.dll| 15.1.2176.14| 15,240| 27-Apr-21| 14:42| x64 \nFipexeventsresource.dll| 15.1.2176.14| 44,920| 27-Apr-21| 14:42| x64 \nFipexperfctrresource.dll| 15.1.2176.14| 32,632| 27-Apr-21| 14:42| x64 \nFirewallres.dll| 15.1.2176.14| 72,592| 27-Apr-21| 14:42| x64 \nFms.exe| 15.1.2176.14| 1,350,032| 27-Apr-21| 14:42| x64 \nForefrontactivedirectoryconnector.exe| 15.1.2176.14| 110,968| 27-Apr-21| 14:40| x64 \nFpsdiag.exe| 15.1.2176.14| 18,824| 27-Apr-21| 14:42| x86 \nFsccachedfilemanagedlocal.dll| 15.1.2176.14| 822,136| 27-Apr-21| 14:41| x64 \nFscconfigsupport.dll| 15.1.2176.14| 56,712| 27-Apr-21| 14:40| x86 \nFscconfigurationserver.exe| 15.1.2176.14| 430,992| 27-Apr-21| 14:41| x64 \nFscconfigurationserverinterfaces.dll| 15.1.2176.14| 15,736| 27-Apr-21| 14:41| x86 \nFsccrypto.dll| 15.1.2176.14| 208,784| 27-Apr-21| 14:40| x64 \nFscipcinterfaceslocal.dll| 15.1.2176.14| 28,560| 27-Apr-21| 14:41| x86 \nFscipclocal.dll| 15.1.2176.14| 38,264| 27-Apr-21| 14:41| x86 \nFscsqmuploader.exe| 15.1.2176.14| 453,504| 27-Apr-21| 14:40| x64 \nGetucpool.ps1| Not applicable| 19,771| 27-Apr-21| 14:41| Not applicable \nGetvalidengines.ps1| Not applicable| 13,306| 27-Apr-21| 14:39| Not applicable \nGet_antispamfilteringreport.ps1| Not applicable| 15,789| 27-Apr-21| 14:42| Not applicable \nGet_antispamsclhistogram.ps1| Not applicable| 14,635| 27-Apr-21| 14:42| Not applicable \nGet_antispamtopblockedsenderdomains.ps1| Not applicable| 15,743| 27-Apr-21| 14:42| Not applicable \nGet_antispamtopblockedsenderips.ps1| Not applicable| 14,751| 27-Apr-21| 14:42| Not applicable \nGet_antispamtopblockedsenders.ps1| Not applicable| 15,478| 27-Apr-21| 14:42| Not applicable \nGet_antispamtoprblproviders.ps1| Not applicable| 14,685| 27-Apr-21| 14:42| Not applicable \nGet_antispamtoprecipients.ps1| Not applicable| 14,790| 27-Apr-21| 14:42| Not applicable \nGet_dleligibilitylist.ps1| Not applicable| 42,348| 27-Apr-21| 14:42| Not applicable \nGet_exchangeetwtrace.ps1| Not applicable| 28,943| 27-Apr-21| 14:42| Not applicable \nGet_publicfoldermailboxsize.ps1| Not applicable| 15,022| 27-Apr-21| 14:41| Not applicable \nGet_storetrace.ps1| Not applicable| 50,647| 27-Apr-21| 14:40| Not applicable \nHuffman_xpress.dll| 15.1.2176.14| 32,632| 27-Apr-21| 14:40| x64 \nImportedgeconfig.ps1| Not applicable| 77,260| 27-Apr-21| 14:42| Not applicable \nImport_mailpublicfoldersformigration.ps1| Not applicable| 29,476| 27-Apr-21| 14:41| Not applicable \nImport_retentiontags.ps1| Not applicable| 28,814| 27-Apr-21| 14:42| Not applicable \nInproxy.dll| 15.1.2176.14| 85,896| 27-Apr-21| 14:40| x64 \nInstallwindowscomponent.ps1| Not applicable| 34,535| 27-Apr-21| 14:41| Not applicable \nInstall_antispamagents.ps1| Not applicable| 17,945| 27-Apr-21| 14:42| Not applicable \nInstall_odatavirtualdirectory.ps1| Not applicable| 17,963| 27-Apr-21| 14:40| Not applicable \nInterop.activeds.dll.4b7767dc_2e20_4d95_861a_4629cbc0cabc| 15.1.2176.14| 107,384| 27-Apr-21| 14:40| Not applicable \nInterop.adsiis.dll.4b7767dc_2e20_4d95_861a_4629cbc0cabc| 15.1.2176.14| 20,344| 27-Apr-21| 14:41| Not applicable \nInterop.certenroll.dll| 15.1.2176.14| 142,728| 27-Apr-21| 14:40| x86 \nInterop.licenseinfointerface.dll| 15.1.2176.14| 14,224| 27-Apr-21| 14:41| x86 \nInterop.netfw.dll| 15.1.2176.14| 34,192| 27-Apr-21| 14:39| x86 \nInterop.plalibrary.dll| 15.1.2176.14| 72,584| 27-Apr-21| 14:40| x86 \nInterop.stdole2.dll.4b7767dc_2e20_4d95_861a_4629cbc0cabc| 15.1.2176.14| 27,000| 27-Apr-21| 14:40| Not applicable \nInterop.taskscheduler.dll| 15.1.2176.14| 46,472| 27-Apr-21| 14:40| x86 \nInterop.wuapilib.dll| 15.1.2176.14| 60,816| 27-Apr-21| 14:41| x86 \nInterop.xenroll.dll| 15.1.2176.14| 39,800| 27-Apr-21| 14:40| x86 \nKerbauth.dll| 15.1.2176.14| 62,840| 27-Apr-21| 14:40| x64 \nLicenseinfointerface.dll| 15.1.2176.14| 643,448| 27-Apr-21| 14:42| x64 \nLpversioning.xml| Not applicable| 20,442| 27-Apr-21| 14:40| Not applicable \nMailboxdatabasereseedusingspares.ps1| Not applicable| 31,896| 27-Apr-21| 14:40| Not applicable \nManagedavailabilitycrimsonmsg.dll| 15.1.2176.14| 138,632| 27-Apr-21| 14:40| x64 \nManagedstorediagnosticfunctions.ps1| Not applicable| 125,837| 27-Apr-21| 14:39| Not applicable \nManagescheduledtask.ps1| Not applicable| 36,336| 27-Apr-21| 14:40| Not applicable \nMce.dll| 15.1.2176.14| 1,693,064| 27-Apr-21| 14:40| x64 \nMeasure_storeusagestatistics.ps1| Not applicable| 29,479| 27-Apr-21| 14:39| Not applicable \nMerge_publicfoldermailbox.ps1| Not applicable| 22,615| 27-Apr-21| 14:42| Not applicable \nMicrosoft.database.isam.dll| 15.1.2176.14| 127,376| 27-Apr-21| 14:40| x86 \nMicrosoft.dkm.proxy.dll| 15.1.2176.14| 25,976| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.activemonitoring.activemonitoringvariantconfig.dll| 15.1.2176.14| 68,488| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.activemonitoring.eventlog.dll| 15.1.2176.14| 17,792| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.addressbook.service.dll| 15.1.2176.14| 232,848| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.addressbook.service.eventlog.dll| 15.1.2176.14| 15,736| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.airsync.airsyncmsg.dll| 15.1.2176.14| 43,408| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.airsync.comon.dll| 15.1.2176.14| 1,775,504| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.airsync.dll1| 15.1.2176.14| 505,736| 27-Apr-21| 14:40| Not applicable \nMicrosoft.exchange.airsynchandler.dll| 15.1.2176.14| 76,168| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.anchorservice.dll| 15.1.2176.14| 135,560| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.antispam.eventlog.dll| 15.1.2176.14| 23,416| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.antispamupdate.eventlog.dll| 15.1.2176.14| 15,736| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.antispamupdatesvc.exe| 15.1.2176.14| 27,000| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.approval.applications.dll| 15.1.2176.14| 53,624| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.assistants.dll| 15.1.2176.14| 924,040| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.assistants.eventlog.dll| 15.1.2176.14| 25,984| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.assistants.interfaces.dll| 15.1.2176.14| 42,384| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.audit.azureclient.dll| 15.1.2176.14| 15,224| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.auditlogsearch.eventlog.dll| 15.1.2176.14| 14,728| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.auditlogsearchservicelet.dll| 15.1.2176.14| 70,536| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.auditstoragemonitorservicelet.dll| 15.1.2176.14| 94,600| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.auditstoragemonitorservicelet.eventlog.dll| 15.1.2176.14| 13,192| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.authadmin.eventlog.dll| 15.1.2176.14| 15,744| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.authadminservicelet.dll| 15.1.2176.14| 36,744| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.authservicehostservicelet.dll| 15.1.2176.14| 15,752| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.autodiscover.configuration.dll| 15.1.2176.14| 79,752| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.autodiscover.dll| 15.1.2176.14| 396,168| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.autodiscover.eventlogs.dll| 15.1.2176.14| 21,384| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.autodiscoverv2.dll| 15.1.2176.14| 57,208| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.bandwidthmonitorservicelet.dll| 15.1.2176.14| 14,736| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.batchservice.dll| 15.1.2176.14| 35,704| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.cabutility.dll| 15.1.2176.14| 276,344| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.certificatedeployment.eventlog.dll| 15.1.2176.14| 16,248| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.certificatedeploymentservicelet.dll| 15.1.2176.14| 26,000| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.certificatenotification.eventlog.dll| 15.1.2176.14| 13,688| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.certificatenotificationservicelet.dll| 15.1.2176.14| 23,432| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.clients.common.dll| 15.1.2176.14| 377,224| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.clients.eventlogs.dll| 15.1.2176.14| 83,848| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.clients.owa.dll| 15.1.2176.14| 2,970,512| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.clients.owa2.server.dll| 15.1.2176.14| 5,028,752| 27-Apr-21| 14:42| x86 \nMicrosoft.exchange.clients.owa2.servervariantconfiguration.dll| 15.1.2176.14| 894,344| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.clients.security.dll| 15.1.2176.14| 413,560| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.clients.strings.dll| 15.1.2176.14| 924,552| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.cluster.bandwidthmonitor.dll| 15.1.2176.14| 31,608| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.cluster.common.dll| 15.1.2176.14| 52,112| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.cluster.common.extensions.dll| 15.1.2176.14| 21,880| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.cluster.diskmonitor.dll| 15.1.2176.14| 33,680| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.cluster.replay.dll| 15.1.2176.14| 3,478,416| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.cluster.replicaseeder.dll| 15.1.2176.14| 108,408| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.cluster.replicavsswriter.dll| 15.1.2176.14| 288,640| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.cluster.shared.dll| 15.1.2176.14| 621,960| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.common.agentconfig.transport.dll| 15.1.2176.14| 86,408| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.common.componentconfig.transport.dll| 15.1.2176.14| 1,827,728| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.common.directory.adagentservicevariantconfig.dll| 15.1.2176.14| 31,632| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.common.directory.directoryvariantconfig.dll| 15.1.2176.14| 466,296| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.common.directory.domtvariantconfig.dll| 15.1.2176.14| 25,992| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.common.directory.ismemberofresolverconfig.dll| 15.1.2176.14| 38,280| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.common.directory.tenantrelocationvariantconfig.dll| 15.1.2176.14| 102,800| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.common.directory.topologyservicevariantconfig.dll| 15.1.2176.14| 48,528| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.common.diskmanagement.dll| 15.1.2176.14| 67,464| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.common.dll| 15.1.2176.14| 172,944| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.common.encryption.variantconfig.dll| 15.1.2176.14| 113,544| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.common.il.dll| 15.1.2176.14| 13,712| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.common.inference.dll| 15.1.2176.14| 130,440| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.common.optics.dll| 15.1.2176.14| 63,888| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.common.processmanagermsg.dll| 15.1.2176.14| 19,848| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.common.protocols.popimap.dll| 15.1.2176.14| 15,248| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.common.search.dll| 15.1.2176.14| 107,912| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.common.search.eventlog.dll| 15.1.2176.14| 17,784| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.common.smtp.dll| 15.1.2176.14| 51,576| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.common.suiteservices.suiteservicesvariantconfig.dll| 15.1.2176.14| 36,744| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.common.transport.azure.dll| 15.1.2176.14| 27,520| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.common.transport.monitoringconfig.dll| 15.1.2176.14| 1,042,312| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.commonmsg.dll| 15.1.2176.14| 29,064| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.compliance.auditlogpumper.messages.dll| 15.1.2176.14| 13,176| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.compliance.auditservice.core.dll| 15.1.2176.14| 181,128| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.compliance.auditservice.messages.dll| 15.1.2176.14| 30,072| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.compliance.common.dll| 15.1.2176.14| 22,408| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.compliance.crimsonevents.dll| 15.1.2176.14| 85,880| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.compliance.dll| 15.1.2176.14| 41,336| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.compliance.recordreview.dll| 15.1.2176.14| 37,264| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.compliance.supervision.dll| 15.1.2176.14| 50,576| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.compliance.taskcreator.dll| 15.1.2176.14| 33,160| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.compliance.taskdistributioncommon.dll| 15.1.2176.14| 1,100,680| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.compliance.taskdistributionfabric.dll| 15.1.2176.14| 206,728| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.compliance.taskplugins.dll| 15.1.2176.14| 210,824| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.compression.dll| 15.1.2176.14| 17,296| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.configuration.certificateauth.dll| 15.1.2176.14| 37,752| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.configuration.certificateauth.eventlog.dll| 15.1.2176.14| 14,200| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.configuration.core.dll| 15.1.2176.14| 145,800| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.configuration.core.eventlog.dll| 15.1.2176.14| 14,216| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.configuration.delegatedauth.dll| 15.1.2176.14| 53,112| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.configuration.delegatedauth.eventlog.dll| 15.1.2176.14| 15,752| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.configuration.diagnosticsmodules.dll| 15.1.2176.14| 23,432| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.configuration.diagnosticsmodules.eventlog.dll| 15.1.2176.14| 13,184| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.configuration.failfast.dll| 15.1.2176.14| 54,664| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.configuration.failfast.eventlog.dll| 15.1.2176.14| 13,712| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.configuration.objectmodel.dll| 15.1.2176.14| 1,845,632| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.configuration.objectmodel.eventlog.dll| 15.1.2176.14| 30,072| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.configuration.redirectionmodule.dll| 15.1.2176.14| 68,488| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.configuration.redirectionmodule.eventlog.dll| 15.1.2176.14| 15,248| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.configuration.remotepowershellbackendcmdletproxymodule.dll| 15.1.2176.14| 21,384| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.configuration.remotepowershellbackendcmdletproxymodule.eventlog.dll| 15.1.2176.14| 13,192| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.connectiondatacollector.dll| 15.1.2176.14| 25,992| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.connections.common.dll| 15.1.2176.14| 169,872| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.connections.eas.dll| 15.1.2176.14| 330,104| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.connections.imap.dll| 15.1.2176.14| 173,944| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.connections.pop.dll| 15.1.2176.14| 71,056| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.contentfilter.wrapper.exe| 15.1.2176.14| 203,640| 27-Apr-21| 14:42| x64 \nMicrosoft.exchange.context.client.dll| 15.1.2176.14| 27,016| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.context.configuration.dll| 15.1.2176.14| 51,592| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.context.core.dll| 15.1.2176.14| 51,064| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.context.datamodel.dll| 15.1.2176.14| 46,984| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.core.strings.dll| 15.1.2176.14| 1,092,496| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.core.timezone.dll| 15.1.2176.14| 57,224| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.applicationlogic.deep.dll| 15.1.2176.14| 326,544| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.applicationlogic.dll| 15.1.2176.14| 3,355,512| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.applicationlogic.eventlog.dll| 15.1.2176.14| 35,728| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.data.applicationlogic.monitoring.ifx.dll| 15.1.2176.14| 17,800| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.data.connectors.dll| 15.1.2176.14| 165,264| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.consumermailboxprovisioning.dll| 15.1.2176.14| 619,400| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.directory.dll| 15.1.2176.14| 7,783,304| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.directory.eventlog.dll| 15.1.2176.14| 80,272| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.data.dll| 15.1.2176.14| 1,785,744| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.groupmailboxaccesslayer.dll| 15.1.2176.14| 1,626,504| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.ha.dll| 15.1.2176.14| 362,360| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.data.imageanalysis.dll| 15.1.2176.14| 105,856| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.mailboxfeatures.dll| 15.1.2176.14| 15,760| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.mailboxloadbalance.dll| 15.1.2176.14| 224,640| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.data.mapi.dll| 15.1.2176.14| 186,760| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.metering.contracts.dll| 15.1.2176.14| 39,824| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.metering.dll| 15.1.2176.14| 119,176| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.data.msosyncxsd.dll| 15.1.2176.14| 968,080| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.data.notification.dll| 15.1.2176.14| 141,192| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.personaldataplatform.dll| 15.1.2176.14| 769,424| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.providers.dll| 15.1.2176.14| 139,664| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.provisioning.dll| 15.1.2176.14| 56,696| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.rightsmanagement.dll| 15.1.2176.14| 453,000| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.data.scheduledtimers.dll| 15.1.2176.14| 32,656| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.data.storage.clientstrings.dll| 15.1.2176.14| 256,400| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.data.storage.dll| 15.1.2176.14| #########| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.data.storage.eventlog.dll| 15.1.2176.14| 37,768| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.data.storageconfigurationresources.dll| 15.1.2176.14| 655,752| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.data.storeobjects.dll| 15.1.2176.14| 174,472| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.throttlingservice.client.dll| 15.1.2176.14| 36,216| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.data.throttlingservice.client.eventlog.dll| 15.1.2176.14| 14,200| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.data.throttlingservice.eventlog.dll| 15.1.2176.14| 14,200| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.datacenter.management.activemonitoring.recoveryservice.eventlog.dll| 15.1.2176.14| 14,712| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.datacenterstrings.dll| 15.1.2176.14| 72,568| 27-Apr-21| 14:42| x86 \nMicrosoft.exchange.delivery.eventlog.dll| 15.1.2176.14| 13,192| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.diagnostics.certificatelogger.dll| 15.1.2176.14| 22,920| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.diagnostics.dll| 15.1.2176.14| 2,210,680| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.diagnostics.dll.deploy| 15.1.2176.14| 2,210,680| 27-Apr-21| 14:39| Not applicable \nMicrosoft.exchange.diagnostics.performancelogger.dll| 15.1.2176.14| 23,944| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.diagnostics.service.common.dll| 15.1.2176.14| 546,696| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.diagnostics.service.eventlog.dll| 15.1.2176.14| 215,416| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.diagnostics.service.exchangejobs.dll| 15.1.2176.14| 193,424| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.diagnostics.service.exe| 15.1.2176.14| 146,320| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.diagnostics.service.fuseboxperfcounters.dll| 15.1.2176.14| 27,528| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.diagnosticsaggregation.eventlog.dll| 15.1.2176.14| 13,688| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.diagnosticsaggregationservicelet.dll| 15.1.2176.14| 49,552| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.directory.topologyservice.eventlog.dll| 15.1.2176.14| 28,024| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.directory.topologyservice.exe| 15.1.2176.14| 208,760| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.disklocker.events.dll| 15.1.2176.14| 88,968| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.disklocker.interop.dll| 15.1.2176.14| 32,656| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.drumtesting.calendarmigration.dll| 15.1.2176.14| 45,960| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.drumtesting.common.dll| 15.1.2176.14| 18,808| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.dxstore.dll| 15.1.2176.14| 473,480| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.dxstore.ha.events.dll| 15.1.2176.14| 206,200| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.dxstore.ha.instance.exe| 15.1.2176.14| 36,752| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.eac.flighting.dll| 15.1.2176.14| 131,456| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.edgecredentialsvc.exe| 15.1.2176.14| 21,904| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.edgesync.common.dll| 15.1.2176.14| 148,368| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.edgesync.datacenterproviders.dll| 15.1.2176.14| 220,024| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.edgesync.eventlog.dll| 15.1.2176.14| 23,952| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.edgesyncsvc.exe| 15.1.2176.14| 97,680| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.ediscovery.export.dll| 15.1.2176.14| 1,266,056| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.ediscovery.export.dll.deploy| 15.1.2176.14| 1,266,056| 27-Apr-21| 14:40| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.application| Not applicable| 16,518| 27-Apr-21| 14:40| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.exe.deploy| 15.1.2176.14| 87,440| 27-Apr-21| 14:40| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.manifest| Not applicable| 67,459| 27-Apr-21| 14:40| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.strings.dll.deploy| 15.1.2176.14| 52,104| 27-Apr-21| 14:42| Not applicable \nMicrosoft.exchange.ediscovery.mailboxsearch.dll| 15.1.2176.14| 294,280| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.birthdaycalendar.dll| 15.1.2176.14| 73,080| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.booking.defaultservicesettings.dll| 15.1.2176.14| 45,960| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.booking.dll| 15.1.2176.14| 218,488| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.booking.management.dll| 15.1.2176.14| 78,224| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.bookings.dll| 15.1.2176.14| 35,720| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.calendaring.dll| 15.1.2176.14| 932,216| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.common.dll| 15.1.2176.14| 336,248| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.connectors.dll| 15.1.2176.14| 52,624| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.contentsubmissions.dll| 15.1.2176.14| 32,144| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.context.dll| 15.1.2176.14| 60,792| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.datamodel.dll| 15.1.2176.14| 854,408| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.fileproviders.dll| 15.1.2176.14| 291,704| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.foldersharing.dll| 15.1.2176.14| 39,304| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.holidaycalendars.dll| 15.1.2176.14| 76,168| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.insights.dll| 15.1.2176.14| 166,800| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.meetinglocation.dll| 15.1.2176.14| 1,486,712| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.meetingparticipants.dll| 15.1.2176.14| 122,248| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.meetingtimecandidates.dll| 15.1.2176.14| #########| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.onlinemeetings.dll| 15.1.2176.14| 264,064| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.people.dll| 15.1.2176.14| 37,768| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.peopleinsights.dll| 15.1.2176.14| 186,744| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.reminders.dll| 15.1.2176.14| 64,376| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.schedules.dll| 15.1.2176.14| 83,832| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.shellservice.dll| 15.1.2176.14| 63,888| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entities.tasks.dll| 15.1.2176.14| 100,216| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.entities.xrm.dll| 15.1.2176.14| 144,760| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.entityextraction.calendar.dll| 15.1.2176.14| 270,216| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.eserepl.common.dll| 15.1.2176.14| 15,248| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.eserepl.configuration.dll| 15.1.2176.14| 15,760| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.eserepl.dll| 15.1.2176.14| 130,440| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.ews.configuration.dll| 15.1.2176.14| 254,352| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.exchangecertificate.eventlog.dll| 15.1.2176.14| 13,200| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.exchangecertificateservicelet.dll| 15.1.2176.14| 37,264| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.extensibility.internal.dll| 15.1.2176.14| 640,912| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.extensibility.partner.dll| 15.1.2176.14| 37,256| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.federateddirectory.dll| 15.1.2176.14| 146,312| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.ffosynclogmsg.dll| 15.1.2176.14| 13,184| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.frontendhttpproxy.dll| 15.1.2176.14| 594,320| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.frontendhttpproxy.eventlogs.dll| 15.1.2176.14| 14,728| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.frontendtransport.monitoring.dll| 15.1.2176.14| 30,088| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.griffin.variantconfiguration.dll| 15.1.2176.14| 99,720| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.hathirdpartyreplication.dll| 15.1.2176.14| 42,360| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.helpprovider.dll| 15.1.2176.14| 40,336| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.httpproxy.addressfinder.dll| 15.1.2176.14| 54,152| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.httpproxy.common.dll| 15.1.2176.14| 163,712| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.httpproxy.diagnostics.dll| 15.1.2176.14| 58,744| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.httpproxy.flighting.dll| 15.1.2176.14| 204,168| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.httpproxy.passivemonitor.dll| 15.1.2176.14| 17,808| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.httpproxy.proxyassistant.dll| 15.1.2176.14| 30,600| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.httpproxy.routerefresher.dll| 15.1.2176.14| 38,800| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.httpproxy.routeselector.dll| 15.1.2176.14| 48,520| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.httpproxy.routing.dll| 15.1.2176.14| 180,624| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.httpredirectmodules.dll| 15.1.2176.14| 36,752| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.httputilities.dll| 15.1.2176.14| 25,992| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.hygiene.data.dll| 15.1.2176.14| 1,868,144| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.hygiene.diagnosisutil.dll| 15.1.2176.14| 54,648| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.hygiene.eopinstantprovisioning.dll| 15.1.2176.14| 35,704| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.idserialization.dll| 15.1.2176.14| 35,728| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.imap4.eventlog.dll| 15.1.2176.14| 18,312| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.imap4.eventlog.dll.fe| 15.1.2176.14| 18,312| 27-Apr-21| 14:40| Not applicable \nMicrosoft.exchange.imap4.exe| 15.1.2176.14| 263,048| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.imap4.exe.fe| 15.1.2176.14| 263,048| 27-Apr-21| 14:40| Not applicable \nMicrosoft.exchange.imap4service.exe| 15.1.2176.14| 24,976| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.imap4service.exe.fe| 15.1.2176.14| 24,976| 27-Apr-21| 14:40| Not applicable \nMicrosoft.exchange.imapconfiguration.dl1| 15.1.2176.14| 53,136| 27-Apr-21| 14:39| Not applicable \nMicrosoft.exchange.inference.common.dll| 15.1.2176.14| 216,968| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.inference.hashtagsrelevance.dll| 15.1.2176.14| 32,144| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.inference.peoplerelevance.dll| 15.1.2176.14| 281,992| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.inference.ranking.dll| 15.1.2176.14| 18,832| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.inference.safetylibrary.dll| 15.1.2176.14| 83,832| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.inference.service.eventlog.dll| 15.1.2176.14| 15,240| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.infoworker.assistantsclientresources.dll| 15.1.2176.14| 94,088| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.infoworker.common.dll| 15.1.2176.14| 1,840,520| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.infoworker.eventlog.dll| 15.1.2176.14| 71,568| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.infoworker.meetingvalidator.dll| 15.1.2176.14| 175,496| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.instantmessaging.dll| 15.1.2176.14| 45,944| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.irm.formprotector.dll| 15.1.2176.14| 159,624| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.irm.msoprotector.dll| 15.1.2176.14| 51,080| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.irm.ofcprotector.dll| 15.1.2176.14| 45,960| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.isam.databasemanager.dll| 15.1.2176.14| 30,600| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.isam.esebcli.dll| 15.1.2176.14| 100,240| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.jobqueue.eventlog.dll| 15.1.2176.14| 13,176| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.jobqueueservicelet.dll| 15.1.2176.14| 271,248| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.killswitch.dll| 15.1.2176.14| 22,416| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.killswitchconfiguration.dll| 15.1.2176.14| 33,672| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.loganalyzer.analyzers.auditing.dll| 15.1.2176.14| 18,296| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.certificatelog.dll| 15.1.2176.14| 15,224| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.cmdletinfralog.dll| 15.1.2176.14| 27,536| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.loganalyzer.analyzers.easlog.dll| 15.1.2176.14| 30,600| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.ecplog.dll| 15.1.2176.14| 22,392| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.eventlog.dll| 15.1.2176.14| 66,448| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.ewslog.dll| 15.1.2176.14| 29,568| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.griffinperfcounter.dll| 15.1.2176.14| 19,856| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.groupescalationlog.dll| 15.1.2176.14| 20,368| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.httpproxylog.dll| 15.1.2176.14| 19,344| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.hxservicelog.dll| 15.1.2176.14| 34,184| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.iislog.dll| 15.1.2176.14| 103,808| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.lameventlog.dll| 15.1.2176.14| 31,608| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.migrationlog.dll| 15.1.2176.14| 15,736| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.loganalyzer.analyzers.oabdownloadlog.dll| 15.1.2176.14| 20,872| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.oauthcafelog.dll| 15.1.2176.14| 16,264| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.outlookservicelog.dll| 15.1.2176.14| 49,040| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.owaclientlog.dll| 15.1.2176.14| 44,432| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.owalog.dll| 15.1.2176.14| 38,288| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.perflog.dll| 15.1.2176.14| #########| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.pfassistantlog.dll| 15.1.2176.14| 29,072| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.rca.dll| 15.1.2176.14| 21,368| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.restlog.dll| 15.1.2176.14| 24,456| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.store.dll| 15.1.2176.14| 15,248| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.analyzers.transportsynchealthlog.dll| 15.1.2176.14| 21,880| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.loganalyzer.core.dll| 15.1.2176.14| 89,472| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.auditing.dll| 15.1.2176.14| 20,856| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.certificatelog.dll| 15.1.2176.14| 26,504| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.cmdletinfralog.dll| 15.1.2176.14| 21,368| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.common.dll| 15.1.2176.14| 28,024| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.loganalyzer.extensions.easlog.dll| 15.1.2176.14| 28,560| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.errordetection.dll| 15.1.2176.14| 36,232| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.ewslog.dll| 15.1.2176.14| 16,760| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.loganalyzer.extensions.griffinperfcounter.dll| 15.1.2176.14| 19,848| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.groupescalationlog.dll| 15.1.2176.14| 15,224| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.loganalyzer.extensions.httpproxylog.dll| 15.1.2176.14| 17,288| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.hxservicelog.dll| 15.1.2176.14| 19,840| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.loganalyzer.extensions.iislog.dll| 15.1.2176.14| 57,216| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.migrationlog.dll| 15.1.2176.14| 17,784| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.oabdownloadlog.dll| 15.1.2176.14| 18,824| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.oauthcafelog.dll| 15.1.2176.14| 16,264| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.outlookservicelog.dll| 15.1.2176.14| 17,784| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.owaclientlog.dll| 15.1.2176.14| 15,224| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.owalog.dll| 15.1.2176.14| 15,224| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.perflog.dll| 15.1.2176.14| 52,600| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.pfassistantlog.dll| 15.1.2176.14| 18,296| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.rca.dll| 15.1.2176.14| 34,168| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.restlog.dll| 15.1.2176.14| 17,272| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.store.dll| 15.1.2176.14| 18,808| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loganalyzer.extensions.transportsynchealthlog.dll| 15.1.2176.14| 43,384| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loguploader.dll| 15.1.2176.14| 165,264| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.loguploaderproxy.dll| 15.1.2176.14| 54,672| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxassistants.assistants.dll| 15.1.2176.14| 9,061,256| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxassistants.attachmentthumbnail.dll| 15.1.2176.14| 33,168| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.mailboxassistants.common.dll| 15.1.2176.14| 124,296| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxassistants.crimsonevents.dll| 15.1.2176.14| 82,808| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.mailboxassistants.eventlog.dll| 15.1.2176.14| 14,200| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.mailboxassistants.rightsmanagement.dll| 15.1.2176.14| 30,088| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.mailboxloadbalance.dll| 15.1.2176.14| 661,384| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.mailboxloadbalance.serverstrings.dll| 15.1.2176.14| 63,368| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxreplicationservice.calendarsyncprovider.dll| 15.1.2176.14| 175,504| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxreplicationservice.common.dll| 15.1.2176.14| 2,784,144| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxreplicationservice.complianceprovider.dll| 15.1.2176.14| 53,104| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.mailboxreplicationservice.contactsyncprovider.dll| 15.1.2176.14| 151,952| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxreplicationservice.dll| 15.1.2176.14| 966,032| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.mailboxreplicationservice.easprovider.dll| 15.1.2176.14| 185,208| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxreplicationservice.eventlog.dll| 15.1.2176.14| 31,632| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.mailboxreplicationservice.googledocprovider.dll| 15.1.2176.14| 39,816| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxreplicationservice.imapprovider.dll| 15.1.2176.14| 105,848| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxreplicationservice.mapiprovider.dll| 15.1.2176.14| 94,584| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxreplicationservice.popprovider.dll| 15.1.2176.14| 43,384| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.mailboxreplicationservice.proxyclient.dll| 15.1.2176.14| 18,824| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxreplicationservice.proxyservice.dll| 15.1.2176.14| 172,928| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.mailboxreplicationservice.pstprovider.dll| 15.1.2176.14| 102,776| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxreplicationservice.remoteprovider.dll| 15.1.2176.14| 98,680| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.mailboxreplicationservice.storageprovider.dll| 15.1.2176.14| 188,296| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxreplicationservice.syncprovider.dll| 15.1.2176.14| 43,384| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxreplicationservice.xml.dll| 15.1.2176.14| 447,352| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxreplicationservice.xrmprovider.dll| 15.1.2176.14| 89,992| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.mailboxtransport.monitoring.dll| 15.1.2176.14| 107,904| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.mailboxtransport.storedriveragents.dll| 15.1.2176.14| 371,064| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.mailboxtransport.storedrivercommon.dll| 15.1.2176.14| 193,912| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxtransport.storedriverdelivery.dll| 15.1.2176.14| 551,800| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.mailboxtransport.storedriverdelivery.eventlog.dll| 15.1.2176.14| 16,264| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.mailboxtransport.submission.eventlog.dll| 15.1.2176.14| 15,752| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.mailboxtransport.submission.storedriversubmission.dll| 15.1.2176.14| 321,424| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.mailboxtransport.submission.storedriversubmission.eventlog.dll| 15.1.2176.14| 17,800| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.mailboxtransport.syncdelivery.dll| 15.1.2176.14| 45,448| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mailboxtransportwatchdogservicelet.dll| 15.1.2176.14| 18,304| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.mailboxtransportwatchdogservicelet.eventlog.dll| 15.1.2176.14| 12,664| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.managedlexruntime.mppgruntime.dll| 15.1.2176.14| 20,880| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.management.activedirectory.dll| 15.1.2176.14| 415,096| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.classificationdefinitions.dll| 15.1.2176.14| 1,269,648| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.compliancepolicy.dll| 15.1.2176.14| 39,288| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.controlpanel.basics.dll| 15.1.2176.14| 433,032| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.controlpanel.dll| 15.1.2176.14| 4,560,264| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.management.controlpanel.owaoptionstrings.dll| 15.1.2176.14| 261,008| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.controlpanelmsg.dll| 15.1.2176.14| 33,664| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.management.deployment.analysis.dll| 15.1.2176.14| 94,072| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.deployment.dll| 15.1.2176.14| 591,248| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.deployment.xml.dll| 15.1.2176.14| 3,560,840| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.detailstemplates.dll| 15.1.2176.14| 67,976| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.dll| 15.1.2176.14| #########| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.management.edge.systemmanager.dll| 15.1.2176.14| 58,744| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.infrastructure.asynchronoustask.dll| 15.1.2176.14| 23,944| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.jitprovisioning.dll| 15.1.2176.14| 101,768| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.migration.dll| 15.1.2176.14| 544,120| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.mobility.dll| 15.1.2176.14| 305,040| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.nativeresources.dll| 15.1.2176.14| 131,976| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.management.powershell.support.dll| 15.1.2176.14| 418,704| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.management.provisioning.dll| 15.1.2176.14| 275,848| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.psdirectinvoke.dll| 15.1.2176.14| 70,520| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.rbacdefinition.dll| 15.1.2176.14| 7,873,936| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.recipient.dll| 15.1.2176.14| 1,501,072| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.management.reportingwebservice.dll| 15.1.2176.14| 145,272| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.management.reportingwebservice.eventlog.dll| 15.1.2176.14| 13,696| 27-Apr-21| 14:42| x64 \nMicrosoft.exchange.management.snapin.esm.dll| 15.1.2176.14| 71,544| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.management.systemmanager.dll| 15.1.2176.14| 1,249,144| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.management.transport.dll| 15.1.2176.14| 1,876,880| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.managementgui.dll| 15.1.2176.14| 5,225,872| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.managementmsg.dll| 15.1.2176.14| 36,232| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.mapihttpclient.dll| 15.1.2176.14| 117,632| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mapihttphandler.dll| 15.1.2176.14| 209,792| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.messagesecurity.dll| 15.1.2176.14| 79,736| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.messagesecurity.messagesecuritymsg.dll| 15.1.2176.14| 17,296| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.messagingpolicies.dlppolicyagent.dll| 15.1.2176.14| 156,048| 27-Apr-21| 14:42| x86 \nMicrosoft.exchange.messagingpolicies.edgeagents.dll| 15.1.2176.14| 65,936| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.messagingpolicies.eventlog.dll| 15.1.2176.14| 30,600| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.messagingpolicies.filtering.dll| 15.1.2176.14| 58,232| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.messagingpolicies.hygienerules.dll| 15.1.2176.14| 29,560| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.messagingpolicies.journalagent.dll| 15.1.2176.14| 175,504| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.messagingpolicies.redirectionagent.dll| 15.1.2176.14| 28,560| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.messagingpolicies.retentionpolicyagent.dll| 15.1.2176.14| 75,128| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.messagingpolicies.rmsvcagent.dll| 15.1.2176.14| 207,240| 27-Apr-21| 14:42| x86 \nMicrosoft.exchange.messagingpolicies.rules.dll| 15.1.2176.14| 440,720| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.messagingpolicies.supervisoryreviewagent.dll| 15.1.2176.14| 83,320| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.messagingpolicies.transportruleagent.dll| 15.1.2176.14| 35,216| 27-Apr-21| 14:42| x86 \nMicrosoft.exchange.messagingpolicies.unifiedpolicycommon.dll| 15.1.2176.14| 53,136| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.messagingpolicies.unjournalagent.dll| 15.1.2176.14| 96,648| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.migration.dll| 15.1.2176.14| 1,110,392| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.migrationworkflowservice.eventlog.dll| 15.1.2176.14| 14,712| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.mobiledriver.dll| 15.1.2176.14| 135,560| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.monitoring.activemonitoring.local.components.dll| 15.1.2176.14| 5,156,216| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.monitoring.servicecontextprovider.dll| 15.1.2176.14| 19,856| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.mrsmlbconfiguration.dll| 15.1.2176.14| 68,472| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.net.dll| 15.1.2176.14| 5,084,024| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.net.rightsmanagement.dll| 15.1.2176.14| 265,592| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.networksettings.dll| 15.1.2176.14| 37,768| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.notifications.broker.eventlog.dll| 15.1.2176.14| 14,224| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.notifications.broker.exe| 15.1.2176.14| 549,752| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.oabauthmodule.dll| 15.1.2176.14| 22,928| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.oabrequesthandler.dll| 15.1.2176.14| 106,368| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.oauth.core.dll| 15.1.2176.14| 291,704| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.objectstoreclient.dll| 15.1.2176.14| 17,272| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.odata.configuration.dll| 15.1.2176.14| 277,896| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.odata.dll| 15.1.2176.14| 2,992,504| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.officegraph.common.dll| 15.1.2176.14| 88,976| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.officegraph.grain.dll| 15.1.2176.14| 101,776| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.officegraph.graincow.dll| 15.1.2176.14| 38,272| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.officegraph.graineventbasedassistants.dll| 15.1.2176.14| 45,448| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.officegraph.grainpropagationengine.dll| 15.1.2176.14| 58,240| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.officegraph.graintransactionstorage.dll| 15.1.2176.14| 147,336| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.officegraph.graintransportdeliveryagent.dll| 15.1.2176.14| 26,512| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.officegraph.graphstore.dll| 15.1.2176.14| 184,208| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.officegraph.permailboxkeys.dll| 15.1.2176.14| 26,504| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.officegraph.secondarycopyquotamanagement.dll| 15.1.2176.14| 38,264| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.officegraph.secondaryshallowcopylocation.dll| 15.1.2176.14| 55,688| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.officegraph.security.dll| 15.1.2176.14| 147,320| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.officegraph.semanticgraph.dll| 15.1.2176.14| 191,888| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.officegraph.tasklogger.dll| 15.1.2176.14| 33,656| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.partitioncache.dll| 15.1.2176.14| 28,048| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.passivemonitoringsettings.dll| 15.1.2176.14| 32,648| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.photogarbagecollectionservicelet.dll| 15.1.2176.14| 15,224| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.pop3.eventlog.dll| 15.1.2176.14| 17,288| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.pop3.eventlog.dll.fe| 15.1.2176.14| 17,288| 27-Apr-21| 14:40| Not applicable \nMicrosoft.exchange.pop3.exe| 15.1.2176.14| 106,888| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.pop3.exe.fe| 15.1.2176.14| 106,888| 27-Apr-21| 14:41| Not applicable \nMicrosoft.exchange.pop3service.exe| 15.1.2176.14| 24,976| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.pop3service.exe.fe| 15.1.2176.14| 24,976| 27-Apr-21| 14:40| Not applicable \nMicrosoft.exchange.popconfiguration.dl1| 15.1.2176.14| 42,888| 27-Apr-21| 14:39| Not applicable \nMicrosoft.exchange.popimap.core.dll| 15.1.2176.14| 264,072| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.popimap.core.dll.fe| 15.1.2176.14| 264,072| 27-Apr-21| 14:40| Not applicable \nMicrosoft.exchange.powersharp.dll| 15.1.2176.14| 358,288| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.powersharp.management.dll| 15.1.2176.14| 4,168,080| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.powershell.configuration.dll| 15.1.2176.14| 326,032| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.powershell.rbachostingtools.dll| 15.1.2176.14| 41,360| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.protectedservicehost.exe| 15.1.2176.14| 30,600| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.protocols.fasttransfer.dll| 15.1.2176.14| 135,032| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.protocols.mapi.dll| 15.1.2176.14| 436,600| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.provisioning.eventlog.dll| 15.1.2176.14| 14,216| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.provisioningagent.dll| 15.1.2176.14| 224,120| 27-Apr-21| 14:42| x86 \nMicrosoft.exchange.provisioningservicelet.dll| 15.1.2176.14| 105,848| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.pst.dll| 15.1.2176.14| 168,824| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.pst.dll.deploy| 15.1.2176.14| 168,824| 27-Apr-21| 14:40| Not applicable \nMicrosoft.exchange.pswsclient.dll| 15.1.2176.14| 259,448| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.publicfolders.dll| 15.1.2176.14| 72,072| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.pushnotifications.crimsonevents.dll| 15.1.2176.14| 215,936| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.pushnotifications.dll| 15.1.2176.14| 106,888| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.pushnotifications.publishers.dll| 15.1.2176.14| 425,872| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.pushnotifications.server.dll| 15.1.2176.14| 70,520| 27-Apr-21| 14:42| x86 \nMicrosoft.exchange.query.analysis.dll| 15.1.2176.14| 46,456| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.query.configuration.dll| 15.1.2176.14| 206,216| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.query.core.dll| 15.1.2176.14| 162,688| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.query.ranking.dll| 15.1.2176.14| 342,392| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.query.retrieval.dll| 15.1.2176.14| 149,392| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.query.suggestions.dll| 15.1.2176.14| 95,120| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.realtimeanalyticspublisherservicelet.dll| 15.1.2176.14| 127,352| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.relevance.core.dll| 15.1.2176.14| 63,368| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.relevance.data.dll| 15.1.2176.14| 36,752| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.relevance.mailtagger.dll| 15.1.2176.14| 17,784| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.relevance.people.dll| 15.1.2176.14| 9,666,936| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.relevance.peopleindex.dll| 15.1.2176.14| #########| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.relevance.peopleranker.dll| 15.1.2176.14| 36,736| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.relevance.perm.dll| 15.1.2176.14| 97,656| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.relevance.sassuggest.dll| 15.1.2176.14| 28,560| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.relevance.upm.dll| 15.1.2176.14| 72,056| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.routing.client.dll| 15.1.2176.14| 15,744| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.routing.eventlog.dll| 15.1.2176.14| 13,192| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.routing.server.exe| 15.1.2176.14| 59,272| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.rpc.dll| 15.1.2176.14| 1,639,288| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.rpcclientaccess.dll| 15.1.2176.14| 209,800| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.rpcclientaccess.exmonhandler.dll| 15.1.2176.14| 60,272| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.rpcclientaccess.handler.dll| 15.1.2176.14| 517,520| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.rpcclientaccess.monitoring.dll| 15.1.2176.14| 161,160| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.rpcclientaccess.parser.dll| 15.1.2176.14| 721,792| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.rpcclientaccess.server.dll| 15.1.2176.14| 243,064| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.rpcclientaccess.service.eventlog.dll| 15.1.2176.14| 20,872| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.rpcclientaccess.service.exe| 15.1.2176.14| 35,192| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.rpchttpmodules.dll| 15.1.2176.14| 42,384| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.rpcoverhttpautoconfig.dll| 15.1.2176.14| 56,184| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.rpcoverhttpautoconfig.eventlog.dll| 15.1.2176.14| 27,536| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.rules.common.dll| 15.1.2176.14| 130,424| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.saclwatcher.eventlog.dll| 15.1.2176.14| 14,712| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.saclwatcherservicelet.dll| 15.1.2176.14| 20,344| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.safehtml.dll| 15.1.2176.14| 21,392| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.sandbox.activities.dll| 15.1.2176.14| 267,640| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.sandbox.contacts.dll| 15.1.2176.14| 110,984| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.sandbox.core.dll| 15.1.2176.14| 112,528| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.sandbox.services.dll| 15.1.2176.14| 622,480| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.search.bigfunnel.dll| 15.1.2176.14| 162,168| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.search.bigfunnel.eventlog.dll| 15.1.2176.14| 12,152| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.search.blingwrapper.dll| 15.1.2176.14| 19,336| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.search.core.dll| 15.1.2176.14| 209,808| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.search.ediscoveryquery.dll| 15.1.2176.14| 17,800| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.search.engine.dll| 15.1.2176.14| 96,656| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.search.fast.configuration.dll| 15.1.2176.14| 16,784| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.search.fast.dll| 15.1.2176.14| 435,064| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.search.files.dll| 15.1.2176.14| 274,296| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.search.flighting.dll| 15.1.2176.14| 24,968| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.search.mdb.dll| 15.1.2176.14| 219,016| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.search.service.exe| 15.1.2176.14| 26,512| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.security.applicationencryption.dll| 15.1.2176.14| 162,184| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.security.dll| 15.1.2176.14| 1,555,832| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.security.msarpsservice.exe| 15.1.2176.14| 19,840| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.security.securitymsg.dll| 15.1.2176.14| 28,544| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.server.storage.admininterface.dll| 15.1.2176.14| 222,584| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.server.storage.common.dll| 15.1.2176.14| 1,110,920| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.server.storage.diagnostics.dll| 15.1.2176.14| 212,368| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.server.storage.directoryservices.dll| 15.1.2176.14| 113,520| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.server.storage.esebackinterop.dll| 15.1.2176.14| 82,808| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.server.storage.eventlog.dll| 15.1.2176.14| 80,784| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.server.storage.fulltextindex.dll| 15.1.2176.14| 66,424| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.server.storage.ha.dll| 15.1.2176.14| 81,288| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.server.storage.lazyindexing.dll| 15.1.2176.14| 208,264| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.server.storage.logicaldatamodel.dll| 15.1.2176.14| 1,163,128| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.server.storage.mapidisp.dll| 15.1.2176.14| 504,208| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.server.storage.multimailboxsearch.dll| 15.1.2176.14| 47,496| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.server.storage.physicalaccess.dll| 15.1.2176.14| 848,248| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.server.storage.propertydefinitions.dll| 15.1.2176.14| 1,219,960| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.server.storage.propertytag.dll| 15.1.2176.14| 30,576| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.server.storage.rpcproxy.dll| 15.1.2176.14| 120,704| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.server.storage.storecommonservices.dll| 15.1.2176.14| 1,009,544| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.server.storage.storeintegritycheck.dll| 15.1.2176.14| 110,968| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.server.storage.workermanager.dll| 15.1.2176.14| 34,680| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.server.storage.xpress.dll| 15.1.2176.14| 19,344| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.servicehost.eventlog.dll| 15.1.2176.14| 14,728| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.servicehost.exe| 15.1.2176.14| 60,808| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.servicelets.globallocatorcache.dll| 15.1.2176.14| 50,568| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.servicelets.globallocatorcache.eventlog.dll| 15.1.2176.14| 14,200| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.servicelets.unifiedpolicysyncservicelet.eventlog.dll| 15.1.2176.14| 14,216| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.services.common.dll| 15.1.2176.14| 74,120| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.services.dll| 15.1.2176.14| 8,477,064| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.services.eventlogs.dll| 15.1.2176.14| 30,088| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.services.ewshandler.dll| 15.1.2176.14| 633,736| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.services.ewsserialization.dll| 15.1.2176.14| 1,651,088| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.services.json.dll| 15.1.2176.14| 296,336| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.services.messaging.dll| 15.1.2176.14| 43,384| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.services.onlinemeetings.dll| 15.1.2176.14| 233,352| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.services.surface.dll| 15.1.2176.14| 178,560| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.services.wcf.dll| 15.1.2176.14| 348,552| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.setup.acquirelanguagepack.dll| 15.1.2176.14| 56,720| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.setup.bootstrapper.common.dll| 15.1.2176.14| 94,608| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.setup.common.dll| 15.1.2176.14| 297,352| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.setup.commonbase.dll| 15.1.2176.14| 35,720| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.setup.console.dll| 15.1.2176.14| 27,024| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.setup.gui.dll| 15.1.2176.14| 115,088| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.setup.parser.dll| 15.1.2176.14| 54,160| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.setup.signverfwrapper.dll| 15.1.2176.14| 75,144| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.sharedcache.caches.dll| 15.1.2176.14| 142,728| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.sharedcache.client.dll| 15.1.2176.14| 24,968| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.sharedcache.eventlog.dll| 15.1.2176.14| 15,240| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.sharedcache.exe| 15.1.2176.14| 58,744| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.sharepointsignalstore.dll| 15.1.2176.14| 27,000| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.slabmanifest.dll| 15.1.2176.14| 46,992| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.sqm.dll| 15.1.2176.14| 46,984| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.store.service.exe| 15.1.2176.14| 28,048| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.store.worker.exe| 15.1.2176.14| 26,512| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.storeobjectsservice.eventlog.dll| 15.1.2176.14| 13,712| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.storeobjectsservice.exe| 15.1.2176.14| 31,624| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.storeprovider.dll| 15.1.2176.14| 1,166,728| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.structuredquery.dll| 15.1.2176.14| 158,608| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.symphonyhandler.dll| 15.1.2176.14| 628,104| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.syncmigration.eventlog.dll| 15.1.2176.14| 13,192| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.syncmigrationservicelet.dll| 15.1.2176.14| 16,264| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.systemprobemsg.dll| 15.1.2176.14| 13,200| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.textprocessing.dll| 15.1.2176.14| 221,576| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.textprocessing.eventlog.dll| 15.1.2176.14| 13,688| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.transport.agent.addressbookpolicyroutingagent.dll| 15.1.2176.14| 29,048| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.transport.agent.antispam.common.dll| 15.1.2176.14| 138,640| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.agent.contentfilter.cominterop.dll| 15.1.2176.14| 21,904| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.agent.controlflow.dll| 15.1.2176.14| 40,312| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.agent.faultinjectionagent.dll| 15.1.2176.14| 22,928| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.transport.agent.frontendproxyagent.dll| 15.1.2176.14| 21,384| 27-Apr-21| 14:42| x86 \nMicrosoft.exchange.transport.agent.hygiene.dll| 15.1.2176.14| 212,360| 27-Apr-21| 14:42| x86 \nMicrosoft.exchange.transport.agent.interceptoragent.dll| 15.1.2176.14| 98,704| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.agent.liveidauth.dll| 15.1.2176.14| 22,904| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.transport.agent.malware.dll| 15.1.2176.14| 169,360| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.agent.malware.eventlog.dll| 15.1.2176.14| 18,320| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.transport.agent.phishingdetection.dll| 15.1.2176.14| 20,856| 27-Apr-21| 14:42| x86 \nMicrosoft.exchange.transport.agent.prioritization.dll| 15.1.2176.14| 31,608| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.agent.protocolanalysis.dbaccess.dll| 15.1.2176.14| 46,968| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.agent.search.dll| 15.1.2176.14| 30,072| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.transport.agent.senderid.core.dll| 15.1.2176.14| 53,112| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.transport.agent.sharedmailboxsentitemsroutingagent.dll| 15.1.2176.14| 44,920| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.agent.systemprobedrop.dll| 15.1.2176.14| 18,320| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.agent.transportfeatureoverrideagent.dll| 15.1.2176.14| 46,472| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.agent.trustedmailagents.dll| 15.1.2176.14| 46,456| 27-Apr-21| 14:42| x86 \nMicrosoft.exchange.transport.cloudmonitor.common.dll| 15.1.2176.14| 28,040| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.common.dll| 15.1.2176.14| 457,080| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.contracts.dll| 15.1.2176.14| 18,312| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.decisionengine.dll| 15.1.2176.14| 30,600| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.dll| 15.1.2176.14| 4,181,880| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.dsapiclient.dll| 15.1.2176.14| 182,152| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.eventlog.dll| 15.1.2176.14| 121,744| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.transport.extensibility.dll| 15.1.2176.14| 403,344| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.extensibilityeventlog.dll| 15.1.2176.14| 14,728| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.transport.flighting.dll| 15.1.2176.14| 86,912| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.logging.dll| 15.1.2176.14| 88,968| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.logging.search.dll| 15.1.2176.14| 68,472| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.loggingcommon.dll| 15.1.2176.14| 63,352| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.monitoring.dll| 15.1.2176.14| 430,472| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.net.dll| 15.1.2176.14| 122,248| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.protocols.contracts.dll| 15.1.2176.14| 17,808| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.protocols.dll| 15.1.2176.14| 29,064| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.protocols.httpsubmission.dll| 15.1.2176.14| 60,816| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.requestbroker.dll| 15.1.2176.14| 50,056| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.transport.scheduler.contracts.dll| 15.1.2176.14| 33,168| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.scheduler.dll| 15.1.2176.14| 113,016| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.smtpshared.dll| 15.1.2176.14| 18,312| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.storage.contracts.dll| 15.1.2176.14| 52,112| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.transport.storage.dll| 15.1.2176.14| 675,208| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.storage.management.dll| 15.1.2176.14| 21,872| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.sync.agents.dll| 15.1.2176.14| 17,800| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.transport.sync.common.dll| 15.1.2176.14| 487,312| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.transport.sync.common.eventlog.dll| 15.1.2176.14| 12,664| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.transport.sync.manager.dll| 15.1.2176.14| 306,056| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.transport.sync.manager.eventlog.dll| 15.1.2176.14| 15,752| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.transport.sync.migrationrpc.dll| 15.1.2176.14| 46,472| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.transport.sync.worker.dll| 15.1.2176.14| 1,044,368| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.transport.sync.worker.eventlog.dll| 15.1.2176.14| 15,240| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.transportlogsearch.eventlog.dll| 15.1.2176.14| 18,824| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.transportsyncmanagersvc.exe| 15.1.2176.14| 18,800| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.um.callrouter.exe| 15.1.2176.14| 22,392| 27-Apr-21| 14:42| x86 \nMicrosoft.exchange.um.clientstrings.dll| 15.1.2176.14| 60,304| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.um.grammars.dll| 15.1.2176.14| 211,856| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.um.lad.dll| 15.1.2176.14| 120,712| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.um.prompts.dll| 15.1.2176.14| 214,904| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.um.troubleshootingtool.shared.dll| 15.1.2176.14| 118,648| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.um.ucmaplatform.dll| 15.1.2176.14| 239,480| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.um.umcommon.dll| 15.1.2176.14| 925,048| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.um.umcore.dll| 15.1.2176.14| 1,471,864| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.um.umvariantconfiguration.dll| 15.1.2176.14| 32,648| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.unifiedcontent.dll| 15.1.2176.14| 41,864| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.unifiedcontent.exchange.dll| 15.1.2176.14| 24,952| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.unifiedmessaging.eventlog.dll| 15.1.2176.14| 130,448| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.unifiedpolicyfilesync.eventlog.dll| 15.1.2176.14| 15,232| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.unifiedpolicyfilesyncservicelet.dll| 15.1.2176.14| 83,344| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.unifiedpolicysyncservicelet.dll| 15.1.2176.14| 50,040| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.variantconfiguration.antispam.dll| 15.1.2176.14| 642,448| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.variantconfiguration.core.dll| 15.1.2176.14| 186,248| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.variantconfiguration.dll| 15.1.2176.14| 67,472| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.variantconfiguration.eventlog.dll| 15.1.2176.14| 12,680| 27-Apr-21| 14:40| x64 \nMicrosoft.exchange.variantconfiguration.excore.dll| 15.1.2176.14| 56,712| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.variantconfiguration.globalsettings.dll| 15.1.2176.14| 27,528| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.variantconfiguration.hygiene.dll| 15.1.2176.14| 120,712| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.variantconfiguration.protectionservice.dll| 15.1.2176.14| 31,624| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.variantconfiguration.threatintel.dll| 15.1.2176.14| 57,224| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.webservices.auth.dll| 15.1.2176.14| 35,720| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.webservices.dll| 15.1.2176.14| 1,054,072| 27-Apr-21| 14:39| x86 \nMicrosoft.exchange.webservices.xrm.dll| 15.1.2176.14| 67,976| 27-Apr-21| 14:41| x86 \nMicrosoft.exchange.wlmservicelet.dll| 15.1.2176.14| 23,416| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.wopiclient.dll| 15.1.2176.14| 77,176| 27-Apr-21| 14:42| x86 \nMicrosoft.exchange.workingset.signalapi.dll| 15.1.2176.14| 17,272| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.workingsetabstraction.signalapiabstraction.dll| 15.1.2176.14| 29,064| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.workloadmanagement.dll| 15.1.2176.14| 505,208| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.workloadmanagement.eventlogs.dll| 15.1.2176.14| 14,736| 27-Apr-21| 14:41| x64 \nMicrosoft.exchange.workloadmanagement.throttling.configuration.dll| 15.1.2176.14| 36,744| 27-Apr-21| 14:40| x86 \nMicrosoft.exchange.workloadmanagement.throttling.dll| 15.1.2176.14| 66,440| 27-Apr-21| 14:40| x86 \nMicrosoft.fast.contextlogger.json.dll| 15.1.2176.14| 19,344| 27-Apr-21| 14:40| x86 \nMicrosoft.filtering.dll| 15.1.2176.14| 113,040| 27-Apr-21| 14:40| x86 \nMicrosoft.filtering.exchange.dll| 15.1.2176.14| 57,208| 27-Apr-21| 14:40| x86 \nMicrosoft.filtering.interop.dll| 15.1.2176.14| 15,240| 27-Apr-21| 14:40| x86 \nMicrosoft.forefront.activedirectoryconnector.dll| 15.1.2176.14| 46,968| 27-Apr-21| 14:41| x86 \nMicrosoft.forefront.activedirectoryconnector.eventlog.dll| 15.1.2176.14| 15,760| 27-Apr-21| 14:41| x64 \nMicrosoft.forefront.filtering.common.dll| 15.1.2176.14| 23,928| 27-Apr-21| 14:40| x86 \nMicrosoft.forefront.filtering.diagnostics.dll| 15.1.2176.14| 22,416| 27-Apr-21| 14:41| x86 \nMicrosoft.forefront.filtering.eventpublisher.dll| 15.1.2176.14| 34,704| 27-Apr-21| 14:41| x86 \nMicrosoft.forefront.management.powershell.format.ps1xml| Not applicable| 48,910| 27-Apr-21| 14:40| Not applicable \nMicrosoft.forefront.management.powershell.types.ps1xml| Not applicable| 16,290| 27-Apr-21| 14:40| Not applicable \nMicrosoft.forefront.monitoring.activemonitoring.local.components.dll| 15.1.2176.14| 1,518,984| 27-Apr-21| 14:41| x86 \nMicrosoft.forefront.monitoring.activemonitoring.local.components.messages.dll| 15.1.2176.14| 13,192| 27-Apr-21| 14:40| x64 \nMicrosoft.forefront.monitoring.management.outsidein.dll| 15.1.2176.14| 33,160| 27-Apr-21| 14:41| x86 \nMicrosoft.forefront.recoveryactionarbiter.contract.dll| 15.1.2176.14| 18,312| 27-Apr-21| 14:40| x86 \nMicrosoft.forefront.reporting.common.dll| 15.1.2176.14| 46,480| 27-Apr-21| 14:40| x86 \nMicrosoft.forefront.reporting.ondemandquery.dll| 15.1.2176.14| 50,560| 27-Apr-21| 14:40| x86 \nMicrosoft.isam.esent.collections.dll| 15.1.2176.14| 72,568| 27-Apr-21| 14:40| x86 \nMicrosoft.isam.esent.interop.dll| 15.1.2176.14| 533,904| 27-Apr-21| 14:41| x86 \nMicrosoft.managementgui.dll| 15.1.2176.14| 133,520| 27-Apr-21| 14:40| x86 \nMicrosoft.mce.interop.dll| 15.1.2176.14| 24,456| 27-Apr-21| 14:40| x86 \nMicrosoft.office.audit.dll| 15.1.2176.14| 123,784| 27-Apr-21| 14:40| x86 \nMicrosoft.office.client.discovery.unifiedexport.dll| 15.1.2176.14| 593,280| 27-Apr-21| 14:40| x86 \nMicrosoft.office.common.ipcommonlogger.dll| 15.1.2176.14| 42,376| 27-Apr-21| 14:40| x86 \nMicrosoft.office.compliance.console.core.dll| 15.1.2176.14| 218,000| 27-Apr-21| 14:39| x86 \nMicrosoft.office.compliance.console.dll| 15.1.2176.14| 854,928| 27-Apr-21| 14:39| x86 \nMicrosoft.office.compliance.console.extensions.dll| 15.1.2176.14| 485,752| 27-Apr-21| 14:40| x86 \nMicrosoft.office.compliance.core.dll| 15.1.2176.14| 413,072| 27-Apr-21| 14:40| x86 \nMicrosoft.office.compliance.ingestion.dll| 15.1.2176.14| 36,232| 27-Apr-21| 14:40| x86 \nMicrosoft.office.compliancepolicy.exchange.dar.dll| 15.1.2176.14| 84,856| 27-Apr-21| 14:40| x86 \nMicrosoft.office.compliancepolicy.platform.dll| 15.1.2176.14| 1,782,152| 27-Apr-21| 14:40| x86 \nMicrosoft.office.datacenter.activemonitoring.management.common.dll| 15.1.2176.14| 49,544| 27-Apr-21| 14:40| x86 \nMicrosoft.office.datacenter.activemonitoring.management.dll| 15.1.2176.14| 27,528| 27-Apr-21| 14:41| x86 \nMicrosoft.office.datacenter.activemonitoringlocal.dll| 15.1.2176.14| 174,976| 27-Apr-21| 14:40| x86 \nMicrosoft.office.datacenter.monitoring.activemonitoring.recovery.dll| 15.1.2176.14| 166,288| 27-Apr-21| 14:41| x86 \nMicrosoft.office365.datainsights.uploader.dll| 15.1.2176.14| 40,336| 27-Apr-21| 14:39| x86 \nMicrosoft.online.box.shell.dll| 15.1.2176.14| 46,456| 27-Apr-21| 14:39| x86 \nMicrosoft.powershell.hostingtools.dll| 15.1.2176.14| 67,968| 27-Apr-21| 14:39| x86 \nMicrosoft.powershell.hostingtools_2.dll| 15.1.2176.14| 67,968| 27-Apr-21| 14:39| x86 \nMicrosoft.tailoredexperiences.core.dll| 15.1.2176.14| 120,184| 27-Apr-21| 14:41| x86 \nMigrateumcustomprompts.ps1| Not applicable| 19,106| 27-Apr-21| 14:42| Not applicable \nModernpublicfoldertomailboxmapgenerator.ps1| Not applicable| 29,064| 27-Apr-21| 14:42| Not applicable \nMovemailbox.ps1| Not applicable| 61,108| 27-Apr-21| 14:42| Not applicable \nMovetransportdatabase.ps1| Not applicable| 30,586| 27-Apr-21| 14:41| Not applicable \nMove_publicfolderbranch.ps1| Not applicable| 17,516| 27-Apr-21| 14:42| Not applicable \nMpgearparser.dll| 15.1.2176.14| 99,728| 27-Apr-21| 14:41| x64 \nMsclassificationadapter.dll| 15.1.2176.14| 248,696| 27-Apr-21| 14:41| x64 \nMsexchangecompliance.exe| 15.1.2176.14| 78,712| 27-Apr-21| 14:40| x86 \nMsexchangedagmgmt.exe| 15.1.2176.14| 25,480| 27-Apr-21| 14:41| x86 \nMsexchangedelivery.exe| 15.1.2176.14| 38,800| 27-Apr-21| 14:41| x86 \nMsexchangefrontendtransport.exe| 15.1.2176.14| 31,608| 27-Apr-21| 14:40| x86 \nMsexchangehmhost.exe| 15.1.2176.14| 27,000| 27-Apr-21| 14:40| x86 \nMsexchangehmrecovery.exe| 15.1.2176.14| 29,576| 27-Apr-21| 14:40| x86 \nMsexchangemailboxassistants.exe| 15.1.2176.14| 72,584| 27-Apr-21| 14:40| x86 \nMsexchangemailboxreplication.exe| 15.1.2176.14| 20,872| 27-Apr-21| 14:40| x86 \nMsexchangemigrationworkflow.exe| 15.1.2176.14| 69,008| 27-Apr-21| 14:41| x86 \nMsexchangerepl.exe| 15.1.2176.14| 71,048| 27-Apr-21| 14:40| x86 \nMsexchangesubmission.exe| 15.1.2176.14| 123,272| 27-Apr-21| 14:40| x86 \nMsexchangethrottling.exe| 15.1.2176.14| 39,800| 27-Apr-21| 14:40| x86 \nMsexchangetransport.exe| 15.1.2176.14| 74,120| 27-Apr-21| 14:40| x86 \nMsexchangetransportlogsearch.exe| 15.1.2176.14| 139,128| 27-Apr-21| 14:40| x86 \nMsexchangewatchdog.exe| 15.1.2176.14| 55,688| 27-Apr-21| 14:40| x64 \nMspatchlinterop.dll| 15.1.2176.14| 53,624| 27-Apr-21| 14:41| x64 \nNativehttpproxy.dll| 15.1.2176.14| 91,512| 27-Apr-21| 14:41| x64 \nNavigatorparser.dll| 15.1.2176.14| 636,816| 27-Apr-21| 14:42| x64 \nNego2nativeinterface.dll| 15.1.2176.14| 19,320| 27-Apr-21| 14:40| x64 \nNegotiateclientcertificatemodule.dll| 15.1.2176.14| 30,072| 27-Apr-21| 14:41| x64 \nNewtestcasconnectivityuser.ps1| Not applicable| 22,248| 27-Apr-21| 14:42| Not applicable \nNewtestcasconnectivityuserhosting.ps1| Not applicable| 24,563| 27-Apr-21| 14:42| Not applicable \nNtspxgen.dll| 15.1.2176.14| 80,760| 27-Apr-21| 14:40| x64 \nOleconverter.exe| 15.1.2176.14| 173,944| 27-Apr-21| 14:41| x64 \nOutsideinmodule.dll| 15.1.2176.14| 87,944| 27-Apr-21| 14:42| x64 \nOwaauth.dll| 15.1.2176.14| 92,048| 27-Apr-21| 14:39| x64 \nOwasmime.msi| Not applicable| 716,800| 27-Apr-21| 14:40| Not applicable \nPerf_common_extrace.dll| 15.1.2176.14| 245,128| 27-Apr-21| 14:39| x64 \nPerf_exchmem.dll| 15.1.2176.14| 85,880| 27-Apr-21| 14:39| x64 \nPipeline2.dll| 15.1.2176.14| 1,454,480| 27-Apr-21| 14:40| x64 \nPowershell.rbachostingtools.dll_1bf4f3e363ef418781685d1a60da11c1| 15.1.2176.14| 41,360| 27-Apr-21| 14:39| Not applicable \nPreparemoverequesthosting.ps1| Not applicable| 70,995| 27-Apr-21| 14:41| Not applicable \nPrepare_moverequest.ps1| Not applicable| 73,213| 27-Apr-21| 14:42| Not applicable \nProductinfo.managed.dll| 15.1.2176.14| 27,016| 27-Apr-21| 14:41| x86 \nProxybinclientsstringsdll| 15.1.2176.14| 924,552| 27-Apr-21| 14:41| x86 \nPublicfoldertomailboxmapgenerator.ps1| Not applicable| 23,222| 27-Apr-21| 14:42| Not applicable \nQuietexe.exe| 15.1.2176.14| 14,728| 27-Apr-21| 14:40| x86 \nRedistributeactivedatabases.ps1| Not applicable| 250,524| 27-Apr-21| 14:40| Not applicable \nReinstalldefaulttransportagents.ps1| Not applicable| 21,675| 27-Apr-21| 14:40| Not applicable \nRemoteexchange.ps1| Not applicable| 23,593| 27-Apr-21| 14:40| Not applicable \nRemoveuserfrompfrecursive.ps1| Not applicable| 14,664| 27-Apr-21| 14:42| Not applicable \nReplaceuserpermissiononpfrecursive.ps1| Not applicable| 14,982| 27-Apr-21| 14:42| Not applicable \nReplaceuserwithuseronpfrecursive.ps1| Not applicable| 15,012| 27-Apr-21| 14:42| Not applicable \nReplaycrimsonmsg.dll| 15.1.2176.14| 1,099,128| 27-Apr-21| 14:40| x64 \nResetattachmentfilterentry.ps1| Not applicable| 15,488| 27-Apr-21| 14:40| Not applicable \nResetcasservice.ps1| Not applicable| 21,691| 27-Apr-21| 14:42| Not applicable \nReset_antispamupdates.ps1| Not applicable| 14,121| 27-Apr-21| 14:42| Not applicable \nRestoreserveronprereqfailure.ps1| Not applicable| 15,141| 27-Apr-21| 14:41| Not applicable \nResumemailboxdatabasecopy.ps1| Not applicable| 17,190| 27-Apr-21| 14:40| Not applicable \nRightsmanagementwrapper.dll| 15.1.2176.14| 86,408| 27-Apr-21| 14:40| x64 \nRollalternateserviceaccountpassword.ps1| Not applicable| 55,786| 27-Apr-21| 14:41| Not applicable \nRpcperf.dll| 15.1.2176.14| 23,432| 27-Apr-21| 14:40| x64 \nRpcproxyshim.dll| 15.1.2176.14| 39,312| 27-Apr-21| 14:40| x64 \nRulesauditmsg.dll| 15.1.2176.14| 12,688| 27-Apr-21| 14:41| x64 \nRwsperfcounters.xml| Not applicable| 23,000| 27-Apr-21| 14:40| Not applicable \nSafehtmlnativewrapper.dll| 15.1.2176.14| 34,704| 27-Apr-21| 14:40| x64 \nScanenginetest.exe| 15.1.2176.14| 956,280| 27-Apr-21| 14:40| x64 \nScanningprocess.exe| 15.1.2176.14| 739,216| 27-Apr-21| 14:40| x64 \nSearchdiagnosticinfo.ps1| Not applicable| 16,796| 27-Apr-21| 14:42| Not applicable \nServicecontrol.ps1| Not applicable| 52,329| 27-Apr-21| 14:41| Not applicable \nSetmailpublicfolderexternaladdress.ps1| Not applicable| 20,754| 27-Apr-21| 14:42| Not applicable \nSettingsadapter.dll| 15.1.2176.14| 116,112| 27-Apr-21| 14:40| x64 \nSetup.exe| 15.1.2176.14| 20,880| 27-Apr-21| 14:39| x86 \nSetupui.exe| 15.1.2176.14| 49,024| 27-Apr-21| 14:41| x86 \nSplit_publicfoldermailbox.ps1| Not applicable| 52,189| 27-Apr-21| 14:42| Not applicable \nStartdagservermaintenance.ps1| Not applicable| 27,827| 27-Apr-21| 14:40| Not applicable \nStatisticsutil.dll| 15.1.2176.14| 142,224| 27-Apr-21| 14:41| x64 \nStopdagservermaintenance.ps1| Not applicable| 21,117| 27-Apr-21| 14:40| Not applicable \nStoretsconstants.ps1| Not applicable| 15,814| 27-Apr-21| 14:39| Not applicable \nStoretslibrary.ps1| Not applicable| 27,987| 27-Apr-21| 14:39| Not applicable \nStore_mapi_net_bin_perf_x64_exrpcperf.dll| 15.1.2176.14| 28,536| 27-Apr-21| 14:42| x64 \nSync_mailpublicfolders.ps1| Not applicable| 43,927| 27-Apr-21| 14:42| Not applicable \nSync_modernmailpublicfolders.ps1| Not applicable| 43,973| 27-Apr-21| 14:41| Not applicable \nTextconversionmodule.dll| 15.1.2176.14| 86,416| 27-Apr-21| 14:40| x64 \nTroubleshoot_ci.ps1| Not applicable| 22,707| 27-Apr-21| 14:40| Not applicable \nTroubleshoot_databaselatency.ps1| Not applicable| 33,453| 27-Apr-21| 14:40| Not applicable \nTroubleshoot_databasespace.ps1| Not applicable| 30,049| 27-Apr-21| 14:39| Not applicable \nUmservice.exe| 15.1.2176.14| 100,232| 27-Apr-21| 14:41| x86 \nUmworkerprocess.exe| 15.1.2176.14| 38,264| 27-Apr-21| 14:40| x86 \nUninstall_antispamagents.ps1| Not applicable| 15,457| 27-Apr-21| 14:42| Not applicable \nUpdateapppoolmanagedframeworkversion.ps1| Not applicable| 14,014| 27-Apr-21| 14:42| Not applicable \nUpdatecas.ps1| Not applicable| 32,948| 27-Apr-21| 14:41| Not applicable \nUpdateconfigfiles.ps1| Not applicable| 19,742| 27-Apr-21| 14:41| Not applicable \nUpdateserver.exe| 15.1.2176.14| 3,014,520| 27-Apr-21| 14:42| x64 \nUpdate_malwarefilteringserver.ps1| Not applicable| 18,156| 27-Apr-21| 14:42| Not applicable \nWeb.config_053c31bdd6824e95b35d61b0a5e7b62d| Not applicable| 31,816| 27-Apr-21| 14:39| Not applicable \nWsbexchange.exe| 15.1.2176.14| 125,304| 27-Apr-21| 14:41| x64 \nX400prox.dll| 15.1.2176.14| 103,304| 27-Apr-21| 14:39| x64 \n_search.lingoperators.a| 15.1.2176.14| 34,680| 27-Apr-21| 14:40| Not applicable \n_search.lingoperators.b| 15.1.2176.14| 34,680| 27-Apr-21| 14:40| Not applicable \n_search.mailboxoperators.a| 15.1.2176.14| 289,160| 27-Apr-21| 14:40| Not applicable \n_search.mailboxoperators.b| 15.1.2176.14| 289,160| 27-Apr-21| 14:40| Not applicable \n_search.operatorschema.a| 15.1.2176.14| 483,208| 27-Apr-21| 14:40| Not applicable \n_search.operatorschema.b| 15.1.2176.14| 483,208| 27-Apr-21| 14:40| Not applicable \n_search.tokenoperators.a| 15.1.2176.14| 106,896| 27-Apr-21| 14:40| Not applicable \n_search.tokenoperators.b| 15.1.2176.14| 106,896| 27-Apr-21| 14:40| Not applicable \n_search.transportoperators.a| 15.1.2176.14| 64,904| 27-Apr-21| 14:40| Not applicable \n_search.transportoperators.b| 15.1.2176.14| 64,904| 27-Apr-21| 14:40| Not applicable \n \n### \n\n__\n\nMicrosoft Exchange Server 2013 Cumulative Update 23\n\nFile name| File version| File size| Date| Time| Platform \n---|---|---|---|---|--- \nFil265b8ec6d4ed498b5382cfc1027491a2| Not applicable| 82,741| 10-Sep-20| 8:09| Not applicable \nFil280c8cbd4386b442b5c94af6708eaac8| Not applicable| 16,625| 10-Sep-20| 8:10| Not applicable \nFil283358d58bb98df0557b67b6f747c86a| Not applicable| 460,146| 10-Sep-20| 8:07| Not applicable \nFil28b2b9d1b7e313e502a8835045c2d0d0| Not applicable| 15,031| 10-Sep-20| 8:10| Not applicable \nFil2a6b0663833d438eea50ffe81c51ec83| Not applicable| 2,003,228| 10-Sep-20| 8:05| Not applicable \nFil2adab262add65203b0c7c5bc1251e47f| Not applicable| 312,638| 10-Sep-20| 8:08| Not applicable \nFil2b2ac38f6e7b4a0553da72f403582cd5| Not applicable| 1,727| 10-Sep-20| 8:10| Not applicable \nFil2bd8c15c9164155f212951a70631823f| Not applicable| 5,285| 10-Sep-20| 8:10| Not applicable \nFil2c21ffd8eb5ecd0f7c89a27b86951a7d| Not applicable| 10,821| 10-Sep-20| 8:09| Not applicable \nFil2db733aabd2264a64057e89820aca13c| Not applicable| 13,759| 10-Sep-20| 8:10| Not applicable \nFil2e63bcb4a6d04e10c147a6c3f92bfcab| Not applicable| 670,945| 10-Sep-20| 8:09| Not applicable \nFil2e6b2f8c3954b6bbc8ab2a22d1438d67| Not applicable| 114,990| 10-Sep-20| 8:09| Not applicable \nFil2eba4c3b1398dc2169d3a58cf26d7494| Not applicable| 3,169| 10-Sep-20| 8:10| Not applicable \nFil2f58bbe281f35794e1fadfd2d5372340| Not applicable| 151,951| 10-Sep-20| 8:09| Not applicable \nFil31e9f5684b0b5ea70746907556f64515| Not applicable| 296,876| 10-Sep-20| 8:09| Not applicable \nFil32c87816f9a713092dc110787ef42586| Not applicable| 35,050| 10-Sep-20| 8:08| Not applicable \nFil32ede05fb6827d1a783e56be2937e471| Not applicable| 153,091| 10-Sep-20| 8:08| Not applicable \nFil344d9c6f4f02142eba8c624f965acd67| Not applicable| 121,941| 10-Sep-20| 8:08| Not applicable \nFil363d000c227039f27c69b128287ff68e| Not applicable| 186,041| 10-Sep-20| 8:07| Not applicable \nFil36da999539f10f4939d3c19fb7e77d53| Not applicable| 11,324| 10-Sep-20| 8:09| Not applicable \nFil37589a1bee605be2ae1422c6d19521cd| Not applicable| 384,396| 10-Sep-20| 8:09| Not applicable \nFil3804327ae3bca4c1a589eed2acaf0909| Not applicable| 1,739| 10-Sep-20| 8:10| Not applicable \nFil38494a0e60def94d88e8724029463551| Not applicable| 83,497| 10-Sep-20| 8:07| Not applicable \nFil3859e6d9c6cf748d05be23536b9221c4| Not applicable| 124,060| 10-Sep-20| 8:10| Not applicable \nFil39ee1f35ad97bd462c3ac5aec000a1c0| Not applicable| 210,413| 10-Sep-20| 8:10| Not applicable \nFil3a42ef50a1ae3edbb7a00bc22f3434e3| Not applicable| 24,337| 10-Sep-20| 8:03| Not applicable \nFil3b12709b2a6d1f6a5a9d96edbc2a9dd2| Not applicable| 211,288| 10-Sep-20| 8:09| Not applicable \nFil3b8cc2b36f720baad95be0910e9346eb| Not applicable| 154,799| 10-Sep-20| 8:10| Not applicable \nFil3c3fb88b0193db7b45726833c054d1ed| Not applicable| 4,920| 10-Sep-20| 8:10| Not applicable \nFil3cccb1e1cc9707666a7232847b28158a| Not applicable| 148,810| 10-Sep-20| 8:10| Not applicable \nFil3d3af8f03141aadd16d3951f471e4ecd| Not applicable| 472,586| 10-Sep-20| 8:10| Not applicable \nFil3d952efb9613d0f0fa9c884c2e197c47| Not applicable| 64,742| 10-Sep-20| 8:07| Not applicable \nFil3d96340571dcbbca40f9dda36cf8cc23| Not applicable| 376,491| 10-Sep-20| 8:08| Not applicable \nFil3db21a7c265bee0f8897197ab8184cbb| Not applicable| 407,449| 10-Sep-20| 8:11| Not applicable \nFil3e7cd5352ab27351d37dc5a0d70eb5da| Not applicable| 8,202| 10-Sep-20| 8:10| Not applicable \nFil401dc81859f7ddf0518e04d60fb6f0f0| Not applicable| 127,242| 10-Sep-20| 8:08| Not applicable \nFil4032894f9d18775fe5b8f517b9446ed2| Not applicable| 247,259| 10-Sep-20| 8:09| Not applicable \nFil426e71bd7d39fbdac2f9aac2641b16f3| Not applicable| 1,923| 10-Sep-20| 8:10| Not applicable \nFil4278d1df336a84435b4ce9034fb1a172| Not applicable| 718| 10-Sep-20| 8:10| Not applicable \nFil42a5edd14a3d3f555fcd6172e48921fb| Not applicable| 157,961| 10-Sep-20| 8:09| Not applicable \nFil42c22971f1d5dc2196265e92d6da872f| Not applicable| 150,392| 10-Sep-20| 8:11| Not applicable \nFil442f08df8632cfa5f8638445f7151f04| Not applicable| 956| 10-Sep-20| 8:10| Not applicable \nFil449a3b586a9163232e7d21b204dff9e2| Not applicable| 1,316| 10-Sep-20| 8:10| Not applicable \nFil44a698d38545e9cd051d9db8fdfc900e| Not applicable| 225,606| 10-Sep-20| 8:10| Not applicable \nFil44afe89b21b16bf4b609ab451085526a| Not applicable| 373,865| 10-Sep-20| 8:08| Not applicable \nFil44d189470b9393ed19ca08defd240a38| Not applicable| 216,698| 10-Sep-20| 8:10| Not applicable \nFil45cd37ad6b0169d99d0eb6dcba7d08d9| Not applicable| 166,781| 10-Sep-20| 8:10| Not applicable \nFil46233812dcee5af00423b2fc332d0c5d| Not applicable| 2,015,045| 10-Sep-20| 8:05| Not applicable \nFil46ef8081ccac6e0c239c52cfc8c58dcf| Not applicable| 4,743| 10-Sep-20| 8:07| Not applicable \nFil476b430823a50cf77d9968f03858d69d| Not applicable| 359,078| 10-Sep-20| 8:08| Not applicable \nFil481ea15e0071beee36e6711fe55c7372| Not applicable| 307,725| 10-Sep-20| 8:08| Not applicable \nFil4a3306ef5eda0d022a521f8bd6c3d940| Not applicable| 158,115| 10-Sep-20| 8:08| Not applicable \nFil4a79082a6a63aa24efbd3f71b1a9f8e8| Not applicable| 139,064| 10-Sep-20| 8:09| Not applicable \nFil4aa30f91267dc1dffacc9bb3f9e43367| Not applicable| 1,972| 10-Sep-20| 8:10| Not applicable \nFil4b622a1d73e8a02febd3ad6f59e8b98c| Not applicable| 12,107| 10-Sep-20| 8:10| Not applicable \nFil4bc634eae6f3c142c6ed8d2927520cc3| Not applicable| 5,653| 10-Sep-20| 8:10| Not applicable \nFil4bd7eb36b7c3567f715d5365f8047204| Not applicable| 142,286| 10-Sep-20| 8:10| Not applicable \nFil4c0ab8720533c89e68ce63e86d429dde| Not applicable| 381,163| 10-Sep-20| 8:08| Not applicable \nFil4c177d04b538b102de0bc7af504ade88| Not applicable| 1,264| 10-Sep-20| 8:10| Not applicable \nFil4cc43ed047118c3c70489c99f391ad41| Not applicable| 570,339| 10-Sep-20| 8:08| Not applicable \nFil4cfa7a61721252f62fb29a0f1805bd48| Not applicable| 151,467| 10-Sep-20| 8:09| Not applicable \nFil4d0f14d8c2b6b77898bcc5954a8335d4| Not applicable| 12,161| 10-Sep-20| 8:10| Not applicable \nFil4d393ab247c2ec19d982c087d694252e| Not applicable| 485,168| 10-Sep-20| 8:09| Not applicable \nFil4e4dfdf527ace3b42d88eaea58ad4e00| Not applicable| 110,057| 10-Sep-20| 8:11| Not applicable \nFil4f050d584b052cef56c611c7a6fc0b4d| Not applicable| 440,314| 10-Sep-20| 8:10| Not applicable \nFil4f0ff802c3382fc6cb28e90145915a91| Not applicable| 155,232| 10-Sep-20| 8:08| Not applicable \nFil4fbdcc69c6687636e427226aab76d82c| Not applicable| 165,120| 10-Sep-20| 8:08| Not applicable \nFil50c8b757b4933533069fdb8f6b905e0d| Not applicable| 158,190| 10-Sep-20| 8:09| Not applicable \nFil50e303dde9fe96807796a25979e2814a| Not applicable| 252,966| 10-Sep-20| 8:08| Not applicable \nFil538089ef224df4976d311e8302364c00| Not applicable| 1,152,608| 10-Sep-20| 8:12| Not applicable \nFil5387207480a1873bc7ed50c9eaed89c7| Not applicable| 2,003,225| 10-Sep-20| 8:06| Not applicable \nFil53acea05108c4f46ff21c66f40cfaeec| Not applicable| 150,387| 10-Sep-20| 8:08| Not applicable \nFil540e2d0af94e0e486cae7a4a9e109676| Not applicable| 215,778| 10-Sep-20| 8:10| Not applicable \nFil541882cdf469df98dbf0ac462de46344| Not applicable| 575,597| 10-Sep-20| 8:09| Not applicable \nFil543079c26bd28998e4563bbd4cac1644| Not applicable| 4,186| 10-Sep-20| 8:10| Not applicable \nFil54337210b89f5380a40a0904d6d860f8| Not applicable| 1,729| 10-Sep-20| 8:10| Not applicable \nFil5542b08a74ea880a5f2bd8b269fc1231| Not applicable| 250,545| 10-Sep-20| 8:09| Not applicable \nFil57beb556aec2d6e97c7b317de9f72304| Not applicable| 322,662| 10-Sep-20| 8:08| Not applicable \nFil57fcce90719eee5eff1f954327649e53| Not applicable| 222,952| 10-Sep-20| 8:08| Not applicable \nFil58337dc668f3e1a94ebd035dc310ef3a| Not applicable| 3,653| 10-Sep-20| 8:10| Not applicable \nFil59074b5deefeb2b4d32b58953cb77f9e| Not applicable| 202,678| 10-Sep-20| 8:07| Not applicable \nFil596d2b532682a216aced5af81a34785e| Not applicable| 371,817| 10-Sep-20| 8:08| Not applicable \nFil5aef2df4d623713792ff2e54a0abea77| Not applicable| 3,391| 10-Sep-20| 8:10| Not applicable \nFil5b481af97947b02636fefbad6cf5332e| Not applicable| 10,504| 10-Sep-20| 8:10| Not applicable \nFil5b51bde4cf501f9d89d6fdd6084fb0dc| Not applicable| 76,238| 10-Sep-20| 8:07| Not applicable \nFil5c8127dbccdda444e35671ff4a274fc5| Not applicable| 164,462| 10-Sep-20| 8:08| Not applicable \nFil5cd88aaf0a21ddb716f1da478f29fe22| Not applicable| 68,607| 10-Sep-20| 8:03| Not applicable \nFil5d2722dc3289787a79451240b7a88ef3| Not applicable| 1,218| 10-Sep-20| 8:10| Not applicable \nFil5d6827cff217e4dfce3affa1aa55d8f3| Not applicable| 476,341| 10-Sep-20| 8:09| Not applicable \nFil5e56ac7a5a17eeba25534e146a5b96c5| Not applicable| 187,286| 10-Sep-20| 8:10| Not applicable \nFil5f4f6a29ca46dc40a4f6ac9b8b772ce3| Not applicable| 203,484| 10-Sep-20| 8:09| Not applicable \nFil5fd4bc51ae2ad462403cdc6a0cf9ffd0| Not applicable| 311,764| 10-Sep-20| 8:10| Not applicable \nFil604f37df9e3b6c4d7c48f14c35a26977| Not applicable| 126,177| 10-Sep-20| 8:08| Not applicable \nFil610677a0034b8232f2b460d83c22ce46| Not applicable| 481,442| 10-Sep-20| 8:09| Not applicable \nFil6133c70794989aad906ec1c690498770| Not applicable| 1,669| 10-Sep-20| 8:10| Not applicable \nFil63179e1cb286b0ef11dc63dc6af82432| Not applicable| 14,116| 10-Sep-20| 8:10| Not applicable \nFil6356fbacb88d6b1b13e09aadb6887fbe| Not applicable| 161,576| 10-Sep-20| 8:10| Not applicable \nFil64dd0c27769e484c139e2503ec3eef51| Not applicable| 218,860| 10-Sep-20| 8:10| Not applicable \nFil65080648928ede60012994a0baeca00b| Not applicable| 309,691| 10-Sep-20| 8:09| Not applicable \nFil6ad129a5d744ab89f7b431d1d495262a| Not applicable| 60,605| 10-Sep-20| 8:08| Not applicable \nFil6ae5c571deb81c557347776937eec424| Not applicable| 327,120| 10-Sep-20| 8:08| Not applicable \nFil6c511826bfeecb77f6559c6b60d65511| Not applicable| 360,888| 10-Sep-20| 8:09| Not applicable \nFil6c6539569c8b5a20bd7f4dc318576341| Not applicable| 305,628| 10-Sep-20| 8:09| Not applicable \nFil6d0c3c83a060d3235e4a034bf754cdde| Not applicable| 139,720| 10-Sep-20| 8:09| Not applicable \nFil6ec9b1a61bc1b1de3666c8f074b638b0| Not applicable| #########| 10-Sep-20| 8:12| Not applicable \nFil6f8d2fab306d136e7656db49710c3a48| Not applicable| 3,636| 10-Sep-20| 8:10| Not applicable \nFil6fe7b10d2287827cf3c81b58b9c8b8ff| Not applicable| 304,524| 10-Sep-20| 8:10| Not applicable \nFil7189adae9ca485f37c0c74269ff71aca| Not applicable| 12,644| 10-Sep-20| 8:10| Not applicable \nFil71e73a51dc2a21736116b8807bb466e8| Not applicable| 156,649| 10-Sep-20| 8:09| Not applicable \nFil7207154834a23fbc29d011e71d208a39| Not applicable| 163,997| 10-Sep-20| 8:10| Not applicable \nFil720fe9713dec6be87ee03bce38fbfc36| Not applicable| 321,069| 10-Sep-20| 8:08| Not applicable \nFil7332c61fe6101e9bae82c487d99082df| Not applicable| 916| 10-Sep-20| 8:10| Not applicable \nFil736e7b808675fe35044733ce258a9a73| Not applicable| 209,717| 10-Sep-20| 8:09| Not applicable \nFil73c9286d8470aa113cba01507403eeba| Not applicable| 123,453| 10-Sep-20| 8:10| Not applicable \nFil73dbdc432c5bb5f29330a83a9faa7ae1| Not applicable| 319,119| 10-Sep-20| 8:10| Not applicable \nFil74f06c9b75edb14687c2262ad6ae2557| Not applicable| 310,368| 10-Sep-20| 8:08| Not applicable \nFil7511efbde449570e1079881ef478d89f| Not applicable| 328,987| 10-Sep-20| 8:10| Not applicable \nFil75c2cda8a128e765ff0af0755bfd328b| Not applicable| 145,359| 10-Sep-20| 8:09| Not applicable \nFil7622d867b4e32c321108f9585ae213e0| Not applicable| 143,754| 10-Sep-20| 8:10| Not applicable \nFil764919a245fe2bc500925814cddfbdad| Not applicable| 72,860| 10-Sep-20| 8:03| Not applicable \nFil76a84f20ffd55d7ea12ac35d8380efd5| Not applicable| 425,083| 10-Sep-20| 8:10| Not applicable \nFil7700cf10ad703df7c8918a0563a5e129| Not applicable| 170,409| 10-Sep-20| 8:10| Not applicable \nFil780df069c247b8094634ab0404623781| Not applicable| 3,146| 10-Sep-20| 8:10| Not applicable \nFil78360aa0f236f838f94a573fa0e591eb| Not applicable| 306,391| 10-Sep-20| 8:10| Not applicable \nFil788ad7e3f4abc8bfb4327d0b98934699| Not applicable| 3,264| 10-Sep-20| 8:10| Not applicable \nFil789b96ff5e7f5c36651793db27c8b262| Not applicable| 156,482| 10-Sep-20| 8:10| Not applicable \nFil7975d5410f26d07f08de47940983d903| Not applicable| 11,720| 10-Sep-20| 8:10| Not applicable \nFil798d3f63fe34287c86fffb74428a321a| Not applicable| 298,444| 10-Sep-20| 8:11| Not applicable \nFil79b13a2c33d13735946561479fc859fa| Not applicable| 133,726| 10-Sep-20| 8:11| Not applicable \nFil79c7a259268acf783baef95ca5b23ec1| Not applicable| 152,767| 10-Sep-20| 8:07| Not applicable \nFil7a2063c960c5cb61395e7839f1297cb5| Not applicable| 4,115| 10-Sep-20| 8:10| Not applicable \nFil7a403fcd3c2773230c350d8e1d3cebf7| Not applicable| 104,032| 10-Sep-20| 8:03| Not applicable \nFil7a9f06943db3abcb09bf15ae13ff2cd2| Not applicable| 137,922| 10-Sep-20| 8:08| Not applicable \nFil7b670339ef54eea40a7516c12d2f0e92| Not applicable| 486,258| 10-Sep-20| 8:08| Not applicable \nFil7b9dcb919f1fd2e3a1f6f379fbfaeef0| Not applicable| 165,327| 10-Sep-20| 8:09| Not applicable \nFil7bc288d1803d8c01d917d4ae3424dd04| Not applicable| 371,056| 10-Sep-20| 8:10| Not applicable \nFil7be03a57aa609693fcd744981699f067| Not applicable| 214,670| 10-Sep-20| 8:10| Not applicable \nFil7cd60b323924095924a33c83b8160967| Not applicable| 515,462| 10-Sep-20| 8:08| Not applicable \nFil7cddc3f217fc9bd77c3335a3bbe74040| Not applicable| 316,645| 10-Sep-20| 8:10| Not applicable \nFil7d3d44cb179d947736c393335bc1d8a5| Not applicable| 323,379| 10-Sep-20| 8:08| Not applicable \nFil7e1364e8b092a71503bb6ab4c0c8d043| Not applicable| 317,812| 10-Sep-20| 8:10| Not applicable \nFil7f88ed25a2323690ef4603fcd5965e29| Not applicable| 146,052| 10-Sep-20| 8:08| Not applicable \nFil7fc67e0ea132a46fa0c81ae793c6fafb| Not applicable| 1,751| 10-Sep-20| 8:10| Not applicable \nFil7ffa598af3dc4eba6484cfca34eff091| Not applicable| 487,790| 10-Sep-20| 8:10| Not applicable \nFil7fffbc3b910469a09b1d0670696bd038| Not applicable| 298,276| 10-Sep-20| 8:09| Not applicable \nFil802e831d6cd841b23e31f3ede7146efa| Not applicable| 160,374| 10-Sep-20| 8:09| Not applicable \nFil8032f47eeca48977d2f693f7644627ce| Not applicable| 123,440| 10-Sep-20| 8:08| Not applicable \nFil809e41480ae24ce8f65630fb91e72e3e| Not applicable| 191,320| 10-Sep-20| 8:10| Not applicable \nFil819cef16705be45debd0be4d68755dbb| Not applicable| 22,679| 10-Sep-20| 8:10| Not applicable \nFil819e4ee2c73b6dac7c9b217a2edccf64| Not applicable| 10,875| 10-Sep-20| 8:10| Not applicable \nFil81c79182b21820eb762d4cc2ac59769f| Not applicable| 165,056| 10-Sep-20| 8:08| Not applicable \nFil828666eab0d3bdc61f9fe757bd60e3a2| Not applicable| 375,074| 10-Sep-20| 8:09| Not applicable \nFil832eb962b387b4e7631ffa4158cb28cc| Not applicable| 14,837| 10-Sep-20| 8:10| Not applicable \nFil851524c7c4958c3155502d781c920d9b| Not applicable| 81,295| 10-Sep-20| 8:10| Not applicable \nFil86eb489656c398a89c25641e80f48303| Not applicable| 121,319| 10-Sep-20| 8:09| Not applicable \nFil86fd0667d62cefa2ae6e49f317434bd6| Not applicable| 384,644| 10-Sep-20| 8:08| Not applicable \nFil88ec4eef108486342f6b6921bccaea93| Not applicable| 943,740| 10-Sep-20| 8:12| Not applicable \nFil89331bf5c45adb0d8a8ea178cc079709| Not applicable| 300,269| 10-Sep-20| 8:08| Not applicable \nFil8a10c1556c031a0905905396871c93f7| Not applicable| 310,330| 10-Sep-20| 8:09| Not applicable \nFil8b153dea503da810e5e578642a5c28fe| Not applicable| 3,822| 10-Sep-20| 8:10| Not applicable \nFil8c35bfdd38d7db1a373ae3b3a87a84b5| Not applicable| 164,030| 10-Sep-20| 8:09| Not applicable \nFil8cbd0cddb9a1705309ebeabfe75fe38a| Not applicable| 319,024| 10-Sep-20| 8:08| Not applicable \nFil8dc3b8e19a7e2e60f48bf22687139503| Not applicable| 3,314| 10-Sep-20| 8:10| Not applicable \nFil8e9637e486491d4df1ea670c5b33eb16| Not applicable| 3,600| 10-Sep-20| 8:10| Not applicable \nFil9007d7a068a4430d0ebefa4b039db1b4| Not applicable| 162,200| 10-Sep-20| 8:10| Not applicable \nFil9032e5295c43ed35e2cd2820ebd6af91| Not applicable| 308,546| 10-Sep-20| 8:08| Not applicable \nFil9050234bc32f4d53dcf496a54c13c1f0| Not applicable| 362,146| 10-Sep-20| 8:09| Not applicable \nFil9052d1a7df067454a5205ba61f60202c| Not applicable| 414,847| 10-Sep-20| 8:10| Not applicable \nFil907968cb2bdeead0a4c3dd51374b84f1| Not applicable| 160,076| 10-Sep-20| 8:08| Not applicable \nFil90cb08f524bc6f2fd5d5c59c9e880a3b| Not applicable| 408,856| 10-Sep-20| 8:10| Not applicable \nFil9141167468612be7f7ce04061b4ba430| Not applicable| 221,454| 10-Sep-20| 8:10| Not applicable \nFil915152e03c7027618c1570479b195120| Not applicable| 115,620| 10-Sep-20| 8:09| Not applicable \nFil9178f92f0a34fc57e83a4224c5cd4c6f| Not applicable| 123,425| 10-Sep-20| 8:10| Not applicable \nFil91b888a87f12e84cd76b09d8a8239110| Not applicable| 317,225| 10-Sep-20| 8:10| Not applicable \nFil922f0dc015ce910e694c684667216edf| Not applicable| 85,712| 10-Sep-20| 8:10| Not applicable \nFil92839d18408beb0ccdd398fa8d63d256| Not applicable| 304,785| 10-Sep-20| 8:08| Not applicable \nFil92b9f91110f3fc68adbba7781dca69f7| Not applicable| 955,169| 10-Sep-20| 8:12| Not applicable \nFil936f4520f1f1a23512af78649723bd24| Not applicable| 1,787| 10-Sep-20| 8:10| Not applicable \nFil95c4c617e843522bcbc5f0ea98be1499| Not applicable| 494,807| 10-Sep-20| 8:10| Not applicable \nFil96195cf594115b0dbe9a6f0231ef1047| Not applicable| 313,299| 10-Sep-20| 8:09| Not applicable \nFil963c3ba8ce3369f28a234d725b21bc1c| Not applicable| 4,281| 10-Sep-20| 8:10| Not applicable \nFil9650173f54879818e5ec095eeb16ed0b| Not applicable| 396,015| 10-Sep-20| 8:08| Not applicable \nFil966154a8118d7385953a6d219e5eb17c| Not applicable| 1,414| 10-Sep-20| 8:10| Not applicable \nFil969cef7f118d3f325203fd0cb688b9ec| Not applicable| 2,110,683| 10-Sep-20| 8:07| Not applicable \nFil96d73a0c451e93f8ea3773e8fe0fbbfc| Not applicable| 33,811| 10-Sep-20| 8:11| Not applicable \nFil972290622741630c40e4aa0864c01aa4| Not applicable| 1,616| 10-Sep-20| 8:10| Not applicable \nFil97937f8123552bc8e9d12b174086d31c| Not applicable| 469,857| 10-Sep-20| 8:08| Not applicable \nFil97cbf02bb228d8da0527ece430405ab2| Not applicable| 301,969| 10-Sep-20| 8:09| Not applicable \nFil986b652b14f678fe052fed9bba96162e| Not applicable| 163,883| 10-Sep-20| 8:08| Not applicable \nFil98ef484ce7150b406e3016cd9924d142| Not applicable| 13,961| 10-Sep-20| 8:10| Not applicable \nFil9956a513417bb5463e0ba651a166baf0| Not applicable| 514,510| 10-Sep-20| 8:09| Not applicable \nFil9ad3820a6c3baa899d30b5c2befddb0f| Not applicable| 501,780| 10-Sep-20| 8:09| Not applicable \nFil9bc19d53264a55a58e5f699c80356bb2| Not applicable| 1,818| 10-Sep-20| 8:10| Not applicable \nFil9be11b2ba300199597d09229eada5f26| Not applicable| 14,295| 10-Sep-20| 8:10| Not applicable \nFil9c53e682ec387e24b826b5f20d0d7744| Not applicable| 258,852| 10-Sep-20| 8:09| Not applicable \nFil9cc47a8297b69ca8b92c5c5fbc5a72a9| Not applicable| 146,219| 10-Sep-20| 8:09| Not applicable \nFil9d179c67312a815f3d90f05dd98d935f| Not applicable| 295,260| 10-Sep-20| 8:08| Not applicable \nFil9d3115e00dd3480f86694eb0171e2ab7| Not applicable| 147,427| 10-Sep-20| 8:08| Not applicable \nFil9de60681dee78970a404d53a64af2f30| Not applicable| 16,604| 10-Sep-20| 8:10| Not applicable \nFil9e9c8fdc13f8e3438936117f467c32f2| Not applicable| 3,647| 10-Sep-20| 8:10| Not applicable \nFil9ea96f90dc98136d2990b368e30cba7f| Not applicable| 314,432| 10-Sep-20| 8:08| Not applicable \nFil9ef7a49aadd91bd2e7723a793c4ececa| Not applicable| 196,624| 10-Sep-20| 8:07| Not applicable \nFil9f4a9c9c0df85e4de8cef75ad843a4bf| Not applicable| 853| 10-Sep-20| 8:10| Not applicable \nFil9fa4d749b570205397f22bb7798f1ad8| Not applicable| 191,467| 10-Sep-20| 8:07| Not applicable \nFil9fb5c95485bb8d9d33d5f93c5aaf64b2| Not applicable| 16,227| 10-Sep-20| 8:10| Not applicable \nFil9fecbd76d57255e27cc95507f3aaab07| Not applicable| 329,540| 10-Sep-20| 8:10| Not applicable \nFila2743c24f7094b33d0d4449897c866a6| Not applicable| 119,408| 10-Sep-20| 8:08| Not applicable \nFila2f6a440343bc9ff6660fce140eadd2d| Not applicable| 448,596| 10-Sep-20| 8:08| Not applicable \nFila505629643c3e008b8bd0e23a5c4e25d| Not applicable| 413,212| 10-Sep-20| 8:09| Not applicable \nFila50b2e8bd5431612810b0fcf988a1828| Not applicable| 209,253| 10-Sep-20| 8:11| Not applicable \nFila5363cc509db7b571c6c4c3cd9062471| Not applicable| 208,443| 10-Sep-20| 8:10| Not applicable \nFila57f8bbbe3218e6ecf4f4d70668de2dc| Not applicable| 314,531| 10-Sep-20| 8:08| Not applicable \nFila62c0ced269195777d4d83700b448c00| Not applicable| 380,561| 10-Sep-20| 8:08| Not applicable \nFila702279a2573d1ed8f2fcdee9713c0dd| Not applicable| 209,728| 10-Sep-20| 8:09| Not applicable \nFila8ced4b496da09516e99919d4eaf64f6| Not applicable| 159,063| 10-Sep-20| 8:08| Not applicable \nFila8f5e5a43d97dfb60f41dfc1b8459851| Not applicable| 508,891| 10-Sep-20| 8:08| Not applicable \nFila913026b0e770b0a0f627ace5a752454| Not applicable| 322,902| 10-Sep-20| 8:09| Not applicable \nFilaac5e88adcaaf27436c416aa7a0165bd| Not applicable| 249,029| 10-Sep-20| 8:09| Not applicable \nFilab134bb61b2e10157e892c40df3c7e86| Not applicable| 159,193| 10-Sep-20| 8:09| Not applicable \nFilab5e2407151586fb17aa6a5e23983146| Not applicable| 380,417| 10-Sep-20| 8:07| Not applicable \nFilab7106fec6a571b081793e6fd0772840| Not applicable| 324,317| 10-Sep-20| 8:10| Not applicable \nFilab84c7b0ea2c18151bdec3362357de28| Not applicable| 382,607| 10-Sep-20| 8:10| Not applicable \nFilacb3fe0c456bdeb57f38467806292a12| Not applicable| 169,689| 10-Sep-20| 8:08| Not applicable \nFilad3a7da52bfdbcdc556e7afee04e466d| Not applicable| 370,571| 10-Sep-20| 8:09| Not applicable \nFilae12f186604e1e9a1564f0bd8d3f02d3| Not applicable| 422,675| 10-Sep-20| 8:11| Not applicable \nFilaef6c0ddd04caa6d726d5335dd817311| Not applicable| 202,927| 10-Sep-20| 8:10| Not applicable \nFilafc694642ba5b6098760517160b0e8bf| Not applicable| 157,170| 10-Sep-20| 8:08| Not applicable \nFilafe4ec5e5c84f4cbbd605478cefc5629| Not applicable| 3,090| 10-Sep-20| 8:10| Not applicable \nFilb0d5f04a53228a377d15814c78465b27| Not applicable| 669| 10-Sep-20| 8:10| Not applicable \nFilb20b3cc21a25081a4bca14731ed24d46| Not applicable| 4,473| 10-Sep-20| 8:10| Not applicable \nFilb2511eb8cb15578d5607802d13cb5c4f| Not applicable| 160,204| 10-Sep-20| 8:11| Not applicable \nFilb2d8808ed734ba4cdde6c0bb616a5918| Not applicable| 234,774| 10-Sep-20| 8:09| Not applicable \nFilb38126b47351a15bc93f1845dc8aba35| Not applicable| 326,044| 10-Sep-20| 8:09| Not applicable \nFilb3ecb6b553aa136a95f785fae49b7290| Not applicable| 318,445| 10-Sep-20| 8:09| Not applicable \nFilb4e11fab484f7e28061acd0a0b998b2b| Not applicable| 297,352| 10-Sep-20| 8:09| Not applicable \nFilb52f287490a4bf46c9cead71b6c6d32f| Not applicable| 377,427| 10-Sep-20| 8:10| Not applicable \nFilb6922820d7c8951d2c0a274c0247a024| Not applicable| 929| 10-Sep-20| 8:10| Not applicable \nFilb7953f6142a677d96f918f4748d335e8| Not applicable| 142,609| 10-Sep-20| 8:10| Not applicable \nFilb7980f151e3ac5df2176c1c9232a3a97| Not applicable| 422,398| 10-Sep-20| 8:10| Not applicable \nFilb7ebe5ea802d62f201cecf33058afa68| Not applicable| 158,931| 10-Sep-20| 8:10| Not applicable \nFilb94ca32f2654692263a5be009c0fe4ca| Not applicable| 218,643| 10-Sep-20| 8:12| Not applicable \nFilbaada6b445e5d018d30bae5f55810cbb| Not applicable| 11,531| 10-Sep-20| 8:10| Not applicable \nFilbac509fa0e072d1cea52129ba1408636| Not applicable| 5,470| 10-Sep-20| 8:10| Not applicable \nFilbae1886423fa60040987b70277c99a66| Not applicable| 212,585| 10-Sep-20| 8:10| Not applicable \nFilbaee23394142e54df188a3681e7b00e0| Not applicable| 588,271| 10-Sep-20| 8:09| Not applicable \nFilbb4be32d89ad2d104df2959499c2c5dd| Not applicable| 424,381| 10-Sep-20| 8:10| Not applicable \nFilbc0374f21dbcf9dcd43948267292d827| Not applicable| 151,684| 10-Sep-20| 8:09| Not applicable \nFilbce863d9e87e78f7b216f9063068fd70| Not applicable| 13,803| 10-Sep-20| 8:10| Not applicable \nFilbe0b71d79825d6251a88a486de2a0fae| Not applicable| 175,794| 10-Sep-20| 8:08| Not applicable \nFilbe5c25571628b164d9b0abeae72c357a| Not applicable| 14,488| 10-Sep-20| 8:03| Not applicable \nFilbe8804efe450de6f32592158385173af| Not applicable| 162,776| 10-Sep-20| 8:09| Not applicable \nFilbec2fefb4339db1cb2a2a81c626af5b8| Not applicable| 148,912| 10-Sep-20| 8:10| Not applicable \nFilbf439d900d8e8c938a91453ceef33748| Not applicable| 385,061| 10-Sep-20| 8:10| Not applicable \nFilbfe5e54bbcd75097a2290bb9ffbf9129| Not applicable| 158,084| 10-Sep-20| 8:09| Not applicable \nFilbfebb0e9f43c859d9b0a3079fb790dca| Not applicable| 140,997| 10-Sep-20| 8:08| Not applicable \nFilc0360124072910524d4b1e78f11ea314| Not applicable| 149,305| 10-Sep-20| 8:10| Not applicable \nFilc070c10edde57f91e2b923f53638b156| Not applicable| 122,287| 10-Sep-20| 8:09| Not applicable \nFilc0a74236d5938545f3dd0d2e81fe5145| Not applicable| 609,713| 10-Sep-20| 8:09| Not applicable \nFilc1246ec6443f5fdece97bee947f338b8| Not applicable| 163,350| 10-Sep-20| 8:08| Not applicable \nFilc166412dec3b545aa718384ccdc0c3d1| Not applicable| 22,512| 10-Sep-20| 8:10| Not applicable \nFilc244723fb935bd0d0901b33c0fa3fef4| Not applicable| 309,279| 10-Sep-20| 8:09| Not applicable \nFilc2f5ff7a8957ea0ec0b802705b42e323| Not applicable| 166,161| 10-Sep-20| 8:08| Not applicable \nFilc320fdef8521e5bb17a5c121a74e650e| Not applicable| 305,137| 10-Sep-20| 8:11| Not applicable \nFilc3e271840e8b5de0e4ed893a9b69de17| Not applicable| 82,108| 10-Sep-20| 8:10| Not applicable \nFilc3f3571f7d40d7ad31bcbde165570280| Not applicable| 7,684| 10-Sep-20| 8:10| Not applicable \nFilc42459f85335dc5b0e754ebf75734c79| Not applicable| 118,946| 10-Sep-20| 8:10| Not applicable \nFilc4ab4e05a6193193ef464c60fae6cbd7| Not applicable| 120,705| 10-Sep-20| 8:09| Not applicable \nFilc5ae06f5615759f92b67380884df008e| Not applicable| 117,623| 10-Sep-20| 8:10| Not applicable \nFilc5c55afa5d74d23f6b65f3216e37d317| Not applicable| 1,526| 10-Sep-20| 8:10| Not applicable \nFilc786628612d2b1a245c8c71b29c30be3| Not applicable| 398,338| 10-Sep-20| 8:09| Not applicable \nFilc830aa3bd6a85d79ebf456c5e64b8035| Not applicable| 379,187| 10-Sep-20| 8:09| Not applicable \nFilc8e516689a540bc63bb961f4097b7e57| Not applicable| 160,137| 10-Sep-20| 8:10| Not applicable \nFilc8e6da9f10502e8ad2295645fd80d4e5| Not applicable| 121,496| 10-Sep-20| 8:08| Not applicable \nFilc96a599a80f3de2e07c515d63158e572| Not applicable| 330,578| 10-Sep-20| 8:10| Not applicable \nFilc9c9f098bfe576e332d5448e341d7275| Not applicable| 153,366| 10-Sep-20| 8:08| Not applicable \nFilca014992a789c86d642b1454a84b0471| Not applicable| 375,852| 10-Sep-20| 8:08| Not applicable \nFilca135d6cdf9927dde76343b8e7366baf| Not applicable| 162,198| 10-Sep-20| 8:10| Not applicable \nFilca3d26a73693291377b5eed5ddcaa0f1| Not applicable| 161,841| 10-Sep-20| 8:10| Not applicable \nFilcac638de4b1f902ff58a662d4dac3d29| Not applicable| 56,854| 10-Sep-20| 8:07| Not applicable \nFilcb5fa00024c3bc85ae7c993808e1b884| Not applicable| 120,208| 10-Sep-20| 8:09| Not applicable \nFilcc0fdd022d9f5d8bc8ec46b80403d2e2| Not applicable| 1,589| 10-Sep-20| 8:10| Not applicable \nFilcc30666b183d540fe06d8954d0f2413b| Not applicable| 3,297| 10-Sep-20| 8:10| Not applicable \nFilcc721cc9dd7ee55eb0e0698f712731d7| Not applicable| 2,003,228| 10-Sep-20| 8:07| Not applicable \nFilccbc2448b8815f8b825a84cc78bb511c| Not applicable| 11,405| 10-Sep-20| 8:10| Not applicable \nFilcd270becc68f50bf28755be77714be9e| Not applicable| 394,132| 10-Sep-20| 8:10| Not applicable \nFilcd886455496c5ec1862cf4aa506be262| Not applicable| 117,895| 10-Sep-20| 8:08| Not applicable \nFilcddc4ce9e9c46991c0b22e91ba3704ba| Not applicable| 160,587| 10-Sep-20| 8:10| Not applicable \nFilcff1dd14fb439fc7e9daa9dcb3e116c5| Not applicable| 12,932| 10-Sep-20| 8:10| Not applicable \nFild034d7905a9a668488c8afd111f03890| Not applicable| 317,800| 10-Sep-20| 8:11| Not applicable \nFild134087dcd6c80d2440a6f01ca531d43| Not applicable| 274,174| 10-Sep-20| 8:09| Not applicable \nFild14c12465bfbd20e37f23e7a26295b48| Not applicable| 365,935| 10-Sep-20| 8:07| Not applicable \nFild1b8d036a9c84b39ee432dce4f6d746f| Not applicable| 139,345| 10-Sep-20| 8:09| Not applicable \nFild22b63170e5bf9a8ba95b20e77f6931a| Not applicable| 121,042| 10-Sep-20| 8:10| Not applicable \nFild303b30a374c6671b361236e01f4b5cf| Not applicable| 164,590| 10-Sep-20| 8:10| Not applicable \nFild4549c48b4b688ecc880a1f283799d3f| Not applicable| 498,379| 10-Sep-20| 8:09| Not applicable \nFild4b4f55d65650fb68d8ae661f35a6cf3| Not applicable| 310,507| 10-Sep-20| 8:09| Not applicable \nFild4cd251093d729f1a42047080c2778eb| Not applicable| 306,546| 10-Sep-20| 8:08| Not applicable \nFild51a17d6f91520b346fc51bc3328726b| Not applicable| 145,877| 10-Sep-20| 8:11| Not applicable \nFild59daa81d7473621e57441d6ea0f15c0| Not applicable| 194,497| 10-Sep-20| 8:10| Not applicable \nFild5bfe2feae3b6b40e6b16de030127c67| Not applicable| 155,310| 10-Sep-20| 8:10| Not applicable \nFild5d8126bec59238a69351a093c4464d0| Not applicable| 3,790| 10-Sep-20| 8:10| Not applicable \nFild5f03da3e3a095d1f2b4a304a98bf729| Not applicable| 157,712| 10-Sep-20| 8:10| Not applicable \nFild68d4f36aac52c3202cf238e1f1e2964| Not applicable| 145,618| 10-Sep-20| 8:09| Not applicable \nFild7148cc0a8a831b0690ba7edff9c89fd| Not applicable| 309,585| 10-Sep-20| 8:09| Not applicable \nFild83a4ac68665cb7498564f6a2fa90824| Not applicable| 192,430| 10-Sep-20| 8:08| Not applicable \nFild84b6ccde6dad97a33cce010b6cf5541| Not applicable| 340,402| 10-Sep-20| 8:08| Not applicable \nFild87dcf579f0d9dcbe4e7662caabee77e| Not applicable| 1,363| 10-Sep-20| 8:10| Not applicable \nFild8a7c51dd3b9661c0d3937db06a0f6cc| Not applicable| 155,414| 10-Sep-20| 8:11| Not applicable \nFild9013e15b94e09b08396c315e0631a52| Not applicable| 316,058| 10-Sep-20| 8:10| Not applicable \nFild95c9ba0d427e30ab018118c4f8473b3| Not applicable| 389,600| 10-Sep-20| 8:08| Not applicable \nFilda6a4ae71e1b6b7ccfcb6a63a2127d4d| Not applicable| 1,749| 10-Sep-20| 8:10| Not applicable \nFildaad8f46b98411d7cb5457607ddc0097| Not applicable| 5,141| 10-Sep-20| 8:10| Not applicable \nFildade2b2752b156e32704242e66737bf6| Not applicable| 3,404| 10-Sep-20| 8:10| Not applicable \nFildaf7959b7c75db4261e040beb7293a13| Not applicable| 5,396| 10-Sep-20| 8:10| Not applicable \nFildb3335f7da7296c0cebb1f9dcf0a13b6| Not applicable| 166,555| 10-Sep-20| 8:10| Not applicable \nFildb508355a4e407081cba2130e65d580e| Not applicable| 327,332| 10-Sep-20| 8:08| Not applicable \nFildb5fd75c40a38a12961a5701f3dd077c| Not applicable| 11,205| 10-Sep-20| 8:08| Not applicable \nFildc8c47decc0a980dde3b8835cbb1da3b| Not applicable| 143,173| 10-Sep-20| 8:09| Not applicable \nFildcfc7c65952f1370410a552a0c3bdacb| Not applicable| 143,634| 10-Sep-20| 8:07| Not applicable \nFildd3233d5a669fbdbc6e1395b93273f67| Not applicable| 147,257| 10-Sep-20| 8:08| Not applicable \nFildd420a21b6ff581e2f8cba46cf9cfc00| Not applicable| 13,697| 10-Sep-20| 8:10| Not applicable \nFildd57d9330db1e4c1c5076183b76a0429| Not applicable| 159,581| 10-Sep-20| 8:10| Not applicable \nFilde7edfbc94e0445055094a8412075849| Not applicable| 317,167| 10-Sep-20| 8:08| Not applicable \nFildeb1eb5e06fd4f9ea01b736f7c5d3489| Not applicable| 4,463| 10-Sep-20| 8:10| Not applicable \nFildeef0cc1dbfd12d4e4898acabeb8cc0a| Not applicable| 161,351| 10-Sep-20| 8:10| Not applicable \nFildf1f940d4440482646f7e07b21c8977c| Not applicable| 400,048| 10-Sep-20| 8:10| Not applicable \nFildf479c394a62a395362bac2175f263d9| Not applicable| 154,989| 10-Sep-20| 8:08| Not applicable \nFile04ef21eb384d6ce69ac422ca5d202c8| Not applicable| 148,550| 10-Sep-20| 8:08| Not applicable \nFile09f49833cf1f2443418e2be8f1e0004| Not applicable| 3,998| 10-Sep-20| 8:10| Not applicable \nFile1425ffca08865888d2e0a662b85f22f| Not applicable| 194,027| 10-Sep-20| 8:11| Not applicable \nFile2554c88cacc807d5b821e2d2e7977e7| Not applicable| 14,799| 10-Sep-20| 8:10| Not applicable \nFile2a091148b8ca423a6f1f046e0adf881| Not applicable| 4,257| 10-Sep-20| 8:10| Not applicable \nFile3b0bd2216637faabef0676a9e81a5a6| Not applicable| 215,571| 10-Sep-20| 8:11| Not applicable \nFile3f54d4045f48da2f6084516bace3e1e| Not applicable| 163,145| 10-Sep-20| 8:09| Not applicable \nFile45d1d7c137c59f6c1ffaab0ebc51f77| Not applicable| 292,978| 10-Sep-20| 8:09| Not applicable \nFile54255e6002ed95d61afd7c75a5fa948| Not applicable| 370,103| 10-Sep-20| 8:11| Not applicable \nFile5789132b8eb5f2f7efa7697590cf45c| Not applicable| 156,176| 10-Sep-20| 8:09| Not applicable \nFile5dacfcc6f5dfff94990a84e026c4de2| Not applicable| 17,437| 10-Sep-20| 8:10| Not applicable \nFile70589c97d754e78d2fe2fed99eaebcc| Not applicable| 314,666| 10-Sep-20| 8:09| Not applicable \nFile71648118f1d0c1951edbcaa777d3a56| Not applicable| 251,235| 10-Sep-20| 8:09| Not applicable \nFile783cced0fcba1ff313575bb1ca1c68c| Not applicable| 364,541| 10-Sep-20| 8:08| Not applicable \nFile7c5afad77df85fd91512963f2fbf6e6| Not applicable| 34,450| 10-Sep-20| 8:09| Not applicable \nFile88a06b53e20b9e6752aa61d8e189c10| Not applicable| 155,990| 10-Sep-20| 8:09| Not applicable \nFile8b19ea66e7ffe68e3352d0de6ef2729| Not applicable| 407,248| 10-Sep-20| 8:10| Not applicable \nFile93062b648276336059fa449db4153a3| Not applicable| 12,123| 10-Sep-20| 8:10| Not applicable \nFilea581cb50d1d2cd077771d63c5b6dc51| Not applicable| 21,265| 10-Sep-20| 8:10| Not applicable \nFileae73d48fc92a17e014b0abe1700f303| Not applicable| 156,338| 10-Sep-20| 8:09| Not applicable \nFilec4338229af7da65b4b819322b30edda| Not applicable| 3,944| 10-Sep-20| 8:10| Not applicable \nFilec7f6fc187f8be14de5ec034c2d85229| Not applicable| 118,511| 10-Sep-20| 8:11| Not applicable \nFilecdb8669c113ce265be59f27aebb63c7| Not applicable| 201,438| 10-Sep-20| 8:08| Not applicable \nFileeb9f8d46d03aa02e3a639c1190925ca| Not applicable| 4,194| 10-Sep-20| 8:10| Not applicable \nFilefd2c6f724098d78412ccee1a36009ec| Not applicable| 367,647| 10-Sep-20| 8:10| Not applicable \nFilf0c07502f8d3141d66a6c1fd4a71ca59| Not applicable| 4,352| 10-Sep-20| 8:10| Not applicable \nFilf1324936e054d2474bba214d9e6855a0| Not applicable| 390,378| 10-Sep-20| 8:08| Not applicable \nFilf1b4b77518eb47dc1959750fec59dcdc| Not applicable| 558,426| 10-Sep-20| 8:08| Not applicable \nFilf1dbefccbfa368491a69955663586af4| Not applicable| 234,623| 10-Sep-20| 8:09| Not applicable \nFilf21ccdcd3e87189b3373cbe88465bbed| Not applicable| 160,091| 10-Sep-20| 8:08| Not applicable \nFilf257fa6642fbb757e3f26de753df4489| Not applicable| 322,187| 10-Sep-20| 8:09| Not applicable \nFilf29a31a400ab7bfd670be114c615e00e| Not applicable| 440,018| 10-Sep-20| 8:07| Not applicable \nFilf3015d007a6f5f56a11032dcd1ce8969| Not applicable| 1,875| 10-Sep-20| 8:10| Not applicable \nFilf312b9f00ef669d78efe9b0d80f99896| Not applicable| 209,647| 10-Sep-20| 8:10| Not applicable \nFilf31637de0f0a1e59a079df18e7f11f70| Not applicable| 532,038| 10-Sep-20| 8:09| Not applicable \nFilf423a2f8e32497160710c8152115c908| Not applicable| 739| 10-Sep-20| 8:10| Not applicable \nFilf4f7477b721b363112253d772077f40a| Not applicable| 44,908| 10-Sep-20| 8:10| Not applicable \nFilf57cc0e30babe3fc1f5dcf14ffe60ce6| Not applicable| 569,467| 10-Sep-20| 8:09| Not applicable \nFilf588408b53c88d5458d0bdfcabd56663| Not applicable| 162,184| 10-Sep-20| 8:08| Not applicable \nFilf5c3373f3ffd93654bd1b1876513b75f| Not applicable| 63,356| 10-Sep-20| 8:08| Not applicable \nFilf6d8842a14339881592611f23bb7b252| Not applicable| 11,215| 10-Sep-20| 8:11| Not applicable \nFilf703fe4b5a67deaaa43a5f6ec9473805| Not applicable| 510,613| 10-Sep-20| 8:10| Not applicable \nFilf7b4e504538e95c386061696b9d45120| Not applicable| 487,727| 10-Sep-20| 8:11| Not applicable \nFilf7ecfde79d2a28e873992ce54d255fa4| Not applicable| 12,496| 10-Sep-20| 8:10| Not applicable \nFilf8694f2cec5c365c0ef11b2f23dec843| Not applicable| 348,665| 10-Sep-20| 8:11| Not applicable \nFilf90a123a3d43f3927c5318df051b9542| Not applicable| 492,011| 10-Sep-20| 8:08| Not applicable \nFilf90f4fab546e82b6ef9b90297aef9ad7| Not applicable| 449,767| 10-Sep-20| 8:08| Not applicable \nFilf992eef20268ccc0eb06557927ff1afd| Not applicable| 1,226| 10-Sep-20| 8:10| Not applicable \nFilf9a6877dcf00a67a311f48dad50b7e9b| Not applicable| 62,482| 10-Sep-20| 8:08| Not applicable \nFilf9b49c84aebc070c43e273a673e1cf99| Not applicable| 14,419| 10-Sep-20| 8:03| Not applicable \nFilf9e067ad79a7547e26462a712cbd2234| Not applicable| 166,529| 10-Sep-20| 8:08| Not applicable \nFilf9f6edd39dceaf9e49f9eb33efd6947e| Not applicable| 13,469| 10-Sep-20| 8:10| Not applicable \nFilfac323bdf8297e52cb9758bc0f107bdf| Not applicable| 272,915| 10-Sep-20| 8:09| Not applicable \nFilfc185af7dea156a27d3ffbbb82d11e73| Not applicable| 1,874| 10-Sep-20| 8:10| Not applicable \nFilfca646dd1df179d1706cdf713ccc1069| Not applicable| 11,309| 10-Sep-20| 8:10| Not applicable \nFilfd686744556fc950cd80295cb80aff43| Not applicable| 249,760| 10-Sep-20| 8:08| Not applicable \nFilfe0ef3ae7100cf23dd43d3efa4f0a0e9| Not applicable| 433,228| 10-Sep-20| 8:08| Not applicable \nFilfe13d9d3d88bb5b431d4a796b8541c66| Not applicable| 63,672| 10-Sep-20| 8:08| Not applicable \nFilfe1f533df46bf985ea2b2ab30e5d6a35| Not applicable| 161,408| 10-Sep-20| 8:08| Not applicable \nFilfefeffa72c0a131333c1a98e9bb695c0| Not applicable| 45,162| 10-Sep-20| 8:10| Not applicable \nFilff7006991aa221e3c40687aae0081106| Not applicable| 3,184| 10-Sep-20| 8:10| Not applicable \nFilteringconfigurationcommands.ps1| Not applicable| 18,295| 27-Apr-21| 9:23| Not applicable \nGetucpool.ps1| Not applicable| 19,851| 27-Apr-21| 9:23| Not applicable \nGetvalidengines.ps1| Not applicable| 13,346| 27-Apr-21| 9:23| Not applicable \nGet_publicfoldermailboxsize.ps1| Not applicable| 15,102| 27-Apr-21| 9:23| Not applicable \nImportedgeconfig.ps1| Not applicable| 77,324| 27-Apr-21| 9:23| Not applicable \nImport_mailpublicfoldersformigration.ps1| Not applicable| 36,514| 27-Apr-21| 9:23| Not applicable \nImport_retentiontags.ps1| Not applicable| 28,874| 27-Apr-21| 9:23| Not applicable \nLpversioning.xml| Not applicable| 20,446| 27-Apr-21| 8:56| Not applicable \nMerge_publicfoldermailbox.ps1| Not applicable| 45,400| 27-Apr-21| 9:23| Not applicable \nMicrosoft.ceres.datalossprevention.dll.90160000_1164_0000_1000_1000000ff1ce| 16.0.1497.18| 873,976| 27-Apr-21| 8:53| Not applicable \nMicrosoft.dkm.proxy.dll| 15.0.1497.18| 32,712| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.addressbook.service.dll| 15.0.1497.18| 218,592| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.airsync.dll1| 15.0.1497.18| 1,676,272| 27-Apr-21| 9:00| Not applicable \nMicrosoft.exchange.airsynchandler.dll| 15.0.1497.18| 59,376| 27-Apr-21| 9:00| x86 \nMicrosoft.exchange.anchorservice.dll| 15.0.1497.18| 137,688| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.antispamupdatesvc.exe| 15.0.1497.18| 27,632| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.approval.applications.dll| 15.0.1497.18| 53,208| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.assistants.dll| 15.0.1497.18| 339,416| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.auditlogsearchservicelet.dll| 15.0.1497.18| 70,616| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.authadminservicelet.dll| 15.0.1497.18| 36,336| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.authservicehostservicelet.dll| 15.0.1497.18| 15,856| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.autodiscover.dll| 15.0.1497.18| 360,384| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.autodiscoverv2.dll| 15.0.1497.18| 31,680| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.batchservice.dll| 15.0.1497.18| 33,224| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.certificatedeploymentservicelet.dll| 15.0.1497.18| 26,584| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.certificatenotificationservicelet.dll| 15.0.1497.18| 23,512| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.clients.common.dll| 15.0.1497.18| 158,128| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.clients.owa.dll| 15.0.1497.18| 3,030,448| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.clients.owa2.server.dll| 15.0.1497.18| 2,269,616| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.clients.security.dll| 15.0.1497.18| 156,080| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.cluster.common.extensions.dll| 15.0.1497.18| 22,472| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.cluster.replay.dll| 15.0.1497.18| 2,698,696| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.cluster.replicaseeder.dll| 15.0.1497.18| 107,968| 27-Apr-21| 8:57| x64 \nMicrosoft.exchange.cluster.replicavsswriter.dll| 15.0.1497.18| 287,688| 27-Apr-21| 8:57| x64 \nMicrosoft.exchange.cluster.shared.dll| 15.0.1497.18| 462,784| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.common.diskmanagement.dll| 15.0.1497.18| 55,744| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.common.dll| 15.0.1497.18| 157,632| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.common.inference.dll| 15.0.1497.18| 39,360| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.compliance.dll| 15.0.1497.18| 85,440| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.compliance.taskdistributioncommon.dll| 15.0.1497.18| 173,024| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.compliance.taskdistributionfabric.dll| 15.0.1497.18| 74,728| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.compliance.taskplugins.dll| 15.0.1497.18| 25,568| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.compression.dll| 15.0.1497.18| 17,856| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.configuration.certificateauth.dll| 15.0.1497.18| 37,840| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.configuration.core.dll| 15.0.1497.18| 111,080| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.configuration.delegatedauth.dll| 15.0.1497.18| 53,712| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.configuration.diagnosticsmodules.dll| 15.0.1497.18| 24,008| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.configuration.failfast.dll| 15.0.1497.18| 55,248| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.configuration.objectmodel.dll| 15.0.1497.18| 1,455,048| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.configuration.redirectionmodule.dll| 15.0.1497.18| 71,632| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.configuration.remotepowershellbackendcmdletproxymodule.dll| 15.0.1497.18| 21,472| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.connections.common.dll| 15.0.1497.18| 77,248| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.connections.eas.dll| 15.0.1497.18| 235,976| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.connections.imap.dll| 15.0.1497.18| 115,136| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.connections.pop.dll| 15.0.1497.18| 74,688| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.core.strings.dll| 15.0.1497.18| 599,488| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.data.applicationlogic.dll| 15.0.1497.18| 1,271,816| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.data.directory.dll| 15.0.1497.18| 6,639,112| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.data.dll| 15.0.1497.18| 1,378,824| 27-Apr-21| 9:00| x86 \nMicrosoft.exchange.data.groupmailboxaccesslayer.dll| 15.0.1497.18| 314,368| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.data.ha.dll| 15.0.1497.18| 82,416| 27-Apr-21| 9:00| x86 \nMicrosoft.exchange.data.imageanalysis.dll| 15.0.1497.18| 108,016| 27-Apr-21| 9:00| x86 \nMicrosoft.exchange.data.mapi.dll| 15.0.1497.18| 175,112| 27-Apr-21| 9:00| x86 \nMicrosoft.exchange.data.metering.contracts.dll| 15.0.1497.18| 31,240| 27-Apr-21| 9:00| x86 \nMicrosoft.exchange.data.metering.dll| 15.0.1497.18| 99,336| 27-Apr-21| 9:00| x86 \nMicrosoft.exchange.data.providers.dll| 15.0.1497.18| 141,320| 27-Apr-21| 9:00| x86 \nMicrosoft.exchange.data.storage.clientstrings.dll| 15.0.1497.18| 143,856| 27-Apr-21| 9:00| x86 \nMicrosoft.exchange.data.storage.dll| 15.0.1497.18| 8,145,920| 27-Apr-21| 9:00| x86 \nMicrosoft.exchange.data.throttlingservice.client.dll| 15.0.1497.18| 36,360| 27-Apr-21| 9:00| x86 \nMicrosoft.exchange.datacenterstrings.dll| 15.0.1497.18| 75,248| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.diagnostics.certificatelogger.dll| 15.0.1497.18| 22,960| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.diagnostics.dll| 15.0.1497.18| 1,934,792| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.diagnostics.performancelogger.dll| 15.0.1497.18| 23,984| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.diagnostics.service.common.dll| 15.0.1497.18| 321,968| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.diagnostics.service.exchangejobs.dll| 15.0.1497.18| 134,600| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.diagnostics.service.exe| 15.0.1497.18| 127,408| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.diagnosticsaggregationservicelet.dll| 15.0.1497.18| 50,672| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.directory.topologyservice.exe| 15.0.1497.18| 192,992| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.dxstore.dll| 15.0.1497.18| 279,488| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.dxstore.ha.instance.exe| 15.0.1497.18| 20,936| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.edgecredentialsvc.exe| 15.0.1497.18| 21,976| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.edgesync.common.dll| 15.0.1497.18| 153,568| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.edgesync.datacenterproviders.dll| 15.0.1497.18| 225,248| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.edgesyncsvc.exe| 15.0.1497.18| 98,256| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.ediscovery.export.dll| 15.0.1497.18| 1,126,376| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.ediscovery.export.dll.deploy| 15.0.1497.18| 1,126,376| 27-Apr-21| 8:58| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.application| Not applicable| 16,506| 27-Apr-21| 10:02| Not applicable \nMicrosoft.exchange.ediscovery.exporttool.manifest| Not applicable| 67,550| 27-Apr-21| 9:57| Not applicable \nMicrosoft.exchange.ediscovery.mailboxsearch.dll| 15.0.1497.18| 295,904| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.entities.birthdaycalendar.dll| 15.0.1497.18| 56,296| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.entities.calendaring.dll| 15.0.1497.18| 208,360| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.entities.common.dll| 15.0.1497.18| 155,104| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.entities.datamodel.dll| 15.0.1497.18| 137,184| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.entities.holidaycalendars.dll| 15.0.1497.18| 35,296| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.entities.people.dll| 15.0.1497.18| 37,344| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.eserepl.configuration.dll| 15.0.1497.18| 16,320| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.eserepl.dll| 15.0.1497.18| 118,728| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.exchangecertificateservicelet.dll| 15.0.1497.18| 37,360| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.extensibility.internal.dll| 15.0.1497.18| 560,104| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.extensibility.partner.dll| 15.0.1497.18| 15,840| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.federateddirectory.dll| 15.0.1497.18| 76,784| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.frontendhttpproxy.dll| 15.0.1497.18| 571,848| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.hathirdpartyreplication.dll| 15.0.1497.18| 42,944| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.helpprovider.dll| 15.0.1497.18| 39,400| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.httpproxy.addressfinder.dll| 15.0.1497.18| 31,152| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.httpproxy.common.dll| 15.0.1497.18| 95,664| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.httpproxy.diagnostics.dll| 15.0.1497.18| 35,272| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.httpproxy.proxyassistant.dll| 15.0.1497.18| 17,856| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.httpproxy.routerefresher.dll| 15.0.1497.18| 21,424| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.httpproxy.routeselector.dll| 15.0.1497.18| 35,248| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.httpproxy.routing.dll| 15.0.1497.18| 63,920| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.httpredirectmodules.dll| 15.0.1497.18| 27,056| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.httputilities.dll| 15.0.1497.18| 20,912| 27-Apr-21| 8:57| x86 \nMicrosoft.exchange.hygiene.data.dll| 15.0.1497.18| 1,033,688| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.imap4.exe| 15.0.1497.18| 230,344| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.imap4.exe.fe| 15.0.1497.18| 230,344| 27-Apr-21| 9:48| Not applicable \nMicrosoft.exchange.imap4service.exe| 15.0.1497.18| 25,032| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.imap4service.exe.fe| 15.0.1497.18| 25,032| 27-Apr-21| 9:48| Not applicable \nMicrosoft.exchange.inference.common.dll| 15.0.1497.18| 71,664| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.inference.mdbcommon.dll| 15.0.1497.18| 75,776| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.inference.peoplerelevance.dll| 15.0.1497.18| 93,696| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.inference.pipeline.dll| 15.0.1497.18| 21,504| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.inference.ranking.dll| 15.0.1497.18| 19,456| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.infoworker.assistantsclientresources.dll| 15.0.1497.18| 35,328| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.infoworker.common.dll| 15.0.1497.18| 1,662,464| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.infoworker.meetingvalidator.dll| 15.0.1497.18| 164,352| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.jobqueueservicelet.dll| 15.0.1497.18| 84,968| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.live.domainservices.dll| 15.0.1497.18| 122,328| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.loganalyzer.analyzers.oabdownloadlog.dll| 15.0.1497.18| 20,400| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.loganalyzer.extensions.oabdownloadlog.dll| 15.0.1497.18| 18,888| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.loguploader.dll| 15.0.1497.18| 159,680| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.loguploaderproxy.dll| 15.0.1497.18| 61,376| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.mailboxloadbalance.dll| 15.0.1497.18| 346,056| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxloadbalance.serverstrings.dll| 15.0.1497.18| 43,440| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxloadbalanceclient.dll| 15.0.1497.18| 24,520| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxreplicationservice.common.dll| 15.0.1497.18| 1,523,632| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxreplicationservice.dll| 15.0.1497.18| 639,432| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxreplicationservice.easprovider.dll| 15.0.1497.18| 106,416| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxreplicationservice.imapprovider.dll| 15.0.1497.18| 61,872| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxreplicationservice.mapiprovider.dll| 15.0.1497.18| 91,592| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxreplicationservice.popprovider.dll| 15.0.1497.18| 42,416| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxreplicationservice.proxyclient.dll| 15.0.1497.18| 121,776| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxreplicationservice.proxyservice.dll| 15.0.1497.18| 148,424| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxreplicationservice.pstprovider.dll| 15.0.1497.18| 82,352| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxreplicationservice.remoteprovider.dll| 15.0.1497.18| 72,624| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxreplicationservice.storageprovider.dll| 15.0.1497.18| 120,264| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxreplicationservice.upgrade14to15.dll| 15.0.1497.18| 276,400| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.mailboxtransport.storedrivercommon.dll| 15.0.1497.18| 140,248| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.mailboxtransport.storedriverdelivery.dll| 15.0.1497.18| 517,080| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.mailboxtransport.submission.storedriversubmission.dll| 15.0.1497.18| 191,960| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.management.compliancepolicy.dll| 15.0.1497.18| 38,888| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.management.controlpanel.dll| 15.0.1497.18| 6,405,552| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.management.controlpanel.owaoptionstrings.dll| 15.0.1497.18| 286,136| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.management.deployment.analysis.dll| 15.0.1497.18| 96,728| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.management.deployment.dll| 15.0.1497.18| 614,896| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.management.detailstemplates.dll| 15.0.1497.18| 70,040| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.management.dll| 15.0.1497.18| #########| 27-Apr-21| 8:59| x64 \nMicrosoft.exchange.management.edge.systemmanager.dll| 15.0.1497.18| 60,840| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.management.mobility.dll| 15.0.1497.18| 306,672| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.management.powershell.support.dll| 15.0.1497.18| 229,360| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.management.psdirectinvoke.dll| 15.0.1497.18| 47,088| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.management.rbacdefinition.dll| 15.0.1497.18| 6,657,520| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.management.recipient.dll| 15.0.1497.18| 854,512| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.management.reportingwebservice.dll| 15.0.1497.18| 146,360| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.management.snapin.esm.dll| 15.0.1497.18| 73,144| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.management.systemmanager.dll| 15.0.1497.18| 1,273,768| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.management.transport.dll| 15.0.1497.18| 764,376| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.managementgui.dll| 15.0.1497.18| 5,352,352| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.mapihttpclient.dll| 15.0.1497.18| 115,136| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.mapihttphandler.dll| 15.0.1497.18| 192,496| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.messagesecurity.dll| 15.0.1497.18| 78,808| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.messagingpolicies.edgeagents.dll| 15.0.1497.18| 66,008| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.messagingpolicies.hygienerules.dll| 15.0.1497.18| 28,632| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.messagingpolicies.journalagent.dll| 15.0.1497.18| 173,032| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.messagingpolicies.redirectionagent.dll| 15.0.1497.18| 25,560| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.messagingpolicies.rmsvcagent.dll| 15.0.1497.18| 153,072| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.messagingpolicies.rules.dll| 15.0.1497.18| 309,744| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.messagingpolicies.transportruleagent.dll| 15.0.1497.18| 34,264| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.messagingpolicies.unjournalagent.dll| 15.0.1497.18| 98,776| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.migration.dll| 15.0.1497.18| 962,024| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.migrationmonitor.dll| 15.0.1497.18| 144,880| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.mobiledriver.dll| 15.0.1497.18| 139,240| 27-Apr-21| 8:55| x86 \nMicrosoft.exchange.monitoring.activemonitoring.local.components.dll| 15.0.1497.18| 3,922,952| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.monitoring.servicecontextprovider.dll| 15.0.1497.18| 20,480| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.net.dll| 15.0.1497.18| 4,034,488| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.notifications.broker.exe| 15.0.1497.18| 172,976| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.notifications.brokerapi.dll| 15.0.1497.18| 56,264| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.oabauthmodule.dll| 15.0.1497.18| 20,992| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.oabrequesthandler.dll| 15.0.1497.18| 73,216| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.photogarbagecollectionservicelet.dll| 15.0.1497.18| 15,320| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.pop3.exe| 15.0.1497.18| 92,592| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.pop3.exe.fe| 15.0.1497.18| 92,592| 27-Apr-21| 9:48| Not applicable \nMicrosoft.exchange.pop3service.exe| 15.0.1497.18| 25,008| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.pop3service.exe.fe| 15.0.1497.18| 25,008| 27-Apr-21| 9:48| Not applicable \nMicrosoft.exchange.popimap.core.dll| 15.0.1497.18| 209,840| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.popimap.core.dll.fe| 15.0.1497.18| 209,840| 27-Apr-21| 9:48| Not applicable \nMicrosoft.exchange.powersharp.management.dll| 15.0.1497.18| 4,177,904| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.powershell.configuration.dll| 15.0.1497.18| 261,560| 27-Apr-21| 8:59| x64 \nMicrosoft.exchange.powershell.rbachostingtools.dll| 15.0.1497.18| 41,400| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.protectedservicehost.exe| 15.0.1497.18| 29,144| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.protocols.fasttransfer.dll| 15.0.1497.18| 134,104| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.protocols.mapi.dll| 15.0.1497.18| 406,488| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.provisioningagent.dll| 15.0.1497.18| 228,336| 27-Apr-21| 8:59| x64 \nMicrosoft.exchange.provisioningservicelet.dll| 15.0.1497.18| 80,880| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.pushnotifications.dll| 15.0.1497.18| 105,392| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.pushnotifications.publishers.dll| 15.0.1497.18| 407,984| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.pushnotifications.server.dll| 15.0.1497.18| 72,624| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.rpc.dll| 15.0.1497.18| 1,466,816| 27-Apr-21| 8:58| x64 \nMicrosoft.exchange.rpcclientaccess.dll| 15.0.1497.18| 150,512| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.rpcclientaccess.exmonhandler.dll| 15.0.1497.18| 62,448| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.rpcclientaccess.handler.dll| 15.0.1497.18| 483,800| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.rpcclientaccess.monitoring.dll| 15.0.1497.18| 149,464| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.rpcclientaccess.parser.dll| 15.0.1497.18| 733,632| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.rpcclientaccess.server.dll| 15.0.1497.18| 207,832| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.rpcclientaccess.service.exe| 15.0.1497.18| 31,688| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.rpchttpmodules.dll| 15.0.1497.18| 41,432| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.rpcoverhttpautoconfig.dll| 15.0.1497.18| 51,184| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.rules.common.dll| 15.0.1497.18| 137,144| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.saclwatcherservicelet.dll| 15.0.1497.18| 20,464| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.search.core.dll| 15.0.1497.18| 290,248| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.search.engine.dll| 15.0.1497.18| 97,224| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.search.fast.dll| 15.0.1497.18| 329,160| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.search.mdb.dll| 15.0.1497.18| 175,048| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.search.query.dll| 15.0.1497.18| 95,176| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.search.service.exe| 15.0.1497.18| 29,104| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.security.dll| 15.0.1497.18| 804,352| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.security.msarpsservice.exe| 15.0.1497.18| 19,968| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.server.storage.admininterface.dll| 15.0.1497.18| 216,024| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.common.dll| 15.0.1497.18| 413,168| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.diagnostics.dll| 15.0.1497.18| 190,960| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.directoryservices.dll| 15.0.1497.18| 95,704| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.esebackinterop.dll| 15.0.1497.18| 82,904| 27-Apr-21| 8:59| x64 \nMicrosoft.exchange.server.storage.fulltextindex.dll| 15.0.1497.18| 67,032| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.ha.dll| 15.0.1497.18| 82,392| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.lazyindexing.dll| 15.0.1497.18| 190,936| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.logicaldatamodel.dll| 15.0.1497.18| 822,744| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.mapidisp.dll| 15.0.1497.18| 426,992| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.multimailboxsearch.dll| 15.0.1497.18| 48,088| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.physicalaccess.dll| 15.0.1497.18| 561,112| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.propertydefinitions.dll| 15.0.1497.18| 784,880| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.propertytag.dll| 15.0.1497.18| 30,680| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.rpcproxy.dll| 15.0.1497.18| 118,744| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.storecommonservices.dll| 15.0.1497.18| 738,288| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.storeintegritycheck.dll| 15.0.1497.18| 93,144| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.server.storage.workermanager.dll| 15.0.1497.18| 34,776| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.servicehost.exe| 15.0.1497.18| 54,768| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.servicelets.globallocatorcache.dll| 15.0.1497.18| 49,136| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.services.dll| 15.0.1497.18| 7,786,496| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.services.onlinemeetings.dll| 15.0.1497.18| 214,528| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.setup.acquirelanguagepack.dll| 15.0.1497.18| 58,880| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.setup.bootstrapper.common.dll| 15.0.1497.18| 84,992| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.setup.common.dll| 15.0.1497.18| 308,224| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.setup.commonbase.dll| 15.0.1497.18| 35,840| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.setup.console.dll| 15.0.1497.18| 27,648| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.setup.gui.dll| 15.0.1497.18| 120,832| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.setup.parser.dll| 15.0.1497.18| 54,272| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.sharedcache.client.dll| 15.0.1497.18| 22,976| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.sharedcache.exe| 15.0.1497.18| 56,808| 27-Apr-21| 8:55| x86 \nMicrosoft.exchange.sharepointsignalstore.dll| 15.0.1497.18| 29,632| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.sqm.dll| 15.0.1497.18| 48,064| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.store.service.exe| 15.0.1497.18| 25,048| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.store.worker.exe| 15.0.1497.18| 26,584| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.storedriver.dll| 15.0.1497.18| 77,272| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.storeprovider.dll| 15.0.1497.18| 998,376| 27-Apr-21| 8:55| x86 \nMicrosoft.exchange.syncmigrationservicelet.dll| 15.0.1497.18| 15,832| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.textprocessing.dll| 15.0.1497.18| 151,472| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.transport.agent.addressbookpolicyroutingagent.dll| 15.0.1497.18| 24,576| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.agent.antispam.common.dll| 15.0.1497.18| 96,256| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.agent.contentfilter.cominterop.dll| 15.0.1497.18| 22,536| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.agent.frontendproxyagent.dll| 15.0.1497.18| 20,480| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.agent.hygiene.dll| 15.0.1497.18| 217,104| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.agent.interceptoragent.dll| 15.0.1497.18| 103,936| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.agent.liveidauth.dll| 15.0.1497.18| 17,920| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.agent.malware.dll| 15.0.1497.18| 133,088| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.transport.agent.phishingdetection.dll| 15.0.1497.18| 21,504| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.agent.prioritization.dll| 15.0.1497.18| 29,704| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.agent.protocolanalysis.dbaccess.dll| 15.0.1497.18| 48,128| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.agent.search.dll| 15.0.1497.18| 30,208| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.agent.senderid.core.dll| 15.0.1497.18| 54,280| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.agent.sharedmailboxsentitemsroutingagent.dll| 15.0.1497.18| 28,632| 27-Apr-21| 9:48| x86 \nMicrosoft.exchange.transport.agent.systemprobedrop.dll| 15.0.1497.18| 17,920| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.agent.trustedmailagents.dll| 15.0.1497.18| 45,072| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.common.dll| 15.0.1497.18| 39,400| 27-Apr-21| 8:55| x86 \nMicrosoft.exchange.transport.dll| 15.0.1497.18| 3,539,944| 27-Apr-21| 8:55| x86 \nMicrosoft.exchange.transport.logging.search.dll| 15.0.1497.18| 73,704| 27-Apr-21| 8:55| x86 \nMicrosoft.exchange.transport.loggingcommon.dll| 15.0.1497.18| 59,880| 27-Apr-21| 8:55| x86 \nMicrosoft.exchange.transport.scheduler.contracts.dll| 15.0.1497.18| 21,480| 27-Apr-21| 8:55| x86 \nMicrosoft.exchange.transport.scheduler.dll| 15.0.1497.18| 61,928| 27-Apr-21| 8:55| x86 \nMicrosoft.exchange.transport.storage.contracts.dll| 15.0.1497.18| 27,624| 27-Apr-21| 8:55| x86 \nMicrosoft.exchange.transport.storage.dll| 15.0.1497.18| 35,304| 27-Apr-21| 8:55| x86 \nMicrosoft.exchange.transport.sync.agents.dll| 15.0.1497.18| 17,896| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.sync.common.dll| 15.0.1497.18| 515,560| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.sync.manager.dll| 15.0.1497.18| 316,904| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.sync.migrationrpc.dll| 15.0.1497.18| 47,080| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transport.sync.worker.dll| 15.0.1497.18| 1,079,784| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.transportsyncmanagersvc.exe| 15.0.1497.18| 18,408| 27-Apr-21| 8:56| x86 \nMicrosoft.exchange.um.callrouter.exe| 15.0.1497.18| 22,528| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.um.clientstrings.dll| 15.0.1497.18| 63,488| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.um.ucmaplatform.dll| 15.0.1497.18| 244,712| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.um.umcommon.dll| 15.0.1497.18| 967,168| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.um.umcore.dll| 15.0.1497.18| 1,515,520| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.unifiedcontent.dll| 15.0.1497.18| 40,432| 27-Apr-21| 9:00| x86 \nMicrosoft.exchange.unifiedcontent.exchange.dll| 15.0.1497.18| 23,048| 27-Apr-21| 9:00| x86 \nMicrosoft.exchange.unifiedpolicysyncservicelet.dll| 15.0.1497.18| 38,912| 27-Apr-21| 8:59| x86 \nMicrosoft.exchange.variantconfiguration.dll| 15.0.1497.18| 761,800| 27-Apr-21| 8:58| x86 \nMicrosoft.exchange.workloadmanagement.dll| 15.0.1497.18| 193,528| 27-Apr-21| 8:53| x86 \nMicrosoft.filtering.exchange.dll| 15.0.1497.18| 47,576| 27-Apr-21| 8:59| x86 \nMicrosoft.forefront.activedirectoryconnector.dll| 15.0.1497.18| 47,064| 27-Apr-21| 8:59| x86 \nMicrosoft.forefront.management.powershell.format.ps1xml| Not applicable| 23,726| 27-Apr-21| 9:22| Not applicable \nMicrosoft.forefront.management.powershell.types.ps1xml| Not applicable| 16,361| 27-Apr-21| 9:22| Not applicable \nMicrosoft.forefront.monitoring.activemonitoring.local.components.dll| 15.0.1497.18| 1,170,944| 27-Apr-21| 8:56| x86 \nMicrosoft.forefront.monitoring.management.outsidein.dll| 15.0.1497.18| 31,232| 27-Apr-21| 8:56| x86 \nMicrosoft.forefront.reporting.common.dll| 15.0.1497.18| 42,464| 27-Apr-21| 8:59| x86 \nMicrosoft.forefront.reporting.ondemandquery.dll| 15.0.1497.18| 37,872| 27-Apr-21| 8:59| x86 \nMicrosoft.isam.esent.interop.dll| 15.0.1497.18| 473,560| 27-Apr-21| 8:59| x86 \nMicrosoft.office.compliancepolicy.exchange.dar.dll| 15.0.1497.18| 80,384| 27-Apr-21| 8:59| x86 \nMicrosoft.office.compliancepolicy.platform.dll| 15.0.1497.18| 1,244,096| 27-Apr-21| 8:58| x86 \nMicrosoft.office.datacenter.activemonitoring.management.common.dll| 15.0.1497.18| 51,712| 27-Apr-21| 8:59| x86 \nMicrosoft.office.datacenter.activemonitoring.management.dll| 15.0.1497.18| 28,176| 27-Apr-21| 8:56| x86 \nMicrosoft.office.datacenter.activemonitoringlocal.dll| 15.0.1497.18| 544,704| 27-Apr-21| 8:58| x86 \nMicrosoft.office.datacenter.monitoring.activemonitoring.recovery.dll| 15.0.1497.18| 166,400| 27-Apr-21| 8:56| x86 \nMicrosoft.office.datacenter.workertaskframeworkinternalprovider.dll| 15.0.1497.18| 252,352| 27-Apr-21| 8:58| x86 \nMigrateumcustomprompts.ps1| Not applicable| 19,170| 27-Apr-21| 9:23| Not applicable \nMovemailbox.ps1| Not applicable| 61,236| 27-Apr-21| 9:23| Not applicable \nMovetransportdatabase.ps1| Not applicable| 30,650| 27-Apr-21| 9:23| Not applicable \nMove_publicfolderbranch.ps1| Not applicable| 35,194| 27-Apr-21| 9:23| Not applicable \nMsexchangedagmgmt.exe| 15.0.1497.18| 22,976| 27-Apr-21| 8:57| x86 \nMsexchangedelivery.exe| 15.0.1497.18| 31,704| 27-Apr-21| 8:59| x86 \nMsexchangefrontendtransport.exe| 15.0.1497.18| 25,576| 27-Apr-21| 8:55| x86 \nMsexchangehmhost.exe| 15.0.1497.18| 25,600| 27-Apr-21| 8:56| x86 \nMsexchangehmworker.exe| 15.0.1497.18| 34,832| 27-Apr-21| 8:56| x86 \nMsexchangemailboxassistants.exe| 15.0.1497.18| 2,391,512| 27-Apr-21| 8:58| x86 \nMsexchangemailboxreplication.exe| 15.0.1497.18| 20,424| 27-Apr-21| 9:48| x86 \nMsexchangemigrationworkflow.exe| 15.0.1497.18| 46,000| 27-Apr-21| 9:48| x86 \nMsexchangerepl.exe| 15.0.1497.18| 65,984| 27-Apr-21| 8:57| x86 \nMsexchangesubmission.exe| 15.0.1497.18| 61,912| 27-Apr-21| 8:59| x86 \nMsexchangethrottling.exe| 15.0.1497.18| 40,432| 27-Apr-21| 9:00| x86 \nMsexchangetransport.exe| 15.0.1497.18| 77,288| 27-Apr-21| 8:55| x86 \nMsexchangetransportlogsearch.exe| 15.0.1497.18| 143,336| 27-Apr-21| 8:55| x86 \nMspatchlinterop.dll| 15.0.1497.18| 53,680| 27-Apr-21| 9:22| x64 \nNewtestcasconnectivityuser.ps1| Not applicable| 22,312| 27-Apr-21| 9:23| Not applicable \nNewtestcasconnectivityuserhosting.ps1| Not applicable| 24,627| 27-Apr-21| 9:23| Not applicable \nOwaauth.dll| 15.0.1497.18| 91,568| 27-Apr-21| 9:22| x64 \nPowershell.rbachostingtools.dll_1bf4f3e363ef418781685d1a60da11c1| 15.0.1497.18| 41,400| 27-Apr-21| 8:59| Not applicable \nPreparemoverequesthosting.ps1| Not applicable| 71,059| 27-Apr-21| 9:23| Not applicable \nPrepare_moverequest.ps1| Not applicable| 73,293| 27-Apr-21| 9:23| Not applicable \nPublicfoldertomailboxmapgenerator.ps1| Not applicable| 46,538| 27-Apr-21| 9:23| Not applicable \nReinstalldefaulttransportagents.ps1| Not applicable| 20,788| 27-Apr-21| 9:23| Not applicable \nRemoteexchange.ps1| Not applicable| 21,845| 27-Apr-21| 9:21| Not applicable \nRemoveuserfrompfrecursive.ps1| Not applicable| 14,791| 27-Apr-21| 9:23| Not applicable \nReplaceuserpermissiononpfrecursive.ps1| Not applicable| 15,095| 27-Apr-21| 9:23| Not applicable \nReplaceuserwithuseronpfrecursive.ps1| Not applicable| 15,125| 27-Apr-21| 9:23| Not applicable \nResetattachmentfilterentry.ps1| Not applicable| 15,516| 27-Apr-21| 9:23| Not applicable \nResetcasservice.ps1| Not applicable| 21,771| 27-Apr-21| 9:23| Not applicable \nRightsmanagementwrapper.dll| 15.0.1497.18| 79,280| 27-Apr-21| 9:23| x64 \nRollalternateserviceaccountpassword.ps1| Not applicable| 55,850| 27-Apr-21| 9:23| Not applicable \nRpcproxyshim.dll| 15.0.1497.18| 40,368| 27-Apr-21| 9:23| x64 \nRwsperfcounters.xml| Not applicable| 22,996| 27-Apr-21| 8:55| Not applicable \nSearchdiagnosticinfo.ps1| Not applicable| 16,860| 27-Apr-21| 9:23| Not applicable \nSetup.exe| 15.0.1497.18| 20,992| 27-Apr-21| 8:58| x86 \nSetupui.exe| 15.0.1497.18| 49,152| 27-Apr-21| 8:58| x86 \nSplit_publicfoldermailbox.ps1| Not applicable| 104,500| 27-Apr-21| 9:23| Not applicable \nStoretsconstants.ps1| Not applicable| 15,878| 27-Apr-21| 9:23| Not applicable \nStoretslibrary.ps1| Not applicable| 28,067| 27-Apr-21| 9:23| Not applicable \nTranscodingservice.exe| 15.0.1497.18| 124,328| 27-Apr-21| 9:23| x64 \nTroubleshoot_ci.ps1| Not applicable| 22,787| 27-Apr-21| 9:23| Not applicable \nTroubleshoot_databaselatency.ps1| Not applicable| 33,493| 27-Apr-21| 9:23| Not applicable \nTroubleshoot_databasespace.ps1| Not applicable| 30,089| 27-Apr-21| 9:23| Not applicable \nUglobal.js| Not applicable| 866,860| 27-Apr-21| 8:25| Not applicable \nUmservice.exe| 15.0.1497.18| 102,888| 27-Apr-21| 8:59| x86 \nUmworkerprocess.exe| 15.0.1497.18| 38,376| 27-Apr-21| 8:59| x86 \nUpdateapppoolmanagedframeworkversion.ps1| Not applicable| 14,094| 27-Apr-21| 9:23| Not applicable \nUpdate_malwarefilteringserver.ps1| Not applicable| 18,567| 27-Apr-21| 9:23| Not applicable \nWeb.config_053c31bdd6824e95b35d61b0a5e7b62d| Not applicable| 30,135| 27-Apr-21| 8:31| Not applicable \nWsbexchange.exe| 15.0.1497.18| 124,848| 27-Apr-21| 9:23| x64 \n_search.mailboxoperators.a| 15.0.1497.18| 130,496| 27-Apr-21| 9:48| Not applicable \n_search.mailboxoperators.b| 15.0.1497.18| 130,496| 27-Apr-21| 9:48| Not applicable \n_search.tokenoperators.a| 15.0.1497.18| 80,328| 27-Apr-21| 9:48| Not applicable \n_search.tokenoperators.b| 15.0.1497.18| 80,328| 27-Apr-21| 9:48| Not applicable \n_search.transportoperators.a| 15.0.1497.18| 43,976| 27-Apr-21| 9:48| Not applicable \n_search.transportoperators.b| 15.0.1497.18| 43,976| 27-Apr-21| 9:48| Not applicable \n \n## Information about protection and security\n\nProtect yourself online: [Windows Security support](<https://support.microsoft.com/hub/4099151>)Learn how we guard against cyber threats: [Microsoft Security](<https://www.microsoft.com/security>)\n", "cvss3": {"exploitabilityScore": 2.8, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "baseScore": 8.8, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1", "userInteraction": "REQUIRED"}, "impactScore": 5.9}, "published": "2021-05-11T07:00:00", "type": "mskb", "title": "Description of the security update for Microsoft Exchange Server 2019, 2016, and 2013: May 11, 2021 (KB5003435)", "bulletinFamily": "microsoft", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "PARTIAL", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 6.8, "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 6.4, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2021-31195", "CVE-2021-31198", "CVE-2021-31207", "CVE-2021-31209"], "modified": "2021-05-11T07:00:00", "id": "KB5003435", "href": "https://support.microsoft.com/en-us/help/5003435", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2023-05-19T10:51:37", "description": "None\n**11/19/20** \nFor information about Windows update terminology, see the article about the [types of Windows updates](<https://docs.microsoft.com/en-us/troubleshoot/windows-client/deployment/standard-terminology-software-updates>) and the [monthly quality update types](<https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-10-update-servicing-cadence/ba-p/222376>). To view other notes and messages, see the Windows 10, version 1607 update history home page. \n\n## Highlights\n\n * Updates an issue in Task Scheduler that causes monthly tasks and tasks scheduled for 0 UTC to occur at the wrong time.\n * Updates to improve Windows OLE (compound documents) security.\n * Updates security for Bluetooth drivers.\n\n## Improvements and fixes\n\nThis security update includes quality improvements. Key changes include:\n\n * Addresses an issue with evaluating the compatibility status of the Windows ecosystem to help ensure application and device compatibility for all updates to Windows.\n * Provides a DWORD registry key to address a performance issue that might occur when you use the Background Intelligent Transfer service (BITS) to download many files. Set the DWORD registry key as \u201cHKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\BITS\\EnableLargeBuffer= 0x1\u201d. After you set the registry key, restart the machine, or restart BITS to enable the use of large buffer size and file size incrementing.\n * Addresses an issue in Task Scheduler that causes monthly tasks and tasks scheduled for 0 UTC to occur at the wrong time.\n * Security updates to Windows App Platform and Frameworks, the Microsoft Scripting Engine, and the Windows Silicon Platform.\nIf you installed earlier updates, only the new fixes contained in this package will be downloaded and installed on your device.For more information about the resolved security vulnerabilities, please refer to the new [Security Update Guide](<https://msrc.microsoft.com/update-guide>) website.\n\n**Windows Update Improvements**Microsoft has released an update directly to the Windows Update client to improve reliability. Any device running Windows 10 configured to receive updates automatically from Windows Update, including Enterprise and Pro editions, will be offered the latest Windows 10 feature update based on device compatibility and Windows Update for Business deferral policy. This doesn't apply to long-term servicing editions.\n\n## Known issues in this update\n\n**Symptom**| **Workaround** \n---|--- \nAfter installing updates released April 22, 2021 or later, an issue occurs that affects versions of Windows Server that are in use as a Key Management Services (KMS) host. Client devices running Windows 10 Enterprise LTSC 2019 and Windows 10 Enterprise LTSC 2016 might fail to activate. This issue only occurs when using a new Customer Support Volume License Key (CSVLK). **Note** This does not affect activation of any other version or edition of Windows. Client devices that are attempting to activate and are affected by this issue might receive the error, \"Error: 0xC004F074. The Software Licensing Service reported that the computer could not be activated. No Key Management Service (KMS) could be contacted. Please see the Application Event Log for additional information.\"Event Log entries related to activation are another way to tell that you might be affected by this issue. Open **Event Viewer **on the client device that failed activation and go to **Windows Logs **> **Application**. If you see only event ID 12288 without a corresponding event ID 12289, this means one of the following:\n\n * The KMS client could not reach the KMS host.\n * The KMS host did not respond.\n * The client did not receive the response.\nFor more information on these event IDs, see [Useful KMS client events - Event ID 12288 and Event ID 12289](<https://docs.microsoft.com/windows-server/get-started/activation-troubleshoot-kms-general#event-id-12288-and-event-id-12289>).| This issue is resolved in KB5010359. \n \n## How to get this update\n\n**Before installing this update**Microsoft strongly recommends you install the latest servicing stack update (SSU) for your operating system before installing the latest cumulative update (LCU). SSUs improve the reliability of the update process to mitigate potential issues while installing the LCU and applying Microsoft security fixes. For general information about SSUs, see [Servicing stack updates](<https://docs.microsoft.com/en-us/windows/deployment/update/servicing-stack-updates>) and Servicing Stack Updates (SSU): Frequently Asked Questions.If you are using Windows Update, the latest SSU (KB5001402) will be offered to you automatically. To get the standalone package for the latest SSU, search for it in the [Microsoft Update Catalog](<http://www.catalog.update.microsoft.com/home.aspx>). **Install this update****Release Channel**| **Available**| **Next Step** \n---|---|--- \nWindows Update and Microsoft Update| Yes| None. This update will be downloaded and installed automatically from Windows Update. \nWindows Update for Business| Yes| None. This update will be downloaded and installed automatically from Windows Update in accordance with configured policies. \nMicrosoft Update Catalog| Yes| To get the standalone package for this update, go to the [Microsoft Update Catalog](<https://www.catalog.update.microsoft.com/Search.aspx?q=KB5003197>) website. \nWindows Server Update Services (WSUS)| Yes| This update will automatically sync with WSUS if you configure **Products and Classifications** as follows:**Product**: Windows 10**Classification**: Security Updates \n**File information**For a list of the files that are provided in this update, download the [file information for cumulative update 5003197](<https://download.microsoft.com/download/5/3/1/531d002c-b82f-4351-bf53-cb00cba18051/5003197.csv>). \n", "cvss3": {"exploitabilityScore": 1.6, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "attackComplexity": "HIGH", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "baseScore": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1", "userInteraction": "REQUIRED"}, "impactScore": 5.9}, "published": "2021-05-11T07:00:00", "type": "mskb", "title": "May 11, 2021\u2014KB5003197 (OS Build 14393.4402)\n", "bulletinFamily": "microsoft", "cvss2": {"severity": "HIGH", "exploitabilityScore": 4.9, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "HIGH", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 7.6, "vectorString": "AV:N/AC:H/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 10.0, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2021-26419"], "modified": "2021-05-11T07:00:00", "id": "KB5003197", "href": "https://support.microsoft.com/en-us/help/5003197", "cvss": {"score": 7.6, "vector": "AV:N/AC:H/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2023-05-19T10:51:19", "description": "None\n**UPDATED 5/11/21** \n**REMINDER **Windows 10, version 1909 is at end of service on May 11, 2021 for devices running the Home, Pro, Pro for Workstation, Nano Container, and Server SAC editions. After May 11, 2021, these devices will no longer receive monthly security and quality updates that contain protection from the latest security threats. To continue receiving security and quality updates, Microsoft recommends updating to the latest version of Windows 10.We will continue to service the following editions: Enterprise, Education, and IoT Enterprise.\n\n**4/13/21 \nREMINDER **Microsoft removed the Microsoft Edge Legacy desktop application that is out of support in March 2021. In this April 13, 2021 release, we will install the new Microsoft Edge. For more information, see [New Microsoft Edge to replace Microsoft Edge Legacy with April\u2019s Windows 10 Update Tuesday release](<https://aka.ms/EdgeLegacyEOS>).\n\n**11/19/20** \nFor information about Windows update terminology, see the article about the [types of Windows updates](<https://docs.microsoft.com/en-us/troubleshoot/windows-client/deployment/standard-terminology-software-updates>) and the [monthly quality update types](<https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-10-update-servicing-cadence/ba-p/222376>). To view other notes and messages, see the Windows 10, version 1909 update history home page.**Note **Follow [@WindowsUpdate](<https://twitter.com/windowsupdate>) to find out when new content is published to the release information dashboard.\n\n**Note **This release also contains updates for Microsoft HoloLens (OS Build 18363.1110) released May 11, 2021. Microsoft will release an update directly to the Windows Update Client to improve Windows Update reliability on Microsoft HoloLens that have not updated to this most recent OS Build.\n\n## Highlights\n\n * Updates to improve security when Windows performs basic operations.\n * Updates an issue that might cause scroll bar controls to appear blank on the screen and not function.\n * Updates to improve Windows OLE (compound documents) security.\n * Updates security for Bluetooth drivers.\n\n## Improvements and fixes\n\nThis security update includes quality improvements. Key changes include:\n\n * Addresses an issue that might cause scroll bar controls to appear blank on the screen and not function. This issue affects 32-bit applications running on 64-bit Windows 10 (WOW64) that create scroll bars using a [superclass](<https://docs.microsoft.com/en-us/windows/win32/winmsg/about-window-procedures#window-procedure-superclassing>) of the **USER32.DLL SCROLLBAR** window class. This issue also affects **HScrollBar** and **VScrollBar **controls and classes derived from **[System.Windows.Forms.ScrollBar](<https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.scrollbar?view=net-5.0>)**. A memory usage increase of up to 4 GB might occur in 64-bit applications when you create a scroll bar control.\n * Security updates Windows App Platform and Frameworks, the Windows Kernel, the Microsoft Scripting Engine, and the Windows Silicon Platform.\nIf you installed earlier updates, only the new fixes contained in this package will be downloaded and installed on your device.For more information about the resolved security vulnerabilities, please refer to the new [Security Update Guide](<https://msrc.microsoft.com/update-guide>) website.\n\n**Windows Update Improvements**Microsoft has released an update directly to the Windows Update client to improve reliability. Any device running Windows 10 configured to receive updates automatically from Windows Update, including Enterprise and Pro editions, will be offered the latest Windows 10 feature update based on device compatibility and Windows Update for Business deferral policy. This doesn't apply to long-term servicing editions.\n\n## Known issues in this update\n\n**Symptom**| **Workaround** \n---|--- \nAfter installing this update and restarting your device, you might be unable to sign into some Microsoft 365 desktop client apps such as Microsoft Teams, OneDrive for Business and Microsoft Outlook. You might also receive an 80080300 error or \"We ran into a problem. Reconnecting\u2026\" when attempting to authenticate or sign into Teams.**Note **Mobile, web and non-Windows versions are not impacted.| This issue is resolved in KB5003635. \nAfter installing this update or later, the news and interests button in the Windows taskbar might have blurry text on certain display configurations.| This issue is resolved in KB5003698. \n \n## How to get this update\n\n**Before installing this update**Prerequisite:You **must **install the April 13, 2021 servicing stack update (SSU) (KB5001406) or the latest SSU (KB5003244) before installing the latest cumulative update (LCU). SSUs improve the reliability of the update process to mitigate potential issues while installing the LCU and applying Microsoft security fixes. For general information about SSUs, see [Servicing stack updates](<https://docs.microsoft.com/en-us/windows/deployment/update/servicing-stack-updates>) and Servicing Stack Updates (SSU): Frequently Asked Questions.If you are using Windows Update, the latest SSU will be offered to you automatically. To get the standalone package for the latest SSU, search for it in the [Microsoft Update Catalog](<https://www.catalog.update.microsoft.com/home.aspx>).**Install this update****Release Channel**| **Available**| **Next Step** \n---|---|--- \nWindows Update and Microsoft Update| Yes| None. This update will be downloaded and installed automatically from Windows Update. \nWindows Update for Business| Yes| None. This update will be downloaded and installed automatically from Windows Update in accordance with configured policies. \nMicrosoft Update Catalog| Yes| To get the standalone package for this update, go to the [Microsoft Update Catalog](<https://www.catalog.update.microsoft.com/Search.aspx?q=KB5003169>) website. \nWindows Server Update Services (WSUS)| Yes| This update will automatically sync with WSUS if you configure **Products and Classifications** as follows:**Product**: Windows 10, version 1903 and later**Classification**: Security Updates \n**File information**For a list of the files that are provided in this update, download the [file information for cumulative update 5003169](<https://download.microsoft.com/download/5/e/3/5e313305-1778-4a53-8618-55a0e6882a53/5003169.csv>). \n", "cvss3": {"exploitabilityScore": 1.6, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "attackComplexity": "HIGH", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "baseScore": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1", "userInteraction": "REQUIRED"}, "impactScore": 5.9}, "published": "2021-05-11T07:00:00", "type": "mskb", "title": "May 11, 2021\u2014KB5003169 (OS Build 18363.1556)", "bulletinFamily": "microsoft", "cvss2": {"severity": "HIGH", "exploitabilityScore": 4.9, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "HIGH", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 7.6, "vectorString": "AV:N/AC:H/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 10.0, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2021-26419"], "modified": "2021-05-11T07:00:00", "id": "KB5003169", "href": "https://support.microsoft.com/en-us/help/5003169", "cvss": {"score": 7.6, "vector": "AV:N/AC:H/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2023-05-19T10:51:24", "description": "None\n**4/13/21 \nREMINDER **Microsoft removed the Microsoft Edge Legacy desktop application that is out of support in March 2021. In this April 13, 2021 release, we installed the new Microsoft Edge. For more information, see [New Microsoft Edge to replace Microsoft Edge Legacy with April\u2019s Windows 10 Update Tuesday release](<https://aka.ms/EdgeLegacyEOS>).\n\n**11/17/20**For information about Windows update terminology, see the article about the [types of Windows updates](<https://docs.microsoft.com/en-us/troubleshoot/windows-client/deployment/standard-terminology-software-updates>) and the [monthly quality update types](<https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-10-update-servicing-cadence/ba-p/222376>). To view other notes and messages, see the Windows 10, version 2004 update history [home page](<https://support.microsoft.com/en-us/help/4555932>).**Note **Follow [@WindowsUpdate](<https://twitter.com/windowsupdate>) to find out when new content is published to the release information dashboard.\n\n## Highlights\n\n * Updates to improve security when Windows performs basic operations.\n * Updates to improve Windows OLE (compound documents) security.\n * Updates security for Bluetooth drivers.\n\n## Improvements and fixes\n\n**Note **To view the list of addressed issues, click or tap the OS name to expand the collapsible section.\n\n### \n\n__\n\nWindows 10 servicing stack update - 19041.985, 19042.985, and 19043.985 \n\n * This update makes quality improvements to the servicing stack, which is the component that installs Windows updates. Servicing stack updates (SSU) ensure that you have a robust and reliable servicing stack so that your devices can receive and install Microsoft updates.\n\n### \n\n__\n\nWindows 10, version 21H1\n\nThis security update includes quality improvements. Key changes include:\n\n * This build includes all the improvements from Windows 10, version 2004.\n * No additional issues were documented for this release.\n\n### \n\n__\n\nWindows 10, version 20H2\n\nThis security update includes quality improvements. Key changes include:\n\n * This build includes all the improvements from Windows 10, version 2004.\n * No additional issues were documented for this release.\n\n### \n\n__\n\nWindows 10, version 2004\n\n**Note: **This release also contains updates for Microsoft HoloLens (OS Build 19041.1146) released May 11, 2021. Microsoft will release an update directly to the Windows Update Client to improve Windows Update reliability on Microsoft HoloLens that have not updated to this most recent OS Build.\n\nThis security update includes quality improvements. Key changes include:\n\n * Security updates to Windows App Platform and Frameworks, the Windows Kernel, Windows Media, the Microsoft Scripting Engine, and the Windows Silicon Platform.\nIf you installed earlier updates, only the new fixes contained in this package will be downloaded and installed on your device.For more information about the resolved security vulnerabilities, please refer to the new [Security Update Guide](<https://msrc.microsoft.com/update-guide>) website.\n\n**Windows Update Improvements**Microsoft has released an update directly to the Windows Update client to improve reliability. Any device running Windows 10 configured to receive updates automatically from Windows Update, including Enterprise and Pro editions, will be offered the latest Windows 10 feature update based on device compatibility and Windows Update for Business deferral policy. This doesn't apply to long-term servicing editions.\n\n## Known issues in this update\n\n### \n\n__\n\nClick or tap to view the known issues\n\n**Symptom**| **Workaround** \n---|--- \nWhen using the Microsoft Japanese Input Method Editor (IME) to enter Kanji characters in an app that automatically allows the input of Furigana characters, you might not get the correct Furigana characters. You might need to enter the Furigana characters manually.**Note **The affected apps are using the **ImmGetCompositionString()** function.| This issue is resolved in KB5005101. \nDevices with Windows installations created from custom offline media or custom ISO image might have [Microsoft Edge Legacy](<https://support.microsoft.com/en-us/microsoft-edge/what-is-microsoft-edge-legacy-3e779e55-4c55-08e6-ecc8-2333768c0fb0>) removed by this update, but not automatically replaced by the new Microsoft Edge. This issue is only encountered when custom offline media or ISO images are created by slipstreaming this update into the image without having first installed the standalone servicing stack update (SSU) released March 29, 2021 or later.**Note **Devices that connect directly to Windows Update to receive updates are not affected. This includes devices using Windows Update for Business. Any device connecting to Windows Update should always receive the latest versions of the SSU and latest cumulative update (LCU) without any extra steps.| To avoid this issue, be sure to first slipstream the SSU released March 29, 2021 or later into the custom offline media or ISO image before slipstreaming the LCU. To do this with the combined SSU and LCU packages now used for Windows 10, version 20H2 and Windows 10, version 2004, you will need to extract the SSU from the combined package. Use the following steps to extract the SSU:\n\n 1. Extract the cab from the msu via this command line (using the package for KB5000842 as an example): **expand Windows10.0-KB5000842-x64.msu /f:Windows10.0-KB5000842-x64.cab <destination path>**\n 2. Extract the SSU from the previously extracted cab via this command line: **expand Windows10.0-KB5000842-x64.cab /f:* <destination path>**\n 3. You will then have the SSU cab, in this example named **SSU-19041.903-x64.cab**. Slipstream this file into your offline image first, then the LCU.\nIf you have already encountered this issue by installing the OS using affected custom media, you can mitigate it by directly installing the [new Microsoft Edge](<https://www.microsoft.com/edge>). If you need to broadly deploy the new Microsoft Edge for business, see [Download and deploy Microsoft Edge for business](<https://www.microsoft.com/edge/business/download>). \nA small subset of users have reported lower than expected performance in games after installing this update. Most users affected by this issue are running games full screen or borderless windowed modes and using two or more monitors.| This issue is resolved in KB5003690. \nAfter installing this update, 5.1 Dolby Digital audio may play containing a high-pitched noise or squeak in certain apps when using certain audio devices and Windows settings.**Note **This issue does not occur when stereo is used.| This issue is resolved in KB5003690. \nAfter installing this update or later, the news and interests button in the Windows taskbar might have blurry text on certain display configurations.| This issue is resolved in KB5003690. \n \n## How to get this update\n\n**Before installing this update**Prerequisite:Microsoft now combines the latest servicing stack update (SSU) for your operating system with the latest cumulative update (LCU). If you encounter the error, 0x800f0823 \u2013 CBS_E_NEW_SERVICING_STACK_REQUIRED, close the error message and install the last standalone SSU (KB4598481) **before** installing this LCU. You will not need to install this SSU (KB4598481) again for future updates. For general information about SSUs, see [Servicing stack updates](<https://docs.microsoft.com/en-us/windows/deployment/update/servicing-stack-updates>) and Servicing Stack Updates (SSU): Frequently Asked Questions.**Install this update****Release Channel**| **Available**| **Next Step** \n---|---|--- \nWindows Update and Microsoft Update| Yes| None. This update will be downloaded and installed automatically from Windows Update. \nWindows Update for Business| Yes| None. This update will be downloaded and installed automatically from Windows Update in accordance with configured policies. \nMicrosoft Update Catalog| Yes| To get the standalone package for this update, go to the [Microsoft Update Catalog](<https://www.catalog.update.microsoft.com/Search.aspx?q=KB5003173>) website. \nWindows Server Update Services (WSUS)| Yes| This update will automatically sync with WSUS if you configure **Products and Classifications** as follows:**Product**: Windows 10, version 1903 and later**Classification**: Security Updates \n \n**If you want to remove the LCU**To remove the LCU after installing the combined SSU and LCU package, use the [DISM/Remove-Package](<https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-operating-system-package-servicing-command-line-options>) command line option with the LCU package name as the argument. You can find the package name by using this command: **DISM /online /get-packages**.Running [Windows Update Standalone Installer](<https://support.microsoft.com/en-us/topic/description-of-the-windows-update-standalone-installer-in-windows-799ba3df-ec7e-b05e-ee13-1cdae8f23b19>) (**wusa.exe**) with the **/uninstall **switch on the combined package will not work because the combined package contains the SSU. You cannot remove the SSU from the system after installation.\n\n**File information**For a list of the files that are provided in this update, download the [file information for cumulative update 5003173](<https://download.microsoft.com/download/a/f/1/af14f4f4-efcd-4cb6-b287-936ba954b36f/5003173.csv>). For a list of the files that are provided in the servicing stack update, download the [file information for the SSU - version 19041.985, 19042.985, and 19043.985](<https://download.microsoft.com/download/3/8/a/38a32241-0b74-4d9c-b4ea-292b4b4adb82/SSU_version_19041.985.csv>). \n", "cvss3": {"exploitabilityScore": 1.6, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "attackComplexity": "HIGH", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "baseScore": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1", "userInteraction": "REQUIRED"}, "impactScore": 5.9}, "published": "2021-05-11T07:00:00", "type": "mskb", "title": "May 11, 2021\u2014KB5003173 (OS Builds 19041.985, 19042.985, and 19043.985)", "bulletinFamily": "microsoft", "cvss2": {"severity": "HIGH", "exploitabilityScore": 4.9, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "HIGH", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 7.6, "vectorString": "AV:N/AC:H/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 10.0, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2021-26419"], "modified": "2021-05-11T07:00:00", "id": "KB5003173", "href": "https://support.microsoft.com/en-us/help/5003173", "cvss": {"score": 7.6, "vector": "AV:N/AC:H/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2023-05-19T10:51:38", "description": "None\n**Important: **Windows 8.1 and Windows Server 2012 R2 have reached the end of mainstream support and are now in extended support. Starting in July 2020, there will no longer be optional, non-security releases (known as \"C\" releases) for this operating system. Operating systems in extended support have only cumulative monthly security updates (known as the \"B\" or Update Tuesday release). \n \nFor information about the various types of Windows updates, such as critical, security, driver, service packs, and so on, please see the following [article](<https://support.microsoft.com/help/824684>). To view other notes and messages, see the Windows 8.1 and Windows Server 2012 R2 update history [home page](<https://support.microsoft.com/help/4009470>).\n\n## **Improvements and fixes**\n\nThis security update includes improvements and fixes that were a part of update [KB5001382](<https://support.microsoft.com/help/5001382>) (released April 13, 2021) and addresses the following issues: \n\n * Security updates to Windows App Platform and Frameworks, Windows Silicon Platform, and Microsoft Scripting Engine.\nFor more information about the resolved security vulnerabilities, please refer to the new [Security Update Guide](<https://msrc.microsoft.com/update-guide>) website.\n\n## **Known issues in this update**\n\n**Symptom**| **Workaround** \n---|--- \nCertain operations, such as **rename**, that you perform on files or folders that are on a Cluster Shared Volume (CSV) may fail with the error, \u201cSTATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\u201d. This occurs when you perform the operation on a CSV owner node from a process that doesn\u2019t have administrator privilege.| Do one of the following:\n\n * Perform the operation from a process that has administrator privilege.\n * Perform the operation from a node that doesn\u2019t have CSV ownership.\nMicrosoft is working on a resolution and will provide an update in an upcoming release. \n \n## **How to get this update**\n\n**Before installing this update**We strongly recommend that you install the latest servicing stack update (SSU) for your operating system before you install the latest Rollup. SSUs improve the reliability of the update process to mitigate potential issues while installing the Rollup and applying Microsoft security fixes. For general information about SSUs, see [Servicing stack updates](<https://docs.microsoft.com/en-us/windows/deployment/update/servicing-stack-updates>) and [Servicing Stack Updates (SSU): Frequently Asked Questions](<https://support.microsoft.com/help/4535697>).If you use Windows Update, the latest SSU ([KB5001403](<https://support.microsoft.com/help/5001403>)) will be offered to you automatically. To get the standalone package for the latest SSU, search for it in the [Microsoft Update Catalog](<http://www.catalog.update.microsoft.com/home.aspx>). **Install this update****Release Channel**| **Available**| **Next Step** \n---|---|--- \nWindows Update and Microsoft Update| Yes| None. This update will be downloaded and installed automatically from Windows Update. \nMicrosoft Update Catalog| Yes| To get the standalone package for this update, go to the [Microsoft Update Catalog](<https://www.catalog.update.microsoft.com/Search.aspx?q=KB5003209>) website. \nWindows Server Update Services (WSUS)| Yes| This update will automatically sync with WSUS if you configure **Products and Classifications** as follows:**Product**: Windows 8.1, Windows Server 2012 R2, Windows Embedded 8.1 Industry Enterprise, Windows Embedded 8.1 Industry Pro**Classification**: Security Updates \n \n## **File information**\n\nFor a list of the files that are provided in this update, download the [file information for update 5003209](<https://download.microsoft.com/download/c/7/e/c7ecbafd-f877-473c-a9e0-1b578f12182a/5003209.csv>). \n", "cvss3": {"exploitabilityScore": 1.6, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "attackComplexity": "HIGH", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "baseScore": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1", "userInteraction": "REQUIRED"}, "impactScore": 5.9}, "published": "2021-05-11T07:00:00", "type": "mskb", "title": "May 11, 2021\u2014KB5003209 (Monthly Rollup)", "bulletinFamily": "microsoft", "cvss2": {"severity": "HIGH", "exploitabilityScore": 4.9, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "HIGH", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 7.6, "vectorString": "AV:N/AC:H/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 10.0, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2021-26419"], "modified": "2021-05-11T07:00:00", "id": "KB5003209", "href": "https://support.microsoft.com/en-us/help/5003209", "cvss": {"score": 7.6, "vector": "AV:N/AC:H/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2023-05-19T10:51:15", "description": "None\nThis article applies to the following: \n\n * Internet Explorer 11 on Windows Server 2012 R2\n * Internet Explorer 11 on Windows 8.1\n * Internet Explorer 11 on Windows Server 2012\n * Internet Explorer 11 on Windows Server 2008 R2 SP1\n * Internet Explorer 11 on Windows 7 SP1\n * Internet Explorer 9 on Windows Server 2008 SP2\n\n**Important: **\n\n * As of February 11, 2020, Internet Explorer 10 is no longer in support. To get Internet Explorer 11 for Windows Server 2012 or Windows 8 Embedded Standard, see [KB4492872](<https://support.microsoft.com/help/4492872>). Install one of the following applicable updates to stay updated with the latest security fixes:\n * Cumulative Update for Internet Explorer 11 for Windows Server 2012.\n * Cumulative Update for Internet Explorer 11 for Windows 8 Embedded Standard.\n * The May 11, 2021 Monthly Rollup.\n * Some customers using Windows Server 2008 R2 SP1 who activated their ESU multiple activation key (MAK) add-on before installing the January 14, 2020 updates might need to re-activate their key. Re-activation on affected devices should only be required once. For information on activation, see this [blog](<https://aka.ms/Windows7ESU>) post.\n * WSUS scan cab files will continue to be available for Windows 7 SP1 and Windows Server 2008 R2 SP1. If you have a subset of devices running these operating systems without ESU, they might show as non-compliant in your patch management and compliance toolsets.\n\n## **Summary**\n\nThis security update resolves vulnerabilities in Internet Explorer. To learn more about these vulnerabilities, see [Microsoft Common Vulnerabilities and Exposures](<https://portal.msrc.microsoft.com/en-us/security-guidance>).Additionally, see the following articles for more information about cumulative updates:\n\n * [Windows Server 2008 SP2 update history](<https://support.microsoft.com/help/4343218>)\n * [Windows 7 SP1 and Windows Server 2008 R2 SP1 update history](<https://support.microsoft.com/help/4009469>)\n * [Windows Server 2012 update history](<https://support.microsoft.com/help/4009471>)\n * [Windows 8.1 and Windows Server 2012 R2 update history](<https://support.microsoft.com/help/4009470>)\n\n**Important: **\n\n * The fixes that are included in this update are also included in the May 11, 2021 Security Monthly Quality Rollup. Installing either this update or the Security Monthly Quality Rollup installs the same fixes.\n * This update is not applicable for installation on a device on which the Security Monthly Quality Rollup from May 11, 2021 (or a later month) is already installed. This is because that update contains all the same fixes that are included in this update.\n * If you use update management processes other than Windows Update and you automatically approve all security update classifications for deployment, this update, the May 11, 2021 Security Only Quality Update, and the May 11, 2021 Security Monthly Quality Rollup are deployed. We recommend that you review your update deployment rules to make sure that the desired updates are deployed.\n * If you install a language pack after you install this update, you must reinstall this update. Therefore, we recommend that you install any language packs that you need before you install this update. For more information, see [Add language packs to Windows](<https://technet.microsoft.com/library/hh825699>).\n\n## **Known issues in this security update**\n\nWe are currently not aware of any issues in this update. \n\n## **How to get and install this update**\n\n**Before installing this update**To install Windows 7 SP1, Windows Server 2008 R2 SP1, or Windows Server 2008 SP2 updates released on or after July 2019, you must have the following required updates installed. If you use Windows Update, these required updates will be offered automatically as needed.\n\n * Install the SHA-2 code signing support updates: \n \nFor Windows 7 SP1, Windows Server 2008 R2, and Windows Server 2008 SP2, you must have the SHA-2 update ([KB4474419](<https://support.microsoft.com/help/4474419>)) that is dated September 23, 2019 or a later SHA-2 update installed and then restart your device before you apply this update. For more information about SHA-2 updates, see [2019 SHA-2 Code Signing Support requirement for Windows and WSUS](<https://support.microsoft.com/help/4472027>). \n \nFor Windows 7 SP1 and Windows Server 2008 R2 SP1, you must have installed the servicing stack update (SSU) ([KB4490628](<https://support.microsoft.com/help/4490628>)) that is dated March 12, 2019. After update [KB4490628](<https://support.microsoft.com/help/4490628>) is installed, we recommend that you install the December 8, 2021 SSU ([KB4592510](<https://support.microsoft.com/help/4592510>)) or a later SSU update. For more information about the latest SSU updates, see [ADV990001 | Latest Servicing Stack Updates](<https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/ADV990001>). \n \nFor Windows Server 2008 SP2, you must have installed the servicing stack update (SSU) ([KB4493730](<https://support.microsoft.com/help/4493730>)) that is dated April 9, 2019. After update [KB4493730](<https://support.microsoft.com/help/4493730>) is installed, we recommend that you install the October 13, 2021 SSU ([KB4580971](<https://support.microsoft.com/help/4580971>)) or a later SSU update. For more information about the latest SSU updates, see [ADV990001 | Latest Servicing Stack Updates](<https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/ADV990001>).\n * Install the Extended Security Update (ESU): \n \nFor Windows 7 SP1 and Windows Server 2008 R2 SP1, you must have installed the \"Extended Security Updates (ESU) Licensing Preparation Package\" ([KB4538483](<https://support.microsoft.com/en/help/4538483>)) or the \"Update for the Extended Security Updates (ESU) Licensing Preparation Package\" ([KB4575903](<https://support.microsoft.com/help/4575903>)). The ESU licensing preparation package will be offered to you from WSUS. To get the standalone package for ESU licensing preparation package, search for it in the [Microsoft Update Catalog](<http://www.catalog.update.microsoft.com/home.aspx>). \n \nFor Windows 7 SP1, Windows Server 2008 R2 SP1, and Windows Server 2008 SP2, you must have purchased the Extended Security Update (ESU) for on-premises versions of these operating systems and follow the procedures in [KB4522133](<https://support.microsoft.com/help/4522133>) to continue receiving security updates after extended support ends. Extended support ends as follows:\n * For Windows 7 SP1, Windows Server 2008 R2 SP1, and Windows Server 2008 SP2, extended support ends on January 14, 2020.\n * For Windows Embedded Standard 7, extended support ends on October 13, 2020.\nFor more information about ESU and which editions are supported, see [KB4497181](<https://support.microsoft.com/help/4497181>). \n \nFor Windows Embedded Standard 7, Windows Management Instrumentation (WMI) must be enabled to get updates from Windows Update or Windows Server Update Services. \n \nFor Windows Thin PC, you must have the August 11, 2020 SSU ([KB4570673](<https://support.microsoft.com/help/4570673>)) or a later SSU installed to make sure you continue to get the extended security updates starting with the October 13, 2020 updates.**Important **You must restart your device after you install these required updates.**Install this update**To install this update, use one of the following release channels.**Release Channel**| **Available**| **Next Step** \n---|---|--- \nWindows Update and Microsoft Update| No| See the other following options. \nMicrosoft Update Catalog| Yes| To get the standalone package for this update, go to the [Microsoft Update Catalog](<https://www.catalog.update.microsoft.com/Search.aspx?q=KB5003165>) website. \nWindows Server Update Services (WSUS)| Yes| This update will automatically synchronize with WSUS if you configure **Products and Classifications** as follows:**Product**: Windows Server 2008 Service Pack 2, Windows 7 Service Pack 1, Windows Server 2008 R2 Service Pack 1, Windows Server 2012, Windows Embedded 8 Standard, Windows 8.1, Windows Server 2012 R2**Classification**: Security Updates \n \n## **File information**\n\nThe English (United States) version of this software update installs files that have the attributes that are listed in the following tables.**Note** The MANIFEST files (.manifest) and MUM files (.mum) that are installed are not listed.\n\n### **Windows 8.1, Windows RT 8.1 and Windows Server 2012 R2**\n\n### \n\n__\n\nInternet Explorer 11 on all supported x86-based versions\n\n**File name**| **File version**| **Date**| **Time**| **File size** \n---|---|---|---|--- \nactxprxy.dll| 6.3.9600.19301| 25-Feb-2019| 22:20| 1,049,600 \nhlink.dll| 6.3.9600.19101| 18-Jul-2018| 20:55| 99,328 \npngfilt.dll| 11.0.9600.19963| 12-Feb-2021| 18:49| 58,368 \nurlmon.dll| 11.0.9600.20016| 14-Apr-2021| 20:13| 1,343,488 \niexplore.exe| 11.0.9600.19036| 24-May-2018| 22:24| 817,296 \nWininetPlugin.dll| 6.3.9600.17416| 30-Oct-2014| 20:12| 35,328 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:31| 46,592 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:30| 52,736 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:30| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:30| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:30| 56,320 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 57,856 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 49,664 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 11:17| 49,664 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 54,272 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 47,616 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 49,152 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:30| 55,296 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 45,056 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 51,712 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 51,712 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 53,248 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 39,424 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 35,840 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:31| 50,176 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:31| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:31| 50,688 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:31| 52,736 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:31| 53,760 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:30| 54,272 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:29| 54,272 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:30| 52,736 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:29| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:30| 53,248 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:30| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 15-Apr-2021| 2:20| 51,712 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:30| 50,688 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:27| 50,688 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:28| 50,176 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:28| 50,176 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:28| 31,232 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:30| 31,232 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:30| 31,232 \nhtml.iec| 2019.0.0.18895| 1-Jan-2018| 20:51| 341,504 \ninetcpl.cpl| 11.0.9600.19963| 12-Feb-2021| 18:12| 2,058,752 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 307,200 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 293,888 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:52| 290,304 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 289,280 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 299,008 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 303,104 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:49| 282,112 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 20:58| 282,112 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:51| 296,960 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 283,648 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 291,840 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 299,520 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:51| 275,968 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:49| 290,816 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:49| 293,376 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:53| 296,960 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:53| 258,048 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:52| 256,512 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:51| 289,280 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:53| 288,256 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:53| 285,184 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:53| 295,424 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:52| 297,472 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 292,864 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:51| 295,424 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 294,400 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:51| 294,400 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 292,864 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 290,816 \nmshtml.dll.mui| 11.0.9600.20016| 15-Apr-2021| 2:21| 290,816 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 286,208 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:43| 281,600 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:43| 286,720 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:42| 292,352 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:43| 242,176 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:53| 243,200 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 243,200 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:34| 73,728 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:33| 67,584 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:34| 67,584 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:35| 74,240 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:33| 78,848 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:34| 61,440 \nF12Resources.dll.mui| 11.0.9600.17278| 15-Aug-2014| 19:47| 61,440 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:33| 74,752 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:32| 62,464 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:27| 68,096 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:27| 75,264 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:27| 68,608 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:29| 71,680 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:27| 73,216 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 41,472 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 37,888 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 68,608 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 67,584 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 65,536 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 74,240 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 70,656 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 71,168 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 71,680 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 71,168 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:38| 69,632 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:38| 68,096 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:39| 68,608 \nF12Resources.dll.mui| 11.0.9600.20016| 15-Apr-2021| 2:20| 68,096 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:38| 65,536 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:38| 59,904 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:38| 65,536 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:38| 69,120 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:39| 29,696 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:34| 30,720 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:33| 30,720 \nJavaScriptCollectionAgent.dll| 11.0.9600.19963| 12-Feb-2021| 18:25| 60,416 \nDiagnosticsHub.ScriptedSandboxPlugin.dll| 11.0.9600.19963| 12-Feb-2021| 18:26| 230,912 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:26| 46,080 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:24| 50,176 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:23| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:24| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:23| 51,712 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:12| 54,272 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:12| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 11:10| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:12| 50,176 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:12| 47,616 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:12| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:24| 50,688 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:12| 45,056 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:12| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:13| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:07| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:07| 39,936 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:07| 39,424 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:07| 47,616 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:07| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:07| 51,200 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:07| 50,688 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:03| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:04| 50,176 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:02| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:03| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:03| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:03| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 15-Apr-2021| 2:20| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:03| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:04| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:04| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:05| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:04| 35,328 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:23| 35,328 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:23| 35,328 \nwininet.dll| 11.0.9600.20016| 14-Apr-2021| 20:15| 4,388,352 \njsproxy.dll| 11.0.9600.17416| 30-Oct-2014| 20:16| 47,104 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:12| 114,176 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:09| 130,560 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:10| 124,928 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:12| 122,880 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:10| 130,048 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:12| 138,240 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:12| 114,688 \ninetcpl.cpl.mui| 11.0.9600.18666| 16-Apr-2017| 1:51| 114,688 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:12| 131,584 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:10| 117,760 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:12| 122,368 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:12| 134,144 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:13| 107,008 \ninetcpl.cpl.mui| 11.0.9600.18838| 14-Oct-2017| 1:46| 123,392 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:11| 127,488 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:11| 128,512 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:07| 88,064 \ninetcpl.cpl.mui| 11.0.9600.18838| 14-Oct-2017| 1:47| 82,944 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:07| 125,440 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:07| 123,392 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:10| 120,320 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:07| 130,560 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:07| 129,024 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:26| 125,952 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:26| 129,024 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:25| 128,000 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:26| 123,904 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:26| 129,024 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:25| 123,904 \ninetcpl.cpl.mui| 11.0.9600.20016| 15-Apr-2021| 2:20| 124,416 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 13:56| 121,856 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:03| 115,712 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:04| 123,904 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:04| 125,440 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:04| 74,752 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:09| 75,776 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:10| 75,776 \nieui.dll| 11.0.9600.18895| 1-Jan-2018| 20:44| 476,160 \niedkcs32.dll| 18.0.9600.19963| 12-Feb-2021| 18:11| 333,312 \ninstall.ins| Not versioned| 14-Apr-2021| 18:43| 464 \nieapfltr.dat| 10.0.9301.0| 23-Sep-2013| 19:20| 616,104 \nieapfltr.dll| 11.0.9600.20016| 14-Apr-2021| 20:06| 710,656 \niepeers.dll| 11.0.9600.19963| 12-Feb-2021| 18:20| 128,512 \nlicmgr10.dll| 11.0.9600.17416| 30-Oct-2014| 20:03| 27,136 \ntdc.ocx| 11.0.9600.19963| 12-Feb-2021| 18:24| 73,728 \nDiagnosticsHub.DataWarehouse.dll| 11.0.9600.18895| 1-Jan-2018| 20:55| 489,472 \niedvtool.dll| 11.0.9600.19963| 12-Feb-2021| 18:59| 772,608 \nDiagnosticsHub_is.dll| 11.0.9600.19963| 12-Feb-2021| 18:52| 38,912 \ndxtmsft.dll| 11.0.9600.19963| 12-Feb-2021| 18:29| 415,744 \ndxtrans.dll| 11.0.9600.19963| 12-Feb-2021| 18:20| 280,064 \nMicrosoft-Windows-IE-F12-Provider.ptxml| Not versioned| 15-Aug-2014| 15:51| 11,892 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:34| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:35| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:36| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:33| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:34| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:33| 4,096 \nF12.dll.mui| 11.0.9600.17278| 15-Aug-2014| 19:47| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:32| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:32| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:26| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:27| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:27| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:27| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:26| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 3,584 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 3,584 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:29| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:29| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:31| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:30| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:37| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:37| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:38| 4,096 \nF12.dll.mui| 11.0.9600.20016| 15-Apr-2021| 2:20| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:39| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:37| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:37| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:38| 3,584 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:32| 3,584 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 1:34| 3,584 \nDiagnosticsTap.dll| 11.0.9600.19963| 12-Feb-2021| 18:28| 175,104 \nF12Resources.dll| 11.0.9600.18939| 10-Feb-2018| 9:17| 10,948,096 \nF12Tools.dll| 11.0.9600.19963| 12-Feb-2021| 18:27| 256,000 \nF12.dll| 11.0.9600.19963| 12-Feb-2021| 18:17| 1,207,808 \nmsfeeds.dll| 11.0.9600.20016| 14-Apr-2021| 20:26| 696,320 \nmsfeeds.mof| Not versioned| 5-Feb-2014| 21:53| 1,518 \nmsfeedsbs.mof| Not versioned| 21-Aug-2013| 16:49| 1,574 \nmsfeedsbs.dll| 11.0.9600.19650| 11-Feb-2020| 4:57| 52,736 \nmsfeedssync.exe| 11.0.9600.17416| 30-Oct-2014| 20:25| 11,264 \nmshta.exe| 11.0.9600.17416| 30-Oct-2014| 20:28| 12,800 \nmshtmled.dll| 11.0.9600.19963| 12-Feb-2021| 18:21| 76,800 \nmshtml.dll| 11.0.9600.20016| 14-Apr-2021| 21:33| 20,295,680 \nmshtml.tlb| 11.0.9600.16518| 6-Feb-2014| 2:20| 2,724,864 \nMicrosoft-Windows-IE-HTMLRendering.ptxml| Not versioned| 5-Feb-2014| 21:40| 3,228 \nIEAdvpack.dll| 11.0.9600.17416| 30-Oct-2014| 20:14| 112,128 \nieetwcollector.exe| 11.0.9600.18666| 16-Apr-2017| 0:47| 104,960 \nieetwproxystub.dll| 11.0.9600.17416| 30-Oct-2014| 20:23| 47,616 \nieetwcollectorres.dll| 11.0.9600.16518| 6-Feb-2014| 2:19| 4,096 \nielowutil.exe| 11.0.9600.19404| 9-Jul-2019| 20:06| 221,184 \nieproxy.dll| 11.0.9600.19963| 12-Feb-2021| 17:45| 310,784 \nIEShims.dll| 11.0.9600.19846| 23-Sep-2020| 20:01| 290,304 \niexpress.exe| 11.0.9600.17416| 30-Oct-2014| 20:27| 152,064 \nwextract.exe| 11.0.9600.17416| 30-Oct-2014| 20:28| 137,728 \nimgutil.dll| 11.0.9600.19963| 12-Feb-2021| 17:59| 40,448 \nExtExport.exe| 11.0.9600.17416| 30-Oct-2014| 20:20| 25,600 \nWindows Pop-up Blocked.wav| Not versioned| 23-Sep-2013| 19:58| 85,548 \nWindows Information Bar.wav| Not versioned| 23-Sep-2013| 19:58| 23,308 \nWindows Feed Discovered.wav| Not versioned| 23-Sep-2013| 19:58| 19,884 \nWindows Navigation Start.wav| Not versioned| 23-Sep-2013| 19:58| 11,340 \nbing.ico| Not versioned| 23-Sep-2013| 19:36| 5,430 \nieUnatt.exe| 11.0.9600.17416| 30-Oct-2014| 20:12| 115,712 \nMicrosoft-Windows-IE-InternetExplorer-ppdlic.xrm-ms| Not versioned| 14-Apr-2021| 22:59| 2,956 \njsdbgui.dll| 11.0.9600.19963| 12-Feb-2021| 18:22| 459,776 \njsprofilerui.dll| 11.0.9600.19963| 12-Feb-2021| 18:22| 579,584 \nMemoryAnalyzer.dll| 11.0.9600.19963| 12-Feb-2021| 18:35| 1,399,296 \nMshtmlDac.dll| 11.0.9600.19867| 12-Oct-2020| 21:43| 64,000 \nnetworkinspection.dll| 11.0.9600.19846| 23-Sep-2020| 20:28| 1,075,200 \noccache.dll| 11.0.9600.17416| 30-Oct-2014| 19:48| 130,048 \ndesktop.ini| Not versioned| 18-Jun-2013| 5:18| 65 \nwebcheck.dll| 11.0.9600.19963| 12-Feb-2021| 18:13| 230,400 \ndesktop.ini| Not versioned| 18-Jun-2013| 5:19| 65 \npdm.dll| 12.0.41202.0| 30-Sep-2014| 16:00| 442,992 \nmsdbg2.dll| 12.0.41202.0| 30-Sep-2014| 16:00| 315,008 \npdmproxy100.dll| 12.0.41202.0| 30-Sep-2014| 16:00| 99,984 \nmsrating.dll| 11.0.9600.19507| 5-Oct-2019| 19:57| 168,960 \nicrav03.rat| Not versioned| 23-Sep-2013| 19:25| 8,798 \nticrf.rat| Not versioned| 23-Sep-2013| 19:26| 1,988 \niertutil.dll| 11.0.9600.20016| 14-Apr-2021| 21:00| 2,308,608 \nie4uinit.exe| 11.0.9600.19963| 12-Feb-2021| 18:11| 692,224 \niernonce.dll| 11.0.9600.17416| 30-Oct-2014| 20:15| 30,720 \niesetup.dll| 11.0.9600.17416| 30-Oct-2014| 20:24| 62,464 \nieuinit.inf| Not versioned| 12-Mar-2015| 18:55| 16,303 \ninseng.dll| 11.0.9600.17416| 30-Oct-2014| 19:56| 91,136 \niesysprep.dll| 11.0.9600.17416| 30-Oct-2014| 19:56| 90,624 \nTimeline.dll| 11.0.9600.19963| 12-Feb-2021| 18:23| 154,112 \nTimeline_is.dll| 11.0.9600.19963| 12-Feb-2021| 18:40| 124,928 \nTimeline.cpu.xml| Not versioned| 24-Jul-2014| 12:11| 3,197 \nVGX.dll| 11.0.9600.19963| 12-Feb-2021| 18:21| 818,176 \nurl.dll| 11.0.9600.17416| 30-Oct-2014| 20:24| 235,520 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:27| 2,066,432 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 2,121,216 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 2,075,136 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:27| 2,063,872 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 2,314,240 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,390,528 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,034,176 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:39| 2,033,152 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,307,584 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,255,872 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,061,312 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 2,326,016 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,019,840 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,071,040 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,082,816 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:27| 2,307,584 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 2,170,368 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:27| 2,153,984 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 2,291,712 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:27| 2,283,520 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 2,052,096 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:27| 2,301,952 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:27| 2,093,056 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,075,648 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,299,392 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,094,592 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,316,800 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,305,536 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,278,912 \nieframe.dll.mui| 11.0.9600.20016| 15-Apr-2021| 2:21| 2,286,080 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,060,288 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,315,776 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,278,912 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,324,992 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,098,176 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 1,890,304 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 1,890,304 \nieframe.dll| 11.0.9600.20016| 14-Apr-2021| 20:36| 13,881,856 \nieframe.ptxml| Not versioned| 5-Feb-2014| 21:40| 24,486 \nieinstal.exe| 11.0.9600.18921| 9-Feb-2018| 21:35| 475,648 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:30| 526,294 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:29| 499,654 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:29| 552,337 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:31| 944,559 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:38| 457,561 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:31| 543,946 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:31| 526,557 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:29| 575,838 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:30| 570,737 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:29| 548,119 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:31| 639,271 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:29| 525,504 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:29| 488,488 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:29| 548,494 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:29| 559,343 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:31| 535,067 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:31| 541,455 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:31| 804,470 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:31| 503,909 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:29| 521,583 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:29| 420,082 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:28| 436,651 \nInetRes.adml| Not versioned| 12-Feb-2021| 20:28| 436,651 \ninetres.admx| Not versioned| 11-Jan-2021| 19:25| 1,678,023 \ninetcomm.dll| 6.3.9600.20016| 14-Apr-2021| 20:31| 880,640 \nINETRES.dll| 6.3.9600.16384| 21-Aug-2013| 21:14| 84,480 \njscript9.dll| 11.0.9600.20016| 14-Apr-2021| 20:38| 4,112,384 \njscript9diag.dll| 11.0.9600.19963| 12-Feb-2021| 18:37| 620,032 \njscript.dll| 5.8.9600.20016| 14-Apr-2021| 20:49| 653,824 \nvbscript.dll| 5.8.9600.20016| 14-Apr-2021| 20:58| 498,176 \n \n### \n\n__\n\nInternet Explorer 11 on all supported x64-based versions\n\n**File name**| **File version**| **Date**| **Time**| **File size** \n---|---|---|---|--- \nactxprxy.dll| 6.3.9600.19301| 25-Feb-2019| 22:25| 2,882,048 \nhlink.dll| 6.3.9600.19101| 18-Jul-2018| 21:22| 108,544 \npngfilt.dll| 11.0.9600.19963| 12-Feb-2021| 19:18| 65,024 \nurlmon.dll| 11.0.9600.20016| 14-Apr-2021| 20:35| 1,569,280 \niexplore.exe| 11.0.9600.19036| 24-May-2018| 23:30| 817,296 \nWininetPlugin.dll| 6.3.9600.17416| 30-Oct-2014| 21:51| 43,008 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:35| 46,592 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:34| 52,736 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:34| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:34| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:34| 56,320 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 16:01| 57,856 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 15:59| 49,664 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:20| 49,664 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 16:00| 54,272 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 15:59| 47,616 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 15:58| 49,152 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:34| 55,296 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 16:02| 45,056 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 15:57| 51,712 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 15:57| 51,712 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:38| 53,248 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:39| 39,424 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:38| 35,840 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:38| 50,176 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:38| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:39| 50,688 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:38| 52,736 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:39| 53,760 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:38| 54,272 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:39| 54,272 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:38| 52,736 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:38| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:37| 53,248 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:37| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 15-Apr-2021| 0:28| 51,712 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:37| 50,688 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:27| 50,688 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:27| 50,176 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:27| 50,176 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:27| 31,232 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:34| 31,232 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:34| 31,232 \nhtml.iec| 2019.0.0.19301| 25-Feb-2019| 23:31| 417,280 \ninetcpl.cpl| 11.0.9600.19963| 12-Feb-2021| 18:26| 2,132,992 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:16| 307,200 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:16| 293,888 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:16| 290,304 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:17| 289,280 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:18| 299,008 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:15| 303,104 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:15| 282,112 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:33| 282,112 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:15| 296,960 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:15| 283,648 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:16| 291,840 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:18| 299,520 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:15| 275,968 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:12| 290,816 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:12| 293,376 \nmshtml.dll.mui| 11.0.9600.19404| 10-Jul-2019| 0:26| 296,960 \nmshtml.dll.mui| 11.0.9600.19404| 10-Jul-2019| 0:26| 258,048 \nmshtml.dll.mui| 11.0.9600.19404| 10-Jul-2019| 0:25| 256,512 \nmshtml.dll.mui| 11.0.9600.19404| 10-Jul-2019| 0:25| 289,280 \nmshtml.dll.mui| 11.0.9600.19404| 10-Jul-2019| 0:25| 288,256 \nmshtml.dll.mui| 11.0.9600.19404| 10-Jul-2019| 0:25| 285,184 \nmshtml.dll.mui| 11.0.9600.19404| 10-Jul-2019| 0:26| 295,424 \nmshtml.dll.mui| 11.0.9600.19404| 10-Jul-2019| 0:25| 297,472 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:12| 292,864 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:13| 295,424 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:12| 294,400 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:12| 294,400 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:12| 290,816 \nmshtml.dll.mui| 11.0.9600.20016| 15-Apr-2021| 0:25| 290,816 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:13| 286,208 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:06| 281,600 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:04| 286,720 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:04| 292,352 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:04| 242,176 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:16| 243,200 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 22:17| 243,200 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:58| 73,728 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:59| 67,584 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:58| 67,584 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:00| 74,240 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:58| 78,848 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:59| 61,440 \nF12Resources.dll.mui| 11.0.9600.17278| 15-Aug-2014| 20:19| 61,440 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:00| 74,752 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:58| 62,464 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:04| 68,096 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:02| 75,264 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:01| 68,608 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 71,680 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 73,216 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 41,472 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 37,888 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:02| 68,608 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:01| 67,584 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:02| 65,536 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 74,240 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:02| 70,656 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:02| 71,168 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 71,680 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:02| 71,168 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 69,632 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 68,096 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 68,608 \nF12Resources.dll.mui| 11.0.9600.20016| 15-Apr-2021| 0:28| 68,096 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 65,536 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 59,904 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:04| 65,536 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 69,120 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 29,696 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:58| 30,720 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:59| 30,720 \nJavaScriptCollectionAgent.dll| 11.0.9600.19963| 12-Feb-2021| 18:47| 77,824 \nDiagnosticsHub.ScriptedSandboxPlugin.dll| 11.0.9600.19963| 12-Feb-2021| 18:49| 276,480 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:20| 46,080 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:20| 50,176 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:20| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:20| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:20| 51,712 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 54,272 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:08| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 50,176 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 47,616 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:20| 50,688 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 45,056 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:19| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:19| 39,936 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:19| 39,424 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:19| 47,616 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:19| 47,616 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:20| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:19| 51,200 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:19| 50,688 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 50,176 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 15-Apr-2021| 0:28| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:12| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:14| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:15| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:15| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:15| 35,328 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:20| 35,328 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:20| 35,328 \nwininet.dll| 11.0.9600.20016| 14-Apr-2021| 20:55| 4,859,904 \njsproxy.dll| 11.0.9600.17416| 30-Oct-2014| 21:57| 54,784 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:18| 114,176 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:16| 130,560 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:17| 124,928 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:17| 122,880 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:17| 130,048 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:39| 138,240 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:38| 114,688 \ninetcpl.cpl.mui| 11.0.9600.18666| 16-Apr-2017| 2:49| 114,688 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:38| 131,584 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:39| 117,760 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:40| 122,368 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:17| 134,144 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:40| 107,008 \ninetcpl.cpl.mui| 11.0.9600.18838| 14-Oct-2017| 2:53| 123,392 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:36| 127,488 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:21| 128,512 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:19| 88,064 \ninetcpl.cpl.mui| 11.0.9600.18838| 14-Oct-2017| 2:53| 82,944 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:18| 125,440 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:18| 123,392 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:21| 120,320 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:18| 130,560 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:19| 129,024 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 16:17| 125,952 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 16:17| 129,024 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 16:16| 128,000 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 16:17| 123,904 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 16:18| 129,024 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 16:16| 123,904 \ninetcpl.cpl.mui| 11.0.9600.20016| 15-Apr-2021| 0:24| 124,416 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 16:18| 121,856 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 16:13| 115,712 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 16:14| 123,904 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 16:13| 125,440 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 16:13| 74,752 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:16| 75,776 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 17:17| 75,776 \nieui.dll| 11.0.9600.19650| 11-Feb-2020| 5:38| 615,936 \niedkcs32.dll| 18.0.9600.19963| 12-Feb-2021| 18:28| 381,952 \ninstall.ins| Not versioned| 14-Apr-2021| 18:47| 464 \nieapfltr.dat| 10.0.9301.0| 23-Sep-2013| 19:22| 616,104 \nieapfltr.dll| 11.0.9600.20016| 14-Apr-2021| 20:19| 800,768 \niepeers.dll| 11.0.9600.19963| 12-Feb-2021| 18:41| 145,920 \nlicmgr10.dll| 11.0.9600.17416| 30-Oct-2014| 21:40| 33,280 \ntdc.ocx| 11.0.9600.19963| 12-Feb-2021| 18:47| 88,064 \nDiagnosticsHub.DataWarehouse.dll| 11.0.9600.18895| 1-Jan-2018| 21:32| 666,624 \niedvtool.dll| 11.0.9600.19963| 12-Feb-2021| 21:02| 950,784 \nDiagnosticsHub_is.dll| 11.0.9600.19963| 12-Feb-2021| 19:21| 50,176 \ndxtmsft.dll| 11.0.9600.19963| 12-Feb-2021| 18:53| 491,008 \ndxtrans.dll| 11.0.9600.19963| 12-Feb-2021| 18:40| 316,416 \nEscMigPlugin.dll| 11.0.9600.19963| 12-Feb-2021| 19:01| 124,416 \nescUnattend.exe| 11.0.9600.19326| 25-Mar-2019| 22:54| 87,040 \nMicrosoft-Windows-IE-F12-Provider.ptxml| Not versioned| 15-Aug-2014| 15:51| 11,892 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:59| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:59| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:59| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:59| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:00| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:59| 4,096 \nF12.dll.mui| 11.0.9600.17278| 15-Aug-2014| 20:19| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:59| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:58| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:04| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:02| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:01| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:02| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:02| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:02| 3,584 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 3,584 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:01| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:01| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:02| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:04| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:01| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:04| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 4,096 \nF12.dll.mui| 11.0.9600.20016| 15-Apr-2021| 0:24| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 5:03| 3,584 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:58| 3,584 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:58| 3,584 \nDiagnosticsTap.dll| 11.0.9600.19963| 12-Feb-2021| 18:51| 245,248 \nF12Resources.dll| 11.0.9600.17496| 21-Nov-2014| 19:00| 10,949,120 \nF12Tools.dll| 11.0.9600.19963| 12-Feb-2021| 18:50| 372,224 \nF12.dll| 11.0.9600.19963| 12-Feb-2021| 18:37| 1,422,848 \nmsfeeds.dll| 11.0.9600.20016| 14-Apr-2021| 20:48| 809,472 \nmsfeeds.mof| Not versioned| 5-Feb-2014| 21:54| 1,518 \nmsfeedsbs.mof| Not versioned| 21-Aug-2013| 23:54| 1,574 \nmsfeedsbs.dll| 11.0.9600.19650| 11-Feb-2020| 5:16| 60,416 \nmsfeedssync.exe| 11.0.9600.17416| 30-Oct-2014| 22:08| 12,800 \nmshta.exe| 11.0.9600.17416| 30-Oct-2014| 22:12| 13,824 \nmshtmled.dll| 11.0.9600.19963| 12-Feb-2021| 18:42| 92,672 \nmshtml.dll| 11.0.9600.20016| 14-Apr-2021| 23:21| 25,760,768 \nmshtml.tlb| 11.0.9600.16518| 6-Feb-2014| 3:30| 2,724,864 \nMicrosoft-Windows-IE-HTMLRendering.ptxml| Not versioned| 5-Feb-2014| 21:41| 3,228 \nIEAdvpack.dll| 11.0.9600.17416| 30-Oct-2014| 21:54| 132,096 \nieetwcollector.exe| 11.0.9600.18895| 1-Jan-2018| 21:17| 116,224 \nieetwproxystub.dll| 11.0.9600.18895| 1-Jan-2018| 21:28| 48,640 \nieetwcollectorres.dll| 11.0.9600.16518| 6-Feb-2014| 3:30| 4,096 \nielowutil.exe| 11.0.9600.17416| 30-Oct-2014| 21:55| 222,720 \nieproxy.dll| 11.0.9600.19963| 12-Feb-2021| 17:48| 870,400 \nIEShims.dll| 11.0.9600.19650| 11-Feb-2020| 4:29| 387,072 \niexpress.exe| 11.0.9600.17416| 30-Oct-2014| 22:10| 167,424 \nwextract.exe| 11.0.9600.17416| 30-Oct-2014| 22:12| 143,872 \nimgutil.dll| 11.0.9600.19963| 12-Feb-2021| 18:08| 51,712 \nWindows Pop-up Blocked.wav| Not versioned| 23-Sep-2013| 20:25| 85,548 \nWindows Information Bar.wav| Not versioned| 23-Sep-2013| 20:25| 23,308 \nWindows Feed Discovered.wav| Not versioned| 23-Sep-2013| 20:25| 19,884 \nWindows Navigation Start.wav| Not versioned| 23-Sep-2013| 20:25| 11,340 \nbing.ico| Not versioned| 23-Sep-2013| 19:51| 5,430 \nieUnatt.exe| 11.0.9600.17416| 30-Oct-2014| 21:51| 144,384 \nMicrosoft-Windows-IE-InternetExplorer-ppdlic.xrm-ms| Not versioned| 14-Apr-2021| 23:42| 2,956 \njsdbgui.dll| 11.0.9600.19963| 12-Feb-2021| 18:43| 591,872 \njsprofilerui.dll| 11.0.9600.19963| 12-Feb-2021| 18:44| 628,736 \nMemoryAnalyzer.dll| 11.0.9600.19963| 12-Feb-2021| 19:01| 1,862,656 \nMshtmlDac.dll| 11.0.9600.19846| 23-Sep-2020| 21:25| 88,064 \nnetworkinspection.dll| 11.0.9600.19963| 12-Feb-2021| 18:38| 1,217,024 \noccache.dll| 11.0.9600.17416| 30-Oct-2014| 21:19| 152,064 \ndesktop.ini| Not versioned| 18-Jun-2013| 7:43| 65 \nwebcheck.dll| 11.0.9600.19963| 12-Feb-2021| 18:30| 262,144 \ndesktop.ini| Not versioned| 18-Jun-2013| 7:44| 65 \npdm.dll| 12.0.41202.0| 30-Sep-2014| 16:01| 579,192 \nmsdbg2.dll| 12.0.41202.0| 30-Sep-2014| 16:01| 403,592 \npdmproxy100.dll| 12.0.41202.0| 30-Sep-2014| 16:01| 107,152 \nmsrating.dll| 11.0.9600.18895| 1-Jan-2018| 20:56| 199,680 \nicrav03.rat| Not versioned| 23-Sep-2013| 19:32| 8,798 \nticrf.rat| Not versioned| 23-Sep-2013| 19:32| 1,988 \niertutil.dll| 11.0.9600.20016| 14-Apr-2021| 21:35| 2,916,352 \nie4uinit.exe| 11.0.9600.19963| 12-Feb-2021| 18:28| 728,064 \niernonce.dll| 11.0.9600.17416| 30-Oct-2014| 21:56| 34,304 \niesetup.dll| 11.0.9600.17416| 30-Oct-2014| 22:06| 66,560 \nieuinit.inf| Not versioned| 12-Mar-2015| 18:58| 16,303 \ninseng.dll| 11.0.9600.19101| 18-Jul-2018| 21:03| 107,520 \niesysprep.dll| 11.0.9600.17416| 30-Oct-2014| 21:29| 111,616 \nTimeline.dll| 11.0.9600.19963| 12-Feb-2021| 18:45| 219,648 \nTimeline_is.dll| 11.0.9600.19963| 12-Feb-2021| 19:07| 172,032 \nTimeline.cpu.xml| Not versioned| 24-Jul-2014| 11:58| 3,197 \nVGX.dll| 11.0.9600.19963| 12-Feb-2021| 18:43| 1,018,880 \nurl.dll| 11.0.9600.17416| 30-Oct-2014| 22:06| 237,568 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:14| 2,066,432 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:14| 2,121,216 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:14| 2,075,136 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:14| 2,063,872 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:14| 2,314,240 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:14| 2,390,528 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:14| 2,034,176 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 23:22| 2,033,152 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:13| 2,307,584 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:13| 2,255,872 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:14| 2,061,312 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:14| 2,326,016 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:14| 2,019,840 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:14| 2,071,040 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:14| 2,082,816 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:18| 2,307,584 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:17| 2,170,368 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:17| 2,153,984 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:15| 2,291,712 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:16| 2,283,520 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:17| 2,052,096 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:17| 2,301,952 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:18| 2,093,056 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:11| 2,075,648 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:10| 2,299,392 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:10| 2,094,592 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:12| 2,316,800 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:10| 2,305,536 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:11| 2,278,912 \nieframe.dll.mui| 11.0.9600.20016| 15-Apr-2021| 0:28| 2,286,080 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:11| 2,060,288 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:13| 2,315,776 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:13| 2,278,912 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:13| 2,324,992 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:13| 2,098,176 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:14| 1,890,304 \nieframe.dll.mui| 11.0.9600.19846| 24-Sep-2020| 0:14| 1,890,304 \nieframe.dll| 11.0.9600.20016| 14-Apr-2021| 21:06| 15,506,944 \nieframe.ptxml| Not versioned| 5-Feb-2014| 21:41| 24,486 \nieinstal.exe| 11.0.9600.18639| 25-Mar-2017| 10:20| 492,032 \nInetRes.adml| Not versioned| 12-Feb-2021| 22:00| 526,294 \nInetRes.adml| Not versioned| 12-Feb-2021| 22:00| 499,654 \nInetRes.adml| Not versioned| 12-Feb-2021| 21:59| 552,337 \nInetRes.adml| Not versioned| 12-Feb-2021| 22:01| 944,559 \nInetRes.adml| Not versioned| 12-Feb-2021| 21:14| 457,561 \nInetRes.adml| Not versioned| 12-Feb-2021| 22:00| 543,946 \nInetRes.adml| Not versioned| 12-Feb-2021| 22:01| 526,557 \nInetRes.adml| Not versioned| 12-Feb-2021| 21:59| 575,838 \nInetRes.adml| Not versioned| 12-Feb-2021| 22:01| 570,737 \nInetRes.adml| Not versioned| 12-Feb-2021| 21:56| 548,119 \nInetRes.adml| Not versioned| 12-Feb-2021| 21:56| 639,271 \nInetRes.adml| Not versioned| 12-Feb-2021| 21:57| 525,504 \nInetRes.adml| Not versioned| 12-Feb-2021| 21:56| 488,488 \nInetRes.adml| Not versioned| 12-Feb-2021| 21:56| 548,494 \nInetRes.adml| Not versioned| 12-Feb-2021| 21:56| 559,343 \nInetRes.adml| Not versioned| 12-Feb-2021| 22:02| 535,067 \nInetRes.adml| Not versioned| 12-Feb-2021| 22:02| 541,455 \nInetRes.adml| Not versioned| 12-Feb-2021| 22:03| 804,470 \nInetRes.adml| Not versioned| 12-Feb-2021| 22:00| 503,909 \nInetRes.adml| Not versioned| 12-Feb-2021| 22:02| 521,583 \nInetRes.adml| Not versioned| 12-Feb-2021| 22:02| 420,082 \nInetRes.adml| Not versioned| 12-Feb-2021| 21:59| 436,651 \nInetRes.adml| Not versioned| 12-Feb-2021| 21:59| 436,651 \ninetres.admx| Not versioned| 8-Feb-2021| 20:02| 1,678,023 \ninetcomm.dll| 6.3.9600.20016| 14-Apr-2021| 20:55| 1,033,216 \nINETRES.dll| 6.3.9600.16384| 22-Aug-2013| 4:43| 84,480 \njscript9.dll| 11.0.9600.20016| 14-Apr-2021| 21:40| 5,499,904 \njscript9diag.dll| 11.0.9600.19963| 12-Feb-2021| 19:03| 814,592 \njscript.dll| 5.8.9600.20016| 14-Apr-2021| 21:19| 785,408 \nvbscript.dll| 5.8.9600.20016| 14-Apr-2021| 21:29| 581,120 \niexplore.exe| 11.0.9600.19036| 24-May-2018| 22:24| 817,296 \nhtml.iec| 2019.0.0.18895| 1-Jan-2018| 20:51| 341,504 \nieui.dll| 11.0.9600.18895| 1-Jan-2018| 20:44| 476,160 \niepeers.dll| 11.0.9600.19963| 12-Feb-2021| 18:20| 128,512 \ntdc.ocx| 11.0.9600.19963| 12-Feb-2021| 18:24| 73,728 \ndxtmsft.dll| 11.0.9600.19963| 12-Feb-2021| 18:29| 415,744 \ndxtrans.dll| 11.0.9600.19963| 12-Feb-2021| 18:20| 280,064 \nmsfeeds.dll| 11.0.9600.20016| 14-Apr-2021| 20:26| 696,320 \nmsfeeds.mof| Not versioned| 5-Feb-2014| 21:53| 1,518 \nmshta.exe| 11.0.9600.17416| 30-Oct-2014| 20:28| 12,800 \nmshtmled.dll| 11.0.9600.19963| 12-Feb-2021| 18:21| 76,800 \nmshtml.dll| 11.0.9600.20016| 14-Apr-2021| 21:33| 20,295,680 \nmshtml.tlb| 11.0.9600.16518| 6-Feb-2014| 2:20| 2,724,864 \nwow64_Microsoft-Windows-IE-HTMLRendering.ptxml| Not versioned| 5-Feb-2014| 21:43| 3,228 \nieetwproxystub.dll| 11.0.9600.17416| 30-Oct-2014| 20:23| 47,616 \nieUnatt.exe| 11.0.9600.17416| 30-Oct-2014| 20:12| 115,712 \noccache.dll| 11.0.9600.17416| 30-Oct-2014| 19:48| 130,048 \nwebcheck.dll| 11.0.9600.19963| 12-Feb-2021| 18:13| 230,400 \niernonce.dll| 11.0.9600.17416| 30-Oct-2014| 20:15| 30,720 \niesetup.dll| 11.0.9600.17416| 30-Oct-2014| 20:24| 62,464 \nieuinit.inf| Not versioned| 12-Mar-2015| 18:55| 16,303 \niesysprep.dll| 11.0.9600.17416| 30-Oct-2014| 19:56| 90,624 \nieframe.dll| 11.0.9600.20016| 14-Apr-2021| 20:36| 13,881,856 \nie9props.propdesc| Not versioned| 23-Sep-2013| 19:34| 2,843 \nwow64_ieframe.ptxml| Not versioned| 5-Feb-2014| 21:43| 24,486 \njscript9.dll| 11.0.9600.20016| 14-Apr-2021| 20:38| 4,112,384 \njscript9diag.dll| 11.0.9600.19963| 12-Feb-2021| 18:37| 620,032 \njscript.dll| 5.8.9600.20016| 14-Apr-2021| 20:49| 653,824 \nvbscript.dll| 5.8.9600.20016| 14-Apr-2021| 20:58| 498,176 \nactxprxy.dll| 6.3.9600.19301| 25-Feb-2019| 22:20| 1,049,600 \nhlink.dll| 6.3.9600.19101| 18-Jul-2018| 20:55| 99,328 \npngfilt.dll| 11.0.9600.19963| 12-Feb-2021| 18:49| 58,368 \nurlmon.dll| 11.0.9600.20016| 14-Apr-2021| 20:13| 1,343,488 \nWininetPlugin.dll| 6.3.9600.17416| 30-Oct-2014| 20:12| 35,328 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:31| 46,592 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:30| 52,736 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:30| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:30| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:30| 56,320 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 57,856 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 49,664 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 11:17| 49,664 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 54,272 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 47,616 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 49,152 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:30| 55,296 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 45,056 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 51,712 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 51,712 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 53,248 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 39,424 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:32| 35,840 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:31| 50,176 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:31| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:31| 50,688 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:31| 52,736 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:31| 53,760 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:30| 54,272 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:29| 54,272 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:30| 52,736 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:29| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:30| 53,248 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:30| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 15-Apr-2021| 2:20| 51,712 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:30| 50,688 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:27| 50,688 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:28| 50,176 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:28| 50,176 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 12:28| 31,232 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:30| 31,232 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:30| 31,232 \ninetcpl.cpl| 11.0.9600.19963| 12-Feb-2021| 18:12| 2,058,752 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 307,200 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 293,888 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:52| 290,304 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 289,280 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 299,008 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 303,104 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:49| 282,112 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 20:58| 282,112 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:51| 296,960 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 283,648 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 291,840 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 299,520 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:51| 275,968 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:49| 290,816 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:49| 293,376 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:53| 296,960 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:53| 258,048 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:52| 256,512 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:51| 289,280 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:53| 288,256 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:53| 285,184 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:53| 295,424 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:52| 297,472 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 292,864 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:51| 295,424 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 294,400 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:51| 294,400 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 292,864 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 290,816 \nmshtml.dll.mui| 11.0.9600.20016| 15-Apr-2021| 2:21| 290,816 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 286,208 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:43| 281,600 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:43| 286,720 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:42| 292,352 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:43| 242,176 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:53| 243,200 \nmshtml.dll.mui| 11.0.9600.19404| 9-Jul-2019| 21:50| 243,200 \nJavaScriptCollectionAgent.dll| 11.0.9600.19963| 12-Feb-2021| 18:25| 60,416 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:26| 46,080 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:24| 50,176 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:23| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:24| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:23| 51,712 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:12| 54,272 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:12| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 11:10| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:12| 50,176 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:12| 47,616 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:12| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:24| 50,688 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:12| 45,056 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:12| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:13| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:07| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:07| 39,936 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:07| 39,424 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:07| 47,616 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:07| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:07| 51,200 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:07| 50,688 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:03| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:04| 50,176 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:02| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:03| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:03| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:03| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 15-Apr-2021| 2:20| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:03| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:04| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:04| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:05| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:04| 35,328 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:23| 35,328 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:23| 35,328 \nwininet.dll| 11.0.9600.20016| 14-Apr-2021| 20:15| 4,388,352 \njsproxy.dll| 11.0.9600.17416| 30-Oct-2014| 20:16| 47,104 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:12| 114,176 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:09| 130,560 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:10| 124,928 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:12| 122,880 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:10| 130,048 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:12| 138,240 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:12| 114,688 \ninetcpl.cpl.mui| 11.0.9600.18666| 16-Apr-2017| 1:51| 114,688 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:12| 131,584 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:10| 117,760 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:12| 122,368 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:12| 134,144 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:13| 107,008 \ninetcpl.cpl.mui| 11.0.9600.18838| 14-Oct-2017| 1:46| 123,392 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:11| 127,488 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:11| 128,512 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:07| 88,064 \ninetcpl.cpl.mui| 11.0.9600.18838| 14-Oct-2017| 1:47| 82,944 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:07| 125,440 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:07| 123,392 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:10| 120,320 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:07| 130,560 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:07| 129,024 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:26| 125,952 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:26| 129,024 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:25| 128,000 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:26| 123,904 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:26| 129,024 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:25| 123,904 \ninetcpl.cpl.mui| 11.0.9600.20016| 15-Apr-2021| 2:20| 124,416 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 13:56| 121,856 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:03| 115,712 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:04| 123,904 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:04| 125,440 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:04| 74,752 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:09| 75,776 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 14:10| 75,776 \niedkcs32.dll| 18.0.9600.19963| 12-Feb-2021| 18:11| 333,312 \ninstall.ins| Not versioned| 14-Apr-2021| 18:43| 464 \nieapfltr.dat| 10.0.9301.0| 23-Sep-2013| 19:20| 616,104 \nieapfltr.dll| 11.0.9600.20016| 14-Apr-2021| 20:06| 710,656 \nlicmgr10.dll| 11.0.9600.17416| 30-Oct-2014| 20:03| 27,136 \niedvtool.dll| 11.0.9600.19963| 12-Feb-2021| 18:59| 772,608 \nDiagnosticsTap.dll| 11.0.9600.19963| 12-Feb-2021| 18:28| 175,104 \nF12Tools.dll| 11.0.9600.19963| 12-Feb-2021| 18:27| 256,000 \nmsfeedsbs.mof| Not versioned| 21-Aug-2013| 16:49| 1,574 \nmsfeedsbs.dll| 11.0.9600.19650| 11-Feb-2020| 4:57| 52,736 \nmsfeedssync.exe| 11.0.9600.17416| 30-Oct-2014| 20:25| 11,264 \nIEAdvpack.dll| 11.0.9600.17416| 30-Oct-2014| 20:14| 112,128 \nielowutil.exe| 11.0.9600.19404| 9-Jul-2019| 20:06| 221,184 \nieproxy.dll| 11.0.9600.19963| 12-Feb-2021| 17:45| 310,784 \nIEShims.dll| 11.0.9600.19846| 23-Sep-2020| 20:01| 290,304 \niexpress.exe| 11.0.9600.17416| 30-Oct-2014| 20:27| 152,064 \nwextract.exe| 11.0.9600.17416| 30-Oct-2014| 20:28| 137,728 \nimgutil.dll| 11.0.9600.19963| 12-Feb-2021| 17:59| 40,448 \nExtExport.exe| 11.0.9600.17416| 30-Oct-2014| 20:20| 25,600 \njsdbgui.dll| 11.0.9600.19963| 12-Feb-2021| 18:22| 459,776 \njsprofilerui.dll| 11.0.9600.19963| 12-Feb-2021| 18:22| 579,584 \nMshtmlDac.dll| 11.0.9600.19867| 12-Oct-2020| 21:43| 64,000 \nnetworkinspection.dll| 11.0.9600.19846| 23-Sep-2020| 20:28| 1,075,200 \npdm.dll| 12.0.41202.0| 30-Sep-2014| 16:00| 442,992 \nmsdbg2.dll| 12.0.41202.0| 30-Sep-2014| 16:00| 315,008 \npdmproxy100.dll| 12.0.41202.0| 30-Sep-2014| 16:00| 99,984 \nmsrating.dll| 11.0.9600.19507| 5-Oct-2019| 19:57| 168,960 \nicrav03.rat| Not versioned| 23-Sep-2013| 19:25| 8,798 \nticrf.rat| Not versioned| 23-Sep-2013| 19:26| 1,988 \niertutil.dll| 11.0.9600.20016| 14-Apr-2021| 21:00| 2,308,608 \ninseng.dll| 11.0.9600.17416| 30-Oct-2014| 19:56| 91,136 \nVGX.dll| 11.0.9600.19963| 12-Feb-2021| 18:21| 818,176 \nurl.dll| 11.0.9600.17416| 30-Oct-2014| 20:24| 235,520 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:27| 2,066,432 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 2,121,216 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 2,075,136 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:27| 2,063,872 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 2,314,240 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,390,528 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,034,176 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:39| 2,033,152 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,307,584 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,255,872 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,061,312 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 2,326,016 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,019,840 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,071,040 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,082,816 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:27| 2,307,584 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 2,170,368 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:27| 2,153,984 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 2,291,712 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:27| 2,283,520 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 2,052,096 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:27| 2,301,952 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:27| 2,093,056 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,075,648 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,299,392 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,094,592 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,316,800 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,305,536 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,278,912 \nieframe.dll.mui| 11.0.9600.20016| 15-Apr-2021| 2:21| 2,286,080 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,060,288 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,315,776 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,278,912 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:29| 2,324,992 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:30| 2,098,176 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 1,890,304 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 22:26| 1,890,304 \nieinstal.exe| 11.0.9600.18921| 9-Feb-2018| 21:35| 475,648 \ninetcomm.dll| 6.3.9600.20016| 14-Apr-2021| 20:31| 880,640 \nINETRES.dll| 6.3.9600.16384| 21-Aug-2013| 21:14| 84,480 \n \n### \n\n__\n\nInternet Explorer 11 on all supported ARM-based versions\n\n**File name**| **File version**| **Date**| **Time**| **File size** \n---|---|---|---|--- \nactxprxy.dll| 6.3.9600.19301| 25-Feb-2019| 21:59| 1,064,960 \nhlink.dll| 6.3.9600.19101| 18-Jul-2018| 20:30| 68,608 \npngfilt.dll| 11.0.9600.19963| 12-Feb-2021| 18:21| 47,616 \nurlmon.dll| 11.0.9600.20016| 14-Apr-2021| 19:54| 1,039,360 \niexplore.exe| 11.0.9600.19867| 12-Oct-2020| 22:01| 807,816 \nWininetPlugin.dll| 6.3.9600.16384| 21-Aug-2013| 19:52| 33,792 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:08| 46,592 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:08| 52,736 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:08| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:08| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:08| 56,320 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 57,856 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 49,664 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 10:19| 49,664 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 54,272 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 47,616 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 49,152 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:08| 55,296 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 45,056 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 51,712 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 51,712 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 53,248 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 39,424 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 35,840 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 50,176 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 50,688 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:10| 52,736 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:09| 53,760 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:08| 54,272 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:07| 54,272 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:08| 52,736 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:08| 51,200 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:08| 53,248 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:08| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 14-Apr-2021| 21:45| 51,712 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:07| 50,688 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:06| 50,688 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:06| 50,176 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:06| 50,176 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:06| 31,232 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:08| 31,232 \nwininet.dll.mui| 11.0.9600.18538| 12-Nov-2016| 13:08| 31,232 \nhtml.iec| 2019.0.0.19301| 25-Feb-2019| 22:35| 320,000 \ninetcpl.cpl| 11.0.9600.19963| 12-Feb-2021| 17:51| 2,007,040 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 307,200 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 293,888 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 290,304 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 289,280 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 299,008 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 303,104 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 282,112 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:16| 282,112 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:52| 296,960 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 283,648 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 291,840 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 299,520 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 275,968 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:52| 290,816 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 293,376 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 296,960 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 258,048 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 256,512 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 289,280 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 288,256 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 285,184 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 295,424 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 297,472 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:50| 292,864 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:50| 295,424 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 294,400 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:50| 294,400 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:50| 292,864 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 290,816 \nmshtml.dll.mui| 11.0.9600.20016| 14-Apr-2021| 21:45| 290,816 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:50| 286,208 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:48| 281,600 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:48| 286,720 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:48| 292,352 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:48| 242,176 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 243,200 \nmshtml.dll.mui| 11.0.9600.19507| 5-Oct-2019| 20:51| 243,200 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 73,728 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 67,584 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 67,584 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 74,240 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 78,848 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 61,440 \nF12Resources.dll.mui| 11.0.9600.17278| 15-Aug-2014| 18:39| 61,440 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 74,752 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 62,464 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 68,096 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 75,264 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:28| 68,608 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 71,680 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 73,216 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 41,472 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 37,888 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 68,608 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 67,584 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 65,536 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 74,240 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 70,656 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 71,168 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 71,680 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 71,168 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 69,632 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 68,096 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:26| 68,608 \nF12Resources.dll.mui| 11.0.9600.20016| 14-Apr-2021| 21:45| 68,096 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 65,536 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 59,904 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 65,536 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:26| 69,120 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 29,696 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 30,720 \nF12Resources.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 30,720 \nJavaScriptCollectionAgent.dll| 11.0.9600.19963| 12-Feb-2021| 18:03| 63,488 \nDiagnosticsHub.ScriptedSandboxPlugin.dll| 11.0.9600.19963| 12-Feb-2021| 18:04| 215,552 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:02| 46,080 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:02| 50,176 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:02| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:02| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:02| 51,712 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:03| 54,272 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:03| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 10:09| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:03| 50,176 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:03| 47,616 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:04| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:02| 50,688 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:03| 45,056 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:03| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:03| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:54| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:53| 39,936 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:53| 39,424 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:53| 47,616 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:53| 47,616 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:53| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:53| 51,200 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:53| 50,688 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:03| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:02| 50,176 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:02| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:02| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:02| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:02| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 14-Apr-2021| 21:45| 49,664 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:02| 48,640 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:59| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:58| 49,152 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:58| 48,128 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 12:58| 35,328 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:02| 35,328 \nurlmon.dll.mui| 11.0.9600.18378| 11-Jun-2016| 13:02| 35,328 \nwininet.dll| 11.0.9600.20016| 14-Apr-2021| 19:54| 4,147,712 \njsproxy.dll| 11.0.9600.17416| 30-Oct-2014| 19:43| 39,936 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 114,176 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 130,560 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 124,928 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 122,880 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 130,048 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:23| 138,240 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:23| 114,688 \ninetcpl.cpl.mui| 11.0.9600.18698| 14-May-2017| 12:41| 114,688 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:23| 131,584 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:23| 117,760 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:23| 122,368 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 134,144 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:23| 107,008 \ninetcpl.cpl.mui| 11.0.9600.18838| 14-Oct-2017| 0:14| 123,392 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 127,488 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:23| 128,512 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:23| 88,064 \ninetcpl.cpl.mui| 11.0.9600.18838| 14-Oct-2017| 0:14| 82,944 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:23| 125,440 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:23| 123,392 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:23| 120,320 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 130,560 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:23| 129,024 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 125,952 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 129,024 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 128,000 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 123,904 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 129,024 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 123,904 \ninetcpl.cpl.mui| 11.0.9600.20016| 14-Apr-2021| 21:45| 124,416 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 121,856 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:21| 115,712 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:21| 123,904 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:22| 125,440 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:21| 74,752 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:23| 75,776 \ninetcpl.cpl.mui| 11.0.9600.18817| 7-Sep-2017| 15:24| 75,776 \nieui.dll| 11.0.9600.19650| 11-Feb-2020| 4:46| 427,520 \niedkcs32.dll| 18.0.9600.19963| 12-Feb-2021| 17:52| 292,864 \ninstall.ins| Not versioned| 14-Apr-2021| 18:47| 464 \nieapfltr.dat| 10.0.9301.0| 23-Sep-2013| 19:22| 616,104 \nieapfltr.dll| 11.0.9600.20016| 14-Apr-2021| 19:56| 548,864 \niepeers.dll| 11.0.9600.19963| 12-Feb-2021| 17:59| 107,008 \nlicmgr10.dll| 11.0.9600.17416| 30-Oct-2014| 19:34| 23,552 \ntdc.ocx| 11.0.9600.19963| 12-Feb-2021| 18:02| 62,464 \nDiagnosticsHub.DataWarehouse.dll| 11.0.9600.17416| 30-Oct-2014| 19:52| 495,616 \niedvtool.dll| 11.0.9600.19963| 12-Feb-2021| 17:59| 726,016 \nDiagnosticsHub_is.dll| 11.0.9600.19963| 12-Feb-2021| 18:22| 39,936 \ndxtmsft.dll| 11.0.9600.19963| 12-Feb-2021| 18:06| 364,032 \ndxtrans.dll| 11.0.9600.19963| 12-Feb-2021| 17:58| 221,696 \nMicrosoft-Windows-IE-F12-Provider.ptxml| Not versioned| 15-Aug-2014| 15:50| 11,892 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:20| 4,096 \nF12.dll.mui| 11.0.9600.17278| 15-Aug-2014| 18:39| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:28| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 3,584 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 3,584 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:17| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:26| 4,096 \nF12.dll.mui| 11.0.9600.20016| 14-Apr-2021| 21:45| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:26| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:26| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:26| 4,096 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:27| 3,584 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:19| 3,584 \nF12.dll.mui| 11.0.9600.17278| 16-Aug-2014| 4:18| 3,584 \nDiagnosticsTap.dll| 11.0.9600.19963| 12-Feb-2021| 18:06| 175,616 \nF12Resources.dll| 11.0.9600.17496| 21-Nov-2014| 17:44| 10,948,608 \nF12Tools.dll| 11.0.9600.19963| 12-Feb-2021| 18:05| 263,680 \nF12.dll| 11.0.9600.19963| 12-Feb-2021| 17:57| 1,186,304 \nmsfeeds.dll| 11.0.9600.20016| 14-Apr-2021| 20:09| 587,264 \nmsfeeds.mof| Not versioned| 5-Feb-2014| 21:51| 1,518 \nmsfeedsbs.mof| Not versioned| 21-Aug-2013| 16:43| 1,574 \nmsfeedsbs.dll| 11.0.9600.19650| 11-Feb-2020| 4:34| 43,520 \nmsfeedssync.exe| 11.0.9600.16384| 21-Aug-2013| 20:05| 11,776 \nmshtmled.dll| 11.0.9600.19963| 12-Feb-2021| 18:00| 73,216 \nmshtml.dll| 11.0.9600.20016| 14-Apr-2021| 20:14| 16,229,376 \nmshtml.tlb| 11.0.9600.16518| 6-Feb-2014| 1:36| 2,724,864 \nMicrosoft-Windows-IE-HTMLRendering.ptxml| Not versioned| 5-Feb-2014| 21:39| 3,228 \nIEAdvpack.dll| 11.0.9600.16384| 21-Aug-2013| 19:54| 98,816 \nieetwcollector.exe| 11.0.9600.18658| 5-Apr-2017| 10:29| 98,816 \nieetwproxystub.dll| 11.0.9600.16518| 6-Feb-2014| 1:23| 43,008 \nieetwcollectorres.dll| 11.0.9600.16518| 6-Feb-2014| 1:36| 4,096 \nielowutil.exe| 11.0.9600.17031| 22-Feb-2014| 1:32| 222,208 \nieproxy.dll| 11.0.9600.19963| 12-Feb-2021| 17:33| 308,224 \nIEShims.dll| 11.0.9600.19650| 11-Feb-2020| 4:11| 268,800 \nimgutil.dll| 11.0.9600.19963| 12-Feb-2021| 17:43| 34,816 \nWindows Pop-up Blocked.wav| Not versioned| 23-Sep-2013| 20:25| 85,548 \nWindows Information Bar.wav| Not versioned| 23-Sep-2013| 20:25| 23,308 \nWindows Feed Discovered.wav| Not versioned| 23-Sep-2013| 20:25| 19,884 \nWindows Navigation Start.wav| Not versioned| 23-Sep-2013| 20:25| 11,340 \nbing.ico| Not versioned| 23-Sep-2013| 19:51| 5,430 \nieUnatt.exe| 11.0.9600.16518| 6-Feb-2014| 1:12| 112,128 \nMicrosoft-Windows-IE-InternetExplorer-ppdlic.xrm-ms| Not versioned| 14-Apr-2021| 21:11| 2,956 \njsdbgui.dll| 11.0.9600.19963| 12-Feb-2021| 18:01| 457,216 \njsprofilerui.dll| 11.0.9600.19963| 12-Feb-2021| 18:01| 574,976 \nMemoryAnalyzer.dll| 11.0.9600.19963| 12-Feb-2021| 18:12| 1,935,360 \nMshtmlDac.dll| 11.0.9600.19867| 12-Oct-2020| 21:22| 60,928 \nnetworkinspection.dll| 11.0.9600.19963| 12-Feb-2021| 17:57| 1,105,408 \noccache.dll| 11.0.9600.19867| 12-Oct-2020| 21:01| 121,856 \ndesktop.ini| Not versioned| 18-Jun-2013| 7:46| 65 \nwebcheck.dll| 11.0.9600.19867| 12-Oct-2020| 20:57| 201,216 \ndesktop.ini| Not versioned| 18-Jun-2013| 7:46| 65 \npdm.dll| 12.0.20712.1| 26-Jul-2013| 10:03| 420,752 \nmsdbg2.dll| 12.0.20712.1| 26-Jul-2013| 10:03| 295,320 \npdmproxy100.dll| 12.0.20712.1| 26-Jul-2013| 10:03| 76,712 \nmsrating.dll| 11.0.9600.17905| 15-Jun-2015| 12:46| 157,184 \nicrav03.rat| Not versioned| 23-Sep-2013| 19:32| 8,798 \nticrf.rat| Not versioned| 23-Sep-2013| 19:32| 1,988 \niertutil.dll| 11.0.9600.20016| 14-Apr-2021| 20:28| 2,186,752 \nie4uinit.exe| 11.0.9600.19963| 12-Feb-2021| 17:52| 678,400 \niernonce.dll| 11.0.9600.16518| 6-Feb-2014| 1:15| 28,160 \niesetup.dll| 11.0.9600.16518| 6-Feb-2014| 1:23| 59,904 \nieuinit.inf| Not versioned| 12-Mar-2015| 18:46| 16,303 \ninseng.dll| 11.0.9600.16384| 21-Aug-2013| 19:35| 77,312 \niesysprep.dll| 11.0.9600.17416| 30-Oct-2014| 19:28| 87,552 \nTimeline.dll| 11.0.9600.19963| 12-Feb-2021| 18:02| 155,648 \nTimeline_is.dll| 11.0.9600.19963| 12-Feb-2021| 18:14| 130,048 \nTimeline.cpu.xml| Not versioned| 24-Jul-2014| 12:09| 3,197 \nVGX.dll| 11.0.9600.19963| 12-Feb-2021| 18:00| 734,720 \nurl.dll| 11.0.9600.17416| 30-Oct-2014| 19:49| 236,032 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:51| 2,066,432 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:51| 2,121,216 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:51| 2,075,136 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:51| 2,063,872 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:51| 2,314,240 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:54| 2,390,528 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:53| 2,034,176 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:03| 2,033,152 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:53| 2,307,584 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:54| 2,255,872 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:53| 2,061,312 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:51| 2,326,016 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:54| 2,019,840 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:53| 2,071,040 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:53| 2,082,816 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:52| 2,307,584 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:53| 2,170,368 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:53| 2,153,984 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:52| 2,291,712 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:52| 2,283,520 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:52| 2,052,096 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:52| 2,301,952 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:52| 2,093,056 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:53| 2,075,648 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:52| 2,299,392 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:52| 2,094,592 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:52| 2,316,800 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:52| 2,305,536 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:52| 2,278,912 \nieframe.dll.mui| 11.0.9600.20016| 14-Apr-2021| 21:46| 2,286,080 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:52| 2,060,288 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:49| 2,315,776 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:49| 2,278,912 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:48| 2,324,992 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:49| 2,098,176 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:51| 1,890,304 \nieframe.dll.mui| 11.0.9600.19846| 23-Sep-2020| 21:50| 1,890,304 \nieframe.dll| 11.0.9600.20016| 14-Apr-2021| 20:01| 12,315,648 \nieframe.ptxml| Not versioned| 5-Feb-2014| 21:38| 24,486 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:34| 526,294 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:34| 499,654 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:34| 552,337 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:32| 944,559 \nInetRes.adml| Not versioned| 12-Feb-2021| 18:45| 457,561 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:32| 543,946 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:32| 526,557 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:33| 575,838 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:32| 570,737 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:31| 548,119 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:31| 639,271 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:31| 525,504 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:31| 488,488 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:31| 548,494 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:30| 559,343 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:30| 535,067 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:30| 541,455 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:30| 804,470 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:30| 503,909 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:30| 521,583 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:30| 420,082 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:33| 436,651 \nInetRes.adml| Not versioned| 12-Feb-2021| 19:33| 436,651 \ninetres.admx| Not versioned| 11-Jan-2021| 19:24| 1,678,023 \ninetcomm.dll| 6.3.9600.20016| 14-Apr-2021| 20:11| 675,328 \nINETRES.dll| 6.3.9600.16384| 21-Aug-2013| 20:15| 84,480 \njscript9.dll| 11.0.9600.20016| 14-Apr-2021| 20:04| 3,573,248 \njscript9diag.dll| 11.0.9600.19963| 12-Feb-2021| 18:12| 557,568 \njscript.dll| 5.8.9600.20016| 14-Apr-2021| 20:26| 516,608 \nvbscript.dll| 5.8.9600.20016| 14-Apr-2021| 20:31| 403,968 \n \n### **Windows Server 2012**\n\n### \n\n__\n\nInternet Explorer 11 on all supported x86-based versions\n\n**File name**| **File version**| **File size**| **Date**| **Time** \n---|---|---|---|--- \nUrlmon.dll| 11.0.9600.20016| 1,343,488| 15-Apr-21| 3:13 \nIexplore.exe| 11.0.9600.20016| 810,392| 21-Apr-21| 1:52 \nWininet.dll.mui| 11.0.9600.20016| 46,592| 21-Apr-21| 1:54 \nWininet.dll.mui| 11.0.9600.20016| 52,736| 21-Apr-21| 1:54 \nWininet.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 1:55 \nWininet.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 1:56 \nWininet.dll.mui| 11.0.9600.20016| 56,320| 21-Apr-21| 1:56 \nWininet.dll.mui| 11.0.9600.20016| 57,856| 21-Apr-21| 1:57 \nWininet.dll.mui| 11.0.9600.20016| 54,272| 21-Apr-21| 1:57 \nWininet.dll.mui| 11.0.9600.20016| 47,616| 21-Apr-21| 1:58 \nWininet.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 1:59 \nWininet.dll.mui| 11.0.9600.20016| 55,296| 21-Apr-21| 1:59 \nWininet.dll.mui| 11.0.9600.20016| 45,056| 21-Apr-21| 2:00 \nWininet.dll.mui| 11.0.9600.20016| 51,712| 21-Apr-21| 2:01 \nWininet.dll.mui| 11.0.9600.20016| 53,248| 21-Apr-21| 2:02 \nWininet.dll.mui| 11.0.9600.20016| 39,424| 21-Apr-21| 2:02 \nWininet.dll.mui| 11.0.9600.20016| 35,840| 21-Apr-21| 2:03 \nWininet.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 2:03 \nWininet.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 2:04 \nWininet.dll.mui| 11.0.9600.20016| 50,688| 21-Apr-21| 2:05 \nWininet.dll.mui| 11.0.9600.20016| 52,736| 21-Apr-21| 2:05 \nWininet.dll.mui| 11.0.9600.20016| 53,760| 21-Apr-21| 2:06 \nWininet.dll.mui| 11.0.9600.20016| 54,272| 21-Apr-21| 2:06 \nWininet.dll.mui| 11.0.9600.20016| 54,272| 21-Apr-21| 2:07 \nWininet.dll.mui| 11.0.9600.20016| 52,736| 21-Apr-21| 2:08 \nWininet.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 2:08 \nWininet.dll.mui| 11.0.9600.20016| 53,248| 21-Apr-21| 2:09 \nWininet.dll.mui| 11.0.9600.20016| 52,736| 21-Apr-21| 2:10 \nWininet.dll.mui| 11.0.9600.20016| 51,712| 21-Apr-21| 2:10 \nWininet.dll.mui| 11.0.9600.20016| 50,688| 21-Apr-21| 2:11 \nWininet.dll.mui| 11.0.9600.20016| 50,688| 21-Apr-21| 2:12 \nWininet.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 2:12 \nWininet.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 2:13 \nWininet.dll.mui| 11.0.9600.20016| 30,720| 21-Apr-21| 2:13 \nWininet.dll.mui| 11.0.9600.20016| 30,720| 21-Apr-21| 2:14 \nInetcpl.cpl| 11.0.9600.20016| 2,058,752| 15-Apr-21| 3:26 \nMshtml.dll.mui| 11.0.9600.20016| 307,200| 21-Apr-21| 1:54 \nMshtml.dll.mui| 11.0.9600.20016| 293,888| 21-Apr-21| 1:55 \nMshtml.dll.mui| 11.0.9600.20016| 290,304| 21-Apr-21| 1:55 \nMshtml.dll.mui| 11.0.9600.20016| 289,280| 21-Apr-21| 1:56 \nMshtml.dll.mui| 11.0.9600.20016| 299,008| 21-Apr-21| 1:56 \nMshtml.dll.mui| 11.0.9600.20016| 303,104| 21-Apr-21| 1:57 \nMshtml.dll.mui| 11.0.9600.20016| 282,112| 21-Apr-21| 2:37 \nMshtml.dll.mui| 11.0.9600.20016| 296,960| 21-Apr-21| 1:57 \nMshtml.dll.mui| 11.0.9600.20016| 283,648| 21-Apr-21| 1:58 \nMshtml.dll.mui| 11.0.9600.20016| 291,840| 21-Apr-21| 1:59 \nMshtml.dll.mui| 11.0.9600.20016| 299,520| 21-Apr-21| 1:59 \nMshtml.dll.mui| 11.0.9600.20016| 275,968| 21-Apr-21| 2:00 \nMshtml.dll.mui| 11.0.9600.20016| 290,816| 21-Apr-21| 2:00 \nMshtml.dll.mui| 11.0.9600.20016| 293,376| 21-Apr-21| 2:01 \nMshtml.dll.mui| 11.0.9600.20016| 296,960| 21-Apr-21| 2:02 \nMshtml.dll.mui| 11.0.9600.20016| 258,048| 21-Apr-21| 2:02 \nMshtml.dll.mui| 11.0.9600.20016| 256,512| 21-Apr-21| 2:03 \nMshtml.dll.mui| 11.0.9600.20016| 289,280| 21-Apr-21| 2:04 \nMshtml.dll.mui| 11.0.9600.20016| 288,256| 21-Apr-21| 2:04 \nMshtml.dll.mui| 11.0.9600.20016| 285,184| 21-Apr-21| 2:05 \nMshtml.dll.mui| 11.0.9600.20016| 295,424| 21-Apr-21| 2:05 \nMshtml.dll.mui| 11.0.9600.20016| 297,472| 21-Apr-21| 2:06 \nMshtml.dll.mui| 11.0.9600.20016| 292,864| 21-Apr-21| 2:06 \nMshtml.dll.mui| 11.0.9600.20016| 295,424| 21-Apr-21| 2:07 \nMshtml.dll.mui| 11.0.9600.20016| 294,400| 21-Apr-21| 2:08 \nMshtml.dll.mui| 11.0.9600.20016| 292,864| 21-Apr-21| 2:09 \nMshtml.dll.mui| 11.0.9600.20016| 290,816| 21-Apr-21| 2:09 \nMshtml.dll.mui| 11.0.9600.20016| 288,768| 21-Apr-21| 2:10 \nMshtml.dll.mui| 11.0.9600.20016| 286,208| 21-Apr-21| 2:11 \nMshtml.dll.mui| 11.0.9600.20016| 281,600| 21-Apr-21| 2:11 \nMshtml.dll.mui| 11.0.9600.20016| 286,720| 21-Apr-21| 2:12 \nMshtml.dll.mui| 11.0.9600.20016| 292,352| 21-Apr-21| 2:12 \nMshtml.dll.mui| 11.0.9600.20016| 242,176| 21-Apr-21| 2:13 \nMshtml.dll.mui| 11.0.9600.20016| 243,200| 21-Apr-21| 2:14 \nUrlmon.dll.mui| 11.0.9600.20016| 46,080| 21-Apr-21| 1:54 \nUrlmon.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 1:54 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 1:55 \nUrlmon.dll.mui| 11.0.9600.20016| 49,664| 21-Apr-21| 1:56 \nUrlmon.dll.mui| 11.0.9600.20016| 51,712| 21-Apr-21| 1:56 \nUrlmon.dll.mui| 11.0.9600.20016| 54,272| 21-Apr-21| 1:57 \nUrlmon.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 1:57 \nUrlmon.dll.mui| 11.0.9600.20016| 47,616| 21-Apr-21| 1:58 \nUrlmon.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 1:59 \nUrlmon.dll.mui| 11.0.9600.20016| 50,688| 21-Apr-21| 1:59 \nUrlmon.dll.mui| 11.0.9600.20016| 45,056| 21-Apr-21| 2:00 \nUrlmon.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 2:00 \nUrlmon.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 2:01 \nUrlmon.dll.mui| 11.0.9600.20016| 49,664| 21-Apr-21| 2:02 \nUrlmon.dll.mui| 11.0.9600.20016| 39,936| 21-Apr-21| 2:02 \nUrlmon.dll.mui| 11.0.9600.20016| 39,424| 21-Apr-21| 2:03 \nUrlmon.dll.mui| 11.0.9600.20016| 47,616| 21-Apr-21| 2:04 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 2:05 \nUrlmon.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 2:05 \nUrlmon.dll.mui| 11.0.9600.20016| 50,688| 21-Apr-21| 2:06 \nUrlmon.dll.mui| 11.0.9600.20016| 49,664| 21-Apr-21| 2:06 \nUrlmon.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 2:07 \nUrlmon.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 2:08 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 2:08 \nUrlmon.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 2:09 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 2:10 \nUrlmon.dll.mui| 11.0.9600.20016| 49,664| 21-Apr-21| 2:10 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 2:11 \nUrlmon.dll.mui| 11.0.9600.20016| 48,128| 21-Apr-21| 2:11 \nUrlmon.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 2:12 \nUrlmon.dll.mui| 11.0.9600.20016| 48,128| 21-Apr-21| 2:13 \nUrlmon.dll.mui| 11.0.9600.20016| 35,328| 21-Apr-21| 2:13 \nUrlmon.dll.mui| 11.0.9600.20016| 35,328| 21-Apr-21| 2:14 \nJsproxy.dll| 11.0.9600.20016| 47,104| 15-Apr-21| 3:50 \nWininet.dll| 11.0.9600.20016| 4,388,352| 15-Apr-21| 3:15 \nInetcpl.cpl.mui| 11.0.9600.20016| 114,176| 21-Apr-21| 1:54 \nInetcpl.cpl.mui| 11.0.9600.20016| 130,560| 21-Apr-21| 1:54 \nInetcpl.cpl.mui| 11.0.9600.20016| 124,928| 21-Apr-21| 1:55 \nInetcpl.cpl.mui| 11.0.9600.20016| 122,880| 21-Apr-21| 1:56 \nInetcpl.cpl.mui| 11.0.9600.20016| 130,048| 21-Apr-21| 1:56 \nInetcpl.cpl.mui| 11.0.9600.20016| 138,240| 21-Apr-21| 1:57 \nInetcpl.cpl.mui| 11.0.9600.20016| 114,688| 21-Apr-21| 2:37 \nInetcpl.cpl.mui| 11.0.9600.20016| 131,584| 21-Apr-21| 1:57 \nInetcpl.cpl.mui| 11.0.9600.20016| 117,760| 21-Apr-21| 1:58 \nInetcpl.cpl.mui| 11.0.9600.20016| 122,368| 21-Apr-21| 1:59 \nInetcpl.cpl.mui| 11.0.9600.20016| 134,144| 21-Apr-21| 1:59 \nInetcpl.cpl.mui| 11.0.9600.20016| 107,008| 21-Apr-21| 2:00 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,392| 21-Apr-21| 2:01 \nInetcpl.cpl.mui| 11.0.9600.20016| 127,488| 21-Apr-21| 2:01 \nInetcpl.cpl.mui| 11.0.9600.20016| 128,512| 21-Apr-21| 2:02 \nInetcpl.cpl.mui| 11.0.9600.20016| 88,576| 21-Apr-21| 2:02 \nInetcpl.cpl.mui| 11.0.9600.20016| 82,944| 21-Apr-21| 2:03 \nInetcpl.cpl.mui| 11.0.9600.20016| 125,440| 21-Apr-21| 2:03 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,392| 21-Apr-21| 2:04 \nInetcpl.cpl.mui| 11.0.9600.20016| 120,320| 21-Apr-21| 2:05 \nInetcpl.cpl.mui| 11.0.9600.20016| 130,560| 21-Apr-21| 2:05 \nInetcpl.cpl.mui| 11.0.9600.20016| 129,024| 21-Apr-21| 2:06 \nInetcpl.cpl.mui| 11.0.9600.20016| 125,952| 21-Apr-21| 2:06 \nInetcpl.cpl.mui| 11.0.9600.20016| 129,024| 21-Apr-21| 2:07 \nInetcpl.cpl.mui| 11.0.9600.20016| 128,000| 21-Apr-21| 2:08 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,904| 21-Apr-21| 2:08 \nInetcpl.cpl.mui| 11.0.9600.20016| 129,024| 21-Apr-21| 2:09 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,904| 21-Apr-21| 2:09 \nInetcpl.cpl.mui| 11.0.9600.20016| 124,416| 21-Apr-21| 2:10 \nInetcpl.cpl.mui| 11.0.9600.20016| 121,856| 21-Apr-21| 2:11 \nInetcpl.cpl.mui| 11.0.9600.20016| 115,712| 21-Apr-21| 2:11 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,904| 21-Apr-21| 2:12 \nInetcpl.cpl.mui| 11.0.9600.20016| 125,440| 21-Apr-21| 2:13 \nInetcpl.cpl.mui| 11.0.9600.20016| 72,704| 21-Apr-21| 2:13 \nInetcpl.cpl.mui| 11.0.9600.20016| 73,728| 21-Apr-21| 2:14 \nMsfeedsbs.dll| 11.0.9600.20016| 52,736| 15-Apr-21| 3:34 \nMsfeedsbs.mof| Not Applicable| 1,574| 15-Apr-21| 2:02 \nMsfeedssync.exe| 11.0.9600.20016| 11,776| 15-Apr-21| 3:56 \nMicrosoft-windows-ie-htmlrendering.ptxml| Not Applicable| 3,228| 15-Apr-21| 1:54 \nMshtml.dll| 11.0.9600.20016| #########| 15-Apr-21| 4:33 \nMshtml.tlb| 11.0.9600.20016| 2,724,864| 15-Apr-21| 4:05 \nIeproxy.dll| 11.0.9600.20016| 310,784| 15-Apr-21| 3:05 \nIeshims.dll| 11.0.9600.20016| 290,304| 15-Apr-21| 3:09 \nIertutil.dll| 11.0.9600.20016| 2,308,608| 15-Apr-21| 4:00 \nSqmapi.dll| 6.2.9200.16384| 228,248| 21-Apr-21| 1:52 \nIeframe.dll.mui| 11.0.9600.20016| 2,066,432| 21-Apr-21| 1:54 \nIeframe.dll.mui| 11.0.9600.20016| 2,121,216| 21-Apr-21| 1:55 \nIeframe.dll.mui| 11.0.9600.20016| 2,075,648| 21-Apr-21| 1:55 \nIeframe.dll.mui| 11.0.9600.20016| 2,063,872| 21-Apr-21| 1:56 \nIeframe.dll.mui| 11.0.9600.20016| 2,314,240| 21-Apr-21| 1:57 \nIeframe.dll.mui| 11.0.9600.20016| 2,390,528| 21-Apr-21| 1:57 \nIeframe.dll.mui| 11.0.9600.20016| 2,033,152| 21-Apr-21| 2:37 \nIeframe.dll.mui| 11.0.9600.20016| 2,307,584| 21-Apr-21| 1:58 \nIeframe.dll.mui| 11.0.9600.20016| 2,255,872| 21-Apr-21| 1:58 \nIeframe.dll.mui| 11.0.9600.20016| 2,061,312| 21-Apr-21| 1:59 \nIeframe.dll.mui| 11.0.9600.20016| 2,326,016| 21-Apr-21| 2:00 \nIeframe.dll.mui| 11.0.9600.20016| 2,019,840| 21-Apr-21| 2:00 \nIeframe.dll.mui| 11.0.9600.20016| 2,071,040| 21-Apr-21| 2:01 \nIeframe.dll.mui| 11.0.9600.20016| 2,082,816| 21-Apr-21| 2:01 \nIeframe.dll.mui| 11.0.9600.20016| 2,307,584| 21-Apr-21| 2:02 \nIeframe.dll.mui| 11.0.9600.20016| 2,170,368| 21-Apr-21| 2:03 \nIeframe.dll.mui| 11.0.9600.20016| 2,153,984| 21-Apr-21| 2:03 \nIeframe.dll.mui| 11.0.9600.20016| 2,291,712| 21-Apr-21| 2:04 \nIeframe.dll.mui| 11.0.9600.20016| 2,283,520| 21-Apr-21| 2:04 \nIeframe.dll.mui| 11.0.9600.20016| 2,052,096| 21-Apr-21| 2:05 \nIeframe.dll.mui| 11.0.9600.20016| 2,301,952| 21-Apr-21| 2:06 \nIeframe.dll.mui| 11.0.9600.20016| 2,093,056| 21-Apr-21| 2:06 \nIeframe.dll.mui| 11.0.9600.20016| 2,075,648| 21-Apr-21| 2:07 \nIeframe.dll.mui| 11.0.9600.20016| 2,299,392| 21-Apr-21| 2:07 \nIeframe.dll.mui| 11.0.9600.20016| 2,094,592| 21-Apr-21| 2:08 \nIeframe.dll.mui| 11.0.9600.20016| 2,316,800| 21-Apr-21| 2:09 \nIeframe.dll.mui| 11.0.9600.20016| 2,305,536| 21-Apr-21| 2:09 \nIeframe.dll.mui| 11.0.9600.20016| 2,278,912| 21-Apr-21| 2:10 \nIeframe.dll.mui| 11.0.9600.20016| 2,285,568| 21-Apr-21| 2:10 \nIeframe.dll.mui| 11.0.9600.20016| 2,060,288| 21-Apr-21| 2:11 \nIeframe.dll.mui| 11.0.9600.20016| 2,315,776| 21-Apr-21| 2:12 \nIeframe.dll.mui| 11.0.9600.20016| 2,279,424| 21-Apr-21| 2:12 \nIeframe.dll.mui| 11.0.9600.20016| 2,324,992| 21-Apr-21| 2:13 \nIeframe.dll.mui| 11.0.9600.20016| 2,098,176| 21-Apr-21| 2:13 \nIeframe.dll.mui| 11.0.9600.20016| 1,890,304| 21-Apr-21| 2:14 \nIeframe.dll.mui| 11.0.9600.20016| 1,890,304| 21-Apr-21| 2:15 \nIeframe.dll| 11.0.9600.20016| #########| 15-Apr-21| 3:36 \nIeframe.ptxml| Not Applicable| 24,486| 15-Apr-21| 1:53 \nInetres.adml| Not Applicable| 463,373| 21-Apr-21| 1:54 \nInetres.adml| Not Applicable| 751,366| 21-Apr-21| 1:54 \nInetres.adml| Not Applicable| 526,344| 21-Apr-21| 1:55 \nInetres.adml| Not Applicable| 499,705| 21-Apr-21| 1:56 \nInetres.adml| Not Applicable| 552,386| 21-Apr-21| 1:56 \nInetres.adml| Not Applicable| 944,609| 21-Apr-21| 1:57 \nInetres.adml| Not Applicable| 457,561| 21-Apr-21| 2:37 \nInetres.adml| Not Applicable| 543,996| 21-Apr-21| 1:57 \nInetres.adml| Not Applicable| 751,446| 21-Apr-21| 1:58 \nInetres.adml| Not Applicable| 526,606| 21-Apr-21| 1:59 \nInetres.adml| Not Applicable| 575,885| 21-Apr-21| 1:59 \nInetres.adml| Not Applicable| 463,373| 21-Apr-21| 2:00 \nInetres.adml| Not Applicable| 751,445| 21-Apr-21| 2:00 \nInetres.adml| Not Applicable| 570,787| 21-Apr-21| 2:01 \nInetres.adml| Not Applicable| 548,168| 21-Apr-21| 2:02 \nInetres.adml| Not Applicable| 639,283| 21-Apr-21| 2:02 \nInetres.adml| Not Applicable| 525,516| 21-Apr-21| 2:03 \nInetres.adml| Not Applicable| 751,281| 21-Apr-21| 2:03 \nInetres.adml| Not Applicable| 751,440| 21-Apr-21| 2:04 \nInetres.adml| Not Applicable| 488,540| 21-Apr-21| 2:05 \nInetres.adml| Not Applicable| 548,544| 21-Apr-21| 2:05 \nInetres.adml| Not Applicable| 559,392| 21-Apr-21| 2:06 \nInetres.adml| Not Applicable| 535,117| 21-Apr-21| 2:06 \nInetres.adml| Not Applicable| 541,508| 21-Apr-21| 2:07 \nInetres.adml| Not Applicable| 751,296| 21-Apr-21| 2:08 \nInetres.adml| Not Applicable| 804,518| 21-Apr-21| 2:08 \nInetres.adml| Not Applicable| 751,356| 21-Apr-21| 2:09 \nInetres.adml| Not Applicable| 751,360| 21-Apr-21| 2:09 \nInetres.adml| Not Applicable| 751,261| 21-Apr-21| 2:10 \nInetres.adml| Not Applicable| 503,957| 21-Apr-21| 2:11 \nInetres.adml| Not Applicable| 751,326| 21-Apr-21| 2:11 \nInetres.adml| Not Applicable| 521,632| 21-Apr-21| 2:12 \nInetres.adml| Not Applicable| 751,400| 21-Apr-21| 2:13 \nInetres.adml| Not Applicable| 420,094| 21-Apr-21| 2:13 \nInetres.adml| Not Applicable| 436,663| 21-Apr-21| 2:14 \nInetres.admx| Not Applicable| 1,678,023| 1-Apr-21| 2:16 \nJscript9.dll.mui| 11.0.9600.20016| 29,184| 21-Apr-21| 1:54 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 1:54 \nJscript9.dll.mui| 11.0.9600.20016| 32,768| 21-Apr-21| 1:55 \nJscript9.dll.mui| 11.0.9600.20016| 33,280| 21-Apr-21| 1:56 \nJscript9.dll.mui| 11.0.9600.20016| 35,328| 21-Apr-21| 1:56 \nJscript9.dll.mui| 11.0.9600.20016| 37,888| 21-Apr-21| 1:57 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:37 \nJscript9.dll.mui| 11.0.9600.20016| 34,304| 21-Apr-21| 1:57 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 1:58 \nJscript9.dll.mui| 11.0.9600.20016| 33,280| 21-Apr-21| 1:59 \nJscript9.dll.mui| 11.0.9600.20016| 34,304| 21-Apr-21| 1:59 \nJscript9.dll.mui| 11.0.9600.20016| 27,648| 21-Apr-21| 2:00 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:00 \nJscript9.dll.mui| 11.0.9600.20016| 34,304| 21-Apr-21| 2:01 \nJscript9.dll.mui| 11.0.9600.20016| 33,792| 21-Apr-21| 2:02 \nJscript9.dll.mui| 11.0.9600.20016| 23,040| 21-Apr-21| 2:02 \nJscript9.dll.mui| 11.0.9600.20016| 22,016| 21-Apr-21| 2:03 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:03 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:04 \nJscript9.dll.mui| 11.0.9600.20016| 31,232| 21-Apr-21| 2:05 \nJscript9.dll.mui| 11.0.9600.20016| 34,304| 21-Apr-21| 2:05 \nJscript9.dll.mui| 11.0.9600.20016| 35,840| 21-Apr-21| 2:06 \nJscript9.dll.mui| 11.0.9600.20016| 32,768| 21-Apr-21| 2:06 \nJscript9.dll.mui| 11.0.9600.20016| 33,280| 21-Apr-21| 2:07 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:08 \nJscript9.dll.mui| 11.0.9600.20016| 34,816| 21-Apr-21| 2:08 \nJscript9.dll.mui| 11.0.9600.20016| 33,280| 21-Apr-21| 2:09 \nJscript9.dll.mui| 11.0.9600.20016| 32,256| 21-Apr-21| 2:09 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:10 \nJscript9.dll.mui| 11.0.9600.20016| 32,768| 21-Apr-21| 2:11 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:11 \nJscript9.dll.mui| 11.0.9600.20016| 30,720| 21-Apr-21| 2:12 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:12 \nJscript9.dll.mui| 11.0.9600.20016| 16,384| 21-Apr-21| 2:13 \nJscript9.dll.mui| 11.0.9600.20016| 16,896| 21-Apr-21| 2:14 \nJscript9.dll| 11.0.9600.20016| 4,112,384| 15-Apr-21| 3:38 \nJscript9diag.dll| 11.0.9600.20016| 620,032| 15-Apr-21| 3:46 \nJscript.dll| 5.8.9600.20016| 653,824| 15-Apr-21| 3:49 \nVbscript.dll| 5.8.9600.20016| 498,176| 15-Apr-21| 3:58 \n \n### \n\n__\n\nInternet Explorer 11 on all supported x64-based versions\n\n**File name**| **File version**| **File size**| **Date**| **Time** \n---|---|---|---|--- \nUrlmon.dll| 11.0.9600.20016| 1,569,280| 15-Apr-21| 3:35 \nIexplore.exe| 11.0.9600.20016| 810,376| 21-Apr-21| 17:28 \nWininet.dll.mui| 11.0.9600.20016| 46,592| 21-Apr-21| 17:30 \nWininet.dll.mui| 11.0.9600.20016| 52,736| 21-Apr-21| 17:31 \nWininet.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 17:31 \nWininet.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 17:32 \nWininet.dll.mui| 11.0.9600.20016| 56,320| 21-Apr-21| 17:33 \nWininet.dll.mui| 11.0.9600.20016| 57,856| 21-Apr-21| 17:33 \nWininet.dll.mui| 11.0.9600.20016| 49,664| 21-Apr-21| 18:44 \nWininet.dll.mui| 11.0.9600.20016| 54,272| 21-Apr-21| 17:34 \nWininet.dll.mui| 11.0.9600.20016| 47,616| 21-Apr-21| 17:34 \nWininet.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 17:35 \nWininet.dll.mui| 11.0.9600.20016| 55,296| 21-Apr-21| 17:35 \nWininet.dll.mui| 11.0.9600.20016| 45,056| 21-Apr-21| 17:36 \nWininet.dll.mui| 11.0.9600.20016| 51,712| 21-Apr-21| 17:37 \nWininet.dll.mui| 11.0.9600.20016| 53,248| 21-Apr-21| 17:38 \nWininet.dll.mui| 11.0.9600.20016| 39,424| 21-Apr-21| 17:39 \nWininet.dll.mui| 11.0.9600.20016| 35,840| 21-Apr-21| 17:39 \nWininet.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 17:40 \nWininet.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 17:41 \nWininet.dll.mui| 11.0.9600.20016| 50,688| 21-Apr-21| 17:41 \nWininet.dll.mui| 11.0.9600.20016| 52,736| 21-Apr-21| 17:42 \nWininet.dll.mui| 11.0.9600.20016| 53,760| 21-Apr-21| 17:42 \nWininet.dll.mui| 11.0.9600.20016| 54,272| 21-Apr-21| 17:43 \nWininet.dll.mui| 11.0.9600.20016| 54,272| 21-Apr-21| 17:44 \nWininet.dll.mui| 11.0.9600.20016| 52,736| 21-Apr-21| 17:44 \nWininet.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 17:45 \nWininet.dll.mui| 11.0.9600.20016| 53,248| 21-Apr-21| 17:45 \nWininet.dll.mui| 11.0.9600.20016| 52,736| 21-Apr-21| 17:46 \nWininet.dll.mui| 11.0.9600.20016| 51,712| 21-Apr-21| 17:46 \nWininet.dll.mui| 11.0.9600.20016| 50,688| 21-Apr-21| 17:47 \nWininet.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 17:48 \nWininet.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 17:49 \nWininet.dll.mui| 11.0.9600.20016| 30,720| 21-Apr-21| 17:49 \nWininet.dll.mui| 11.0.9600.20016| 30,720| 21-Apr-21| 17:50 \nWininet.dll.mui| 11.0.9600.20016| 30,720| 21-Apr-21| 17:51 \nInetcpl.cpl| 11.0.9600.20016| 2,132,992| 15-Apr-21| 3:47 \nMshtml.dll.mui| 11.0.9600.20016| 307,200| 21-Apr-21| 17:30 \nMshtml.dll.mui| 11.0.9600.20016| 293,888| 21-Apr-21| 17:31 \nMshtml.dll.mui| 11.0.9600.20016| 290,304| 21-Apr-21| 17:31 \nMshtml.dll.mui| 11.0.9600.20016| 289,280| 21-Apr-21| 17:32 \nMshtml.dll.mui| 11.0.9600.20016| 299,008| 21-Apr-21| 17:33 \nMshtml.dll.mui| 11.0.9600.20016| 303,104| 21-Apr-21| 17:33 \nMshtml.dll.mui| 11.0.9600.20016| 282,112| 21-Apr-21| 18:44 \nMshtml.dll.mui| 11.0.9600.20016| 296,960| 21-Apr-21| 17:34 \nMshtml.dll.mui| 11.0.9600.20016| 283,648| 21-Apr-21| 17:35 \nMshtml.dll.mui| 11.0.9600.20016| 291,840| 21-Apr-21| 17:35 \nMshtml.dll.mui| 11.0.9600.20016| 299,520| 21-Apr-21| 17:36 \nMshtml.dll.mui| 11.0.9600.20016| 275,968| 21-Apr-21| 17:36 \nMshtml.dll.mui| 11.0.9600.20016| 290,816| 21-Apr-21| 17:37 \nMshtml.dll.mui| 11.0.9600.20016| 293,376| 21-Apr-21| 17:37 \nMshtml.dll.mui| 11.0.9600.20016| 296,960| 21-Apr-21| 17:38 \nMshtml.dll.mui| 11.0.9600.20016| 258,048| 21-Apr-21| 17:39 \nMshtml.dll.mui| 11.0.9600.20016| 256,512| 21-Apr-21| 17:39 \nMshtml.dll.mui| 11.0.9600.20016| 289,280| 21-Apr-21| 17:40 \nMshtml.dll.mui| 11.0.9600.20016| 288,256| 21-Apr-21| 17:41 \nMshtml.dll.mui| 11.0.9600.20016| 285,184| 21-Apr-21| 17:41 \nMshtml.dll.mui| 11.0.9600.20016| 295,424| 21-Apr-21| 17:42 \nMshtml.dll.mui| 11.0.9600.20016| 297,472| 21-Apr-21| 17:42 \nMshtml.dll.mui| 11.0.9600.20016| 292,864| 21-Apr-21| 17:43 \nMshtml.dll.mui| 11.0.9600.20016| 295,424| 21-Apr-21| 17:44 \nMshtml.dll.mui| 11.0.9600.20016| 294,400| 21-Apr-21| 17:44 \nMshtml.dll.mui| 11.0.9600.20016| 294,400| 21-Apr-21| 17:45 \nMshtml.dll.mui| 11.0.9600.20016| 292,864| 21-Apr-21| 17:45 \nMshtml.dll.mui| 11.0.9600.20016| 290,816| 21-Apr-21| 17:46 \nMshtml.dll.mui| 11.0.9600.20016| 288,768| 21-Apr-21| 17:46 \nMshtml.dll.mui| 11.0.9600.20016| 286,208| 21-Apr-21| 17:47 \nMshtml.dll.mui| 11.0.9600.20016| 281,600| 21-Apr-21| 17:47 \nMshtml.dll.mui| 11.0.9600.20016| 286,720| 21-Apr-21| 17:48 \nMshtml.dll.mui| 11.0.9600.20016| 292,352| 21-Apr-21| 17:49 \nMshtml.dll.mui| 11.0.9600.20016| 242,176| 21-Apr-21| 17:50 \nMshtml.dll.mui| 11.0.9600.20016| 243,200| 21-Apr-21| 17:50 \nMshtml.dll.mui| 11.0.9600.20016| 243,200| 21-Apr-21| 17:51 \nUrlmon.dll.mui| 11.0.9600.20016| 46,080| 21-Apr-21| 17:30 \nUrlmon.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 17:31 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 17:32 \nUrlmon.dll.mui| 11.0.9600.20016| 49,664| 21-Apr-21| 17:32 \nUrlmon.dll.mui| 11.0.9600.20016| 51,712| 21-Apr-21| 17:33 \nUrlmon.dll.mui| 11.0.9600.20016| 54,272| 21-Apr-21| 17:33 \nUrlmon.dll.mui| 11.0.9600.20016| 48,128| 21-Apr-21| 18:44 \nUrlmon.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 17:34 \nUrlmon.dll.mui| 11.0.9600.20016| 47,616| 21-Apr-21| 17:34 \nUrlmon.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 17:35 \nUrlmon.dll.mui| 11.0.9600.20016| 50,688| 21-Apr-21| 17:36 \nUrlmon.dll.mui| 11.0.9600.20016| 45,056| 21-Apr-21| 17:36 \nUrlmon.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 17:37 \nUrlmon.dll.mui| 11.0.9600.20016| 49,664| 21-Apr-21| 17:38 \nUrlmon.dll.mui| 11.0.9600.20016| 39,936| 21-Apr-21| 17:39 \nUrlmon.dll.mui| 11.0.9600.20016| 39,424| 21-Apr-21| 17:39 \nUrlmon.dll.mui| 11.0.9600.20016| 47,616| 21-Apr-21| 17:40 \nUrlmon.dll.mui| 11.0.9600.20016| 47,616| 21-Apr-21| 17:41 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 17:41 \nUrlmon.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 17:42 \nUrlmon.dll.mui| 11.0.9600.20016| 50,688| 21-Apr-21| 17:43 \nUrlmon.dll.mui| 11.0.9600.20016| 49,664| 21-Apr-21| 17:43 \nUrlmon.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 17:44 \nUrlmon.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 17:44 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 17:45 \nUrlmon.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 17:45 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 17:46 \nUrlmon.dll.mui| 11.0.9600.20016| 49,664| 21-Apr-21| 17:46 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 17:47 \nUrlmon.dll.mui| 11.0.9600.20016| 48,128| 21-Apr-21| 17:48 \nUrlmon.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 17:48 \nUrlmon.dll.mui| 11.0.9600.20016| 48,128| 21-Apr-21| 17:49 \nUrlmon.dll.mui| 11.0.9600.20016| 35,328| 21-Apr-21| 17:49 \nUrlmon.dll.mui| 11.0.9600.20016| 35,328| 21-Apr-21| 17:50 \nUrlmon.dll.mui| 11.0.9600.20016| 35,328| 21-Apr-21| 17:51 \nJsproxy.dll| 11.0.9600.20016| 54,784| 15-Apr-21| 4:23 \nWininet.dll| 11.0.9600.20016| 4,859,904| 15-Apr-21| 3:55 \nInetcpl.cpl.mui| 11.0.9600.20016| 114,176| 21-Apr-21| 17:30 \nInetcpl.cpl.mui| 11.0.9600.20016| 130,560| 21-Apr-21| 17:31 \nInetcpl.cpl.mui| 11.0.9600.20016| 124,928| 21-Apr-21| 17:31 \nInetcpl.cpl.mui| 11.0.9600.20016| 122,880| 21-Apr-21| 17:32 \nInetcpl.cpl.mui| 11.0.9600.20016| 130,048| 21-Apr-21| 17:33 \nInetcpl.cpl.mui| 11.0.9600.20016| 138,240| 21-Apr-21| 17:33 \nInetcpl.cpl.mui| 11.0.9600.20016| 114,688| 21-Apr-21| 18:44 \nInetcpl.cpl.mui| 11.0.9600.20016| 131,584| 21-Apr-21| 17:34 \nInetcpl.cpl.mui| 11.0.9600.20016| 117,760| 21-Apr-21| 17:34 \nInetcpl.cpl.mui| 11.0.9600.20016| 122,368| 21-Apr-21| 17:35 \nInetcpl.cpl.mui| 11.0.9600.20016| 134,144| 21-Apr-21| 17:36 \nInetcpl.cpl.mui| 11.0.9600.20016| 107,008| 21-Apr-21| 17:36 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,392| 21-Apr-21| 17:37 \nInetcpl.cpl.mui| 11.0.9600.20016| 127,488| 21-Apr-21| 17:37 \nInetcpl.cpl.mui| 11.0.9600.20016| 128,512| 21-Apr-21| 17:38 \nInetcpl.cpl.mui| 11.0.9600.20016| 88,576| 21-Apr-21| 17:39 \nInetcpl.cpl.mui| 11.0.9600.20016| 82,944| 21-Apr-21| 17:39 \nInetcpl.cpl.mui| 11.0.9600.20016| 125,440| 21-Apr-21| 17:40 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,392| 21-Apr-21| 17:41 \nInetcpl.cpl.mui| 11.0.9600.20016| 120,320| 21-Apr-21| 17:41 \nInetcpl.cpl.mui| 11.0.9600.20016| 130,560| 21-Apr-21| 17:42 \nInetcpl.cpl.mui| 11.0.9600.20016| 129,024| 21-Apr-21| 17:42 \nInetcpl.cpl.mui| 11.0.9600.20016| 125,952| 21-Apr-21| 17:43 \nInetcpl.cpl.mui| 11.0.9600.20016| 129,024| 21-Apr-21| 17:44 \nInetcpl.cpl.mui| 11.0.9600.20016| 128,000| 21-Apr-21| 17:44 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,904| 21-Apr-21| 17:45 \nInetcpl.cpl.mui| 11.0.9600.20016| 129,024| 21-Apr-21| 17:45 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,904| 21-Apr-21| 17:46 \nInetcpl.cpl.mui| 11.0.9600.20016| 124,416| 21-Apr-21| 17:46 \nInetcpl.cpl.mui| 11.0.9600.20016| 121,856| 21-Apr-21| 17:47 \nInetcpl.cpl.mui| 11.0.9600.20016| 115,712| 21-Apr-21| 17:48 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,904| 21-Apr-21| 17:48 \nInetcpl.cpl.mui| 11.0.9600.20016| 125,440| 21-Apr-21| 17:49 \nInetcpl.cpl.mui| 11.0.9600.20016| 72,704| 21-Apr-21| 17:50 \nInetcpl.cpl.mui| 11.0.9600.20016| 73,728| 21-Apr-21| 17:50 \nInetcpl.cpl.mui| 11.0.9600.20016| 73,728| 21-Apr-21| 17:51 \nMsfeedsbs.dll| 11.0.9600.20016| 60,416| 15-Apr-21| 4:00 \nMsfeedsbs.mof| Not Applicable| 1,574| 15-Apr-21| 1:59 \nMsfeedssync.exe| 11.0.9600.20016| 13,312| 15-Apr-21| 4:30 \nMicrosoft-windows-ie-htmlrendering.ptxml| Not Applicable| 3,228| 15-Apr-21| 1:46 \nMshtml.dll| 11.0.9600.20016| #########| 15-Apr-21| 6:21 \nMshtml.tlb| 11.0.9600.20016| 2,724,864| 15-Apr-21| 4:42 \nIeproxy.dll| 11.0.9600.20016| 870,400| 15-Apr-21| 3:17 \nIeshims.dll| 11.0.9600.20016| 387,072| 15-Apr-21| 3:23 \nIertutil.dll| 11.0.9600.20016| 2,916,352| 15-Apr-21| 4:35 \nSqmapi.dll| 6.2.9200.16384| 286,088| 21-Apr-21| 17:28 \nIeframe.dll.mui| 11.0.9600.20016| 2,066,432| 21-Apr-21| 17:31 \nIeframe.dll.mui| 11.0.9600.20016| 2,121,216| 21-Apr-21| 17:31 \nIeframe.dll.mui| 11.0.9600.20016| 2,075,648| 21-Apr-21| 17:32 \nIeframe.dll.mui| 11.0.9600.20016| 2,063,872| 21-Apr-21| 17:32 \nIeframe.dll.mui| 11.0.9600.20016| 2,314,240| 21-Apr-21| 17:33 \nIeframe.dll.mui| 11.0.9600.20016| 2,390,528| 21-Apr-21| 17:34 \nIeframe.dll.mui| 11.0.9600.20016| 2,033,152| 21-Apr-21| 18:45 \nIeframe.dll.mui| 11.0.9600.20016| 2,307,584| 21-Apr-21| 17:34 \nIeframe.dll.mui| 11.0.9600.20016| 2,255,872| 21-Apr-21| 17:35 \nIeframe.dll.mui| 11.0.9600.20016| 2,061,312| 21-Apr-21| 17:35 \nIeframe.dll.mui| 11.0.9600.20016| 2,326,016| 21-Apr-21| 17:36 \nIeframe.dll.mui| 11.0.9600.20016| 2,019,840| 21-Apr-21| 17:36 \nIeframe.dll.mui| 11.0.9600.20016| 2,071,040| 21-Apr-21| 17:37 \nIeframe.dll.mui| 11.0.9600.20016| 2,082,816| 21-Apr-21| 17:38 \nIeframe.dll.mui| 11.0.9600.20016| 2,307,584| 21-Apr-21| 17:38 \nIeframe.dll.mui| 11.0.9600.20016| 2,170,368| 21-Apr-21| 17:39 \nIeframe.dll.mui| 11.0.9600.20016| 2,153,984| 21-Apr-21| 17:40 \nIeframe.dll.mui| 11.0.9600.20016| 2,291,712| 21-Apr-21| 17:40 \nIeframe.dll.mui| 11.0.9600.20016| 2,283,520| 21-Apr-21| 17:41 \nIeframe.dll.mui| 11.0.9600.20016| 2,052,096| 21-Apr-21| 17:41 \nIeframe.dll.mui| 11.0.9600.20016| 2,301,952| 21-Apr-21| 17:42 \nIeframe.dll.mui| 11.0.9600.20016| 2,093,056| 21-Apr-21| 17:43 \nIeframe.dll.mui| 11.0.9600.20016| 2,075,648| 21-Apr-21| 17:43 \nIeframe.dll.mui| 11.0.9600.20016| 2,299,392| 21-Apr-21| 17:44 \nIeframe.dll.mui| 11.0.9600.20016| 2,094,592| 21-Apr-21| 17:44 \nIeframe.dll.mui| 11.0.9600.20016| 2,316,800| 21-Apr-21| 17:45 \nIeframe.dll.mui| 11.0.9600.20016| 2,305,536| 21-Apr-21| 17:46 \nIeframe.dll.mui| 11.0.9600.20016| 2,278,912| 21-Apr-21| 17:46 \nIeframe.dll.mui| 11.0.9600.20016| 2,285,568| 21-Apr-21| 17:47 \nIeframe.dll.mui| 11.0.9600.20016| 2,060,288| 21-Apr-21| 17:47 \nIeframe.dll.mui| 11.0.9600.20016| 2,315,776| 21-Apr-21| 17:48 \nIeframe.dll.mui| 11.0.9600.20016| 2,279,424| 21-Apr-21| 17:48 \nIeframe.dll.mui| 11.0.9600.20016| 2,324,992| 21-Apr-21| 17:49 \nIeframe.dll.mui| 11.0.9600.20016| 2,098,176| 21-Apr-21| 17:50 \nIeframe.dll.mui| 11.0.9600.20016| 1,890,304| 21-Apr-21| 17:50 \nIeframe.dll.mui| 11.0.9600.20016| 1,890,304| 21-Apr-21| 17:51 \nIeframe.dll| 11.0.9600.20016| #########| 15-Apr-21| 4:06 \nIeframe.ptxml| Not Applicable| 24,486| 15-Apr-21| 1:45 \nInetres.adml| Not Applicable| 463,373| 21-Apr-21| 17:30 \nInetres.adml| Not Applicable| 751,291| 21-Apr-21| 17:31 \nInetres.adml| Not Applicable| 526,345| 21-Apr-21| 17:31 \nInetres.adml| Not Applicable| 499,705| 21-Apr-21| 17:32 \nInetres.adml| Not Applicable| 552,386| 21-Apr-21| 17:33 \nInetres.adml| Not Applicable| 944,608| 21-Apr-21| 17:33 \nInetres.adml| Not Applicable| 457,561| 21-Apr-21| 18:44 \nInetres.adml| Not Applicable| 543,998| 21-Apr-21| 17:34 \nInetres.adml| Not Applicable| 751,345| 21-Apr-21| 17:34 \nInetres.adml| Not Applicable| 526,607| 21-Apr-21| 17:35 \nInetres.adml| Not Applicable| 575,889| 21-Apr-21| 17:36 \nInetres.adml| Not Applicable| 463,373| 21-Apr-21| 17:36 \nInetres.adml| Not Applicable| 751,315| 21-Apr-21| 17:37 \nInetres.adml| Not Applicable| 570,788| 21-Apr-21| 17:37 \nInetres.adml| Not Applicable| 548,169| 21-Apr-21| 17:38 \nInetres.adml| Not Applicable| 639,283| 21-Apr-21| 17:39 \nInetres.adml| Not Applicable| 525,516| 21-Apr-21| 17:39 \nInetres.adml| Not Applicable| 751,229| 21-Apr-21| 17:40 \nInetres.adml| Not Applicable| 751,249| 21-Apr-21| 17:41 \nInetres.adml| Not Applicable| 488,541| 21-Apr-21| 17:41 \nInetres.adml| Not Applicable| 548,544| 21-Apr-21| 17:42 \nInetres.adml| Not Applicable| 559,395| 21-Apr-21| 17:42 \nInetres.adml| Not Applicable| 535,116| 21-Apr-21| 17:43 \nInetres.adml| Not Applicable| 541,504| 21-Apr-21| 17:44 \nInetres.adml| Not Applicable| 751,314| 21-Apr-21| 17:44 \nInetres.adml| Not Applicable| 804,518| 21-Apr-21| 17:45 \nInetres.adml| Not Applicable| 751,326| 21-Apr-21| 17:45 \nInetres.adml| Not Applicable| 751,464| 21-Apr-21| 17:46 \nInetres.adml| Not Applicable| 751,369| 21-Apr-21| 17:46 \nInetres.adml| Not Applicable| 503,959| 21-Apr-21| 17:47 \nInetres.adml| Not Applicable| 751,168| 21-Apr-21| 17:48 \nInetres.adml| Not Applicable| 521,633| 21-Apr-21| 17:48 \nInetres.adml| Not Applicable| 751,416| 21-Apr-21| 17:49 \nInetres.adml| Not Applicable| 420,094| 21-Apr-21| 17:50 \nInetres.adml| Not Applicable| 436,663| 21-Apr-21| 17:50 \nInetres.adml| Not Applicable| 436,663| 21-Apr-21| 17:51 \nInetres.admx| Not Applicable| 1,678,023| 23-Mar-21| 1:12 \nJscript9.dll.mui| 11.0.9600.20016| 29,184| 21-Apr-21| 17:30 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 17:31 \nJscript9.dll.mui| 11.0.9600.20016| 32,768| 21-Apr-21| 17:31 \nJscript9.dll.mui| 11.0.9600.20016| 33,280| 21-Apr-21| 17:32 \nJscript9.dll.mui| 11.0.9600.20016| 35,328| 21-Apr-21| 17:32 \nJscript9.dll.mui| 11.0.9600.20016| 37,888| 21-Apr-21| 17:33 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 18:45 \nJscript9.dll.mui| 11.0.9600.20016| 34,304| 21-Apr-21| 17:34 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 17:34 \nJscript9.dll.mui| 11.0.9600.20016| 33,280| 21-Apr-21| 17:35 \nJscript9.dll.mui| 11.0.9600.20016| 34,304| 21-Apr-21| 17:36 \nJscript9.dll.mui| 11.0.9600.20016| 27,648| 21-Apr-21| 17:36 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 17:37 \nJscript9.dll.mui| 11.0.9600.20016| 34,304| 21-Apr-21| 17:37 \nJscript9.dll.mui| 11.0.9600.20016| 33,792| 21-Apr-21| 17:38 \nJscript9.dll.mui| 11.0.9600.20016| 23,040| 21-Apr-21| 17:39 \nJscript9.dll.mui| 11.0.9600.20016| 22,016| 21-Apr-21| 17:39 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 17:40 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 17:41 \nJscript9.dll.mui| 11.0.9600.20016| 31,232| 21-Apr-21| 17:41 \nJscript9.dll.mui| 11.0.9600.20016| 34,304| 21-Apr-21| 17:42 \nJscript9.dll.mui| 11.0.9600.20016| 35,840| 21-Apr-21| 17:42 \nJscript9.dll.mui| 11.0.9600.20016| 32,768| 21-Apr-21| 17:43 \nJscript9.dll.mui| 11.0.9600.20016| 33,280| 21-Apr-21| 17:44 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 17:44 \nJscript9.dll.mui| 11.0.9600.20016| 34,816| 21-Apr-21| 17:45 \nJscript9.dll.mui| 11.0.9600.20016| 33,280| 21-Apr-21| 17:45 \nJscript9.dll.mui| 11.0.9600.20016| 32,256| 21-Apr-21| 17:46 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 17:46 \nJscript9.dll.mui| 11.0.9600.20016| 32,768| 21-Apr-21| 17:47 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 17:47 \nJscript9.dll.mui| 11.0.9600.20016| 30,720| 21-Apr-21| 17:48 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 17:49 \nJscript9.dll.mui| 11.0.9600.20016| 16,384| 21-Apr-21| 17:49 \nJscript9.dll.mui| 11.0.9600.20016| 16,896| 21-Apr-21| 17:50 \nJscript9.dll.mui| 11.0.9600.20016| 16,896| 21-Apr-21| 17:51 \nJscript9.dll| 11.0.9600.20016| 5,499,904| 15-Apr-21| 4:40 \nJscript9diag.dll| 11.0.9600.20016| 814,592| 15-Apr-21| 4:19 \nJscript.dll| 5.8.9600.20016| 785,408| 15-Apr-21| 4:19 \nVbscript.dll| 5.8.9600.20016| 581,120| 15-Apr-21| 4:29 \nIexplore.exe| 11.0.9600.20016| 810,392| 21-Apr-21| 1:52 \nMshtml.dll| 11.0.9600.20016| #########| 15-Apr-21| 4:33 \nMshtml.tlb| 11.0.9600.20016| 2,724,864| 15-Apr-21| 4:05 \nWow64_microsoft-windows-ie-htmlrendering.ptxml| Not Applicable| 3,228| 15-Apr-21| 1:56 \nIe9props.propdesc| Not Applicable| 2,843| 1-Apr-21| 2:04 \nIeframe.dll| 11.0.9600.20016| #########| 15-Apr-21| 3:36 \nWow64_ieframe.ptxml| Not Applicable| 24,486| 15-Apr-21| 1:56 \nJscript9.dll| 11.0.9600.20016| 4,112,384| 15-Apr-21| 3:38 \nJscript9diag.dll| 11.0.9600.20016| 620,032| 15-Apr-21| 3:46 \nJscript.dll| 5.8.9600.20016| 653,824| 15-Apr-21| 3:49 \nVbscript.dll| 5.8.9600.20016| 498,176| 15-Apr-21| 3:58 \nUrlmon.dll| 11.0.9600.20016| 1,343,488| 15-Apr-21| 3:13 \nWininet.dll.mui| 11.0.9600.20016| 46,592| 21-Apr-21| 1:54 \nWininet.dll.mui| 11.0.9600.20016| 52,736| 21-Apr-21| 1:54 \nWininet.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 1:55 \nWininet.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 1:56 \nWininet.dll.mui| 11.0.9600.20016| 56,320| 21-Apr-21| 1:56 \nWininet.dll.mui| 11.0.9600.20016| 57,856| 21-Apr-21| 1:57 \nWininet.dll.mui| 11.0.9600.20016| 49,664| 21-Apr-21| 2:37 \nWininet.dll.mui| 11.0.9600.20016| 54,272| 21-Apr-21| 1:57 \nWininet.dll.mui| 11.0.9600.20016| 47,616| 21-Apr-21| 1:58 \nWininet.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 1:59 \nWininet.dll.mui| 11.0.9600.20016| 55,296| 21-Apr-21| 1:59 \nWininet.dll.mui| 11.0.9600.20016| 45,056| 21-Apr-21| 2:00 \nWininet.dll.mui| 11.0.9600.20016| 51,712| 21-Apr-21| 2:01 \nWininet.dll.mui| 11.0.9600.20016| 53,248| 21-Apr-21| 2:02 \nWininet.dll.mui| 11.0.9600.20016| 39,424| 21-Apr-21| 2:02 \nWininet.dll.mui| 11.0.9600.20016| 35,840| 21-Apr-21| 2:03 \nWininet.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 2:03 \nWininet.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 2:04 \nWininet.dll.mui| 11.0.9600.20016| 50,688| 21-Apr-21| 2:05 \nWininet.dll.mui| 11.0.9600.20016| 52,736| 21-Apr-21| 2:05 \nWininet.dll.mui| 11.0.9600.20016| 53,760| 21-Apr-21| 2:06 \nWininet.dll.mui| 11.0.9600.20016| 54,272| 21-Apr-21| 2:06 \nWininet.dll.mui| 11.0.9600.20016| 54,272| 21-Apr-21| 2:07 \nWininet.dll.mui| 11.0.9600.20016| 52,736| 21-Apr-21| 2:08 \nWininet.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 2:08 \nWininet.dll.mui| 11.0.9600.20016| 53,248| 21-Apr-21| 2:09 \nWininet.dll.mui| 11.0.9600.20016| 52,736| 21-Apr-21| 2:10 \nWininet.dll.mui| 11.0.9600.20016| 51,712| 21-Apr-21| 2:10 \nWininet.dll.mui| 11.0.9600.20016| 50,688| 21-Apr-21| 2:11 \nWininet.dll.mui| 11.0.9600.20016| 50,688| 21-Apr-21| 2:12 \nWininet.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 2:12 \nWininet.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 2:13 \nWininet.dll.mui| 11.0.9600.20016| 30,720| 21-Apr-21| 2:13 \nWininet.dll.mui| 11.0.9600.20016| 30,720| 21-Apr-21| 2:14 \nInetcpl.cpl| 11.0.9600.20016| 2,058,752| 15-Apr-21| 3:26 \nMshtml.dll.mui| 11.0.9600.20016| 307,200| 21-Apr-21| 1:54 \nMshtml.dll.mui| 11.0.9600.20016| 293,888| 21-Apr-21| 1:55 \nMshtml.dll.mui| 11.0.9600.20016| 290,304| 21-Apr-21| 1:55 \nMshtml.dll.mui| 11.0.9600.20016| 289,280| 21-Apr-21| 1:56 \nMshtml.dll.mui| 11.0.9600.20016| 299,008| 21-Apr-21| 1:56 \nMshtml.dll.mui| 11.0.9600.20016| 303,104| 21-Apr-21| 1:57 \nMshtml.dll.mui| 11.0.9600.20016| 282,112| 21-Apr-21| 2:37 \nMshtml.dll.mui| 11.0.9600.20016| 296,960| 21-Apr-21| 1:57 \nMshtml.dll.mui| 11.0.9600.20016| 283,648| 21-Apr-21| 1:58 \nMshtml.dll.mui| 11.0.9600.20016| 291,840| 21-Apr-21| 1:59 \nMshtml.dll.mui| 11.0.9600.20016| 299,520| 21-Apr-21| 1:59 \nMshtml.dll.mui| 11.0.9600.20016| 275,968| 21-Apr-21| 2:00 \nMshtml.dll.mui| 11.0.9600.20016| 290,816| 21-Apr-21| 2:00 \nMshtml.dll.mui| 11.0.9600.20016| 293,376| 21-Apr-21| 2:01 \nMshtml.dll.mui| 11.0.9600.20016| 296,960| 21-Apr-21| 2:02 \nMshtml.dll.mui| 11.0.9600.20016| 258,048| 21-Apr-21| 2:02 \nMshtml.dll.mui| 11.0.9600.20016| 256,512| 21-Apr-21| 2:03 \nMshtml.dll.mui| 11.0.9600.20016| 289,280| 21-Apr-21| 2:04 \nMshtml.dll.mui| 11.0.9600.20016| 288,256| 21-Apr-21| 2:04 \nMshtml.dll.mui| 11.0.9600.20016| 285,184| 21-Apr-21| 2:05 \nMshtml.dll.mui| 11.0.9600.20016| 295,424| 21-Apr-21| 2:05 \nMshtml.dll.mui| 11.0.9600.20016| 297,472| 21-Apr-21| 2:06 \nMshtml.dll.mui| 11.0.9600.20016| 292,864| 21-Apr-21| 2:06 \nMshtml.dll.mui| 11.0.9600.20016| 295,424| 21-Apr-21| 2:07 \nMshtml.dll.mui| 11.0.9600.20016| 294,400| 21-Apr-21| 2:08 \nMshtml.dll.mui| 11.0.9600.20016| 292,864| 21-Apr-21| 2:09 \nMshtml.dll.mui| 11.0.9600.20016| 290,816| 21-Apr-21| 2:09 \nMshtml.dll.mui| 11.0.9600.20016| 288,768| 21-Apr-21| 2:10 \nMshtml.dll.mui| 11.0.9600.20016| 286,208| 21-Apr-21| 2:11 \nMshtml.dll.mui| 11.0.9600.20016| 281,600| 21-Apr-21| 2:11 \nMshtml.dll.mui| 11.0.9600.20016| 286,720| 21-Apr-21| 2:12 \nMshtml.dll.mui| 11.0.9600.20016| 292,352| 21-Apr-21| 2:12 \nMshtml.dll.mui| 11.0.9600.20016| 242,176| 21-Apr-21| 2:13 \nMshtml.dll.mui| 11.0.9600.20016| 243,200| 21-Apr-21| 2:14 \nUrlmon.dll.mui| 11.0.9600.20016| 46,080| 21-Apr-21| 1:54 \nUrlmon.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 1:54 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 1:55 \nUrlmon.dll.mui| 11.0.9600.20016| 49,664| 21-Apr-21| 1:56 \nUrlmon.dll.mui| 11.0.9600.20016| 51,712| 21-Apr-21| 1:56 \nUrlmon.dll.mui| 11.0.9600.20016| 54,272| 21-Apr-21| 1:57 \nUrlmon.dll.mui| 11.0.9600.20016| 48,128| 21-Apr-21| 2:37 \nUrlmon.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 1:57 \nUrlmon.dll.mui| 11.0.9600.20016| 47,616| 21-Apr-21| 1:58 \nUrlmon.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 1:59 \nUrlmon.dll.mui| 11.0.9600.20016| 50,688| 21-Apr-21| 1:59 \nUrlmon.dll.mui| 11.0.9600.20016| 45,056| 21-Apr-21| 2:00 \nUrlmon.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 2:00 \nUrlmon.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 2:01 \nUrlmon.dll.mui| 11.0.9600.20016| 49,664| 21-Apr-21| 2:02 \nUrlmon.dll.mui| 11.0.9600.20016| 39,936| 21-Apr-21| 2:02 \nUrlmon.dll.mui| 11.0.9600.20016| 39,424| 21-Apr-21| 2:03 \nUrlmon.dll.mui| 11.0.9600.20016| 47,616| 21-Apr-21| 2:04 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 2:05 \nUrlmon.dll.mui| 11.0.9600.20016| 51,200| 21-Apr-21| 2:05 \nUrlmon.dll.mui| 11.0.9600.20016| 50,688| 21-Apr-21| 2:06 \nUrlmon.dll.mui| 11.0.9600.20016| 49,664| 21-Apr-21| 2:06 \nUrlmon.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 2:07 \nUrlmon.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 2:08 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 2:08 \nUrlmon.dll.mui| 11.0.9600.20016| 50,176| 21-Apr-21| 2:09 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 2:10 \nUrlmon.dll.mui| 11.0.9600.20016| 49,664| 21-Apr-21| 2:10 \nUrlmon.dll.mui| 11.0.9600.20016| 48,640| 21-Apr-21| 2:11 \nUrlmon.dll.mui| 11.0.9600.20016| 48,128| 21-Apr-21| 2:11 \nUrlmon.dll.mui| 11.0.9600.20016| 49,152| 21-Apr-21| 2:12 \nUrlmon.dll.mui| 11.0.9600.20016| 48,128| 21-Apr-21| 2:13 \nUrlmon.dll.mui| 11.0.9600.20016| 35,328| 21-Apr-21| 2:13 \nUrlmon.dll.mui| 11.0.9600.20016| 35,328| 21-Apr-21| 2:14 \nJsproxy.dll| 11.0.9600.20016| 47,104| 15-Apr-21| 3:50 \nWininet.dll| 11.0.9600.20016| 4,388,352| 15-Apr-21| 3:15 \nInetcpl.cpl.mui| 11.0.9600.20016| 114,176| 21-Apr-21| 1:54 \nInetcpl.cpl.mui| 11.0.9600.20016| 130,560| 21-Apr-21| 1:54 \nInetcpl.cpl.mui| 11.0.9600.20016| 124,928| 21-Apr-21| 1:55 \nInetcpl.cpl.mui| 11.0.9600.20016| 122,880| 21-Apr-21| 1:56 \nInetcpl.cpl.mui| 11.0.9600.20016| 130,048| 21-Apr-21| 1:56 \nInetcpl.cpl.mui| 11.0.9600.20016| 138,240| 21-Apr-21| 1:57 \nInetcpl.cpl.mui| 11.0.9600.20016| 114,688| 21-Apr-21| 2:37 \nInetcpl.cpl.mui| 11.0.9600.20016| 131,584| 21-Apr-21| 1:57 \nInetcpl.cpl.mui| 11.0.9600.20016| 117,760| 21-Apr-21| 1:58 \nInetcpl.cpl.mui| 11.0.9600.20016| 122,368| 21-Apr-21| 1:59 \nInetcpl.cpl.mui| 11.0.9600.20016| 134,144| 21-Apr-21| 1:59 \nInetcpl.cpl.mui| 11.0.9600.20016| 107,008| 21-Apr-21| 2:00 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,392| 21-Apr-21| 2:01 \nInetcpl.cpl.mui| 11.0.9600.20016| 127,488| 21-Apr-21| 2:01 \nInetcpl.cpl.mui| 11.0.9600.20016| 128,512| 21-Apr-21| 2:02 \nInetcpl.cpl.mui| 11.0.9600.20016| 88,576| 21-Apr-21| 2:02 \nInetcpl.cpl.mui| 11.0.9600.20016| 82,944| 21-Apr-21| 2:03 \nInetcpl.cpl.mui| 11.0.9600.20016| 125,440| 21-Apr-21| 2:03 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,392| 21-Apr-21| 2:04 \nInetcpl.cpl.mui| 11.0.9600.20016| 120,320| 21-Apr-21| 2:05 \nInetcpl.cpl.mui| 11.0.9600.20016| 130,560| 21-Apr-21| 2:05 \nInetcpl.cpl.mui| 11.0.9600.20016| 129,024| 21-Apr-21| 2:06 \nInetcpl.cpl.mui| 11.0.9600.20016| 125,952| 21-Apr-21| 2:06 \nInetcpl.cpl.mui| 11.0.9600.20016| 129,024| 21-Apr-21| 2:07 \nInetcpl.cpl.mui| 11.0.9600.20016| 128,000| 21-Apr-21| 2:08 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,904| 21-Apr-21| 2:08 \nInetcpl.cpl.mui| 11.0.9600.20016| 129,024| 21-Apr-21| 2:09 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,904| 21-Apr-21| 2:09 \nInetcpl.cpl.mui| 11.0.9600.20016| 124,416| 21-Apr-21| 2:10 \nInetcpl.cpl.mui| 11.0.9600.20016| 121,856| 21-Apr-21| 2:11 \nInetcpl.cpl.mui| 11.0.9600.20016| 115,712| 21-Apr-21| 2:11 \nInetcpl.cpl.mui| 11.0.9600.20016| 123,904| 21-Apr-21| 2:12 \nInetcpl.cpl.mui| 11.0.9600.20016| 125,440| 21-Apr-21| 2:13 \nInetcpl.cpl.mui| 11.0.9600.20016| 72,704| 21-Apr-21| 2:13 \nInetcpl.cpl.mui| 11.0.9600.20016| 73,728| 21-Apr-21| 2:14 \nMsfeedsbs.dll| 11.0.9600.20016| 52,736| 15-Apr-21| 3:34 \nMsfeedsbs.mof| Not Applicable| 1,574| 15-Apr-21| 2:02 \nMsfeedssync.exe| 11.0.9600.20016| 11,776| 15-Apr-21| 3:56 \nIeproxy.dll| 11.0.9600.20016| 310,784| 15-Apr-21| 3:05 \nIeshims.dll| 11.0.9600.20016| 290,304| 15-Apr-21| 3:09 \nIertutil.dll| 11.0.9600.20016| 2,308,608| 15-Apr-21| 4:00 \nSqmapi.dll| 6.2.9200.16384| 228,248| 21-Apr-21| 1:52 \nIeframe.dll.mui| 11.0.9600.20016| 2,066,432| 21-Apr-21| 1:54 \nIeframe.dll.mui| 11.0.9600.20016| 2,121,216| 21-Apr-21| 1:55 \nIeframe.dll.mui| 11.0.9600.20016| 2,075,648| 21-Apr-21| 1:55 \nIeframe.dll.mui| 11.0.9600.20016| 2,063,872| 21-Apr-21| 1:56 \nIeframe.dll.mui| 11.0.9600.20016| 2,314,240| 21-Apr-21| 1:57 \nIeframe.dll.mui| 11.0.9600.20016| 2,390,528| 21-Apr-21| 1:57 \nIeframe.dll.mui| 11.0.9600.20016| 2,033,152| 21-Apr-21| 2:37 \nIeframe.dll.mui| 11.0.9600.20016| 2,307,584| 21-Apr-21| 1:58 \nIeframe.dll.mui| 11.0.9600.20016| 2,255,872| 21-Apr-21| 1:58 \nIeframe.dll.mui| 11.0.9600.20016| 2,061,312| 21-Apr-21| 1:59 \nIeframe.dll.mui| 11.0.9600.20016| 2,326,016| 21-Apr-21| 2:00 \nIeframe.dll.mui| 11.0.9600.20016| 2,019,840| 21-Apr-21| 2:00 \nIeframe.dll.mui| 11.0.9600.20016| 2,071,040| 21-Apr-21| 2:01 \nIeframe.dll.mui| 11.0.9600.20016| 2,082,816| 21-Apr-21| 2:01 \nIeframe.dll.mui| 11.0.9600.20016| 2,307,584| 21-Apr-21| 2:02 \nIeframe.dll.mui| 11.0.9600.20016| 2,170,368| 21-Apr-21| 2:03 \nIeframe.dll.mui| 11.0.9600.20016| 2,153,984| 21-Apr-21| 2:03 \nIeframe.dll.mui| 11.0.9600.20016| 2,291,712| 21-Apr-21| 2:04 \nIeframe.dll.mui| 11.0.9600.20016| 2,283,520| 21-Apr-21| 2:04 \nIeframe.dll.mui| 11.0.9600.20016| 2,052,096| 21-Apr-21| 2:05 \nIeframe.dll.mui| 11.0.9600.20016| 2,301,952| 21-Apr-21| 2:06 \nIeframe.dll.mui| 11.0.9600.20016| 2,093,056| 21-Apr-21| 2:06 \nIeframe.dll.mui| 11.0.9600.20016| 2,075,648| 21-Apr-21| 2:07 \nIeframe.dll.mui| 11.0.9600.20016| 2,299,392| 21-Apr-21| 2:07 \nIeframe.dll.mui| 11.0.9600.20016| 2,094,592| 21-Apr-21| 2:08 \nIeframe.dll.mui| 11.0.9600.20016| 2,316,800| 21-Apr-21| 2:09 \nIeframe.dll.mui| 11.0.9600.20016| 2,305,536| 21-Apr-21| 2:09 \nIeframe.dll.mui| 11.0.9600.20016| 2,278,912| 21-Apr-21| 2:10 \nIeframe.dll.mui| 11.0.9600.20016| 2,285,568| 21-Apr-21| 2:10 \nIeframe.dll.mui| 11.0.9600.20016| 2,060,288| 21-Apr-21| 2:11 \nIeframe.dll.mui| 11.0.9600.20016| 2,315,776| 21-Apr-21| 2:12 \nIeframe.dll.mui| 11.0.9600.20016| 2,279,424| 21-Apr-21| 2:12 \nIeframe.dll.mui| 11.0.9600.20016| 2,324,992| 21-Apr-21| 2:13 \nIeframe.dll.mui| 11.0.9600.20016| 2,098,176| 21-Apr-21| 2:13 \nIeframe.dll.mui| 11.0.9600.20016| 1,890,304| 21-Apr-21| 2:14 \nIeframe.dll.mui| 11.0.9600.20016| 1,890,304| 21-Apr-21| 2:15 \nJscript9.dll.mui| 11.0.9600.20016| 29,184| 21-Apr-21| 1:54 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 1:54 \nJscript9.dll.mui| 11.0.9600.20016| 32,768| 21-Apr-21| 1:55 \nJscript9.dll.mui| 11.0.9600.20016| 33,280| 21-Apr-21| 1:56 \nJscript9.dll.mui| 11.0.9600.20016| 35,328| 21-Apr-21| 1:56 \nJscript9.dll.mui| 11.0.9600.20016| 37,888| 21-Apr-21| 1:57 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:37 \nJscript9.dll.mui| 11.0.9600.20016| 34,304| 21-Apr-21| 1:57 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 1:58 \nJscript9.dll.mui| 11.0.9600.20016| 33,280| 21-Apr-21| 1:59 \nJscript9.dll.mui| 11.0.9600.20016| 34,304| 21-Apr-21| 1:59 \nJscript9.dll.mui| 11.0.9600.20016| 27,648| 21-Apr-21| 2:00 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:00 \nJscript9.dll.mui| 11.0.9600.20016| 34,304| 21-Apr-21| 2:01 \nJscript9.dll.mui| 11.0.9600.20016| 33,792| 21-Apr-21| 2:02 \nJscript9.dll.mui| 11.0.9600.20016| 23,040| 21-Apr-21| 2:02 \nJscript9.dll.mui| 11.0.9600.20016| 22,016| 21-Apr-21| 2:03 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:03 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:04 \nJscript9.dll.mui| 11.0.9600.20016| 31,232| 21-Apr-21| 2:05 \nJscript9.dll.mui| 11.0.9600.20016| 34,304| 21-Apr-21| 2:05 \nJscript9.dll.mui| 11.0.9600.20016| 35,840| 21-Apr-21| 2:06 \nJscript9.dll.mui| 11.0.9600.20016| 32,768| 21-Apr-21| 2:06 \nJscript9.dll.mui| 11.0.9600.20016| 33,280| 21-Apr-21| 2:07 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:08 \nJscript9.dll.mui| 11.0.9600.20016| 34,816| 21-Apr-21| 2:08 \nJscript9.dll.mui| 11.0.9600.20016| 33,280| 21-Apr-21| 2:09 \nJscript9.dll.mui| 11.0.9600.20016| 32,256| 21-Apr-21| 2:09 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:10 \nJscript9.dll.mui| 11.0.9600.20016| 32,768| 21-Apr-21| 2:11 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:11 \nJscript9.dll.mui| 11.0.9600.20016| 30,720| 21-Apr-21| 2:12 \nJscript9.dll.mui| 11.0.9600.20016| 29,696| 21-Apr-21| 2:12 \nJscript9.dll.mui| 11.0.9600.20016| 16,384| 21-Apr-21| 2:13 \nJscript9.dll.mui| 11.0.9600.20016| 16,896| 21-Apr-21| 2:14 \n \n### **Windows 7 and Windows Server 2008 R2**\n\n### \n\n__\n\nInternet Explorer 11 on all supported x86-based versions\n\n**File name**| **File version**| **Date**| **Time**| **File size** \n---|---|---|---|--- \nurlmon.dll| 11.0.9600.20016| 14-Apr-2021| 20:13| 1,343,488 \niexplore.exe| 11.0.9600.20016| 19-Apr-2021| 18:49| 810,400 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 31,744 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 36,352 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 35,328 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 36,864 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 39,424 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 32,768 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 37,376 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 33,280 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 38,400 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 30,720 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 35,328 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 36,864 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 25,600 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 24,576 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 36,352 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 33,280 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 20,992 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 21,504 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 21,504 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 46,592 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 51,200 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 51,200 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 56,320 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 57,856 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:54| 49,664 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 54,272 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 47,616 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 49,152 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 55,296 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 45,056 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 51,712 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 51,712 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 53,248 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 39,424 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 35,840 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 50,176 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 51,200 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 50,688 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 53,760 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 54,272 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 54,272 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 51,200 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 53,248 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 51,712 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 50,688 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 50,688 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 50,176 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 50,176 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 30,720 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 30,720 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 30,720 \ninetcpl.cpl| 11.0.9600.20016| 14-Apr-2021| 20:26| 2,058,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 10,752 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 307,200 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 293,888 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 290,304 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 289,280 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 299,008 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 303,104 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 282,112 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 296,960 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 283,648 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 291,840 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 299,520 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 275,968 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 290,816 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 293,376 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 296,960 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 258,048 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 256,512 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 289,280 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 288,256 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 285,184 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 295,424 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 297,472 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 292,864 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 295,424 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 294,400 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 294,400 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 292,864 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 290,816 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 288,768 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 286,208 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 281,600 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 286,720 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 292,352 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 242,176 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 243,200 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 243,200 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 65,536 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 73,728 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 67,584 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 67,584 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 74,240 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 78,848 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 61,440 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 74,752 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 62,464 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 68,096 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 75,264 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 65,536 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 68,608 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 72,192 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 73,216 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 41,472 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 37,888 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 68,608 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 67,584 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 65,536 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 74,240 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 70,656 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 71,168 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 71,680 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 71,168 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 69,632 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 68,096 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 68,608 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 68,096 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 65,536 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 59,904 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 65,536 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 69,120 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 29,696 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 30,720 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 30,720 \nJavaScriptCollectionAgent.dll| 11.0.9600.20016| 14-Apr-2021| 20:36| 60,416 \nDiagnosticsHub.ScriptedSandboxPlugin.dll| 11.0.9600.20016| 14-Apr-2021| 20:37| 230,912 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 46,080 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 50,176 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 49,664 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 51,712 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 54,272 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 48,128 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 50,176 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 47,616 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 50,688 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 45,056 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 49,664 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 39,936 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 39,424 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 47,616 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 47,616 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 51,200 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 50,688 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 49,664 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 50,176 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 50,176 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 49,664 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 48,128 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 48,128 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 35,328 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 35,328 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 35,328 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 11,264 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 9,216 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 7,680 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 7,680 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 6,656 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 6,656 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 6,656 \nwininet.dll| 11.0.9600.20016| 14-Apr-2021| 20:15| 4,388,352 \njsproxy.dll| 11.0.9600.20016| 14-Apr-2021| 20:50| 47,104 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 114,176 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 130,560 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 124,928 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 122,880 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 130,048 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 138,240 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 114,688 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 131,584 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 117,760 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 122,368 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 134,144 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 107,008 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 123,392 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 127,488 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 128,512 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 88,576 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 82,944 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 125,440 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 123,392 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 120,320 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 130,560 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 129,024 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 125,952 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 129,024 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 128,000 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 123,904 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 129,024 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 123,904 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 124,416 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 121,856 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 115,712 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 123,904 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 125,440 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 72,704 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 73,728 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 73,728 \niedkcs32.dll| 18.0.9600.20016| 19-Apr-2021| 18:50| 341,928 \ninstall.ins| Not versioned| 14-Apr-2021| 18:43| 464 \nieapfltr.dat| 10.0.9301.0| 31-Mar-2021| 18:59| 616,104 \nieapfltr.dll| 11.0.9600.20016| 14-Apr-2021| 20:06| 710,656 \ntdc.ocx| 11.0.9600.20016| 14-Apr-2021| 20:36| 73,728 \nDiagnosticsHub.DataWarehouse.dll| 11.0.9600.20016| 14-Apr-2021| 20:57| 489,472 \niedvtool.dll| 11.0.9600.20016| 14-Apr-2021| 21:33| 772,608 \nDiagnosticsHub_is.dll| 11.0.9600.20016| 14-Apr-2021| 20:59| 38,912 \ndxtmsft.dll| 11.0.9600.20016| 14-Apr-2021| 20:40| 415,744 \ndxtrans.dll| 11.0.9600.20016| 14-Apr-2021| 20:32| 280,064 \nMicrosoft-Windows-IE-F12-Provider.ptxml| Not versioned| 14-Apr-2021| 18:53| 11,892 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 3,584 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 3,584 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 3,584 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 3,584 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 3,584 \nDiagnosticsTap.dll| 11.0.9600.20016| 14-Apr-2021| 20:39| 175,104 \nF12Resources.dll| 11.0.9600.20016| 14-Apr-2021| 21:01| 10,948,096 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 2,048 \nF12Tools.dll| 11.0.9600.20016| 14-Apr-2021| 20:38| 256,000 \nF12.dll| 11.0.9600.20016| 14-Apr-2021| 20:30| 1,207,808 \nmsfeeds.dll| 11.0.9600.20016| 14-Apr-2021| 20:26| 696,320 \nmsfeeds.mof| Not versioned| 14-Apr-2021| 19:02| 1,518 \nmsfeedsbs.mof| Not versioned| 14-Apr-2021| 19:02| 1,574 \nmsfeedsbs.dll| 11.0.9600.20016| 14-Apr-2021| 20:34| 52,736 \nmsfeedssync.exe| 11.0.9600.20016| 14-Apr-2021| 20:56| 11,776 \nhtml.iec| 2019.0.0.20016| 14-Apr-2021| 20:55| 341,504 \nmshtmled.dll| 11.0.9600.20016| 14-Apr-2021| 20:33| 76,800 \nmshtmlmedia.dll| 11.0.9600.20016| 14-Apr-2021| 20:25| 1,155,584 \nmshtml.dll| 11.0.9600.20016| 14-Apr-2021| 21:33| 20,295,680 \nmshtml.tlb| 11.0.9600.20016| 14-Apr-2021| 21:05| 2,724,864 \nMicrosoft-Windows-IE-HTMLRendering.ptxml| Not versioned| 14-Apr-2021| 18:54| 3,228 \nieetwcollector.exe| 11.0.9600.20016| 14-Apr-2021| 20:47| 104,960 \nieetwproxystub.dll| 11.0.9600.20016| 14-Apr-2021| 20:54| 47,616 \nieetwcollectorres.dll| 11.0.9600.20016| 14-Apr-2021| 21:05| 4,096 \nielowutil.exe| 11.0.9600.20016| 14-Apr-2021| 20:48| 221,184 \nieproxy.dll| 11.0.9600.20016| 14-Apr-2021| 20:05| 310,784 \nIEShims.dll| 11.0.9600.20016| 14-Apr-2021| 20:09| 290,304 \nWindows Pop-up Blocked.wav| Not versioned| 31-Mar-2021| 19:10| 85,548 \nWindows Information Bar.wav| Not versioned| 31-Mar-2021| 19:10| 23,308 \nWindows Feed Discovered.wav| Not versioned| 31-Mar-2021| 19:10| 19,884 \nWindows Navigation Start.wav| Not versioned| 31-Mar-2021| 19:10| 11,340 \nbing.ico| Not versioned| 31-Mar-2021| 19:05| 5,430 \nieUnatt.exe| 11.0.9600.20016| 14-Apr-2021| 20:47| 115,712 \nMicrosoft-Windows-IE-InternetExplorer-ppdlic.xrm-ms| Not versioned| 19-Apr-2021| 20:53| 2,956 \njsprofilerui.dll| 11.0.9600.20016| 14-Apr-2021| 20:34| 579,584 \nMemoryAnalyzer.dll| 11.0.9600.20016| 14-Apr-2021| 20:43| 1,399,296 \nMshtmlDac.dll| 11.0.9600.20016| 14-Apr-2021| 20:53| 64,000 \nnetworkinspection.dll| 11.0.9600.20016| 14-Apr-2021| 20:31| 1,075,200 \noccache.dll| 11.0.9600.20016| 14-Apr-2021| 20:31| 130,048 \ndesktop.ini| Not versioned| 31-Mar-2021| 19:01| 65 \nwebcheck.dll| 11.0.9600.20016| 14-Apr-2021| 20:26| 230,400 \ndesktop.ini| Not versioned| 31-Mar-2021| 19:01| 65 \nmsrating.dll| 11.0.9600.20016| 14-Apr-2021| 20:34| 168,960 \nicrav03.rat| Not versioned| 31-Mar-2021| 19:01| 8,798 \nticrf.rat| Not versioned| 31-Mar-2021| 19:01| 1,988 \niertutil.dll| 11.0.9600.20016| 14-Apr-2021| 21:00| 2,308,608 \nsqmapi.dll| 6.2.9200.16384| 19-Apr-2021| 18:49| 228,256 \nie4uinit.exe| 11.0.9600.20016| 14-Apr-2021| 20:25| 692,224 \niernonce.dll| 11.0.9600.20016| 14-Apr-2021| 20:50| 30,720 \niesetup.dll| 11.0.9600.20016| 14-Apr-2021| 20:56| 62,464 \nieuinit.inf| Not versioned| 14-Apr-2021| 19:46| 16,303 \ninseng.dll| 11.0.9600.20016| 14-Apr-2021| 20:35| 91,136 \nTimeline.dll| 11.0.9600.20016| 14-Apr-2021| 20:35| 154,112 \nTimeline_is.dll| 11.0.9600.20016| 14-Apr-2021| 20:49| 124,928 \nTimeline.cpu.xml| Not versioned| 31-Mar-2021| 19:01| 3,197 \nVGX.dll| 11.0.9600.20016| 14-Apr-2021| 20:33| 818,176 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 2,066,432 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 2,121,216 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 2,075,648 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 2,063,872 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 2,314,240 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 2,390,528 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 3,584 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:54| 2,033,152 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 2,307,584 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 2,255,872 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 2,061,312 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 2,326,016 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 3,584 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 2,019,840 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 2,071,040 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 2,082,816 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 3,584 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 2,307,584 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 2,170,368 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 2,153,984 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 2,291,712 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 2,283,520 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 2,052,096 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 2,301,952 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 3,584 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 2,093,056 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 2,075,648 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 2,299,392 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 2,094,592 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 2,316,800 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 3,584 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 2,305,536 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 2,278,912 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 2,285,568 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 3,584 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 2,060,288 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 2,315,776 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 2,279,424 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 2,324,992 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 2,098,176 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 1,890,304 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 1,890,304 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 3,072 \nieframe.dll| 11.0.9600.20016| 14-Apr-2021| 20:36| 13,881,856 \nieui.dll| 11.0.9600.20016| 14-Apr-2021| 20:50| 476,160 \nieframe.ptxml| Not versioned| 14-Apr-2021| 18:53| 24,486 \nieinstal.exe| 11.0.9600.20016| 14-Apr-2021| 20:32| 475,648 \nInetRes.adml| Not versioned| 19-Apr-2021| 18:51| 463,373 \nInetRes.adml| Not versioned| 19-Apr-2021| 18:52| 751,388 \nInetRes.adml| Not versioned| 19-Apr-2021| 18:53| 526,344 \nInetRes.adml| Not versioned| 19-Apr-2021| 18:54| 499,706 \nInetRes.adml| Not versioned| 19-Apr-2021| 18:55| 552,387 \nInetRes.adml| Not versioned| 19-Apr-2021| 18:55| 944,610 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:53| 457,561 \nInetRes.adml| Not versioned| 19-Apr-2021| 18:57| 543,995 \nInetRes.adml| Not versioned| 19-Apr-2021| 18:57| 751,319 \nInetRes.adml| Not versioned| 19-Apr-2021| 18:58| 526,607 \nInetRes.adml| Not versioned| 19-Apr-2021| 18:58| 575,889 \nInetRes.adml| Not versioned| 19-Apr-2021| 18:59| 463,373 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:00| 751,282 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:00| 570,785 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:01| 548,168 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:02| 639,283 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:03| 525,516 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:03| 751,198 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:04| 751,378 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:05| 488,540 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:05| 548,542 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:06| 559,390 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:06| 535,119 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:07| 541,509 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:08| 751,243 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:08| 804,521 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:09| 751,361 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:10| 751,476 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:10| 751,295 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:11| 503,958 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:11| 751,470 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:12| 521,635 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:13| 751,329 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:13| 420,094 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:14| 436,663 \nInetRes.adml| Not versioned| 19-Apr-2021| 19:15| 436,663 \ninetres.admx| Not versioned| 31-Mar-2021| 19:16| 1,678,023 \nMsSpellCheckingFacility.exe| 6.3.9600.20016| 14-Apr-2021| 20:43| 668,672 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 29,184 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 32,768 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 33,280 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 35,328 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 37,888 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 34,304 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 33,280 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 34,304 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 27,648 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 34,304 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 33,792 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 23,040 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 22,016 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 31,232 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 34,304 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 35,840 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 32,768 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 33,280 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 34,816 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 33,280 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 32,256 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 32,768 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 30,720 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 16,384 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 16,896 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 16,896 \njscript9.dll| 11.0.9600.20016| 14-Apr-2021| 20:38| 4,112,384 \njscript9diag.dll| 11.0.9600.20016| 14-Apr-2021| 20:46| 620,032 \njscript.dll| 5.8.9600.20016| 14-Apr-2021| 20:49| 653,824 \nvbscript.dll| 5.8.9600.20016| 14-Apr-2021| 20:58| 498,176 \n \n### \n\n__\n\nInternet Explorer 11 on all supported x64-based versions\n\n**File name**| **File version**| **Date**| **Time**| **File size** \n---|---|---|---|--- \nurlmon.dll| 11.0.9600.20016| 14-Apr-2021| 20:35| 1,569,280 \niexplore.exe| 11.0.9600.20016| 19-Apr-2021| 20:22| 810,408 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:24| 31,744 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 36,352 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 35,328 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 36,864 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 39,424 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 21:45| 32,768 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 37,376 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 33,280 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 38,400 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 30,720 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 35,328 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 36,864 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 25,600 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 24,576 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 36,352 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:41| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 33,280 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 20,992 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 21,504 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 21,504 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:24| 46,592 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 51,200 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 51,200 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 56,320 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 57,856 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 21:45| 49,664 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 54,272 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 47,616 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 49,152 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 55,296 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 45,056 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 51,712 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 51,712 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 53,248 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 39,424 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 35,840 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 50,176 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 51,200 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 50,688 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 53,760 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 54,272 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 54,272 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 51,200 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 53,248 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:41| 51,712 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 50,688 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 50,688 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 50,176 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 50,176 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 30,720 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 30,720 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:46| 30,720 \ninetcpl.cpl| 11.0.9600.20016| 14-Apr-2021| 20:47| 2,132,992 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:24| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 21:45| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:41| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 10,752 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 307,200 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 293,888 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 290,304 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 289,280 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 299,008 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 303,104 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 21:45| 282,112 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 296,960 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 283,648 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 291,840 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 299,520 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 275,968 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 290,816 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 293,376 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 296,960 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 258,048 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 256,512 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 289,280 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 288,256 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 285,184 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 295,424 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 297,472 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 292,864 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 295,424 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 294,400 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 294,400 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 292,864 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 290,816 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:41| 288,768 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 286,208 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 281,600 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 286,720 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 292,352 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 242,176 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 243,200 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:46| 243,200 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:24| 65,536 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 73,728 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 67,584 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 67,584 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 74,240 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 78,848 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 21:45| 61,440 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 74,752 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 62,464 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 68,096 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 75,264 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 65,536 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 68,608 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 72,192 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 73,216 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 41,472 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 37,888 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 68,608 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 67,584 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 65,536 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 74,240 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 70,656 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 71,168 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 71,680 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 71,168 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 69,632 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 68,096 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 68,608 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:41| 68,096 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 65,536 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 59,904 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 65,536 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 69,120 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 29,696 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 30,720 \nF12Resources.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 30,720 \nJavaScriptCollectionAgent.dll| 11.0.9600.20016| 14-Apr-2021| 21:04| 77,824 \nDiagnosticsHub.ScriptedSandboxPlugin.dll| 11.0.9600.20016| 14-Apr-2021| 21:05| 276,480 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 46,080 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 50,176 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 49,664 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 51,712 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 54,272 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 21:45| 48,128 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 50,176 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 47,616 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 50,688 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 45,056 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 49,664 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 39,936 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 39,424 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 47,616 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 47,616 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 51,200 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 50,688 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 49,664 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 50,176 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 50,176 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:41| 49,664 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 48,128 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 48,128 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 35,328 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 35,328 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 35,328 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:24| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 11,264 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 21:45| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 9,216 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 7,680 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 7,680 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:41| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 6,656 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 6,656 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:46| 6,656 \nwininet.dll| 11.0.9600.20016| 14-Apr-2021| 20:55| 4,859,904 \njsproxy.dll| 11.0.9600.20016| 14-Apr-2021| 21:23| 54,784 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:24| 114,176 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 130,560 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 124,928 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 122,880 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 130,048 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 138,240 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 21:45| 114,688 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 131,584 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 117,760 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 122,368 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 134,144 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 107,008 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 123,392 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 127,488 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 128,512 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 88,576 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 82,944 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 125,440 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 123,392 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 120,320 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 130,560 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 129,024 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 125,952 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 129,024 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 128,000 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 123,904 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 129,024 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 123,904 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:41| 124,416 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 121,856 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 115,712 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 123,904 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 125,440 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 72,704 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 73,728 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 73,728 \niedkcs32.dll| 18.0.9600.20016| 19-Apr-2021| 20:22| 390,568 \ninstall.ins| Not versioned| 14-Apr-2021| 18:47| 464 \nieapfltr.dat| 10.0.9301.0| 22-Mar-2021| 18:09| 616,104 \nieapfltr.dll| 11.0.9600.20016| 14-Apr-2021| 20:19| 800,768 \ntdc.ocx| 11.0.9600.20016| 14-Apr-2021| 21:04| 88,064 \nDiagnosticsHub.DataWarehouse.dll| 11.0.9600.20016| 14-Apr-2021| 21:32| 666,624 \niedvtool.dll| 11.0.9600.20016| 14-Apr-2021| 23:21| 950,784 \nDiagnosticsHub_is.dll| 11.0.9600.20016| 14-Apr-2021| 21:34| 50,176 \ndxtmsft.dll| 11.0.9600.20016| 14-Apr-2021| 21:10| 491,008 \ndxtrans.dll| 11.0.9600.20016| 14-Apr-2021| 20:58| 316,416 \nMicrosoft-Windows-IE-F12-Provider.ptxml| Not versioned| 14-Apr-2021| 18:45| 11,892 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:24| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 21:45| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 3,584 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 3,584 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:41| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 4,096 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 3,584 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 3,584 \nF12.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:46| 3,584 \nDiagnosticsTap.dll| 11.0.9600.20016| 14-Apr-2021| 21:08| 245,248 \nF12Resources.dll| 11.0.9600.20016| 14-Apr-2021| 21:37| 10,949,120 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:24| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 21:45| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:41| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 2,048 \nF12Tools.dll| 11.0.9600.20016| 14-Apr-2021| 21:07| 372,224 \nF12.dll| 11.0.9600.20016| 14-Apr-2021| 20:55| 1,422,848 \nmsfeeds.dll| 11.0.9600.20016| 14-Apr-2021| 20:48| 809,472 \nmsfeeds.mof| Not versioned| 14-Apr-2021| 18:59| 1,518 \nmsfeedsbs.mof| Not versioned| 14-Apr-2021| 18:59| 1,574 \nmsfeedsbs.dll| 11.0.9600.20016| 14-Apr-2021| 21:00| 60,416 \nmsfeedssync.exe| 11.0.9600.20016| 14-Apr-2021| 21:30| 13,312 \nhtml.iec| 2019.0.0.20016| 14-Apr-2021| 21:28| 417,280 \nmshtmled.dll| 11.0.9600.20016| 14-Apr-2021| 21:00| 92,672 \nmshtmlmedia.dll| 11.0.9600.20016| 14-Apr-2021| 20:47| 1,360,384 \nmshtml.dll| 11.0.9600.20016| 14-Apr-2021| 23:21| 25,760,768 \nmshtml.tlb| 11.0.9600.20016| 14-Apr-2021| 21:42| 2,724,864 \nMicrosoft-Windows-IE-HTMLRendering.ptxml| Not versioned| 14-Apr-2021| 18:46| 3,228 \nieetwcollector.exe| 11.0.9600.20016| 14-Apr-2021| 21:19| 116,224 \nieetwproxystub.dll| 11.0.9600.20016| 14-Apr-2021| 21:29| 48,640 \nieetwcollectorres.dll| 11.0.9600.20016| 14-Apr-2021| 21:41| 4,096 \nielowutil.exe| 11.0.9600.20016| 14-Apr-2021| 21:21| 222,720 \nieproxy.dll| 11.0.9600.20016| 14-Apr-2021| 20:17| 870,400 \nIEShims.dll| 11.0.9600.20016| 14-Apr-2021| 20:23| 387,072 \nWindows Pop-up Blocked.wav| Not versioned| 22-Mar-2021| 18:10| 85,548 \nWindows Information Bar.wav| Not versioned| 22-Mar-2021| 18:10| 23,308 \nWindows Feed Discovered.wav| Not versioned| 22-Mar-2021| 18:10| 19,884 \nWindows Navigation Start.wav| Not versioned| 22-Mar-2021| 18:10| 11,340 \nbing.ico| Not versioned| 22-Mar-2021| 18:09| 5,430 \nieUnatt.exe| 11.0.9600.20016| 14-Apr-2021| 21:19| 144,384 \nMicrosoft-Windows-IE-InternetExplorer-ppdlic.xrm-ms| Not versioned| 19-Apr-2021| 21:45| 2,956 \njsprofilerui.dll| 11.0.9600.20016| 14-Apr-2021| 21:02| 628,736 \nMemoryAnalyzer.dll| 11.0.9600.20016| 14-Apr-2021| 21:17| 1,862,656 \nMshtmlDac.dll| 11.0.9600.20016| 14-Apr-2021| 21:28| 88,064 \nnetworkinspection.dll| 11.0.9600.20016| 14-Apr-2021| 20:56| 1,217,024 \noccache.dll| 11.0.9600.20016| 14-Apr-2021| 20:57| 152,064 \ndesktop.ini| Not versioned| 22-Mar-2021| 18:09| 65 \nwebcheck.dll| 11.0.9600.20016| 14-Apr-2021| 20:49| 262,144 \ndesktop.ini| Not versioned| 22-Mar-2021| 18:09| 65 \nmsrating.dll| 11.0.9600.20016| 14-Apr-2021| 21:01| 199,680 \nicrav03.rat| Not versioned| 22-Mar-2021| 18:09| 8,798 \nticrf.rat| Not versioned| 22-Mar-2021| 18:09| 1,988 \niertutil.dll| 11.0.9600.20016| 14-Apr-2021| 21:35| 2,916,352 \nsqmapi.dll| 6.2.9200.16384| 19-Apr-2021| 20:22| 286,112 \nie4uinit.exe| 11.0.9600.20016| 14-Apr-2021| 20:47| 728,064 \niernonce.dll| 11.0.9600.20016| 14-Apr-2021| 21:22| 34,304 \niesetup.dll| 11.0.9600.20016| 14-Apr-2021| 21:29| 66,560 \nieuinit.inf| Not versioned| 14-Apr-2021| 19:59| 16,303 \ninseng.dll| 11.0.9600.20016| 14-Apr-2021| 21:03| 107,520 \nTimeline.dll| 11.0.9600.20016| 14-Apr-2021| 21:02| 219,648 \nTimeline_is.dll| 11.0.9600.20016| 14-Apr-2021| 21:22| 172,032 \nTimeline.cpu.xml| Not versioned| 22-Mar-2021| 18:09| 3,197 \nVGX.dll| 11.0.9600.20016| 14-Apr-2021| 21:00| 1,018,880 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 2,066,432 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:24| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 2,121,216 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 2,075,648 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 2,063,872 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 2,314,240 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 2,390,528 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 3,584 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 21:45| 2,033,152 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 21:45| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 2,307,584 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 2,255,872 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 2,061,312 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 2,326,016 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 3,584 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 2,019,840 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 2,071,040 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 2,082,816 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 3,584 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 2,307,584 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 2,170,368 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 2,153,984 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 2,291,712 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 2,283,520 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 2,052,096 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 2,301,952 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 3,584 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 2,093,056 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 2,075,648 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 2,299,392 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 2,094,592 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 2,316,800 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 3,584 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 2,305,536 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:41| 2,278,912 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:41| 2,285,568 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:41| 3,584 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 2,060,288 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 2,315,776 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 2,279,424 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 2,324,992 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 2,098,176 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 1,890,304 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 3,072 \nieframe.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:46| 1,890,304 \nieui.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 3,072 \nieframe.dll| 11.0.9600.20016| 14-Apr-2021| 21:06| 15,506,944 \nieui.dll| 11.0.9600.20016| 14-Apr-2021| 21:20| 615,936 \nieframe.ptxml| Not versioned| 14-Apr-2021| 18:45| 24,486 \nieinstal.exe| 11.0.9600.20016| 14-Apr-2021| 20:58| 492,032 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:24| 463,373 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:25| 751,363 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:26| 526,343 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:26| 499,703 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:27| 552,386 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:27| 944,608 \nInetRes.adml| Not versioned| 19-Apr-2021| 21:45| 457,561 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:28| 543,995 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:29| 751,276 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:29| 526,607 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:30| 575,890 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:30| 463,373 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:31| 751,511 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:32| 570,786 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:32| 548,169 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:33| 639,283 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:34| 525,516 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:34| 751,452 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:35| 751,386 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:35| 488,537 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:36| 548,544 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:37| 559,394 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:37| 535,118 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:38| 541,505 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:38| 751,357 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:39| 804,522 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:40| 751,502 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:40| 751,388 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:41| 751,249 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:42| 503,962 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:42| 751,475 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:43| 521,632 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:43| 751,498 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:44| 420,094 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:45| 436,663 \nInetRes.adml| Not versioned| 19-Apr-2021| 20:45| 436,663 \ninetres.admx| Not versioned| 22-Mar-2021| 18:12| 1,678,023 \nMsSpellCheckingFacility.exe| 6.3.9600.20016| 14-Apr-2021| 21:13| 970,752 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:24| 29,184 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:25| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 32,768 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:26| 33,280 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 35,328 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:27| 37,888 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 21:45| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:28| 34,304 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:29| 33,280 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:30| 34,304 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 27,648 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:31| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 34,304 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:32| 33,792 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:33| 23,040 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 22,016 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:34| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:35| 31,232 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:36| 34,304 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 35,840 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:37| 32,768 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 33,280 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:38| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:39| 34,816 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 33,280 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:40| 32,256 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:41| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:42| 32,768 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 30,720 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:43| 29,696 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:44| 16,384 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 16,896 \njscript9.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:45| 16,896 \njscript9.dll| 11.0.9600.20016| 14-Apr-2021| 21:40| 5,499,904 \njscript9diag.dll| 11.0.9600.20016| 14-Apr-2021| 21:19| 814,592 \njscript.dll| 5.8.9600.20016| 14-Apr-2021| 21:19| 785,408 \nvbscript.dll| 5.8.9600.20016| 14-Apr-2021| 21:29| 581,120 \niexplore.exe| 11.0.9600.20016| 19-Apr-2021| 18:49| 810,400 \ntdc.ocx| 11.0.9600.20016| 14-Apr-2021| 20:36| 73,728 \ndxtmsft.dll| 11.0.9600.20016| 14-Apr-2021| 20:40| 415,744 \ndxtrans.dll| 11.0.9600.20016| 14-Apr-2021| 20:32| 280,064 \nmsfeeds.dll| 11.0.9600.20016| 14-Apr-2021| 20:26| 696,320 \nmsfeeds.mof| Not versioned| 14-Apr-2021| 19:02| 1,518 \nmshtmled.dll| 11.0.9600.20016| 14-Apr-2021| 20:33| 76,800 \nmshtmlmedia.dll| 11.0.9600.20016| 14-Apr-2021| 20:25| 1,155,584 \nmshtml.dll| 11.0.9600.20016| 14-Apr-2021| 21:33| 20,295,680 \nmshtml.tlb| 11.0.9600.20016| 14-Apr-2021| 21:05| 2,724,864 \nwow64_Microsoft-Windows-IE-HTMLRendering.ptxml| Not versioned| 14-Apr-2021| 18:56| 3,228 \nieetwproxystub.dll| 11.0.9600.20016| 14-Apr-2021| 20:54| 47,616 \nieUnatt.exe| 11.0.9600.20016| 14-Apr-2021| 20:47| 115,712 \noccache.dll| 11.0.9600.20016| 14-Apr-2021| 20:31| 130,048 \nwebcheck.dll| 11.0.9600.20016| 14-Apr-2021| 20:26| 230,400 \niernonce.dll| 11.0.9600.20016| 14-Apr-2021| 20:50| 30,720 \niesetup.dll| 11.0.9600.20016| 14-Apr-2021| 20:56| 62,464 \nieuinit.inf| Not versioned| 14-Apr-2021| 19:46| 16,303 \nieframe.dll| 11.0.9600.20016| 14-Apr-2021| 20:36| 13,881,856 \nieui.dll| 11.0.9600.20016| 14-Apr-2021| 20:50| 476,160 \nie9props.propdesc| Not versioned| 31-Mar-2021| 19:04| 2,843 \nwow64_ieframe.ptxml| Not versioned| 14-Apr-2021| 18:56| 24,486 \njscript9.dll| 11.0.9600.20016| 14-Apr-2021| 20:38| 4,112,384 \njscript9diag.dll| 11.0.9600.20016| 14-Apr-2021| 20:46| 620,032 \njscript.dll| 5.8.9600.20016| 14-Apr-2021| 20:49| 653,824 \nvbscript.dll| 5.8.9600.20016| 14-Apr-2021| 20:58| 498,176 \nurlmon.dll| 11.0.9600.20016| 14-Apr-2021| 20:13| 1,343,488 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 31,744 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 36,352 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 35,328 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 36,864 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 39,424 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 32,768 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 37,376 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 33,280 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 38,400 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 30,720 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 35,328 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 36,864 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 25,600 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 24,576 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 36,352 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 35,840 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 34,816 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 33,280 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 34,304 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 20,992 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 21,504 \nwebcheck.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 21,504 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 46,592 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 51,200 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 51,200 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 56,320 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 57,856 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:54| 49,664 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 54,272 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 47,616 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 49,152 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 55,296 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 45,056 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 51,712 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 51,712 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 53,248 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 39,424 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 35,840 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 50,176 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 51,200 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 50,688 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 53,760 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 54,272 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 54,272 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 51,200 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 53,248 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 52,736 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 51,712 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 50,688 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 50,688 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 50,176 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 50,176 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 30,720 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 30,720 \nwininet.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 30,720 \ninetcpl.cpl| 11.0.9600.20016| 14-Apr-2021| 20:26| 2,058,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 10,752 \nDiagnosticsTap.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 10,752 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 307,200 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 293,888 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 290,304 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 289,280 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 299,008 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 303,104 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 282,112 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 296,960 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 283,648 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 291,840 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 299,520 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 275,968 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 290,816 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 293,376 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 296,960 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 258,048 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 256,512 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 289,280 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 288,256 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 285,184 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 295,424 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 297,472 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 292,864 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 295,424 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 294,400 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 294,400 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 292,864 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 290,816 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 288,768 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 286,208 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 281,600 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 286,720 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 292,352 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 242,176 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 243,200 \nmshtml.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 243,200 \nJavaScriptCollectionAgent.dll| 11.0.9600.20016| 14-Apr-2021| 20:36| 60,416 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 46,080 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 50,176 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 49,664 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 51,712 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 54,272 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 48,128 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 50,176 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 47,616 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 50,688 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 45,056 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 49,664 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 39,936 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 39,424 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 47,616 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 47,616 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 51,200 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 50,688 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 49,664 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 50,176 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 50,176 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 49,664 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 48,640 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 48,128 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 49,152 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 48,128 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 35,328 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 35,328 \nurlmon.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 35,328 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 11,264 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 9,216 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 7,680 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 7,680 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 10,752 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 9,728 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 10,240 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 6,656 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 6,656 \noccache.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 6,656 \nwininet.dll| 11.0.9600.20016| 14-Apr-2021| 20:15| 4,388,352 \njsproxy.dll| 11.0.9600.20016| 14-Apr-2021| 20:50| 47,104 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 114,176 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 130,560 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 124,928 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 122,880 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 130,048 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 138,240 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 114,688 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 131,584 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 117,760 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 122,368 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 134,144 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 107,008 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 123,392 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 127,488 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 128,512 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 88,576 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 82,944 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 125,440 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 123,392 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 120,320 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 130,560 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 129,024 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 125,952 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 129,024 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 128,000 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 123,904 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 129,024 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 123,904 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:10| 124,416 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 121,856 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:11| 115,712 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:12| 123,904 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 125,440 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:13| 72,704 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:14| 73,728 \ninetcpl.cpl.mui| 11.0.9600.20016| 19-Apr-2021| 19:15| 73,728 \niedkcs32.dll| 18.0.9600.20016| 19-Apr-2021| 18:50| 341,928 \ninstall.ins| Not versioned| 14-Apr-2021| 18:43| 464 \nieapfltr.dat| 10.0.9301.0| 31-Mar-2021| 18:59| 616,104 \nieapfltr.dll| 11.0.9600.20016| 14-Apr-2021| 20:06| 710,656 \niedvtool.dll| 11.0.9600.20016| 14-Apr-2021| 21:33| 772,608 \nDiagnosticsTap.dll| 11.0.9600.20016| 14-Apr-2021| 20:39| 175,104 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:51| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:52| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:53| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:54| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:55| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 20:53| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:56| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:57| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:58| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 18:59| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:00| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:01| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:02| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:03| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:04| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:05| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:06| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:07| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:08| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19-Apr-2021| 19:09| 2,048 \nF12Tools.dll.mui| 11.0.9600.20016| 19