<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Backing up Group Policy Objects using Windows PowerShell</title>
	<atom:link href="http://blog.powershell.no/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.powershell.no/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/</link>
	<description>On Windows PowerShell and other admin-related topics</description>
	<lastBuildDate>Fri, 09 Dec 2011 10:08:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Backup Only Group Policy Objects That Have Changed &#171; Paul Abke&#039;s Blog</title>
		<link>http://blog.powershell.no/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-788</link>
		<dc:creator><![CDATA[Backup Only Group Policy Objects That Have Changed &#171; Paul Abke&#039;s Blog]]></dc:creator>
		<pubDate>Thu, 14 Jul 2011 03:09:42 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-788</guid>
		<description><![CDATA[[...] to Jan Egil Ring for this dandy script.  Checkout his blog and his post on this [...]]]></description>
		<content:encoded><![CDATA[<p>[...] to Jan Egil Ring for this dandy script.  Checkout his blog and his post on this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Helsby</title>
		<link>http://blog.powershell.no/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-452</link>
		<dc:creator><![CDATA[Andy Helsby]]></dc:creator>
		<pubDate>Wed, 01 Dec 2010 03:42:53 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-452</guid>
		<description><![CDATA[Thanks for the updates Jan. I was pretty pleased with my edits to the script so was excited to share the updates. It was my second powershell script so hadn&#039;t come across the switch function yet ;)]]></description>
		<content:encoded><![CDATA[<p>Thanks for the updates Jan. I was pretty pleased with my edits to the script so was excited to share the updates. It was my second powershell script so hadn&#8217;t come across the switch function yet <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CypherBit</title>
		<link>http://blog.powershell.no/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-446</link>
		<dc:creator><![CDATA[CypherBit]]></dc:creator>
		<pubDate>Tue, 30 Nov 2010 11:37:15 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-446</guid>
		<description><![CDATA[Excellent!

Thank you so much, this version works great for me.]]></description>
		<content:encoded><![CDATA[<p>Excellent!</p>
<p>Thank you so much, this version works great for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Egil Ring</title>
		<link>http://blog.powershell.no/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-430</link>
		<dc:creator><![CDATA[Jan Egil Ring]]></dc:creator>
		<pubDate>Wed, 24 Nov 2010 19:04:35 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-430</guid>
		<description><![CDATA[Hi,

I`m sorry for the lack of testing...busy times at work these days :)

I`ve re-published the script here: http://poshcode.org/2386

I`ve added a -FirstRun parameter that let`s you backup all GPO`s on first run, and also added some additional logic.

Will probably re-write the script as an advanced function some time in the future.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I`m sorry for the lack of testing&#8230;busy times at work these days <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I`ve re-published the script here: <a href="http://poshcode.org/2386" rel="nofollow">http://poshcode.org/2386</a></p>
<p>I`ve added a -FirstRun parameter that let`s you backup all GPO`s on first run, and also added some additional logic.</p>
<p>Will probably re-write the script as an advanced function some time in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CypherBit</title>
		<link>http://blog.powershell.no/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-429</link>
		<dc:creator><![CDATA[CypherBit]]></dc:creator>
		<pubDate>Wed, 24 Nov 2010 11:12:39 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-429</guid>
		<description><![CDATA[I don&#039;t know if it&#039;s just me but I&#039;m still getting errors: http://pastebin.com/vD8xn6HW

I&#039;d really like to have this in my environment, but don&#039;t have the PS skills required to know what to change.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if it&#8217;s just me but I&#8217;m still getting errors: <a href="http://pastebin.com/vD8xn6HW" rel="nofollow">http://pastebin.com/vD8xn6HW</a></p>
<p>I&#8217;d really like to have this in my environment, but don&#8217;t have the PS skills required to know what to change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Egil Ring</title>
		<link>http://blog.powershell.no/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-417</link>
		<dc:creator><![CDATA[Jan Egil Ring]]></dc:creator>
		<pubDate>Sun, 21 Nov 2010 12:48:09 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-417</guid>
		<description><![CDATA[Andy Helsby have posted an improved version of the script here: http://poshcode.org/2369

I`ve updated the link in the blog-post.

Thanks Andy!]]></description>
		<content:encoded><![CDATA[<p>Andy Helsby have posted an improved version of the script here: <a href="http://poshcode.org/2369" rel="nofollow">http://poshcode.org/2369</a></p>
<p>I`ve updated the link in the blog-post.</p>
<p>Thanks Andy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CypherBit</title>
		<link>http://blog.powershell.no/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-408</link>
		<dc:creator><![CDATA[CypherBit]]></dc:creator>
		<pubDate>Wed, 17 Nov 2010 12:42:49 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-408</guid>
		<description><![CDATA[Could the error above be attributed to the fact that no changes to GPOs was made?]]></description>
		<content:encoded><![CDATA[<p>Could the error above be attributed to the fact that no changes to GPOs was made?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CypherBit</title>
		<link>http://blog.powershell.no/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-397</link>
		<dc:creator><![CDATA[CypherBit]]></dc:creator>
		<pubDate>Sat, 13 Nov 2010 08:38:31 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-397</guid>
		<description><![CDATA[Hello,

thank you so much for the prompt reply. I did as suggested and removed “&#124; Where-Object {$_.ModificationTime -gt $Timespan}” added it back, ran the script again and receive the same errors.

Does it have to do anything with the fact that the timespan of 24h didn&#039;t pass?]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>thank you so much for the prompt reply. I did as suggested and removed “| Where-Object {$_.ModificationTime -gt $Timespan}” added it back, ran the script again and receive the same errors.</p>
<p>Does it have to do anything with the fact that the timespan of 24h didn&#8217;t pass?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Egil Ring</title>
		<link>http://blog.powershell.no/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-396</link>
		<dc:creator><![CDATA[Jan Egil Ring]]></dc:creator>
		<pubDate>Fri, 12 Nov 2010 14:02:50 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-396</guid>
		<description><![CDATA[Hi,

I see that the script requires an initial backup to be in place of all GPO`s. I`ll make an update to the script to fix this automatically.
Until then, remove &quot;&#124; Where-Object {$_.ModificationTime -gt $Timespan}&quot; from the $ModifiedGPOs variable on first run. Afterwards, set it back to:
$ModifiedGPOs = Get-GPO -all &#124; Where-Object {$_.ModificationTime -gt $Timespan}

I should`ve tested this on a fresh system before publishing it...&quot;note to self&quot; :)]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I see that the script requires an initial backup to be in place of all GPO`s. I`ll make an update to the script to fix this automatically.<br />
Until then, remove &#8220;| Where-Object {$_.ModificationTime -gt $Timespan}&#8221; from the $ModifiedGPOs variable on first run. Afterwards, set it back to:<br />
$ModifiedGPOs = Get-GPO -all | Where-Object {$_.ModificationTime -gt $Timespan}</p>
<p>I should`ve tested this on a fresh system before publishing it&#8230;&#8221;note to self&#8221; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CypherBit</title>
		<link>http://blog.powershell.no/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-395</link>
		<dc:creator><![CDATA[CypherBit]]></dc:creator>
		<pubDate>Fri, 12 Nov 2010 11:47:29 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/06/15/backing-up-group-policy-objects-using-windows-powershell/#comment-395</guid>
		<description><![CDATA[This is exactly what I&#039;m after, but am having some problems running the script (I changed the path and signed it, all else is the same): http://pastebin.com/2VjUF3Jt

I&#039;d appreciate your assistance.]]></description>
		<content:encoded><![CDATA[<p>This is exactly what I&#8217;m after, but am having some problems running the script (I changed the path and signed it, all else is the same): <a href="http://pastebin.com/2VjUF3Jt" rel="nofollow">http://pastebin.com/2VjUF3Jt</a></p>
<p>I&#8217;d appreciate your assistance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

