<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Patch Tuesdays 2012</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/powershell/patch-tuesdays-2012/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/powershell/patch-tuesdays-2012/</link>
	<description>PowerShell and WMI: The fast and furious of windows administration.</description>
	<lastBuildDate>Tue, 07 May 2013 21:02:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: keithsimmons</title>
		<link>http://itknowledgeexchange.techtarget.com/powershell/patch-tuesdays-2012/#comment-140</link>
		<dc:creator>keithsimmons</dc:creator>
		<pubDate>Thu, 20 Dec 2012 12:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/powershell/patch-tuesdays-2012/#comment-140</guid>
		<description><![CDATA[&lt;pre&gt;A little tweak to make this work if current month is december&lt;/pre&gt;&lt;pre&gt;&lt;br&gt;&lt;/pre&gt;&lt;pre&gt; if ($nextmonth){            
        $now = Get-Date            ##modded to work with december roll over
        if ($now.Month -eq 12){
            
            $d = Get-Date -Day 1 -Month $($now.addmonths(1)).month -Year $($now.addyears(1)).year
            get-secondTuesday $d
        } 
        else {       
            $d = Get-Date -Day 1 -Month $($now.Month + 1) -Year $now.Year            
            get-secondTuesday $d            
        }
    }      &lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<pre>A little tweak to make this work if current month is december</pre>
<pre><br /></pre>
<pre> if ($nextmonth){            
        $now = Get-Date            ##modded to work with december roll over
        if ($now.Month -eq 12){
            
            $d = Get-Date -Day 1 -Month $($now.addmonths(1)).month -Year $($now.addyears(1)).year
            get-secondTuesday $d
        } 
        else {       
            $d = Get-Date -Day 1 -Month $($now.Month + 1) -Year $now.Year            
            get-secondTuesday $d            
        }
    }      </pre>
]]></content:encoded>
	</item>
</channel>
</rss>
