<?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>michaelcolson.com &#187; active directory</title>
	<atom:link href="http://www.michaelcolson.com/tag/active-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelcolson.com</link>
	<description></description>
	<lastBuildDate>Sat, 06 Mar 2010 14:54:29 +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>NetWrix Free System Administration Tools</title>
		<link>http://www.michaelcolson.com/2010/03/06/netwrix-free-system-administration-tools/</link>
		<comments>http://www.michaelcolson.com/2010/03/06/netwrix-free-system-administration-tools/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 14:54:29 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[active directory]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.michaelcolson.com/?p=349</guid>
		<description><![CDATA[I recently came across NetWrix, a software company that specializes in system administration tools and utilities.  They seem to really have hit a niche that has been a pain point for many administrators over the years.  Whats even better is that NetWrix offers free versions of several of their products and not just limited evaluations [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across NetWrix, a software company that specializes in system administration tools and utilities.  They seem to really have hit a niche that has been a pain point for many administrators over the years.  Whats even better is that NetWrix offers free versions of several of their products and not just limited evaluations either.</p>
<p><span id="more-349"></span>The tools that really caught my eye were their:</p>
<ul>
<li><a href="http://netwrix.com/active_directory_change_reporting_freeware.html">Active Directory Change Reporter</a> &#8211; this tool is great for environments with multiple administrators or environments that have delegated administration.  You get to see the before/after value of exactly what was changed and exactly who changed it.</li>
<li><a href="http://www.netwrix.com/inactive_users_tracker_freeware.html">Inactive User Tracker</a> &#8211; I would bet that nearly every Active Directory environment must have dozens, if not hundreds or thousands of accounts that haven&#8217;t been used for long periods of time.  This tool can help to identify these accounts and can even take action to eliminate those open risks.</li>
<li><a href="http://netwrix.com/password_expiration_notifier_freeware.html">Password Expiration Notifer</a> &#8211; I actually wrote an application one time that would pull the last change time stamp from Active Directory and send out an email notification to a user.  This solution does exactly the same thing only without code!  Very handy for users that may never get to a Windows based system where a password reminder is available (VPN, custom LDAP, portal, etc.).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelcolson.com/2010/03/06/netwrix-free-system-administration-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transfer FSMO Roles</title>
		<link>http://www.michaelcolson.com/2008/07/19/transfer-fsmo-roles/</link>
		<comments>http://www.michaelcolson.com/2008/07/19/transfer-fsmo-roles/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 02:00:42 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[active directory]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.michaelcolson.com/?p=81</guid>
		<description><![CDATA[I can never seem to remember the exact syntax on how to transfer the Active Directory FSMO roles and I seem to spend quite a bit of time looking up the commands.  So I thought I would write up a quick article on how to transfer those &#8216;pesky&#8217; FSMO roles.

It is worth noting that [...]]]></description>
			<content:encoded><![CDATA[<p>I can never seem to remember the exact syntax on how to transfer the Active Directory <abbr title="flexible single master operation">FSMO</abbr> roles and I seem to spend quite a bit of time looking up the commands.  So I thought I would write up a quick article on how to transfer those &#8216;pesky&#8217; <abbr title="flexible single master operation">FSMO</abbr> roles.</p>
<p><span id="more-81"></span></p>
<p>It is worth noting that you *can* transfer all the <abbr title="flexible single master operation">FSMO</abbr> roles using <abbr title="Microsoft Management Console">MMC</abbr> snap-ins.  Yes that&#8217;s plural snap-ins.  You will use a total of no less than three snap-ins to transfer the five roles.  I however prefer the use of the command line utility ntdsutil.</p>
<ol>
<li>Open a command prompt and start <code>ntdsutil</code></li>
<li>Type <code>roles</code>, then press <code>ENTER</code></li>
<li>Type <code>connections</code>, then press <code>ENTER</code></li>
<li>Type <code>connect to server CORPDC01</code>, press <code>ENTER</code> <em>(where CORPDC01 is the target domain controller)</em></li>
<li>Type <code>q</code>, then press <code>ENTER</code></li>
<li>Finally you can transfer the roles individually by entering the following commands:
<ul>
<li><code>transfer domain naming master</code></li>
<li><code>transfer infrastructure master</code></li>
<li><code>transfer pdc</code></li>
<li><code>transfer rid master</code></li>
<li><code>transfer schema master</code></li>
</ul>
</li>
<li>When you have finished transferring the roles, type <code>q</code>, then press <code>ENTER</code> until you have exited ntdsutil</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelcolson.com/2008/07/19/transfer-fsmo-roles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NETLOGON Share Missing During DC Replacement</title>
		<link>http://www.michaelcolson.com/2007/02/20/netlogon-share-missing-during-dc-replacement/</link>
		<comments>http://www.michaelcolson.com/2007/02/20/netlogon-share-missing-during-dc-replacement/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 19:15:57 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[active directory]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://mcolson.wordpress.com/?p=46</guid>
		<description><![CDATA[I encountered a missing NETLOGON folder during a domain controller replacement. I was able to rebuild the NETLOGON folder by setting a single registry value. The full scenario is as follows:

Remote Office
DC05 = Old Domain Controller
DC232 = New Replacement Domain Controller
Headquarters
DC01 = Domain Controller
DC232 was promoted to a DC, before it completely finished replication DC05 [...]]]></description>
			<content:encoded><![CDATA[<p>I encountered a missing NETLOGON folder during a domain controller replacement. I was able to rebuild the NETLOGON folder by setting a single registry value. The full scenario is as follows:</p>
<p><span id="more-27"></span></p>
<p>Remote Office<br />
DC05 = Old Domain Controller<br />
DC232 = New Replacement Domain Controller</p>
<p>Headquarters<br />
DC01 = Domain Controller</p>
<p>DC232 was promoted to a DC, before it completely finished replication DC05 was demoted and turned off. DC232 was then missing its NETLOGON folder. Event 13565 appeared in the File Replication Service log in Event Viewer. To correct this problem the following registry key needed to be changed:<br />
HKLM\SYSTEM\CurrentControlSet\Services\NtFrs\Parameters\SysVol Seeding\Domain System Volume (SYSVOL share)\Replica Set Parent</p>
<p>In this case it was set to the recently demoted and now unavailable \\dc05.contoso.com Changed the value to \\dc01.contoso.com and restarted the NETLOGON and File Replication Services. Once replication was complete event 13516 appeared and the NETLOGON share was created.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelcolson.com/2007/02/20/netlogon-share-missing-during-dc-replacement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
