<?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>WinAdmins.Net &#187; Active Directory</title>
	<atom:link href="http://www.winadmins.net/category/active-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winadmins.net</link>
	<description>A website for the windows system adminstrators worldwide.</description>
	<lastBuildDate>Sat, 27 Mar 2010 21:04:48 +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>How to force DFSR SYSVOL replication?</title>
		<link>http://www.winadmins.net/2010/03/27/how-to-force-dfsr-sysvol-replication/</link>
		<comments>http://www.winadmins.net/2010/03/27/how-to-force-dfsr-sysvol-replication/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 21:04:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[DFSR]]></category>
		<category><![CDATA[SYSVOL]]></category>

		<guid isPermaLink="false">http://www.winadmins.net/2010/03/27/how-to-force-dfsr-sysvol-replication/</guid>
		<description><![CDATA[Until Windows 2008 I knew how to force SYSVOL replication and it wasn’t very easy. We all know the problems that we have forcing FRS replication. DFSR is welcomed and it’s a shame it wasn’t used also in Windows 2003 for SYSVOL.
Recently I had to force a SYSVOL replication between two Windows 2008 R2 DCs [...]]]></description>
			<content:encoded><![CDATA[<p>Until Windows 2008 I knew how to force SYSVOL replication and it wasn’t very easy. We all know the problems that we have forcing FRS replication. DFSR is welcomed and it’s a shame it wasn’t used also in Windows 2003 for SYSVOL.</p>
<p>Recently I had to force a SYSVOL replication between two Windows 2008 R2 DCs and I’ve found a nice way to accomplish that. Before of that I need to mention that the SYSVOL replication is triggered by the AD replication as defined in Sites and Services. So the SYSVOL folder will replicate at the same interval with the rest of AD data. By forcing replication with REPADMIN we also force SYSVOL replication.</p>
<p>But how to do it only for SYSVOL? By using DFSRDIAG:</p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/03/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.winadmins.net/wp-content/uploads/2010/03/image_thumb.png" width="644" height="331" /></a> </p>
<p>The previous command will sync the local replica with the one located on the DC named SERVER1 and it will keep that sync up for one minute (this means that everything that will be changed in that time interval will be replicated; so all that will appear in the backlog).</p>
<p>HTH,</p>
<p>Andrei.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.winadmins.net/2010/03/27/how-to-force-dfsr-sysvol-replication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the active network profile name and icon (Windows 2008, Windows Vista, Windows 7)</title>
		<link>http://www.winadmins.net/2010/02/04/how-to-change-active-network-profile-name-and-icon/</link>
		<comments>http://www.winadmins.net/2010/02/04/how-to-change-active-network-profile-name-and-icon/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 15:14:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Network Icon]]></category>
		<category><![CDATA[Network Name]]></category>

		<guid isPermaLink="false">http://www.winadmins.net/2010/02/04/how-to-change-active-network-profile-name-and-icon/</guid>
		<description><![CDATA[&#160;
It took me some time to find out how to do this. I wanted to achieve the following (on all domain computers):
 
If you did not notice, the network logo/icon and the active network name is custom.
 
&#160;
It can be done via Group Policy – Computer Configuration\Policies\Windows Settings\Security Settings\Network List Manager Policies. In my case [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>It took me some time to find out how to do this. I wanted to achieve the following (on all domain computers):</p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/02/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.winadmins.net/wp-content/uploads/2010/02/image_thumb1.png" width="327" height="222" /></a> </p>
<p>If you did not notice, the network logo/icon and the active network name is custom.</p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/02/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.winadmins.net/wp-content/uploads/2010/02/image_thumb2.png" width="632" height="478" /></a> </p>
<p>&#160;</p>
<p>It can be done via Group Policy – Computer Configuration\Policies\Windows Settings\Security Settings\Network List Manager Policies. In my case I’ve edited the default domain policy so it will apply to all domain computers. Pictures are self explanatory.</p>
<p>&#160;</p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/02/image3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.winadmins.net/wp-content/uploads/2010/02/image_thumb3.png" width="632" height="451" /></a> </p>
<p>&#160;</p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/02/image4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.winadmins.net/wp-content/uploads/2010/02/image_thumb4.png" width="416" height="458" /></a> </p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/02/image5.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.winadmins.net/wp-content/uploads/2010/02/image_thumb5.png" width="416" height="458" /></a>&#160; </p>
<p>&#160;</p>
<p>Of course you will need Windows 7 or Vista on the enduser workstations.</p>
<p><a href="http://www.winadmin.ro/wp-content/uploads/2010/02/image5.png"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.winadmins.net/2010/02/04/how-to-change-active-network-profile-name-and-icon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Protecting AD &#8211; Active Directory Lifesaver &#8211; Umove</title>
		<link>http://www.winadmins.net/2010/01/25/protecting-ad-active-directory-lifesaver-umove/</link>
		<comments>http://www.winadmins.net/2010/01/25/protecting-ad-active-directory-lifesaver-umove/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 11:38:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[AD Recovery]]></category>
		<category><![CDATA[Recovery]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.winadmins.net/?p=39</guid>
		<description><![CDATA[A couple of months ago I have received a test licence from Align Technology for the Umove product and I’ve decided to make a short demo. Because I am always overcautious I haven’t had the necessity to use this software in a productive environment. But I know a lot of admins that were asking for [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of months ago I have received a test licence from <a href="http://utools.com/" target="_blank">Align Technology</a> for the Umove product and I’ve decided to make a short demo. Because I am always overcautious I haven’t had the necessity to use this software in a productive environment. But I know a lot of admins that were asking for something like that.</p>
<p>The product can have many usage scenarios, from the movement of a domain controller to other hardware, cloning Active Directory to a test environment, restoration of a failed DC, to even optimize the Active directory backup process. It should run on any Windows Server version (even 2008).</p>
<p>How did I tested it: 2 virtual machines (Windows 2003 R2). Scenario: the restore of a failed DC (let’s say that it has a failed motherboard, or due to a virus the OS doesn’t start anymore – but the ntds.dit file is still there). I know a lot of cases were people have only one DC (SBS anyone? Sometimes with no backup?) and can not create a new DC by replication. </p>
<p>The first server installed was a Windows Server 2003 R2 that I’ve promoted to a domain controller (name of the domain was itboard). The boot drive was SCSI – we’ll use an IDE drive to the second server to show that you can move it to different hardware (using the normal systemstate backup/restore procedure there are big chances that this will fail). </p>
<p>So, let’s assume that our first server is unable to boot (corrupted boot files, system files, virused, etc). We will attach the hard drive from the first server to the second server. This is running Windows 2003 R2, standalone server, different IP address – it has no relation to the first server. The only thing on this server is the installation kit for Umove.</p>
<p>&#160;</p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127125540.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-12-55-40" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127125540_thumb.png" width="644" height="484" /></a></p>
<p>Let’s start the Umove installation (that has a lot of usefull informations about Active Directory; reading the tips from the install and the help you can say you’ve participated to a small AD class).</p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127125701.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-12-57-01" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127125701_thumb.png" width="644" height="484" /></a></p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127130440.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-13-04-40" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127130440_thumb.png" width="644" height="484" /></a></p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127130458.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-13-04-58" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127130458_thumb.png" width="644" height="484" /></a></p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127130509.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-13-05-09" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127130509_thumb.png" width="644" height="484" /></a></p>
<p>Here we have selected the Restore option (not the Backup as in screenshoot). </p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127134004.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-13-40-04" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127134004_thumb.png" width="644" height="484" /></a></p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127134028.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-13-40-28" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127134028_thumb.png" width="644" height="484" /></a></p>
<p>At the location we’ll specify the drive that we’ve just attached (the drive from the crashed server).</p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127134045.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-13-40-45" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127134045_thumb.png" width="644" height="484" /></a></p>
<p>Now we map the info from the attached drive to the local drives. there are cases when the AD info are located on multiple volumes.</p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127134109.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-13-41-09" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127134109_thumb.png" width="644" height="484" /></a></p>
<p>Oops! Umove tells me that I don’t have the DNS service installed. It is mandatory that the second server have the same components installed as the first one. The wizard will let you know what is missing. </p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127134740.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-13-47-40" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127134740_thumb.png" width="644" height="484" /></a></p>
<p>Next it will look for duplicate servers on the same network. Just a protective measure for some admins.</p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127134803.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-13-48-03" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127134803_thumb.png" width="644" height="484" /></a></p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127134814.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-13-48-14" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127134814_thumb.png" width="644" height="484" /></a></p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127135155.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-13-51-55" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127135155_thumb.png" width="644" height="484" /></a></p>
<p>And finish. My database and SYSVOL were very small so it was very fast. Now reboot.</p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127135738.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-13-57-38" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127135738_thumb.png" width="644" height="484" /></a></p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127135758.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-13-57-58" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127135758_thumb.png" width="644" height="484" /></a></p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127135854.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-13-58-54" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127135854_thumb.png" width="644" height="484" /></a></p>
<p>Wow. It really works. From a standalone server I’ve obtained my old domain controller. It’s identical; the IP address, everything. </p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127140000.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-14-00-00" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127140000_thumb.png" width="644" height="484" /></a></p>
<p>Let’s check Event Log. It’s using the right AD restore procedures and resets the invocation IDs used by the replication mechanism. That’s very good; it means that you can use it in environments with more than one DC.</p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127140018.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DC Restore IDE-2009-11-27-14-00-18" src="http://www.winadmins.net/wp-content/uploads/2010/01/DCRestoreIDE20091127140018_thumb.png" width="644" height="484" /></a></p>
<p>And the SYSVOl looks good also. Mission accomplished!</p>
<p>I’ve said from the begining that it can be used in many scenarios. It was built specially for Active Directory, BUT, if on the same machine you have some other applications (SBS case) it will move those also. Should be able to move: Sharepoint, Exchange, IIS, DHCP, WINS, Certificate Services, TS Licensing Services and even some EFS stuff.</p>
<p>So, in emergency cases (or when you want an easy backup/restore procedure for AD) don’t forget about this software. Utools can be bought online from <a href="http://utools.com" target="_blank">utools.com</a> – 32 or 64 bit versions for $129.95. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.winadmins.net/2010/01/25/protecting-ad-active-directory-lifesaver-umove/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
