<?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>Computer support articles &#187; Jenny</title>
	<atom:link href="http://www.mycomputeraid.com/author/jenny/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mycomputeraid.com</link>
	<description>Free computer support, articles and Guides</description>
	<lastBuildDate>Sat, 18 Sep 2010 03:46:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to choose a tunneling protocol</title>
		<link>http://www.mycomputeraid.com/windows-server/2003-server/how-to-choose-tunneling-protocol-2/</link>
		<comments>http://www.mycomputeraid.com/windows-server/2003-server/how-to-choose-tunneling-protocol-2/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 14:08:04 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[2003 server]]></category>
		<category><![CDATA[How to choose a tunneling protocol]]></category>

		<guid isPermaLink="false">http://www.mywebaid.com/?p=397</guid>
		<description><![CDATA[Which tunneling protocol should you use for VPN? Virtual Private Networking in Microsoft Windows supports two tunneling protocols: L2TP and PPTP. Which VPN tunneling protocol should you use in which circumstance? Here&#8217;s a quick guide: Use PPTP if your enterprise doesn&#8217;t have a CA to issue computer certificates and if you need compatibility with VPN [...]]]></description>
			<content:encoded><![CDATA[<p>Which tunneling protocol should you use for VPN?</p>
<p>Virtual Private Networking in Microsoft Windows supports two tunneling protocols: L2TP and PPTP. Which VPN tunneling protocol should you use in which circumstance? Here&#8217;s a quick guide:</p>
<p>Use PPTP if your enterprise doesn&#8217;t have a CA to issue computer certificates and if you need compatibility with VPN client computers running legacy Windows platforms.</p>
<p>Use L2TP if your VPN connections require data integrity and non-reputability and not just the data confidentiality that PPTP provides.</p>
<p>Use PPTP if your VPN clients may be located behind NATs as most NATs can be configured to work with this protocol but not with L2TP.
<p><i>Article written by <a href="http://www.mycomputeraid.com">MyComputerAid.com</a></i></p>
<p class="a2a_link">
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Computer%20support%20articles&amp;siteurl=http%3A%2F%2Fwww.mycomputeraid.com%2F&amp;linkname=How%20to%20choose%20a%20tunneling%20protocol&amp;linkurl=http%3A%2F%2Fwww.mycomputeraid.com%2Fwindows-server%2F2003-server%2Fhow-to-choose-tunneling-protocol-2%2F">
	<img  src= "http://www.mycomputeraid.com/wp-content/plugins/add-to-any/bookmark.gif"  width= "91"  height= "16"  border= "0"  alt= "Bookmark title="bookmark image" />
</a>
<script type="text/javascript">a2a_linkname="How to choose a tunneling protocol";a2a_linkurl="http://www.mycomputeraid.com/windows-server/2003-server/how-to-choose-tunneling-protocol-2/";</script>
<script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>

</p><p>Post from: <a href="http://www.mycomputeraid.com">MyComputerAid.com Computer support</a></p>
<p><a href="http://www.mycomputeraid.com/windows-server/2003-server/how-to-choose-tunneling-protocol-2/">How to choose a tunneling protocol</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mycomputeraid.com/windows-server/2003-server/how-to-choose-tunneling-protocol-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable MMC Version 3 in Windows Server 2003 R2</title>
		<link>http://www.mycomputeraid.com/windows-server/2003-server/enable-mmc-version-3-windows-server-2003-r2/</link>
		<comments>http://www.mycomputeraid.com/windows-server/2003-server/enable-mmc-version-3-windows-server-2003-r2/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 10:01:00 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[2003 server]]></category>
		<category><![CDATA[Enable MMC Version 3 in Windows Server 2003 R2]]></category>

		<guid isPermaLink="false">http://www.mywebaid.com/?p=242</guid>
		<description><![CDATA[To unlock the newest version of the Microsoft Management Console in Windows Server 2003 R2 you will need to perform the following steps&#8230; Windows Server 2003 R2 comes with the newest version of the Microsoft Management Console (MMC Version 3.0). However, in order to use this functionality you will have to unlock it in the [...]]]></description>
			<content:encoded><![CDATA[<p>To unlock the newest version of the Microsoft Management Console in Windows Server 2003 R2 you will need to perform the following steps&#8230;</p>
<p>Windows Server 2003 R2 comes with the newest version of the Microsoft Management Console (MMC Version 3.0). However, in order to use this functionality you will have to unlock it in the system registry.</p>
<p>1. Run your registry editor (regedit.exe from the run prompt)<br />
2. Navigate to HKLMSOFTWAREMicrosoftMMC<br />
3. From the Edit menu, select New &gt; Key<br />
4. Enter the name as &#8220;UseNewUI&#8221; and select &#8220;OK&#8221;<br />
5. Exit regedit.exe
<p><i>Article written by <a href="http://www.mycomputeraid.com">MyComputerAid.com</a></i></p>
<p class="a2a_link">
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Computer%20support%20articles&amp;siteurl=http%3A%2F%2Fwww.mycomputeraid.com%2F&amp;linkname=Enable%20MMC%20Version%203%20in%20Windows%20Server%202003%20R2&amp;linkurl=http%3A%2F%2Fwww.mycomputeraid.com%2Fwindows-server%2F2003-server%2Fenable-mmc-version-3-windows-server-2003-r2%2F">
	<img  src= "http://www.mycomputeraid.com/wp-content/plugins/add-to-any/bookmark.gif"  width= "91"  height= "16"  border= "0"  alt= "Bookmark title="bookmark image" />
</a>
<script type="text/javascript">a2a_linkname="Enable MMC Version 3 in Windows Server 2003 R2";a2a_linkurl="http://www.mycomputeraid.com/windows-server/2003-server/enable-mmc-version-3-windows-server-2003-r2/";</script>
<script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>

</p><p>Post from: <a href="http://www.mycomputeraid.com">MyComputerAid.com Computer support</a></p>
<p><a href="http://www.mycomputeraid.com/windows-server/2003-server/enable-mmc-version-3-windows-server-2003-r2/">Enable MMC Version 3 in Windows Server 2003 R2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mycomputeraid.com/windows-server/2003-server/enable-mmc-version-3-windows-server-2003-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent accidental deletion of OUs</title>
		<link>http://www.mycomputeraid.com/windows-server/2003-server/prevent-accidental-deletion-ous/</link>
		<comments>http://www.mycomputeraid.com/windows-server/2003-server/prevent-accidental-deletion-ous/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 15:01:55 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[2003 server]]></category>
		<category><![CDATA[Prevent accidental deletion OUs]]></category>

		<guid isPermaLink="false">http://www.mywebaid.com/?p=111</guid>
		<description><![CDATA[Trying to prevent accidental deletion of OUs Someone asked me if you could prevent admins from accidentally deleting OUs in Active Directory as the consequences of doing so could be very bad indeed. The answer of course is that No, you can&#8217;t prevent admins from doing anything because they&#8217;re admins! You need to train your [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to prevent accidental deletion of OUs<br />
Someone asked me if you could prevent admins from accidentally deleting OUs in Active Directory as the consequences of doing so could be very bad indeed. The answer of course is that No, you can&#8217;t prevent admins from doing anything because they&#8217;re admins! You need to train your admins properly and ensure you hire people who are careful and responsible.<br />
However, one small but very nice feature of Active Directory in Windows Server 2008 (formerly called Longhorn) is that when you try and delete an OU you are prompted with an Are You Sure warning message. For more information about Active Directory in Windows Server 2008, see my book Introducing Windows Server 2008.
<p><i>Article written by <a href="http://www.mycomputeraid.com">MyComputerAid.com</a></i></p>
<p class="a2a_link">
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Computer%20support%20articles&amp;siteurl=http%3A%2F%2Fwww.mycomputeraid.com%2F&amp;linkname=Prevent%20accidental%20deletion%20of%20OUs&amp;linkurl=http%3A%2F%2Fwww.mycomputeraid.com%2Fwindows-server%2F2003-server%2Fprevent-accidental-deletion-ous%2F">
	<img  src= "http://www.mycomputeraid.com/wp-content/plugins/add-to-any/bookmark.gif"  width= "91"  height= "16"  border= "0"  alt= "Bookmark title="bookmark image" />
</a>
<script type="text/javascript">a2a_linkname="Prevent accidental deletion of OUs";a2a_linkurl="http://www.mycomputeraid.com/windows-server/2003-server/prevent-accidental-deletion-ous/";</script>
<script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>

</p><p>Post from: <a href="http://www.mycomputeraid.com">MyComputerAid.com Computer support</a></p>
<p><a href="http://www.mycomputeraid.com/windows-server/2003-server/prevent-accidental-deletion-ous/">Prevent accidental deletion of OUs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mycomputeraid.com/windows-server/2003-server/prevent-accidental-deletion-ous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding global catalog servers</title>
		<link>http://www.mycomputeraid.com/windows-server/2003-server/finding-global-catalog-servers/</link>
		<comments>http://www.mycomputeraid.com/windows-server/2003-server/finding-global-catalog-servers/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 15:00:14 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[2003 server]]></category>
		<category><![CDATA[Finding global catalog servers]]></category>

		<guid isPermaLink="false">http://www.mywebaid.com/?p=110</guid>
		<description><![CDATA[How to find all GCs in a domain How can you quickly find the global catalog servers in your domain? Two command-line tools can be helpful here: 1. First, you can type repadmin.exe /options * and use IS_GC for current domain options. 2. And second, you can type nltest /dsgetdc:corp /GC Article written by MyComputerAid.com]]></description>
			<content:encoded><![CDATA[<p>How to find all GCs in a domain<br />
How can you quickly find the global catalog servers in your domain? Two command-line tools can be helpful here:<br />
1. First, you can type repadmin.exe /options * and use IS_GC for current domain options.</p>
<p>2. And second, you can type nltest /dsgetdc:corp /GC
<p><i>Article written by <a href="http://www.mycomputeraid.com">MyComputerAid.com</a></i></p>
<p class="a2a_link">
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Computer%20support%20articles&amp;siteurl=http%3A%2F%2Fwww.mycomputeraid.com%2F&amp;linkname=Finding%20global%20catalog%20servers&amp;linkurl=http%3A%2F%2Fwww.mycomputeraid.com%2Fwindows-server%2F2003-server%2Ffinding-global-catalog-servers%2F">
	<img  src= "http://www.mycomputeraid.com/wp-content/plugins/add-to-any/bookmark.gif"  width= "91"  height= "16"  border= "0"  alt= "Bookmark title="bookmark image" />
</a>
<script type="text/javascript">a2a_linkname="Finding global catalog servers";a2a_linkurl="http://www.mycomputeraid.com/windows-server/2003-server/finding-global-catalog-servers/";</script>
<script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>

</p><p>Post from: <a href="http://www.mycomputeraid.com">MyComputerAid.com Computer support</a></p>
<p><a href="http://www.mycomputeraid.com/windows-server/2003-server/finding-global-catalog-servers/">Finding global catalog servers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mycomputeraid.com/windows-server/2003-server/finding-global-catalog-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the Employee-ID attribute in Active Directory</title>
		<link>http://www.mycomputeraid.com/windows-server/2003-server/using-employee-id-attribute-active-directory/</link>
		<comments>http://www.mycomputeraid.com/windows-server/2003-server/using-employee-id-attribute-active-directory/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 14:56:29 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[2003 server]]></category>
		<category><![CDATA[Using the Employee-ID attribute in Active Directory]]></category>

		<guid isPermaLink="false">http://www.mywebaid.com/?p=109</guid>
		<description><![CDATA[Using the Employee-ID attribute in Active Directory. Active Directory has an Employee-ID attribute for user objects but unfortunately this attribute is not exposed in UI (i.e. in Active Directory Users and Computers) so you can&#8217;t easily configure it if you want to use it. You can of course configure this attribute of a user account [...]]]></description>
			<content:encoded><![CDATA[<p>Using the Employee-ID attribute in Active Directory.<br />
Active Directory has an Employee-ID attribute for user objects but unfortunately this attribute is not exposed in UI (i.e. in Active Directory Users and Computers) so you can&#8217;t easily configure it if you want to use it. You can of course configure this attribute of a user account using one of the command-line tools for managing Active Directory such as LDIFDE or DSMOD, and you could also use ADSIEdit or even ADSI scripts to configure it. What you may not be aware of however is that you can programmatically extend ADUC to expose this attribute in the UI. To learn how to do this, download the ADSI SDK and install it and look in the SamplesDSUIuserextuserproppage where you can learn how to create an extension for employee ID and thumbnail photo.
<p><i>Article written by <a href="http://www.mycomputeraid.com">MyComputerAid.com</a></i></p>
<p class="a2a_link">
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Computer%20support%20articles&amp;siteurl=http%3A%2F%2Fwww.mycomputeraid.com%2F&amp;linkname=Using%20the%20Employee-ID%20attribute%20in%20Active%20Directory&amp;linkurl=http%3A%2F%2Fwww.mycomputeraid.com%2Fwindows-server%2F2003-server%2Fusing-employee-id-attribute-active-directory%2F">
	<img  src= "http://www.mycomputeraid.com/wp-content/plugins/add-to-any/bookmark.gif"  width= "91"  height= "16"  border= "0"  alt= "Bookmark title="bookmark image" />
</a>
<script type="text/javascript">a2a_linkname="Using the Employee-ID attribute in Active Directory";a2a_linkurl="http://www.mycomputeraid.com/windows-server/2003-server/using-employee-id-attribute-active-directory/";</script>
<script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>

</p><p>Post from: <a href="http://www.mycomputeraid.com">MyComputerAid.com Computer support</a></p>
<p><a href="http://www.mycomputeraid.com/windows-server/2003-server/using-employee-id-attribute-active-directory/">Using the Employee-ID attribute in Active Directory</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mycomputeraid.com/windows-server/2003-server/using-employee-id-attribute-active-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

