<?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>Network Administrator Knowledgebase &#187; Windows Computing</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-administrator/tag/windows-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/network-administrator</link>
	<description></description>
	<lastBuildDate>Thu, 28 Feb 2013 15:55:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Run a Batch File Before Logging on to Computer</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/run-a-batch-file-before-logging-on-to-computer/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/run-a-batch-file-before-logging-on-to-computer/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 00:18:49 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Windows Computing]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/run-a-batch-file-before-logging-on-to-computer/</guid>
		<description><![CDATA[Windows 2000 or Windows XP can be configured to run a startup script that is a batch file, VB script or JScript by using Group Policies. As well we can use AutoExnt utility, from the Resource Kit. The AutoExNT service permits an administrator to configure a Windows based computer to run a custom batch file [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Windows 2000</strong> or <strong>Windows XP</strong> can be configured to run a startup script that is a batch file, VB script or JScript by using Group Policies. As well we can use <strong>AutoExnt</strong> utility, from the <strong>Resource Kit</strong>.</p>
<p>The <strong>AutoExNT </strong>service permits an administrator to configure a Windows based computer to run a custom batch file when first starting the computer. Also, a user or administrator is not required to be logged on at the time this custom batch file runs.</p>
<p>To start using  AutoExNTdo the following steps:</p>
<p><strong>Installing the AutoExNT Service</strong></p>
<ol>
<li>Using a text editor (such as Notepad), create a batch file named Autoexnt.bat and include the commands you want to run at startup in this file.</li>
<li>Copy the Autoexnt.bat file you just created, in addition to the Autoexnt.exe, Servmess.dll, and Instexnt.exe files located in the Resource Kit CD-ROM to the %SystemRoot%\System32 folder on your computer.</li>
<li>At a command prompt, type instexnt install, and then press ENTER.</li>
</ol>
<p>You should then receive the following message:</p>
<p class="errormsg"> <em>CreateService AutoExNT SUCCESS with InterActive Flag turned OFF </em></p>
<p> To view the installation processes running on the desktop, you must install the AutoExNT service using the /interactive switch. For example, instead of typing <span class="userInput">instexnt install</span>, you would type <span class="userInput">instexnt install /interactive</span> at a command prompt, and then press ENTER.</p>
<p><strong>Testing the AutoExNT Service</strong><br />
To test the AutoExNT service, log on to your computer with an account that has administrator credentials, type net start autoexnt at a command prompt, and then press ENTER. The Autoexnt.bat file should run in an MS-DOS window.</p>
<p>NOTE: The AutoExNT service includes a /interactive switch, analogous to the /interactive switch of the AT command. This switch permits you to view the status of processes as they run. Because no user environment variables have yet been declared when AutoExNT runs at system startup, you must use full path names.</p>
<p>Also, if you need a service to be running before you start running a dependent process, you may include a command to start this service at the beginning of your Autoexnt.bat file. For example, if your batch file has commands that require the Server service to be running, include a net start server command at the beginning of your Autoexnt.bat file.</p>
<p><strong>Configuring the AutoExNT Service to Run at Startup</strong><br />
To configure the AutoExNT service to run at startup:</p>
<ol>
<li>Click Start, point to Programs, point to Administrative Tools, and then click Computer Management.</li>
<li>Double-click the Services and Applications branch to expand it, and then click Services.</li>
<li>Double-click the AutoExNT service, click Automatic in the Startup type box, and then click OK.</li>
</ol>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/run-a-batch-file-before-logging-on-to-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Set Time Zone from Command Line</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/how-to-set-time-zone-from-command-line/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/how-to-set-time-zone-from-command-line/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 13:26:45 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[How to Set Time Zone from Command Line]]></category>
		<category><![CDATA[Windows Computing]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/how-to-set-time-zone-from-command-line/</guid>
		<description><![CDATA[If you need to change Time Zone for a lot XP computers, you can do this by simple command: RunDLL32.exe shell32.dll,Control_RunDLL timedate.cpl,,/Z Central Standard Time to change Time Zone to Jerusalem (GMT+02:00) run the following command: RunDLL32.exe shell32.dll,Control_RunDLL timedate.cpl,,/Z (GMT+02:00) Jerusalem]]></description>
				<content:encoded><![CDATA[<p>If you need to change Time Zone for a lot XP computers, you can do this by simple <img src='http://itknowledgeexchange.techtarget.com/network-administrator/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  command:</p>
<p class="code"><em>RunDLL32.exe shell32.dll,Control_RunDLL timedate.cpl,,/Z Central Standard Time</em></p>
<p>to change Time Zone to Jerusalem (GMT+02:00) run the following command:</p>
<p class="code"><em>RunDLL32.exe shell32.dll,Control_RunDLL timedate.cpl,,/Z (GMT+02:00) Jerusalem</em></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/how-to-set-time-zone-from-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Repair .NET 2.x</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/how-to-repair-net-2x/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/how-to-repair-net-2x/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 13:14:29 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
				<category><![CDATA[How to Repait .NET]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Windows Computing]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/how-to-repair-net-2x/</guid>
		<description><![CDATA[If for what ever reason you need to repair installation of .NET 2. x, you can do this from command line by running the following command: &#8220;C:\WINDOWS\microsoft.NET\Framework\v2.0.50727\Microsoft .NET Framework 2.0\install.exe&#8221; /qb! /norestart]]></description>
				<content:encoded><![CDATA[<p>If for what ever reason you need to repair installation of <strong>.NET 2. x</strong>, you can do this from command line by running the following command:<br />
<em>&#8220;C:\WINDOWS\microsoft.NET\Framework\v2.0.50727\Microsoft .NET Framework 2.0\install.exe&#8221; /qb! /norestart</em></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/how-to-repair-net-2x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Public blog “Windows 7”</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/public-blog-%e2%80%9cwindows-7%e2%80%9d/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/public-blog-%e2%80%9cwindows-7%e2%80%9d/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 18:04:46 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Computing]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/public-blog-%e2%80%9cwindows-7%e2%80%9d/</guid>
		<description><![CDATA[The public blog “Windows 7” team has started - http://blogs.msdn.com/e7/archive/2008/08/14/welcome.aspx. It looks like the team will be blogging using this as one of the channels to talk to general public about the progress of Windows 7.]]></description>
				<content:encoded><![CDATA[<p><span>The public blog “<strong>Windows 7</strong>” team has started -<span> </span><a href="http://blogs.msdn.com/e7/archive/2008/08/14/welcome.aspx" target="_blank"><span>http://blogs.msdn.com/e7/archive/2008/08/14/welcome.aspx</span></a></span>. It looks like the team will be blogging using this as one of the channels to talk to general public about the progress of <strong>Windows 7.</strong></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/public-blog-%e2%80%9cwindows-7%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SBS 2008 Released to Manufacturing</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/sbs-2008-released-to-manufacturing/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/sbs-2008-released-to-manufacturing/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 14:06:07 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[SBS]]></category>
		<category><![CDATA[Windows Computing]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Small Business Server]]></category>
		<category><![CDATA[Windows Small Business Server 2008]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/sbs-2008-released-to-manufacturing/</guid>
		<description><![CDATA[Windows Small Business Server 2008 software has been finalized! 3 Days ago both SBS Standard and Premium are being released to manufacturing, so it will be widely available by November 12 launch. ]]></description>
				<content:encoded><![CDATA[<p><font size="3"><font face="Calibri"><strong>Windows Small Business Server 2008</strong> software has been finalized! 3 Days ago</font></font><font size="3"><font face="Calibri"> both <strong>SBS Standard</strong> and<strong> Premium</strong> are being released to manufacturing, </font></font><font size="3"><font face="Calibri">so it will be widely available by November 12 launch.<span> </span></font></font><font size="3"><font face="Calibri"><span> </span></font></font></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/sbs-2008-released-to-manufacturing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows NT Backup &#8211; Restore Utility on Vista or Windows 2008</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/windows-nt-backup-restore-utility-on-vista-or-windows-2008/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/windows-nt-backup-restore-utility-on-vista-or-windows-2008/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 00:27:42 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Windows Computing]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/windows-nt-backup-restore-utility-on-vista-or-windows-2008/</guid>
		<description><![CDATA[I guess it&#8217;s impossible to find IT person who doesn&#8217;t know very old and at the same time very powerful program, NTBACKUP. For me, it a best program to backup and restore Windows systems, like NT, 2000, XP and 2003 . If you have an old backups that was made by NTBACKUP and you want [...]]]></description>
				<content:encoded><![CDATA[<p>I guess it&#8217;s impossible to find <strong>IT</strong> person who doesn&#8217;t know very old and at the same time very powerful program, <strong>NTBACKUP</strong>. For me, it a best program to <strong>backup</strong> and <strong>restore</strong> <strong>Windows</strong> systems, like NT, 2000, XP and 2003 <img src='http://itknowledgeexchange.techtarget.com/network-administrator/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>If you have an old backups that was made by <strong>NTBACKUP</strong> and you want to restore it on <strong>Windows Vista</strong> or <strong>Windows 2008 </strong>you can use recently released <a href="http://www.microsoft.com/downloads/details.aspx?familyid=7DA725E2-8B69-4C65-AFA3-2A53107D54A7&amp;mg_id=10105&amp;displaylang=en" title="Windows NT Backup on Visra or Windows 2008"><strong>Windows NT Backup</strong> &#8211; <strong>Restore Utility</strong></a>.</p>
<p>If you have a reason ( I do) to use the old <strong>NTBACKUP</strong> program to do backup on Windows 2008 it&#8217;s also possible, but I&#8217;ll talk about how to do that in one of my next articles <img src='http://itknowledgeexchange.techtarget.com/network-administrator/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/windows-nt-backup-restore-utility-on-vista-or-windows-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Desktop Connection 6.1 (RDP 6.1) on Windows XP WITHOUT SP3. RDP 6.1 on Win XP with SP2</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/remote-desktop-connection-61-rdp-61-on-windows-xp-without-sp3-rdp-61-on-win-xp-with-sp2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/remote-desktop-connection-61-rdp-61-on-windows-xp-without-sp3-rdp-61-on-win-xp-with-sp2/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 00:02:51 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Computing]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/remote-desktop-connection-61-rdp-61-on-windows-xp-without-sp3-rdp-61-on-win-xp-with-sp2/</guid>
		<description><![CDATA[Recently, on one Windows 2008 I&#8217;ve installed a Terminal Server Role and did a TS Web Apps. Really nice feature, you can get access to application through web interface, exactly how it&#8217;s done on Citrix, but by using Windows 2008 you not requested to buy a Citrix . Yes, TS Web Apps from Windows 2008 [...]]]></description>
				<content:encoded><![CDATA[<p>Recently,  on one <strong>Windows 2008</strong> I&#8217;ve installed a <strong>Terminal Server Role</strong> and did  a <strong>TS Web Apps</strong>. Really nice feature, you can get access to application  through web interface, exactly how it&#8217;s done on Citrix, but by using Windows  2008 you not requested to buy a Citrix <img src='http://itknowledgeexchange.techtarget.com/network-administrator/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Yes, <strong>TS Web Apps</strong> from Windows  2008 is a nice, but to get access to this application, on a client side should  be installed <strong>RDP 6.1</strong> client. This particular version of RDP cames with  <strong>SP3 </strong>for <strong>Windows XP</strong> or with <strong>SP1</strong> for <strong>Windows Vista</strong>. I  have no idea why <strong>Microsoft </strong>doesn&#8217;t provide<strong> RDP 6.1</strong> as separate  package.<br />
In my case I couldn&#8217;t install XP SP3 or Vista SP1 on every machine  in Network, so I&#8217;ve found a workaround. The first step is to install a RDP 6.0.  After that we need to get few files from XP SP3 or Vista SP1. Create anywhere on  your disk directory, let&#8217;s say RDP6_1 and put there the following files:</p>
<p class="code"><em> lhmstsc.mui<br />
lhmstscx.mui<br />
mstsc.chm<br />
mstsc.exe<br />
mstsc.exe.mui<br />
mstscax.dll</em></p>
<p>Inside RDP6_1 create  directory <strong>en-us</strong> and put there the following files:</p>
<p class="code"><em> aaclient.dll.mui<br />
mstsc.exe.mui<br />
mstscax.dll.mui</em></p>
<p><em>NOTE: Remember to take all mentioned files from Windows XP SP3  or from Windows Vista SP1.</em></p>
<p>Now inside RDP6_1 create a batch  update.bat. Here is a content of <strong>update.bat</strong> :</p>
<p class="code"><em> del c:\windows\$ntservicepackuninstall$\mstsc.exe<br />
del  c:\windows\$ntuninstallkb925876$\mstsc.exe<br />
del  c:\windows\servicepackfiles\i386\mstsc.exe<br />
del c:\windows\system32\mstsc.exe<br />
del c:\windows\system32\dllcache\mstsc.exe<br />
del  c:\windows\lastgood\system32\mstsc.exe</em></p>
<p><em>del  c:\windows\$ntservicepackuninstall$\mstscax.dll<br />
del  c:\windows\$ntuninstallkb925876$\mstscax.dll<br />
del  c:\windows\servicepackfiles\i386\mstscax.dll<br />
del  c:\windows\system32\mstscax.dll<br />
del c:\windows\system32\dllcache\mstscax.dll<br />
del c:\windows\lastgood\system32\mstscax.dll</em></p>
<p><em>copy mstsc.exe  c:\windows\$ntservicepackuninstall$\mstsc.exe<br />
copy mstsc.exe  c:\windows\$ntuninstallkb925876$\mstsc.exe<br />
copy mstsc.exe  c:\windows\servicepackfiles\i386\mstsc.exe<br />
copy mstsc.exe  c:\windows\system32\mstsc.exe<br />
copy mstsc.exe  c:\windows\system32\dllcache\mstsc.exe<br />
copy mstsc.exe  c:\windows\lastgood\system32\mstsc.exe</em></p>
<p><em>copy mstscax.dll  c:\windows\$ntservicepackuninstall$\mstscax.dll<br />
copy mstscax.dll  c:\windows\$ntuninstallkb925876$\mstscax.dll<br />
copy mstscax.dll  c:\windows\servicepackfiles\i386\mstscax.dll<br />
copy mstscax.dll  c:\windows\system32\mstscax.dll<br />
copy mstscax.dll  c:\windows\system32\dllcache\mstscax.dll<br />
copy mstscax.dll  c:\windows\lastgood\system32\mstscax.dll</em></p>
<p><em>xcopy *.* c:\windows\system32  /e /y<br />
regsvr32 %systemroot%\system32\mstscax.dll /s</em><br />
<strong><br />
Update.bat</strong> should be run after installation of RDP 6.0<br />
Now, you can navigate to your <strong>TS Web Access</strong> and run <strong>RemoteApp  Program</strong>.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/remote-desktop-connection-61-rdp-61-on-windows-xp-without-sp3-rdp-61-on-win-xp-with-sp2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What NAP is and how it works?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/72/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/72/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 23:14:44 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Windows Computing]]></category>
		<category><![CDATA[Windows Security]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/72/</guid>
		<description><![CDATA[Yesterday was the first Windows 2008 event in Canada. The first event was in Toronto and had almost 3000 attendees. Twenty MVPs participated in Ask-The-Expert and I was one of them . One of the commonly asked questions was question about “What NAP is and how it works?“ So, I’d like to show what posted [...]]]></description>
				<content:encoded><![CDATA[<p>Yesterday was the first <strong>Windows 2008</strong> event in Canada. The first event was in Toronto and had almost 3000 attendees. Twenty <strong>MVP</strong>s participated in <strong>Ask-The-Expert </strong>and I was one of them <img src='http://itknowledgeexchange.techtarget.com/network-administrator/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . One of the commonly asked questions was question about “<em><strong>What NAP is and how it works?</strong>“</em></p>
<p>So, I’d like to show what posted on <strong>TheLazyAdmin.com</strong> about <strong>NAP</strong>:<br />
<em>With the recent launch of Windows Server 2008 you are no doubt spending all your free time playing around with everything new. One thing you might be playing around with is Network Access Protection. There is a great <a href="http://thesystemadministrator.com/redir?www.microsoft.com/downloads/details.aspx?FamilyID=ac38e5bb-18ce-40cb-8e59-188f7a198897&amp;displaylang=en">document on getting a DHCP based NAP lab set up</a> but one thing the document is missing is how to configure the NAP client in XP SP3. In Windows Vista you simply start the service then enable the client through the NAP Client Configuration MMC (napclcfg.msc) but XP SP3 does not include the MMC. So how does one configure the NAP Client without a Nap Client configuration tool? Netsh, that is how!</em></p>
<p><em>To enable the <strong>NAP Client</strong> on <strong>XP SP3</strong> you need to do the following:</em></p>
<ol>
<li><em>Start –&gt; Run –&gt; Services.msc</em></li>
<li><em>Change the Network Access Protection Agent service to start automatically</em></li>
<li><em>Start the Network Access Protection Agent service</em></li>
<li><em>Start –&gt; Run –&gt; CMD.exe</em></li>
<li><em>Type netsh nap client set enforcement ID = ##### Admin = “Enable”</em></li>
<li><em>Start –&gt; Run –&gt; GPEdit.msc</em></li>
<li><em>Drill down to Computer Configuration | Administrative Templates | Windows Components | Security Center</em></li>
<li><em>Enable the Security Center</em></li>
<li><em>Start –&gt; Run –&gt; Services.msc</em></li>
<li><em>Start the Security Center service</em></li>
</ol>
<p><em>You will need to replace the ##### with the ID based on whichever enforcement method you are using. You can use the following IDs for the various enforcement methods:</em></p>
<ul>
<li><em>DHCP = 79617</em></li>
<li><em>RAS = 79618</em></li>
<li><em>IPSec = 79619</em></li>
<li><em>TS Gateway = 79621</em></li>
<li><em>EAP = 79623</em></li>
</ul>
<p><em>For more labs and information see:</em></p>
<p><em><a href="http://thesystemadministrator.com/redir?www.microsoft.com/downloads/details.aspx?FamilyID=298ff956-1e6c-4d97-a3ed-7e7ffc4bed32&amp;displaylang=en" id="ctl00_mainContentContainer_ctl12"><font color="#0033cc">Step-by-Step Guide: Demonstrate IPsec NAP Enforcement in a Test Lab</font></a></em></p>
<p><em><a href="http://thesystemadministrator.com/redir?www.microsoft.com/downloads/details.aspx?FamilyID=8a0925ee-ee06-4dfb-bba2-07605eff0608&amp;displaylang=en" id="ctl00_mainContentContainer_ctl13"><font color="#0033cc">Step-by-Step Guide: Demonstrate 802.1X NAP Enforcement in a Test Lab</font></a></em></p>
<p><em><a href="http://thesystemadministrator.com/redir?www.microsoft.com/downloads/details.aspx?FamilyID=729bba00-55ad-4199-b441-378cc3d900a7&amp;displaylang=en" id="ctl00_mainContentContainer_ctl14"><font color="#0033cc">Step-by-Step Guide: Demonstrate VPN NAP Enforcement in a Test Lab</font></a></em></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/72/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAIK 1.1 for Windows Vista SP1 &amp; Windows Server 2008</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/waik-11-for-windows-vista-sp1-windows-server-2008/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/waik-11-for-windows-vista-sp1-windows-server-2008/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 17:36:19 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Windows Computing]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/waik-11-for-windows-vista-sp1-windows-server-2008/</guid>
		<description><![CDATA[As many of you know, Microsoft released Windows Vista Service Pack 1 and Windows Server 2008 to Manufacturing RTM ! So, it&#8217;s a time to take a last Windows Automated Installation Kit (Windows AIK). The Windows Automated Installation Kit (Windows AIK) is designed to assist corporate IT professionals customize and deploy the Windows Vista and [...]]]></description>
				<content:encoded><![CDATA[<p>As many of you know, Microsoft released <strong>Windows Vista Service Pack  1</strong> and <strong>Windows Server 2008</strong> to Manufacturing RTM ! So,  it&#8217;s a time to take a last <strong>Windows Automated Installation Kit</strong>  (<strong>Windows AIK</strong>). The Windows Automated Installation Kit (Windows  AIK) is designed to assist corporate IT professionals <strong>customize</strong>  and <strong>deploy</strong> the <strong>Windows Vista</strong> and  <strong>Windows Server 2008</strong> families of operation systems. The Windows  Automated Installation Kit (Windows AIK) is a set of tools and documentation  that support the configuration and the deployment of Windows operating systems.  By using Windows AIK, you can perform <strong>unattended</strong> Windows  installations, <strong>capture</strong> Windows images with  <strong>ImageX</strong>, create <strong>Windows PE</strong> images and much more.</p>
<p><a href="http://thesystemadministrator.com/redir?www.microsoft.com/downloads/details.aspx?FamilyID=94bb6e34-d890-4932-81a5-5b50c657de08&amp;DisplayLang=en" target="_blank">Download WAIK1.1 here</a></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/waik-11-for-windows-vista-sp1-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 7 (IE7) deployment &#8211; New white paper</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/internet-explorer-7-ie7-deployment-new-white-paper/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/internet-explorer-7-ie7-deployment-new-white-paper/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 20:10:09 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
				<category><![CDATA[Windows Computing]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/internet-explorer-7-ie7-deployment-new-white-paper/</guid>
		<description><![CDATA[Microsoft just released a new version of their IE7 deployment paper. The document has 156 pages. IE7 deployment can get tricky. Try to read this document before deployment, if you haven’t done it yet. It might be a useful reference if you run into problems.]]></description>
				<content:encoded><![CDATA[<p><strong>Microsoft</strong> just released a new version of their <a href="http://www.microsoft.com/downloads/details.aspx?familyid=e41d8800-d134-4356-a2e7-c01bee790908&amp;displaylang=en&amp;tm">IE7 deployment paper</a>. The document has 156 pages. IE7 deployment can get tricky. Try to read this document before deployment, if you haven’t done it yet. It might be a useful reference if you run into problems.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/internet-explorer-7-ie7-deployment-new-white-paper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
