<?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>Brad&#039;s Tech Blog &#187; AD</title>
	<atom:link href="http://bradstechblog.com/tag/ad/feed" rel="self" type="application/rss+xml" />
	<link>http://bradstechblog.com</link>
	<description>Microsoft technologies like: System Center Operations Manager, and whatever else comes up at the office.</description>
	<lastBuildDate>Sat, 13 Feb 2010 01:59:12 +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>Windows server 2000 and 2003: Time configuration for MaxPosPhaseCorrection and MaxNegPhaseCorrection</title>
		<link>http://bradstechblog.com/microsoft-windows-server/windows-server-2000-and-2003-time-configuration-for-maxposphasecorrection-and-maxnegphasecorrection</link>
		<comments>http://bradstechblog.com/microsoft-windows-server/windows-server-2000-and-2003-time-configuration-for-maxposphasecorrection-and-maxnegphasecorrection#comments</comments>
		<pubDate>Tue, 28 Oct 2008 19:20:08 +0000</pubDate>
		<dc:creator>Brad Hearn</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Microsoft windows server]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[MaxPosPhaseCorrection]]></category>

		<guid isPermaLink="false">http://bradstechblog.com/?p=239</guid>
		<description><![CDATA[The Windows Time service by default in Windows 2000 and 2003 allows for a positive or negative time correction of any amount for domain controllers. This can cause serious problems in a forest  should a dramatic time shift occur.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">The Windows Time service by default in Windows 2000 and 2003 allows for a positive or negative time correction of any amount for domain controllers. This can cause serious problems in a forest  should a dramatic time shift occur. This can even occur when synchronizing with other authoritative sources as hardware problems, software problems or human error can cause them to provide the wrong time. Some of the problems that can occur from a dramatic time change are Windows Server 2003 based domain controllers may be quarantined, deleted objects may be prematurely purged before end-to-end replication of the deletion is fully replicated (causing lingering objects), user and computer passwords may expire unexpectedly, and trust passwords becoming out of sync. The amount of effort to recover from a dramatic time change can be significant. The registry key(s) are different depending upon the operating system version.</p>
<p style="text-align: left;">
<p><!-smartads-></p>
<p style="text-align: left;"><span id="more-239"></span></p>
<blockquote>
<p style="text-align: left;">Windows 2003/2008<br />
Path: HKLM\System\CurrentControlSet\Services\W32Time\Config<br />
Value: MaxPosPhaseCorrection<br />
Default data: 0xFFFFFFFF (4,294,967,295)<br />
(Note: there is an accompanying MaxNegPhaseCorrection value to control positive time changes.)</p></blockquote>
<p style="text-align: left;">
<blockquote>
<p style="text-align: left;">Windows 2000<br />
Path:<br />
HKLM\System\CurrentControlSet\Services\W32Time\Parameters<br />
Value: MaxAllowedClockErrInSecs<br />
Default data: 0xFFFFFFFF (4,294,967,295)<br />
(Note: Windows 2000 has a single value to control both positive and negative time changes.)</p></blockquote>
<p style="text-align: left;">The above values control the largest positive (and negative, for Windows 2000) time correction in seconds that the Windows Time service will allow. If a time change larger than these values is received the Windows Time service will reject it and log an error in the System event log. The default value for domain controllers is 0xFFFFFFFF, which effectively allows for any time change to be accepted.</p>
<p style="text-align: left;">The general recommendation is to use a lower value. The new default in Windows Server 2008 is a positive/negative value of 48 hours (0&#215;2A300 or 172,800 seconds). An even lower value can be used however the lower the value the more important operational processes and monitoring becomes since there is an increased chance of domain controllers rejecting time changes.</p>
<p style="text-align: left;">A GPO can also be used to manage the value. Windows 2003 and above natively include GPO settings to control the relevant Windows Time service values. A custom administrative template would be needed to manage Windows 2000 based domain controllers.</p>
<blockquote>
<p style="text-align: left;">For 2003 and above, the GPEditor exposes these settings under \Computer Configuration\Administrative Templates\System\Windows Time Service\Global Configuration Settings\.</p>
</blockquote>
<p style="text-align: left;">The values that should also be modified for Domain Controlers<br />
are below.</p>
<blockquote>
<p style="text-align: left;"><span style="text-decoration: underline;">Value name / Default value in GPEditor / Default for a DC</span></p>
<p style="text-align: left;">LargePhaseOffset / 1,280,000 / 50,000,000<br />
SpikeWatchPeriod / 90 / 900<br />
MaxPollInterval / 5 / 10<br />
MinPollInterval / 10 / 6<br />
UpdateInterval / 30,000 / 100<br />
PhaseCorrectRate / 1 / 7</p>
<p style="text-align: left;"><span style="text-decoration: underline;">Value name / Default value in GPEditor / New recomended value for a DC</span></p>
<p style="text-align: left;">MaxPosPhaseCorrection / 54000 / 172800</p>
<p style="text-align: left;">MaxNegPhaseCorrection / 54000 / 172800</p>
</blockquote>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">To veryify that the settings have been applied open your regisry editor and check the following Key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32Time\Config</p>
<p style="text-align: left;">
<blockquote>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://bradstechblog.com/microsoft-windows-server/windows-server-2000-and-2003-time-configuration-for-maxposphasecorrection-and-maxnegphasecorrection/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force a user GPO on a computer OU in Microsoft Active Directory</title>
		<link>http://bradstechblog.com/microsoft-windows-server/force-a-user-gpo-on-a-computer-ou-in-microsoft-active-directory</link>
		<comments>http://bradstechblog.com/microsoft-windows-server/force-a-user-gpo-on-a-computer-ou-in-microsoft-active-directory#comments</comments>
		<pubDate>Fri, 26 Sep 2008 15:45:47 +0000</pubDate>
		<dc:creator>Brad Hearn</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Microsoft windows server]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Loopback]]></category>
		<category><![CDATA[Screen Saver]]></category>

		<guid isPermaLink="false">http://bradstechblog.com/?p=187</guid>
		<description><![CDATA[I needed to apply a blank screen saver to all of our servers. Of course I wanted this to be done based on Server and not the logged in user/administrator. The location in the GPO for setting a screen saver is located in&#8230; (Click below to read the rest)


the Group Policy snap-in under Local Computer [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to apply a blank screen saver to all of our servers. Of course I wanted this to be done based on Server and not the logged in user/administrator. The location in the GPO for setting a screen saver is located in&#8230; (Click below to read the rest)</p>
<p><!-smartads-></p>
<p><span id="more-187"></span></p>
<p>the Group Policy snap-in under Local Computer Policy\User Configuration\Administrative Templates\Control Panel\Display</p>
<p><a rel="attachment wp-att-189" href="http://bradstechblog.com/microsoft-windows-server/force-a-user-gpo-on-a-computer-ou-in-microsoft-active-directory/attachment/image-0073"><img class="alignnone size-medium wp-image-189" title="image-0073" src="http://bradstechblog.com/wp-content/uploads/2008/09/image-0073-300x124.png" alt="" width="300" height="124" /></a></p>
<p>Select Screen Saver Executable name and enter the location of the screen saver you are going to enforce.</p>
<p><img src="file:///C:/Temp/moz-screenshot-1.jpg" alt="" /><img src="file:///C:/Temp/moz-screenshot-2.jpg" alt="" /> <img src="file:///C:/Temp/moz-screenshot.jpg" alt="" /></p>
<p><a href="http://bradstechblog.com/wp-content/uploads/2008/09/image-0074.png"><img class="alignnone size-medium wp-image-190" title="image-0074" src="http://bradstechblog.com/wp-content/uploads/2008/09/image-0074-270x300.png" alt="" width="270" height="300" /></a></p>
<p>Here you can specify the screen saver you want. I am using the blank screen saver</p>
<p>Select ok.</p>
<p>Next you need to enable Loop Back so that the computer OU can use the Users GPO.</p>
<p>Navigate to Computer Configuration\Administrative Templates\System\Group Policy\User Group Policy Loopback processing mode\</p>
<div class="answerBody quoted"><a href="http://bradstechblog.com/wp-content/uploads/2008/09/image-0075.png"><img class="alignnone size-medium wp-image-191" title="image-0075" src="http://bradstechblog.com/wp-content/uploads/2008/09/image-0075-300x181.png" alt="" width="300" height="181" /></a></div>
<div class="answerBody quoted">You have two choices in this policy. One is to merge the user settings into the computer GPO and the other is to replace. I am going to merge.</div>
<div class="answerBody quoted"><a href="http://bradstechblog.com/wp-content/uploads/2008/09/image-0076.png"><img class="alignnone size-medium wp-image-192" title="image-0076" src="http://bradstechblog.com/wp-content/uploads/2008/09/image-0076-270x300.png" alt="" width="270" height="300" /></a></div>
<div class="answerBody quoted">This is it. Refresh your GPO and test this.</div>
<div class="answerBody quoted">Remember You will want to create a new computer OU and move your computers or servers into it before you can apply the computer GPO to them.</div>
]]></content:encoded>
			<wfw:commentRss>http://bradstechblog.com/microsoft-windows-server/force-a-user-gpo-on-a-computer-ou-in-microsoft-active-directory/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
