<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>PowerTip: Find Windows Hotfixes Installed After a Certain Date</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2013/01/31/powertip-find-windows-hotfixes-installed-after-a-certain-date.aspx</link><description>Use Windows PowerShell to find hotfixes installed on your laptop running Windows 8 that were installed after a certain date.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: PowerTip: Find Windows Hotfixes Installed After a Certain Date</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2013/01/31/powertip-find-windows-hotfixes-installed-after-a-certain-date.aspx#3551320</link><pubDate>Fri, 08 Feb 2013 17:43:40 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3551320</guid><dc:creator>IamMred</dc:creator><description>&lt;p&gt;My 1/15/2013 is EN-US date time format. You can use the date time format that is appropriate for your culture, and PowerShell will automatically convert it to a datetime object for you.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3551320" width="1" height="1"&gt;</description></item><item><title>re: PowerTip: Find Windows Hotfixes Installed After a Certain Date</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2013/01/31/powertip-find-windows-hotfixes-installed-after-a-certain-date.aspx#3551319</link><pubDate>Fri, 08 Feb 2013 17:42:26 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3551319</guid><dc:creator>IamMred</dc:creator><description>&lt;p&gt;@Thomas yes Get-Hotfix works on anything with PowerShell 2.0 installed on. So it works by default on Windows 7, Windows Server 20008 R2 and of course Windows 8 and Windows SErver 2012.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3551319" width="1" height="1"&gt;</description></item><item><title>re: PowerTip: Find Windows Hotfixes Installed After a Certain Date</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2013/01/31/powertip-find-windows-hotfixes-installed-after-a-certain-date.aspx#3550386</link><pubDate>Tue, 05 Feb 2013 06:16:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3550386</guid><dc:creator>IL</dc:creator><description>&lt;p&gt;@JV Thank you! I haven&amp;#39;t noticed the time jump into September 2013! I was thinking about September 2012. It is very strange to have such a thing I guess. In fact the command just detected it.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3550386" width="1" height="1"&gt;</description></item><item><title>re: PowerTip: Find Windows Hotfixes Installed After a Certain Date</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2013/01/31/powertip-find-windows-hotfixes-installed-after-a-certain-date.aspx#3550332</link><pubDate>Mon, 04 Feb 2013 22:22:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3550332</guid><dc:creator>JV</dc:creator><description>&lt;p&gt;@IL&lt;/p&gt;
&lt;p&gt;01.09.2013 is a European format for September 1 2013. &amp;nbsp;This is clearly greater than 1-13-2013.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3550332" width="1" height="1"&gt;</description></item><item><title>re: PowerTip: Find Windows Hotfixes Installed After a Certain Date</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2013/01/31/powertip-find-windows-hotfixes-installed-after-a-certain-date.aspx#3550199</link><pubDate>Mon, 04 Feb 2013 12:35:38 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3550199</guid><dc:creator>IL</dc:creator><description>&lt;p&gt;@JV Thank you, but&lt;/p&gt;
&lt;p&gt;Get-HotFix | where { $_.installedon -gt [datetime]&amp;#39;01/15/2013&amp;#39;}&lt;/p&gt;
&lt;p&gt;does the same. What time should I specify to make it work in case I don&amp;#39;t really need to filter by time just by date?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3550199" width="1" height="1"&gt;</description></item><item><title>re: PowerTip: Find Windows Hotfixes Installed After a Certain Date</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2013/01/31/powertip-find-windows-hotfixes-installed-after-a-certain-date.aspx#3549919</link><pubDate>Fri, 01 Feb 2013 18:08:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3549919</guid><dc:creator>JV</dc:creator><description>&lt;p&gt;@IL&lt;/p&gt;
&lt;p&gt;Think about what teh date you used means. -gt &amp;quot;01/15/2013&amp;quot; &amp;nbsp;is any time after midnight on 1-13. &amp;nbsp;Any installation that occurred from 00:00:00 on will be included. &amp;nbsp;YOu need to add one day or specify the time.&lt;/p&gt;
&lt;p&gt;[datetime]&amp;#39;01/13/2013&amp;#39;&lt;/p&gt;
&lt;p&gt;look at the time field. &amp;nbsp;It will be 12:00AM&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3549919" width="1" height="1"&gt;</description></item><item><title>re: PowerTip: Find Windows Hotfixes Installed After a Certain Date</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2013/01/31/powertip-find-windows-hotfixes-installed-after-a-certain-date.aspx#3549763</link><pubDate>Fri, 01 Feb 2013 07:22:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3549763</guid><dc:creator>IL</dc:creator><description>&lt;p&gt;Why does it show hotfixes installed on 9/1/2013?&lt;/p&gt;
&lt;p&gt;PS E:\&amp;gt; Get-HotFix | where { $_.installedon -gt &amp;quot;01/15/2013&amp;quot;}&lt;/p&gt;
&lt;p&gt;Source &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Description &amp;nbsp; &amp;nbsp; &amp;nbsp;HotFixID &amp;nbsp; &amp;nbsp; &amp;nbsp;InstalledBy &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;InstalledOn&lt;/p&gt;
&lt;p&gt;------ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;----------- &amp;nbsp; &amp;nbsp; &amp;nbsp;-------- &amp;nbsp; &amp;nbsp; &amp;nbsp;----------- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-----------&lt;/p&gt;
&lt;p&gt;FLAWLESS &amp;nbsp; &amp;nbsp; &amp;nbsp;Security Update &amp;nbsp;KB2736422 &amp;nbsp; &amp;nbsp; NT AUTHORITY\SYSTEM &amp;nbsp;01.09.2013...&lt;/p&gt;
&lt;p&gt;FLAWLESS &amp;nbsp; &amp;nbsp; &amp;nbsp;Security Update &amp;nbsp;KB2742599 &amp;nbsp; &amp;nbsp; NT AUTHORITY\SYSTEM &amp;nbsp;01.09.2013...&lt;/p&gt;
&lt;p&gt;FLAWLESS &amp;nbsp; &amp;nbsp; &amp;nbsp;Security Update &amp;nbsp;KB2756921 &amp;nbsp; &amp;nbsp; NT AUTHORITY\SYSTEM &amp;nbsp;01.09.2013...&lt;/p&gt;
&lt;p&gt;FLAWLESS &amp;nbsp; &amp;nbsp; &amp;nbsp;Security Update &amp;nbsp;KB2757638 &amp;nbsp; &amp;nbsp; NT AUTHORITY\SYSTEM &amp;nbsp;01.09.2013...&lt;/p&gt;
&lt;p&gt;FLAWLESS &amp;nbsp; &amp;nbsp; &amp;nbsp;Security Update &amp;nbsp;KB2769369 &amp;nbsp; &amp;nbsp; NT AUTHORITY\SYSTEM &amp;nbsp;01.09.2013...&lt;/p&gt;
&lt;p&gt;FLAWLESS &amp;nbsp; &amp;nbsp; &amp;nbsp;Security Update &amp;nbsp;KB2778930 &amp;nbsp; &amp;nbsp; NT AUTHORITY\SYSTEM &amp;nbsp;01.09.2013...&lt;/p&gt;
&lt;p&gt;FLAWLESS &amp;nbsp; &amp;nbsp; &amp;nbsp;Security Update &amp;nbsp;KB2785220 &amp;nbsp; &amp;nbsp; NT AUTHORITY\SYSTEM &amp;nbsp;01.09.2013...&lt;/p&gt;
&lt;p&gt;FLAWLESS &amp;nbsp; &amp;nbsp; &amp;nbsp;Update &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; KB2786081 &amp;nbsp; &amp;nbsp; NT AUTHORITY\SYSTEM &amp;nbsp;01.09.2013...&lt;/p&gt;
&lt;p&gt;Perhaps it is a date to string conversion effect. How to place the date immune to system locale? May be something like 20130115 or convert(datetime, &amp;quot;20130115&amp;quot;).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3549763" width="1" height="1"&gt;</description></item><item><title>re: PowerTip: Find Windows Hotfixes Installed After a Certain Date</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2013/01/31/powertip-find-windows-hotfixes-installed-after-a-certain-date.aspx#3549751</link><pubDate>Fri, 01 Feb 2013 06:11:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3549751</guid><dc:creator>Marius</dc:creator><description>&lt;p&gt;Requires powershell 2.0 for the get-hotfix cmdlet. :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3549751" width="1" height="1"&gt;</description></item><item><title>re: PowerTip: Find Windows Hotfixes Installed After a Certain Date</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2013/01/31/powertip-find-windows-hotfixes-installed-after-a-certain-date.aspx#3549702</link><pubDate>Thu, 31 Jan 2013 23:08:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3549702</guid><dc:creator>Thomas</dc:creator><description>&lt;p&gt;Does this work on other OS besides Windows 8? &amp;nbsp;Say Server 2008 R2 or Win 7 or Server 2012?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3549702" width="1" height="1"&gt;</description></item></channel></rss>