<?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>PowerShell Script: Backup all GPOs that have been modified this month</title><link>http://blogs.technet.com/b/grouppolicy/archive/2009/03/26/powershell-script-backup-all-gpos-that-have-been-modified-this-month.aspx</link><description>The scene: Backups take up space, but they’re a crucial part of GPO management. Ideally, one would do regular backups (monthly? weekly? your call) but only of the GPOs that have changed. This script will do that for you and print out a nice settings report</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Microsoft Management Summit 2009</title><link>http://blogs.technet.com/b/grouppolicy/archive/2009/03/26/powershell-script-backup-all-gpos-that-have-been-modified-this-month.aspx#3236170</link><pubDate>Wed, 06 May 2009 10:13:25 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3236170</guid><dc:creator>Group Policy Team Blog</dc:creator><description>&lt;p&gt;I just got back from another great MMS in Las Vegas and I’d like to thank everyone who stopped by the&lt;/p&gt;
&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3236170" width="1" height="1"&gt;</description></item><item><title>re: PowerShell Script: Backup all GPOs that have been modified this month</title><link>http://blogs.technet.com/b/grouppolicy/archive/2009/03/26/powershell-script-backup-all-gpos-that-have-been-modified-this-month.aspx#3219847</link><pubDate>Mon, 30 Mar 2009 19:04:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3219847</guid><dc:creator>newbe</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;i try to use &lt;/p&gt;
&lt;p&gt;$ModGPOs = get-gpo -domain $mydomain.DNSRoot -all | where {$_.ModificationTime.Year.equals($currentDate.Year) -And $_.ModificationTime.Month.equals($CurrentDate.Month)} &lt;/p&gt;
&lt;p&gt;but paramter -ALL doesn-t work&lt;/p&gt;
&lt;p&gt;any idea?&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3219847" width="1" height="1"&gt;</description></item></channel></rss>