<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Personal IT Experiences &#187; Group Policy</title>
	<atom:link href="http://www.pITexperiences.com/category/group-policy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pITexperiences.com</link>
	<description>Not Your Everyday IT Encounters          &#160; &#160; &#160; &#160;</description>
	<lastBuildDate>Thu, 06 May 2010 13:01:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Active Directory Explorer</title>
		<link>http://www.pITexperiences.com/2007/07/11/active-directory-explorer/</link>
		<comments>http://www.pITexperiences.com/2007/07/11/active-directory-explorer/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 16:02:36 +0000</pubDate>
		<dc:creator>ptsnorth</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pitexperiences.com/2007/07/11/active-directory-explorer/</guid>
		<description><![CDATA[Active Directory Explorer AD Explorer is an advanced Active Directory AD viewer and editor. You can use AD Explorer to easily navigate an AD database, define favorite locations, view object properties and attributes without having to open dialog boxes, edit permissions, view an objects schema, and execute sophisticated searches that you can save and re-execute.
AD [...]]]></description>
			<content:encoded><![CDATA[<p>Active Directory Explorer AD Explorer is an advanced Active Directory AD viewer and editor. You can use AD Explorer to easily navigate an AD database, define favorite locations, view object properties and attributes without having to open dialog boxes, edit permissions, view an objects schema, and execute sophisticated searches that you can save and re-execute.</p>
<p>AD Explorer also includes the ability to save snapshots of an AD database for off-line viewing and comparisons. When you load a saved snapshot, you can navigate and explorer it as you would a live database. If you have two snapshots of an AD database you can use AD Explorers comparison functionality to see what objects, attributes and security permissions changed between them.</p>
<p>AD Explorer works on Windows 2000 and higher.</p>
<p><a href="http://www.microsoft.com/technet/sysinternals/utilities/adexplorer.mspx">Active Directory Explorer v1.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pITexperiences.com/2007/07/11/active-directory-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Was The GPO Last Refreshed?</title>
		<link>http://www.pITexperiences.com/2007/06/20/when-was-the-gpo-last-refreshed/</link>
		<comments>http://www.pITexperiences.com/2007/06/20/when-was-the-gpo-last-refreshed/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 20:51:12 +0000</pubDate>
		<dc:creator>ptsnorth</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pitexperiences.com/2007/06/20/when-was-the-gpo-last-refreshed/</guid>
		<description><![CDATA[If you&#8217;re creating and troubleshooting the effects of group policies (GPO) on your computer, there is a command line utility you can download and install called GPTime.exe. It&#8217;s one simple executable that I unzipped and copied into the same folder as the Win2k3 Resource Kit tools. The resource kit folder is already included in the [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re creating and troubleshooting the effects of group policies (GPO) on your computer, there is a command line utility you can download and install called GPTime.exe. It&#8217;s one simple executable that I unzipped and copied into the same folder as the Win2k3 Resource Kit tools. The resource kit folder is already included in the path statement of my computer.</p>
<p><a href="http://www.gpoguy.com/Tools.htm#GP_Time_Utility">Download GPTime.exe</a></p>
<p>Configure your group policy then perform a <strong>gpupdate /force</strong> to apply the group policy change. After the update is completed, run <strong>gptime.exe</strong> to see when the group policies were really updated on the computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pITexperiences.com/2007/06/20/when-was-the-gpo-last-refreshed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Group Policies Have Been Applied?</title>
		<link>http://www.pITexperiences.com/2007/06/20/what-group-policies-have-been-applied/</link>
		<comments>http://www.pITexperiences.com/2007/06/20/what-group-policies-have-been-applied/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 19:57:47 +0000</pubDate>
		<dc:creator>ptsnorth</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Weekend Warrior]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pitexperiences.com/2007/06/20/what-group-policies-have-been-applied/</guid>
		<description><![CDATA[In Windows XP or Windows 2003, open an entire command window and type -&#62; GPUpdate &#60;enter&#62;. All of the current policy settings affecting your computer (or server) and your account are displayed.
You can also see a history of the application of group policies by inspecting the registry.
To inspect the group policies applied to your local [...]]]></description>
			<content:encoded><![CDATA[<p>In Windows XP or Windows 2003, open an entire command window and type -&gt; GPUpdate &lt;enter&gt;. All of the current policy settings affecting your computer (or server) and your account are displayed.</p>
<p>You can also see a history of the application of group policies by inspecting the registry.</p>
<p>To inspect the group policies applied to your local computer, use Regedt32 to navigate to:</p>
<p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Group Policy\History</p>
<p>To inspect the group policies applied to your account, navigate to:</p>
<p>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy\History</p>
<p>Each sub-key represents an installed Group Policy Extension and each Group Policy Object is a subkey numbered from 0, the first GPO applied.</p>
<p><a href="http://www.jsifaq.com/SF/Tips/Tip.aspx?id=2487">JSI Tip 2487. What group policies have been applied?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pITexperiences.com/2007/06/20/what-group-policies-have-been-applied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
