<?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>Tariq Jaber.. &#187; Active Directory</title>
	<atom:link href="http://tariqjaber.com/blog/topics/active-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://tariqjaber.com/blog</link>
	<description>Specialized systems engineer</description>
	<lastBuildDate>Thu, 20 May 2010 08:21:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Considerations when hosting Active Directory domain controller in virtual hosting environments</title>
		<link>http://tariqjaber.com/blog/2010/05/18/considerations-when-hosting-active-directory-domain-controller-in-virtual-hosting-environments/</link>
		<comments>http://tariqjaber.com/blog/2010/05/18/considerations-when-hosting-active-directory-domain-controller-in-virtual-hosting-environments/#comments</comments>
		<pubDate>Tue, 18 May 2010 11:31:19 +0000</pubDate>
		<dc:creator>Tariq Jaber</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Hyper-v]]></category>

		<guid isPermaLink="false">http://tariqjaber.com/blog/2010/05/18/considerations-when-hosting-active-directory-domain-controller-in-virtual-hosting-environments/</guid>
		<description><![CDATA[A worth reading KB about hosting a domain controller in a virtual environment.   Considerations when hosting Active Directory domain controller in virtual hosting environments
]]></description>
			<content:encoded><![CDATA[<p>A worth reading KB about hosting a domain controller in a virtual environment.   <br /><a title="Considerations when hosting Active Directory domain controller in virtual hosting environments" href="http://support.microsoft.com/kb/888794" target="_blank">Considerations when hosting Active Directory domain controller in virtual hosting environments</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tariqjaber.com/blog/2010/05/18/considerations-when-hosting-active-directory-domain-controller-in-virtual-hosting-environments/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reset Active Directory Restore Mode (DSRM) Password</title>
		<link>http://tariqjaber.com/blog/2009/10/12/reset-active-directory-restore-mode-dsrm-password/</link>
		<comments>http://tariqjaber.com/blog/2009/10/12/reset-active-directory-restore-mode-dsrm-password/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 12:33:22 +0000</pubDate>
		<dc:creator>Tariq Jaber</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Directory Restore Mode]]></category>
		<category><![CDATA[Reset Password]]></category>

		<guid isPermaLink="false">http://tariqjaber.com/blog/?p=29</guid>
		<description><![CDATA[If you forgot Active Directory Restore Mode (DSRM) Password, here you find how to reset it:
1- Open cmd.
2- Type ntdsutil.
3- Type set DSRM Password.
4- When it prompts to Reset DSRM Administrator Password, enter &#8220;Reset Password on server  &#8220;. Where DomainControllerName is the DC name on which you want to reset DSRM administrator password.
5- When [...]]]></description>
			<content:encoded><![CDATA[<p>If you forgot Active Directory Restore Mode (DSRM) Password, here you find how to reset it:</p>
<p>1- Open cmd.<br />
2- Type ntdsutil.<br />
3- Type set DSRM Password.<br />
4- When it prompts to Reset DSRM Administrator Password, enter &#8220;Reset Password on server  &#8220;. Where DomainControllerName is the DC name on which you want to reset DSRM administrator password.<br />
5- When it prompts to type password for DS Restore Mode Administrator Account:, enter a new DSRM password.<br />
6- Confirm new password.<br />
7- Type quit.<br />
8- If you will perform no other operations by ntdsutil utility, type quit again to quit ntdsutil.</p>
<p style="text-align: center;">
<p><a href="http://farm4.static.flickr.com/3510/4004057013_81789c6f38_o.jpg" title="set-dsrm-pwd by tariq.jaber, on Flickr"><img src="http://farm4.static.flickr.com/3510/4004057013_6092546a3c.jpg" width="500" height="248" alt="set-dsrm-pwd" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tariqjaber.com/blog/2009/10/12/reset-active-directory-restore-mode-dsrm-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search if users listed in Excel sheet are already in Active Directory or need to be created</title>
		<link>http://tariqjaber.com/blog/2009/09/28/search-if-users-listed-in-excel-sheet-are-already-in-active-directory-or-need-to-be-created/</link>
		<comments>http://tariqjaber.com/blog/2009/09/28/search-if-users-listed-in-excel-sheet-are-already-in-active-directory-or-need-to-be-created/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 08:18:06 +0000</pubDate>
		<dc:creator>Tariq Jaber</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://tariqjaber.com/blog/?p=24</guid>
		<description><![CDATA[Today I was searching for a script that can tell if a user is in Active Directory or I have to create it. I found this powerful scrip &#8220;How Can I Search Active Directory for User Names Stored in an Excel Spreadsheet?&#8221;
It reads users from Excel sheet and writes &#8220;Found&#8221; or &#8220;Not found&#8221; besides the [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was searching for a script that can tell if a user is in Active Directory or I have to create it. I found this powerful scrip &#8220;<a title="How Can I Search Active Directory for User Names Stored in an Excel Spreadsheet?" href="http://www.microsoft.com/technet/scriptcenter/resources/qanda/dec06/hey1201.mspx" target="_blank">How Can I Search Active Directory for User Names Stored in an Excel Spreadsheet?</a>&#8221;</p>
<p>It reads users from Excel sheet and writes &#8220;Found&#8221; or &#8220;Not found&#8221; besides the user name.</p>
<p>Save it, I&#8217;m sure you will need it one day <img src='http://tariqjaber.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tariqjaber.com/blog/2009/09/28/search-if-users-listed-in-excel-sheet-are-already-in-active-directory-or-need-to-be-created/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
