<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Windows Server - Technology : Networking</title><link>http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx</link><description>Tags: Networking</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Configuring When DHCP is on the Same Server</title><link>http://msmvps.com/blogs/richardwu/archive/2009/07/01/configuring-when-dhcp-is-on-the-same-server.aspx</link><pubDate>Wed, 01 Jul 2009 02:57:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1697421</guid><dc:creator>Richard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=1697421</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2009/07/01/configuring-when-dhcp-is-on-the-same-server.aspx#comments</comments><description>&lt;h1 class="heading"&gt;Configuring When DHCP is on the Same Server&lt;/h1&gt;
&lt;div id="sectionSection1" class="section"&gt;
&lt;p&gt;The method of communication between the booting client and the server uses data fields (known as options) in DHCP packets. The Windows Deployment Services solution for booting over the network works well in many configurations. It works well when Windows Deployment Services is located on the same physical computer or on a different physical computer than the DHCP server. However, the default installation is that Windows Deployment Services and a DCHP server (Microsoft or non-Microsoft) are located on &lt;i&gt;different&lt;/i&gt; physical computers. In this scenario, no additional configuration steps are required for interoperability between Windows Deployment Services and the DHCP server. &lt;/p&gt;
&lt;p&gt;However, if you are running Windows Deployment Services and DHCP on the same computer, in addition to configuring the server to not listen on port 67, you will need to use your DHCP tools to add Option 60 to their DHCP scopes. This allows booting clients to learn about the Windows Deployment Services PXE server from the DHCP response that is generated by the DHCP server. Setting DHCP option tag 60 has one side effect: clients booting from the network are always notified that the Windows Deployment Services PXE server is available, even if the server is not operational or has stopped. For instructions on configuring these options, see the DHCP section of &lt;a title="mk:@MSITStore:C:\Users\trinah\Desktop\WDSROLE_Overview.chm::/html/1415cf2d-99cf-46e5-8626-44141fdb56f9.htm"&gt;&lt;span style="color:#0033cc;"&gt;How to Manage Your Server&lt;/span&gt;&lt;/a&gt;. &lt;/p&gt;
&lt;table cellpadding="0" cellspacing="0" class="alertTable"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="imgCell"&gt;&lt;span style="font-size:x-small;"&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td class="txtCell"&gt;&lt;span style="font-size:x-small;"&gt;Note &lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="imgCell"&gt;&lt;span style="font-size:x-small;"&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td class="alertCell"&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;There are some scenarios (particularly those that require running a DHCP server) that do not support adding custom DHCP option 60 on the same physical computer as the Windows Deployment Services server. In these circumstances, it is possible to configure the server to bind to UDP Port 67 in non-exclusive mode by passing the SO_REUSEADDR option. For more information, see Using SO_REUSEADDR and SO_EXCLUSIVEADDRUSE (&lt;/span&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=82387" title="http://go.microsoft.com/fwlink/?LinkId=82387"&gt;&lt;span style="font-size:x-small;color:#0033cc;"&gt;http://go.microsoft.com/fwlink/?LinkId=82387&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:x-small;"&gt;).&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;If DHCP is installed on a server that is located in a different subnet, then you will need to do one of the following configure your IP Helper tables (recommended) or add DHCP options 66 and 67. For more information, see &lt;a title="mk:@MSITStore:C:\Users\trinah\Desktop\WDSROLE_Overview.chm::/html/c169579c-c0fc-4ec6-aa8d-0af5504fda01.htm"&gt;&lt;span style="color:#0033cc;"&gt;Managing Network Boot Programs&lt;/span&gt;&lt;/a&gt;. &lt;/p&gt;
&lt;/div&gt;
&lt;p align="left"&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And here are some procedures:&lt;/p&gt;
&lt;p align="left"&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3 class="subHeading"&gt;To configure Windows Deployment Services to run on the same computer as Microsoft DHCP&lt;/h3&gt;
&lt;div class="subSection"&gt;
&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;&amp;nbsp;&lt;/th&gt;&lt;th&gt;&amp;nbsp;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;ol&gt;
&lt;li&gt;Right-click the server and click &lt;b&gt;Properties&lt;/b&gt;.&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;On the DHCP tab, select &lt;b&gt;Do not listen on port 67&lt;/b&gt; and &lt;b&gt;Configure DHCP Option #60 Tag to PXEClient&lt;/b&gt;.&lt;br /&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;This procedure does the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Sets &lt;b&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Parameters\UseDhcpPorts&lt;/b&gt; to &lt;b&gt;0&lt;/b&gt;. &lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Adds the option 60 PXEClient tag to all of your DHCP scopes.&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h3 class="subHeading"&gt;To configure Windows Deployment Services to run on the same computer as non-Microsoft DHCP&lt;/h3&gt;
&lt;div class="subSection"&gt;
&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;ol&gt;
&lt;li&gt;Right-click the server and click &lt;b&gt;Properties&lt;/b&gt;.&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;On the DHCP tab, select the &lt;b&gt;Do not listen on port 67&lt;/b&gt;.&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Use your DHCP server tools to set Option #60 Tag to PXEClient.&lt;br /&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;This procedure sets &lt;b&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Parameters\UseDhcpPorts &lt;/b&gt;to &lt;b&gt;0&lt;/b&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1697421" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Network and Sharing Center Operations Guide</title><link>http://msmvps.com/blogs/richardwu/archive/2007/11/17/network-and-sharing-center-operations-guide.aspx</link><pubDate>Sat, 17 Nov 2007 15:57:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1324431</guid><dc:creator>Richard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=1324431</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2007/11/17/network-and-sharing-center-operations-guide.aspx#comments</comments><description>&lt;div&gt;
&lt;div&gt;
&lt;div&gt;Another guide reviewed by me:&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Network and Sharing Center Operations Guide&lt;/div&gt;
&lt;div&gt;&lt;a href="http://technet2.microsoft.com/windowsserver2008/en/library/7bd38516-8d1c-4eb5-aaed-cf9369c4a0611033.mspx"&gt;&lt;font color="#0788a5"&gt;http://technet2.microsoft.com/windowsserver2008/en/library/7bd38516-8d1c-4eb5-aaed-cf9369c4a0611033.mspx&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color="#0788a5"&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;Acknowledgments 
&lt;p&gt;Produced by:&amp;nbsp;Microsoft Windows&amp;nbsp;Server User Assistance team 
&lt;p&gt;Project Writer:&amp;nbsp;Dave Bishop, L. Joan Devraun 
&lt;p&gt;Project Editor:&amp;nbsp;Scott Somohano 
&lt;p&gt;Technical Reviewers:&amp;nbsp;Sen Veluswami, Alvin Tan, Amit Pethe 
&lt;p&gt;&lt;u&gt;&lt;strong&gt;Microsoft Most Valuable Professional (MVP) Reviewers:&amp;nbsp;Richard Wu, Wai Ho&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1324431" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Client/default.aspx">Windows Client</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Telnet Operations Guide</title><link>http://msmvps.com/blogs/richardwu/archive/2007/11/17/telnet-operations-guide.aspx</link><pubDate>Sat, 17 Nov 2007 05:19:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1322802</guid><dc:creator>Richard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=1322802</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2007/11/17/telnet-operations-guide.aspx#comments</comments><description>&lt;h4 class="TextColor1" id="subjcns!516406E9E76AC24F!1123" style="MARGIN-BOTTOM:0px;"&gt;Telnet Operations Guide&lt;/h4&gt;
&lt;div class="bvMsg" id="msgcns!516406E9E76AC24F!1123"&gt;
&lt;div&gt;haha! I help Microsoft to review their Telnet Operation Guide before. Now, it was published!&lt;/div&gt;
&lt;div&gt;&lt;a href="http://technet2.microsoft.com/windowsserver2008/en/library/0bd3aaf1-3475-4676-b85d-7fd5531a9cbc1033.mspx?mfr=true"&gt;&lt;font color="#0788a5"&gt;http://technet2.microsoft.com/windowsserver2008/en/library/0bd3aaf1-3475-4676-b85d-7fd5531a9cbc1033.mspx?mfr=true&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color="#0788a5"&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Look at the bottom of that page, you will see:&lt;/div&gt;
&lt;div&gt;
&lt;h4&gt;Acknowledgments&lt;/h4&gt;
&lt;div&gt;
&lt;p&gt;Produced by:&amp;nbsp;Microsoft Windows&amp;nbsp;Server User Assistance team 
&lt;p&gt;Project Writer:&amp;nbsp;Dave Bishop, L. Joan Devraun 
&lt;p&gt;Project Editor:&amp;nbsp;Scott Somohano 
&lt;p&gt;Technical Reviewers:&amp;nbsp;Jeff Gollnick, Shamit Patel, Shanmugam Kulandaivel, Jay Munro 
&lt;p&gt;&lt;strong&gt;Microsoft Most Valuable Professional (MVP) Reviewers:&amp;nbsp;Richard Wu, Wai Ho&lt;img title="Hot" style="VERTICAL-ALIGN:middle;" alt="Hot" src="http://shared.live.com/HjKMzTS-xzcms40!CabizA/emoticons/smile_shades.gif" /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1322802" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Client/default.aspx">Windows Client</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Changing local admin password?</title><link>http://msmvps.com/blogs/richardwu/archive/2007/08/31/changing-local-admin-password.aspx</link><pubDate>Fri, 31 Aug 2007 10:28:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1151297</guid><dc:creator>Richard</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=1151297</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2007/08/31/changing-local-admin-password.aspx#comments</comments><description>&lt;h4 class="TextColor1" id="subjcns!516406E9E76AC24F!542" style="MARGIN-BOTTOM:0px;"&gt;Changing local admin password?&lt;/h4&gt;
&lt;div class="bvMsg" id="msgcns!516406E9E76AC24F!542"&gt;
&lt;div&gt;I just find a good method to change the local admin password of client PC remotely from MCPMAG. By using this method, you don&amp;#39;t need to put the new password in script in order to make it work. You may reference this:&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;SysInternals offers a free too called PsPasswd &lt;br /&gt;&lt;a href="http://www.sysinternals.com/Utilities/PsPasswd.html"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;http://www.sysinternals.com/Utilities/PsPasswd.html&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; , which &lt;br /&gt;allows you to remotely reset passwords on a range of computers &lt;br /&gt;on your network. The tool will also report successes and &lt;br /&gt;failures of changed passwords, and allows you to run a single &lt;br /&gt;command against a list of computers. Since the password is just &lt;br /&gt;included within the syntax of a command that you run, it will &lt;br /&gt;never be stored as plain text in a batch or script file.&lt;br /&gt;&lt;br /&gt;To use PsPasswd, you&amp;#39;ll first need a list of all computers in &lt;br /&gt;your domain. To enumerate all computer objects in a domain, &lt;br /&gt;you could run this script:&lt;br /&gt;&lt;br /&gt;LogFile = &amp;quot;C:\computers.txt&amp;quot;&lt;br /&gt;Const ForWriting = 2&lt;br /&gt;Const ADS_SCOPE_SUBTREE = 2&lt;br /&gt;&lt;br /&gt;Set objConnection = CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;Set objCommand = CreateObject(&amp;quot;ADODB.Command&amp;quot;)&lt;br /&gt;objConnection.Provider = &amp;quot;ADsDSOObject&amp;quot;&lt;br /&gt;objConnection.Open &amp;quot;Active Directory Provider&amp;quot;&lt;br /&gt;&lt;br /&gt;Set objCOmmand.ActiveConnection = objConnection&lt;br /&gt;objCommand.CommandText = _&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;quot;Select Name, Location from &amp;#39;LDAP://DC=mcpmag,DC=com&amp;#39; &amp;quot; _&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;amp; &amp;quot;Where objectClass=&amp;#39;computer&amp;#39;&amp;quot;&lt;br /&gt;objCommand.Properties(&amp;quot;Page Size&amp;quot;) = 1000&lt;br /&gt;objCommand.Properties(&amp;quot;Searchscope&amp;quot;) = ADS_SCOPE_SUBTREE&lt;br /&gt;Set objRecordSet = objCommand.Execute&lt;br /&gt;objRecordSet.MoveFirst&lt;br /&gt;&lt;br /&gt;Set objFSO =&lt;br /&gt;CreateObject(&amp;quot;Scripting.FileSystemObject&amp;quot;)&lt;br /&gt;Set objFile = objFSO.CreateTextFile(LogFile, ForWriting)&lt;br /&gt;&lt;br /&gt;Do Until objRecordSet.EOF&lt;br /&gt;&amp;nbsp;&amp;nbsp; objFile.WriteLine objRecordSet.Fields(&amp;quot;Name&amp;quot;).Value&lt;br /&gt;&amp;nbsp;&amp;nbsp; objRecordSet.MoveNext&lt;br /&gt;Loop&lt;br /&gt;&lt;br /&gt;Note that the script will output to a file named &amp;quot;computers.txt&amp;quot; &lt;br /&gt;on the C drive. This could be changed by editing the LogFile &lt;br /&gt;variable assignment in the first line of the script. Note that &lt;br /&gt;in your environment, you will also need to change the domain &lt;br /&gt;referenced in line 12. In my example, I use mcpmag.com &lt;br /&gt;(DC=mcpmag,DC=com).&lt;br /&gt;&lt;br /&gt;Once you have a list of all computers, you can then run &lt;br /&gt;pspasswd.exe to change the local administrator password on &lt;br /&gt;all systems in the list. Here&amp;#39;s the syntax that I used on my&lt;br /&gt;test network:&lt;br /&gt;&lt;br /&gt;pspasswd.exe @c:\computers.txt administrator &lt;a href="mailto:P@ssword"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;P@ssword&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;Following the @ symbol in the command syntax is the path to &lt;br /&gt;the file containing all computer names. The next part of the &lt;br /&gt;syntax is the name of the account whose password will be &lt;br /&gt;changed, followed by the new password (&lt;a href="mailto:P@ssword"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;P@ssword&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;!).&lt;br /&gt;&lt;br /&gt;Now here is the output that was generated from the command:&lt;br /&gt;&lt;br /&gt;PsPasswd v1.21 - Local and remote password changer&lt;br /&gt;Copyright (C) 2003-2004 Mark Russinovich&lt;br /&gt;Sysinternals - &lt;a href="http://www.sysinternals.com/"&gt;&lt;font color="#0000ff"&gt;&lt;u&gt;www.sysinternals.com&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;\\PC1&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;:&lt;br /&gt;Error changing password:&lt;br /&gt;The network path was not found.&lt;br /&gt;&lt;br /&gt;&lt;a&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;\\BSODME&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;:&lt;br /&gt;Password for BSODME\administrator successfully changed.&lt;br /&gt;&lt;br /&gt;Since the output will list both success and failures, you will &lt;br /&gt;be able to note the systems in which the password was not &lt;br /&gt;successfully changed. In my case, the system named PC1 was not &lt;br /&gt;located. So I would have to ensure that PC1 was online and then &lt;br /&gt;run the command a second time. (Note that PsPasswd can also be &lt;br /&gt;run against a single computer.) Since the command relies on UNC &lt;br /&gt;paths to connect to systems, you will need to ensure that the &lt;br /&gt;target systems have File and Print Sharing enabled and that File &lt;br /&gt;and Print Sharing is not being blocked by the system&amp;#39;s firewall. &lt;br /&gt;By default, the Windows XP Pro SP2 firewall does not allow File &lt;br /&gt;and Print sharing. However, this can be quickly changed via &lt;br /&gt;Group Policy.&lt;br /&gt;&lt;br /&gt;As you can see, with a simple list of computers on your network, &lt;br /&gt;remotely changing the local administrator password using PsPasswd &lt;br /&gt;is a relatively painless process.&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1151297" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Client/default.aspx">Windows Client</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>HyperTerminal for Vista</title><link>http://msmvps.com/blogs/richardwu/archive/2007/06/15/hyperterminal-for-vista.aspx</link><pubDate>Thu, 14 Jun 2007 18:58:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:963226</guid><dc:creator>Richard</dc:creator><slash:comments>20</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=963226</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2007/06/15/hyperterminal-for-vista.aspx#comments</comments><description>&lt;p&gt;Microsoft has removed HyperTerminal from Windows Vista,&amp;nbsp;if you&amp;nbsp;need to connect to a Cisco router through a local COM port, you can get HyperTerminal from Hilgraeve, the company that Microsoft licensed the application through. &lt;/p&gt;
&lt;p&gt;You could also use the old XP Hyper terminal. Just extract two files hypertrm.dll and hypertrm.exe. You can put them anywhere on the disk, no installation required. Of course, for that you need to have XP to extract files from.&lt;/p&gt;
&lt;p&gt;Besides, puTTY and SecureCRT are great too! I would prefer puTTY as it is FREE! :-p&lt;br /&gt;PuTTY can now connect to local serial ports as well as making network connections!!!&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="http://www.hilgraeve.com/htpe/download.html" target="_blank"&gt;Hilgraeve HyperTerminal for Personal Use&lt;/a&gt;&lt;br /&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;&lt;a class="" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank"&gt;puTTY&lt;/a&gt;&lt;/font&gt;&lt;/u&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=963226" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Client/default.aspx">Windows Client</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Install/Upgrade UltraVNC v1.02 through Remote Desktop.</title><link>http://msmvps.com/blogs/richardwu/archive/2007/06/12/install-upgrade-ultravnc-v1-02-through-remote-desktop.aspx</link><pubDate>Mon, 11 Jun 2007 20:50:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:956776</guid><dc:creator>Richard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=956776</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2007/06/12/install-upgrade-ultravnc-v1-02-through-remote-desktop.aspx#comments</comments><description>&lt;p&gt;If you install VNC through Remote Desktop, you will face a problem that VNC Server can&amp;#39;t run as a service even you choose the &amp;quot;Run As Services&amp;quot;&amp;nbsp;option during the installation. To work around to this problem, I search through the net and find a solution which work on my server(W2K /w SP4):&lt;/p&gt;
&lt;p&gt;1. Logon the&amp;nbsp;Server by using Remote Desktop and install VNC, run the VNC Server by clicking it&amp;#39;s icon in the VNC program group.(It may prompt you to configure the default password if it&amp;#39;s a new installation. However, my case is not a new installation, so it don&amp;#39;t prompt for&amp;nbsp;configuring the default password). &lt;/p&gt;
&lt;p&gt;Configure the default setting by clicking the &amp;quot;Show Default Settings&amp;quot; inside the UltraVNC program group(I configure my VNC password at that time) and click OK.&lt;/p&gt;
&lt;p&gt;If it does not work, try copy the&amp;nbsp; HKEY_CURRENT_USER\Software\ORL\WinVNC3\Password to HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default\Password &lt;/p&gt;
&lt;p&gt;2. Then, created the registry value &amp;quot;AuthRequired&amp;quot; under HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3 and set it to 0 (a DWORD value). That enabled &amp;quot;passwordless&amp;quot; VNC access(Remark: It&amp;#39;s DANGER to do so!!!)&lt;/p&gt;
&lt;p&gt;3. Go to the services console and start the VNC service. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Now since VNC is hooking video as if we were sitting in front of a console rather than RDP&amp;#39;s session stuff, we can attach to the newly started vnc service. Go to start-&amp;gt;program files-&amp;gt;Ultra VNC-&amp;gt;Ultra VNC Server [folder]-&amp;gt;Show Default Settings (Assuming everything is in the default places/names at least...) &lt;br /&gt;&lt;br /&gt;Now set your password. Do a save and get outta there. Exit VNC client locally, and reconnect - now it prompts for password. &lt;strong&gt;Remove the &amp;quot;authrequired&amp;quot; key&lt;/strong&gt;. &lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=956776" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Client/default.aspx">Windows Client</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Logging User logon event.</title><link>http://msmvps.com/blogs/richardwu/archive/2007/05/29/logging-user-logon-event.aspx</link><pubDate>Mon, 28 May 2007 16:39:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:930450</guid><dc:creator>Richard</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=930450</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2007/05/29/logging-user-logon-event.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;&amp;nbsp;If you want to keep track the user logon and logoff event to the domain, you can try this method:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 1:&lt;/strong&gt; Create the following two files using Notepad or your favorite text editor: &lt;br /&gt;&lt;br /&gt;------logon.cmd----&lt;br /&gt;echo logon %username% %computername% %date% %time% &amp;gt;&amp;gt; &lt;a&gt;\\dc1\share\logon.log&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;-----logoff.cmd-----&lt;br /&gt;echo logoff %username% %computername% %date% %time% &amp;gt;&amp;gt; &lt;a&gt;\\dc1\share\logoff.log&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 2: &lt;/strong&gt;Update Group Policy to run the appropriate batch file. In Group Policy, go to:&lt;br /&gt;User Configuration-&amp;gt; Windows Settings-&amp;gt; Scripts (Logon/Logoff)-&amp;gt; Logon&lt;br /&gt;User Configuration-&amp;gt; Windows Settings-&amp;gt; Scripts (Logon/Logoff)-&amp;gt; Logoff&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;Step 3:&lt;/strong&gt; As users log on and off, your log file should look something like this:&lt;br /&gt;&lt;br /&gt;logon&amp;nbsp;Richard&amp;nbsp;WS01 Tue 22/02/2005 10:39:51.12&lt;br /&gt;logon Peter&amp;nbsp;WS02 Tue 22/02/2005 10:42:01.07&lt;br /&gt;&lt;br /&gt;logoff&amp;nbsp;Richard&amp;nbsp;WS01 Tue 22/02/2005 10:41:08.45&lt;br /&gt;logoff&amp;nbsp;Peter&amp;nbsp;WS02 Tue 22/02/2005 10:42:46.81&lt;br /&gt;&lt;br /&gt;For paid solution and better reporting, you can use the software from:&lt;br /&gt;&lt;a href="http://manageengine.adventnet.com/products/desktop-central/"&gt;http://manageengine.adventnet.com/products/desktop-central/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=930450" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Publish IIS 6 on ISA2004/2006 Server when they are on the same server.</title><link>http://msmvps.com/blogs/richardwu/archive/2007/05/22/publish-iis-6-on-isa2004-2006-server-when-they-are-on-the-same-server.aspx</link><pubDate>Mon, 21 May 2007 19:35:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:917356</guid><dc:creator>Richard</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=917356</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2007/05/22/publish-iis-6-on-isa2004-2006-server-when-they-are-on-the-same-server.aspx#comments</comments><description>&lt;p&gt;If you want to publish the HTTP service in IIS which was installed on the same machine as ISA, you are require to disable socket pooling on it. Otherise,&amp;nbsp;HTTP service&amp;nbsp;will bind itself to all network interfaces which prevent ISA to listen&amp;nbsp;for incoming request.&lt;/p&gt;
&lt;p&gt;1. Install the Support Tools form the W2K3 Server installation disc. It was located in the SUPPORT\TOOLS folder.&lt;br /&gt;2. Run&amp;nbsp;&amp;quot;net stop http /y&amp;quot;&amp;nbsp;&lt;br /&gt;3. Run &amp;quot;net stop w3proxy&amp;quot; if you enabled the web proxy service.&lt;br /&gt;4. Go&amp;nbsp;to the Support Tools folder and Run &amp;quot;httpcfg delete iplisten -i 0.0.0.0&amp;quot;&lt;br /&gt;5. Run &amp;quot;httpcfg set iplisten -i 192.168.8.8&amp;quot; where &amp;quot;192.168.8.8&amp;quot; is the IP of which HTTP service should be&amp;nbsp; listen to.&lt;br /&gt;6. Run &amp;quot;net start http&amp;quot; &lt;br /&gt;7. Run &amp;quot;net start w3svc&amp;quot;&lt;br /&gt;8. Run &amp;quot;net start w3proxy&amp;quot;&lt;/p&gt;
&lt;p&gt;You can run &amp;quot;httpcfg query iplisten&amp;quot; to check which IP does the HTTP service is currently listening to.&lt;br /&gt;You can also run &amp;quot;netstat -na | more&amp;quot; to check the active listening ports.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want to stop socket pooling on FTP service, you can do this:&lt;/p&gt;
&lt;p&gt;1. cd c:\Inetpub\AdminScripts &lt;br /&gt;2. net stop msftpsvc &lt;br /&gt;3. cscript adsutil.vbs set msftpsvc/disablesocketpooling true &lt;br /&gt;4. net start msftpsvc &lt;/p&gt;
&lt;p&gt;If you want to stop socket pooling on&amp;nbsp;SMTP service, you can do this:&lt;/p&gt;
&lt;p&gt;1. cd c:\Inetpub\AdminScripts &lt;br /&gt;2. net stop smtpsvc &lt;br /&gt;3. cscript adsutil.vbs set smtpsvc/disablesocketpooling true &lt;br /&gt;4. net start smtpsvc &lt;/p&gt;
&lt;p&gt;You can also disable socket pooling for POP3 and IMAP4 services by changing the command:&lt;br /&gt;cscript adsutil.vbs set imap4svc/disablesocketpooling true &lt;br /&gt;cscript adsutil.vbs set pop3svc/disablesocketpooling true &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=917356" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/ISA/default.aspx">ISA</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Setting up Cluster on Virtual Server 2005 R2.</title><link>http://msmvps.com/blogs/richardwu/archive/2007/05/17/setting-up-cluster-on-virtual-server-2005-r2.aspx</link><pubDate>Thu, 17 May 2007 12:41:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:909211</guid><dc:creator>Richard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=909211</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2007/05/17/setting-up-cluster-on-virtual-server-2005-r2.aspx#comments</comments><description>&lt;p&gt;I find a very good article which teach you the steps to configure cluster in Virtual Server.&lt;br /&gt;It&amp;#39;s from RoudyBob. Let&amp;#39;s share here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.roudybob.net/downloads/Setting-Up-A-Windows-Server-2003-Cluster-in-VS2005-Part1.pdf"&gt;&lt;font color="#a9ceba"&gt;http://www.roudybob.net/downloads/Setting-Up-A-Windows-Server-2003-Cluster-in-VS2005-Part1.pdf&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.roudybob.net/downloads/Setting-Up-A-Windows-Server-2003-Cluster-in-VS2005-Part2.pdf"&gt;&lt;font color="#a9ceba"&gt;http://www.roudybob.net/downloads/Setting-Up-A-Windows-Server-2003-Cluster-in-VS2005-Part2.pdf&lt;/font&gt;&lt;/a&gt; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=909211" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Disable Mapped Drive Reconnect Warning (Windows 95/98/Me)</title><link>http://msmvps.com/blogs/richardwu/archive/2007/05/16/disable-mapped-drive-reconnect-warning-windows-95-98-me.aspx</link><pubDate>Wed, 16 May 2007 13:28:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:907303</guid><dc:creator>Richard</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=907303</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2007/05/16/disable-mapped-drive-reconnect-warning-windows-95-98-me.aspx#comments</comments><description>&lt;p&gt;Open your registry and find or create the key below. &lt;/p&gt;
&lt;p&gt;Create a new DWORD value, or modify the existing value, called &amp;quot;RestoreDiskChecked&amp;quot; and set it according to the value data below. &lt;/p&gt;
&lt;p&gt;Exit your registry; you may need to restart or log out of Windows for the change to take effect. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;User Key: [HKEY_CURRENT_USER\Network]&lt;br /&gt;Value Name: RestoreDiskChecked&lt;br /&gt;Data Type: REG_DWORD (DWORD Value)&lt;br /&gt;Value Data: (0 = disabled, 1 = enabled)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=907303" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Service overview and network port requirements for the Windows Server system</title><link>http://msmvps.com/blogs/richardwu/archive/2007/03/29/service-overview-and-network-port-requirements-for-the-windows-server-system.aspx</link><pubDate>Wed, 28 Mar 2007 21:04:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:722192</guid><dc:creator>Richard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=722192</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2007/03/29/service-overview-and-network-port-requirements-for-the-windows-server-system.aspx#comments</comments><description>&lt;P&gt;Thanks &lt;STRONG&gt;Jeepeepee &lt;/STRONG&gt;for the link. I re-post the link in here:&lt;/P&gt;
&lt;H5 class=title&gt;Service overview and network port requirements for the Windows Server system&lt;BR&gt;&lt;A href="http://support.microsoft.com/?kbid=832017"&gt;http://support.microsoft.com/?kbid=832017&lt;/A&gt;&lt;/H5&gt;
&lt;P class=title&gt;I think it's very useful when doing diagnostic.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=722192" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>A List of the Windows 2000 Domain Controller Default Ports </title><link>http://msmvps.com/blogs/richardwu/archive/2007/03/28/a-list-of-the-windows-2000-domain-controller-default-ports.aspx</link><pubDate>Wed, 28 Mar 2007 11:20:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:720325</guid><dc:creator>Richard</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=720325</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2007/03/28/a-list-of-the-windows-2000-domain-controller-default-ports.aspx#comments</comments><description>&lt;FONT color=#ff0000&gt;**This article (Q289241) is no longer available via Microsoft Tech Net.&lt;/FONT&gt; 
&lt;H2&gt;SUMMARY &lt;/H2&gt;
&lt;P style="MARGIN-BOTTOM:0px;"&gt;This article describes the most common ports, protocols, and services that are opened on a Windows 2000-based server that is running Active Directory. The purpose of this article is to list the different services and their respective ports, not to explain how to configure the ports for either a firewall or a proxy. &lt;/P&gt;&lt;BR&gt;
&lt;H2&gt;MORE INFORMATION &lt;/H2&gt;
&lt;H3&gt;21/TCP (Transmission Control Protocol) -- FTP &lt;/H3&gt;This File Transfer Protocol (FTP) server is part of Internet Information Services (IIS) and is administered from the IIS administration tool. FTP is a common method to transfer files between two networked computers and to enable the convenient use of remote file storage capabilities. 
&lt;H3&gt;25/TCP -- SMTP &lt;/H3&gt;This Simple Mail Transfer Protocol (SMTP) service is administered from the IIS administration tool. SMTP is the protocol that is used to send e-mail messages by means of the Internet. 
&lt;H3&gt;80/TCP -- HTTP &lt;/H3&gt;Hypertext Transfer Protocol (HTTP) is the set of rules for exchanging files (for example, text, graphic images, sound, video, and other multimedia files) on the World Wide Web (WWW). In comparison to the Transmission Control Protocol/Internet Protocol (TCP/IP) suite of protocols (that are the basis for information exchange on the Internet), HTTP is a program protocol. 
&lt;H3&gt;88/UDP (User Datagram Protocol) -- Kerberos &lt;/H3&gt;Kerberos protocol is a network authentication method that is based on the key distribution model. This protocol enables entities that are communicating over networks to prove their identity to each other and at the same time this protocol can prevent eavesdropping or replay attacks. The Kerberos Key Distribution Center (KDC) listens on this port for ticket requests. Port 88 for the Kerberos protocol can also be TCP/UDP. 
&lt;H3&gt;119/TCP -- NNTP &lt;/H3&gt;Network News Transfer Protocol (NNTP) is the predominant protocol that is used by computers for managing the notes that are posted on Usenet newsgroups. NNTP servers manage the global network of collected Usenet newsgroups. 
&lt;H3&gt;135/TCP -- RPC &lt;/H3&gt;Remote procedure call (RPC) is a facility that enables a program on one Windows-based computer (the client computer) to invoke the services of another program that is running on a separate Windows-based computer (the server) in a distributed network. RPC is a program-level protocol that can use the communications services of any of the Windows networking protocols, which includes TCP/IP. 
&lt;H3&gt;137/UDP -- NetBIOS Name Server &lt;/H3&gt;The network basic input/output system (NetBIOS) Name Server (NBNS) protocol, which is part of the NetBIOS over TCP/IP (NetBT) family of protocols, provides a means for hostname and address mapping on a NetBIOS-aware network. 
&lt;H3&gt;139/TCP -- NetBIOS Session Services &lt;/H3&gt;NetBIOS Session Services are part of the NetBIOS over TCP/IP (NetBT) family of protocols and is used for server message block (SMB), file sharing, and printing. 
&lt;H3&gt;389/UDP -- LDAP &lt;/H3&gt;LDAP is the Lightweight Directory Access Protocol. LDAP is designed to be a standard way of providing access to directory services. In Windows 2000, LDAP is the primary way that the operating system accesses the Active Directory database. 
&lt;H3&gt;443/TCP -- HTTPS &lt;/H3&gt;Secure Hypertext Transfer Protocol (HTTPS) is a variant of HTTP that is used for handling secure transactions. HTTPS is a unique protocol that is Secure Sockets Layer (SSL) underneath HTTP. 
&lt;H3&gt;445/TCP -- SMB &lt;/H3&gt;The SMB protocol is used for file sharing in Microsoft Windows NT and Windows 2000. Windows 2000 enables you to run SMB directly over TCP/IP, without the extra layer of NetBT. 
&lt;H3&gt;464/TCP -- Kerberos Password V5 &lt;/H3&gt;The Kerberos change password protocol is used to deny an administrator from setting a password for a new user. This functionality is useful in some environments, and this proposal can be used to enable password setting. This protocol is used when users changes their passwords. 
&lt;H3&gt;500/TCP -- ISAKMP &lt;/H3&gt;Internet Security Association and Key Management Protocol (ISAKMP) or IKE (for Windows 2000) is the key exchange mechanism for a virtual private network (VPN). ISAKMP manages the exchange of cryptographic keys and employs a two-phase process for establishing the Internet Protocol security (IPSec) connection between two gateways. 
&lt;H3&gt;563/TCP -- SNEWS &lt;/H3&gt;SNEWS is secure NNTP. 
&lt;H3&gt;593/TCP -- RPC over HTTP &lt;/H3&gt;RPC over HTTP is used for COM+ Internet Services and requires IIS to operate. 
&lt;H3&gt;636/TCP -- LDAP over SSL &lt;/H3&gt;When SSL is enabled, LDAP data that is transmitted and received is encrypted. 
&lt;H3&gt;1025/TCP -- Listen &lt;/H3&gt;The first port assigned to be used by any application.. 
&lt;H3&gt;1067/TCP -- Installation Bootstrap Service &lt;/H3&gt;The installation bootstrap protocol server. 
&lt;H3&gt;1068/TCP -- Installation Bootstrap Service &lt;/H3&gt;The installation bootstrap protocol client. 
&lt;H3&gt;1645/UDP -- IAS: Internet Authentication Service &lt;/H3&gt;This service is used for processing Remote Authentication Dial-In User Service (RADIUS) authentication messages and is supported by IAS to provide backward compatibility with earlier RADIUS servers. 
&lt;H3&gt;1646/UDP -- IAS: Internet Authentication Service &lt;/H3&gt;This service is used for processing RADIUS accounting messages and is supported by IAS to provide backward compatibility with earlier RADIUS servers. 
&lt;H3&gt;1701/UDP -- L2TP &lt;/H3&gt;Layer 2 Tunneling Protocol (L2TP) is a method for encapsulating standard Point-to-Point Protocol (PPP) by means of a variety of media. The protocol also enables encapsulation of PPP by using UDP packets. 
&lt;H3&gt;1723/UDP -- PPTP &lt;/H3&gt;PPTP is an abbreviation for Point-to-Point Tunneling Protocol. It is an Internet protocol that is commonly used in VPN products. Windows NT supports PPTP server, and both Windows NT and Microsoft Windows 95 support PPTP client. 
&lt;H3&gt;1812/UDP -- IAS Internet Authentication Service &lt;/H3&gt;This service is used for processing RADIUS authentication messages. 
&lt;H3&gt;1813/UDP -- IAS Internet Authentication Service &lt;/H3&gt;This service is used for processing RADIUS authentication messages. 
&lt;H3&gt;3268/TCP -- Microsoft Global Catalog &lt;/H3&gt;Active Directory global catalogs listen on this port. 
&lt;H3&gt;3269/TCP -- Microsoft Global Catalog with LDAP/SSL &lt;/H3&gt;Microsoft global catalog SSL connections listen on this port. 
&lt;H3&gt;3389/TCP -- RDP &lt;/H3&gt;Remote Desktop Protocol (RDP) is the protocol that enables a thin client to communicate with the Terminal server over the network. This protocol is based on the International Telecommunication Union (ITU) T.120 protocol, an international, standard multiple-channel conferencing protocol that is currently being used in the Microsoft NetMeeting conferencing software product. &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=720325" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>October Networking MVP Update</title><link>http://msmvps.com/blogs/richardwu/archive/2006/10/25/October-Networking-MVP-Update.aspx</link><pubDate>Wed, 25 Oct 2006 09:21:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:207118</guid><dc:creator>Richard</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=207118</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2006/10/25/October-Networking-MVP-Update.aspx#comments</comments><description>&lt;h2&gt;Networking MVP Highlights&lt;/h2&gt;&lt;h3&gt;Windows Server - Networking&lt;span style="font-size:18pt;font-family:'Trebuchet MS','sans-serif';"&gt;&lt;/span&gt;&lt;/h3&gt;&lt;table cellpadding="0" cellspacing="0" class="MsoNormalTable" style="width:400pt;border-collapse:collapse;"&gt;&lt;tr style="height:54.7pt;"&gt;&lt;td rowspan="2" style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:129.2pt;padding-top:0in;height:54.7pt;"&gt;&lt;p align="center" class="MsoNormal" style="text-align:center;"&gt;&lt;a name="mvp1"&gt;&lt;/a&gt;&lt;span style="font-size:10pt;color:navy;font-family:'Verdana','sans-serif';"&gt;&lt;img height="209" src="http://xs308.xs.to/xs308/06433/!cid_image003.jpg@01C6F75E[1].jpg" width="149" /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:270.8pt;padding-top:0in;height:54.7pt;"&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:22pt;color:navy;font-family:'Verdana','sans-serif';"&gt;Richard Wu&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:270.8pt;padding-top:0in;"&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;Home:&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt; Hong Kong SAR&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;MVP Award:&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt; since October 2005&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&lt;a href="https://mvp.support.microsoft.com/profile=c46b201b-63d2-4bad-ba94-e9e1f9a4166e"&gt;MVP Public Profile&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;Blog:&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt; &lt;a href="http://msmvps.com/blogs/richardwu/"&gt;Richard Wu&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-left:0.25in;text-indent:-0.25in;"&gt;&lt;span style="font-size:10pt;font-family:Symbol;"&gt;&lt;span&gt;&amp;middot;&lt;span style="font:7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&lt;a href="http://jo-san.it/blogs/windows_vistalonghorn_blog/"&gt;Windows Vista / Longhorn Blog&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-left:0.25in;text-indent:-0.25in;"&gt;&lt;span style="font-size:10pt;font-family:Symbol;"&gt;&lt;span&gt;&amp;middot;&lt;span style="font:7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&lt;a href="http://spaces.msn.com/members/richard-wu/"&gt;Richard Wu(Microsoft Most Valuable Professional[MVP] and Community Star)&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;Hobbies/interests:&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt; &amp;nbsp;I can tell you that I have lot of hobbies and interests, playing with computer should be the first one. (I start to play computer when I was 10, like many guys in HK, I started with computer games :-p)&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;I always read computer magazine in order to learn new technology. Tom&amp;#39;s Hardware website is my favorite site for learning new hardware.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;Comic, Animation from Japan, robot model are my other interests. I have lot of them in my home, my favorites including: Dragon Ball, Saint Seiya, PATLABOR, Nero Genesis Evangelion, etc (Yes, all of them are Japan Animation).&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;I also like to watch movies and TV programs, X-File, 24, Lost, Prison Break, and Nip Tuck are all my favorites.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;By the way, I like doggy! I like Huskey, Golden Retriever and Pomeranian. Although I do not have any one of them in my home, I always visit my friends if they feed dogs. And, I am the member of SPCA (Society for the Prevention of Cruelty to Animals) in HKSAR.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;Other technologies of interest/skill:&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt; Cisco Router and Switch are my other interests! Remember! I am a networking guy!&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;Besides teaching Microsoft MOC course in CTEC/MCLS, I teach CCNA course, too!&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;I find that teaching others to connect the network and computer is fun! That&amp;#39;s why I choose trainer as one of my careers.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;I am now seeking for more knowledge on Cisco networking and hope I can get CCIE in some day later.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;What does it mean to be an MVP?&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt; Becoming a Microsoft MVP, I feel my technology knowledge on Microsoft products can be authenticated and proofed.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;I feel I have entered another level of knowledge on using MS products. I also feel great as I find Microsoft appreciates my contribution to the communities.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;Besides these, I feel I am now getting closer with Microsoft! Before being a MVP, I always think Microsoft is just a business company and doesn&amp;#39;t care much about the IT Professional. I feel Microsoft is far from me. But! After becoming a MVP, I have more chances to meet MS guys. All of them make me feel warm and passion!&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;Now, I feel Microsoft is very close to me and I know Microsoft cares very much about the IT Pro communities!&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;What would be the one thing you would really want the Networking Product team to know?&lt;/span&gt;&lt;/strong&gt; &lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;I appreciate what they are doing! They keep on improving our networking experiences!&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;I find that configuring network has become much easier than before! At the moment, the only one thing I want them to know is &amp;quot;multicast file transfer&amp;quot;. I wish windows will have a feature which allow me to simplify right click files/folders and then let me choose to multicast those files/folder to which group of computers.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;(Sure I will need permission to do so). With this feature, I can copy files/folder to my colleagues&amp;#39; computer much easier and decrease the bandwidth usage.&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;If there was change you could make in the area of networking what would that be?&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt; Make the network configuration job much easier! Many of my non-IT friends still always phone me for the steps to setup wire/wireless network at their homes or SOHO. If there is a unified interface which allows the users in windows to configure wire/wireless router connection setting (even difference brand), it would be great!&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;Why do you find networking so interesting?&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt; It makes our life much easier! Remember the old days, when networking is not so common, all colleagues need to stay at office in order to do their work! But now, we can do our work at home, collaborate with colleague with Live Messenger/Live Communicator, networking makes our life easier! By the way, networking shortens the distance between each others. We can get touch with our friends even they are staying at different corner of the world!&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;You friends look like just living next to you! I love networking!&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;If there was one problem to highlight around networking what would that be?&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt; Integrating different systems! I have a dream, which is installing a little application to Linux/Unix and then I can use Windows to control all of them! It should also include a simple interface to manage and migrate their resources. In this case, linux/unix guys will know Microsoft can make anything possible! We don&amp;#39;t need linux/unix guys any more since Windows administrator can now control and manage their system now! haha!&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;As an MVP what type of engagements would you like to have with the Networking Product team?&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt; I would like to visit the office of Microsoft (even local one) in order to meet with the Networking Product team! &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;I want to learn from them and know the latest networking technology in Microsoft! Besides, more online chat or live meeting from the Networking Product team would be great for us!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=207118" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/News/default.aspx">News</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Tools to monitor DNS</title><link>http://msmvps.com/blogs/richardwu/archive/2006/10/18/Tools-to-monitor-DNS.aspx</link><pubDate>Wed, 18 Oct 2006 02:54:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:183133</guid><dc:creator>Richard</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=183133</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2006/10/18/Tools-to-monitor-DNS.aspx#comments</comments><description>&lt;p&gt;Just read a good article from MCPMAG which was about DNS command line tools. So, re-post here:&amp;nbsp;&lt;/p&gt;&lt;p&gt;By Zubair Alexander&lt;br /&gt;&lt;br /&gt;Domain Name System service is one of the most important services on &lt;br /&gt;your Windows network. The importance of DNS is even more apparent on &lt;br /&gt;an Active Directory network because the entire Active Directory &lt;br /&gt;infrastructure relies heavily on it.&lt;br /&gt;&lt;br /&gt;To troubleshoot and monitor DNS services, you can turn to numerous &lt;br /&gt;tools out there. You might be familiar with Nslookup, a popular, &lt;br /&gt;built-in tool used to troubleshoot DNS-related problems. We&amp;#39;ll look &lt;br /&gt;at two that aren&amp;#39;t as well-known: DnsCmd and DnsLint, both from &lt;br /&gt;Microsoft. You can find them in the support tools folder in Windows &lt;br /&gt;Server 2003.&lt;/p&gt;&lt;p&gt;DNSCMD&lt;br /&gt;DnsCmd is a command-line tool that can be used to perform literally &lt;br /&gt;hundreds of DNS-related tasks. For example, you can modify DNS server &lt;br /&gt;settings, get configuration information, clear server cache, display &lt;br /&gt;or delete records, initiate server scavenging or export a zone file. &lt;br /&gt;Type DnsCmd /? at the command prompt for the syntax.&lt;br /&gt;&lt;br /&gt;Figure 1 (see &lt;a href="http://tinyurl.com/y67k6o"&gt;http://tinyurl.com/y67k6o&lt;/a&gt; ) shows some of the &lt;br /&gt;commands that you can run. For more information on a specific command, &lt;br /&gt;use the following syntax:&lt;br /&gt;&lt;br /&gt;DnsCmd &amp;lt;CommandName&amp;gt; /?&lt;br /&gt;&lt;br /&gt;For example, dnscmd /config /? will give you additional options that &lt;br /&gt;can be used with the /config switch.&lt;br /&gt;&lt;br /&gt;Let&amp;#39;s say you want to list all the zones that are configured on a DNS &lt;br /&gt;server called DNS1. Use DnsCmd with the /enumzones switch to get the &lt;br /&gt;following sample output:&lt;br /&gt;&lt;br /&gt;C:\&amp;gt;dnscmd dns1 /enumzones&lt;br /&gt;Enumerated zone list:&lt;br /&gt;Zone count = 8&lt;br /&gt;Zone name Type Storage Properties&lt;br /&gt;. Cache AD-Legacy&lt;br /&gt;_msdcs.example.com Primary AD-Forest Secure&lt;br /&gt;10.5.5.in-addr.arpa Primary AD-Legacy Rev&lt;br /&gt;25.168.192.in-addr.arpa Primary AD-Legacy Rev&lt;br /&gt;example1.com Primary File&lt;br /&gt;example2.com Primary File&lt;br /&gt;example3.com Primary File&lt;br /&gt;example4.com Primary AD-Domain&lt;br /&gt;Command completed successfully.&lt;br /&gt;&lt;br /&gt;Try various commands with different switches. You will be amazed at the &lt;br /&gt;amount of information you can obtain from DnsCmd. Because DnsCmd works &lt;br /&gt;from the command line, you can use it in a batch file and perform &lt;br /&gt;configuration tasks remotely on multiple DNS servers.&lt;br /&gt;&lt;br /&gt;DNSLINT&lt;br /&gt;Another useful tool, DnsLint is used at the command prompt to generate &lt;br /&gt;HTML reports. Use DnsLint /? at the command prompt for more information:&lt;br /&gt;&lt;br /&gt;dnslint /d domain_name | /ad [LDAP_IP_address] |&lt;br /&gt;&amp;nbsp;&amp;nbsp; /ql input_file [/c [smtp,pop,imap]]&lt;br /&gt;&amp;nbsp;&amp;nbsp; [/no_open] [/r report_name] [/t]&lt;br /&gt;&amp;nbsp;&amp;nbsp; [/s DNS_IP_address] [/v] [/y]&lt;br /&gt;&lt;br /&gt;The three required parameters in DnsLint are the following.&lt;br /&gt;&lt;br /&gt;/d -- Used to diagnose DNS-related problems, such as lame delegation.&lt;br /&gt;&lt;br /&gt;Note: Lame delegation occurs when a DNS subdomain is pointing to a DNS &lt;br /&gt;server that either doesn&amp;#39;t exist or is not authoritative for &lt;br /&gt;that subdomain.&lt;br /&gt;&lt;br /&gt;/ad -- Used to verify DNS records used for Active Directory replication.&lt;br /&gt;&lt;br /&gt;/ql -- Used to verify DNS records on multiple servers.&lt;br /&gt;&lt;br /&gt;There are some rules you have to follow when using DnsLint commands.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * The /d, /ad and /ql switches cannot be used together.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * The /c can&amp;#39;t be paired up with /ad or /ql.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * When using /ad, you must also specify /s.&lt;br /&gt;&lt;br /&gt;Here are some examples of using DnsLint.&lt;br /&gt;&lt;br /&gt;dnslint /d myserver.com&lt;br /&gt;dnslint /v /y /d reskit.com&lt;br /&gt;dnslint /v /y /r ms_report /d microsoft.com&lt;br /&gt;dnslint /v /y /no_open /s 169.254.1.10 /d msn.com&lt;br /&gt;dnslint /v /y /c /t /d reskit.com&lt;br /&gt;dnslint /d reskit.com /c smtp,pop&lt;br /&gt;dnslint /ad 169.254.10.22 /s 169.254.44.1 /v&lt;br /&gt;dnslint /ad /s localhost /v&lt;br /&gt;dnslint /ql mylist.txt /v&lt;br /&gt;dnslint /ql autocreate&lt;br /&gt;&lt;br /&gt;Let&amp;#39;s try the following step-by-step procedure to create an HTML report &lt;br /&gt;with DnsLint. You will need two pieces of information: FQDN of the &lt;br /&gt;server and its IP address. I&amp;#39;ll create a report for my domain called &lt;br /&gt;seattlepro.com at IP address 192.168.1.200. You should substitute your &lt;br /&gt;own domain and IP address in this exercise.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; 1. Go to the command prompt and type the following:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dnslint /ql autocreate&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This creates a sample text file called in-dnslint.txt in the &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; same directory where you typed the above command.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; 2. Edit that file with Notepad:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Notepad in-dnslint.txt&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; 3. Notice the seventh line from the bottom lists dns1.cp.msft.net. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I will change that to reflect my DNS server &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (dns1.seattlepro.com). I will also replace microsoft.com in the &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; last four lines with the name of my domain and the IP address &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with my IP address in two places. When done, my file looks &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; like this:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +This DNS server is called: dns1.seattlepro.com&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [dns~server] 192.168.1.200&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seattlepro.com,a,r ;A record&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.1.200,ptr,r ;PTR record&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seattlepro.com,cname,r ;CNAME record&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seattlepro.com,mx,r ;MX record&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; 4. Save the file as dnsquery.txt in the same folder where you &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; created the in-dnslint.txt file.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; 5. To execute the query, type the following at the command prompt:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dnslint /ql dnsquery.txt /v&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; 6. You should see an HTML report that&amp;#39;s now displayed automatically &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in your default browser. The default name for the report is &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dnslint.htm and it&amp;#39;s created in the same directory as the &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in-dnslint.txt and dnsquery.txt files.&lt;br /&gt;&lt;br /&gt;For a sample of DnsLint report, see &lt;a href="http://www.techgalaxy.net/mcpmag/"&gt;http://www.techgalaxy.net/mcpmag/&lt;/a&gt; . &lt;br /&gt;Notice that if there are any errors or warnings, they are all coded for &lt;br /&gt;your convenience.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=183133" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Explaining WPA2</title><link>http://msmvps.com/blogs/richardwu/archive/2006/10/11/Explaining-WPA2.aspx</link><pubDate>Tue, 10 Oct 2006 15:29:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:167813</guid><dc:creator>Richard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=167813</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2006/10/11/Explaining-WPA2.aspx#comments</comments><description>&lt;p class="byline"&gt;I just read a good article from NetworkWorld which talk abut the new WPA2, so I attached here:&lt;/p&gt;&lt;p class="byline"&gt;&lt;a href="http://www.networkworld.com/columnists/wireless-security.html"&gt;Wireless Security&lt;/a&gt;&amp;nbsp; By&amp;nbsp;Joshua Wright,&amp;nbsp;Network World,&amp;nbsp;09/11/06 &lt;/p&gt;&lt;p class="first"&gt;&lt;em&gt;Can you explain the differences between WPA and WPA2 and provide some information on the different features and functionality?&lt;/em&gt;&lt;/p&gt;&lt;p&gt;In April 2003, &lt;a href="https://www.wi-fi.org/"&gt;the Wi-Fi Alliance&lt;/a&gt; introduced an interoperable security protocol known as WiFi Protected Access (WPA), based on draft 3 of the IEEE 802.11i amendment. WPA was designed to be a replacement for WEP networks without requiring hardware replacements, using a subset IEEE 802.11i amendment. Organizations who adopt WPA can take advantage of the following features: &lt;/p&gt;&lt;p&gt;* Strong cryptography support from the Temporal Key Integrity Protocol (TKIP), based on the RC4 cipher;&lt;/p&gt;&lt;p&gt;* WPA-Enterprise, a mechanism for network authentication using IEEE 802.1x and a supported EAP type, one of EAP/TLS, TTLS or PEAP; &lt;/p&gt;&lt;p&gt;* WPA-Personal, a mechanism for using TKIP without IEEE 802.1x authentication by using a shared passphrase, intended for consumer networks. &lt;/p&gt;&lt;p&gt;In July 2004, the IEEE approved the full IEEE 802.11i specification, which was quickly followed by a new interoperability testing certification from the WiFi Alliance known as &lt;a href="http://www.wi-fi.org/opensection/knowledge_center/wpa2/"&gt;WPA2&lt;/a&gt;. WPA2 is based on the Robust Security Network (RSN) mechanism, which provided support for all of the mechanisms available in WPA, as well as: &lt;/p&gt;&lt;p&gt;* Strong encryption and authentication support for infrastructure and ad-hoc networks (WPA is limited to infrastructure networks);&lt;/p&gt;&lt;p&gt;* Reduced overhead in key derivation during the wireless LAN authentication exchange;&lt;/p&gt;&lt;p&gt;* Support for opportunistic key caching to reduce the overhead in roaming between access points;&lt;/p&gt;&lt;p&gt;* Support for pre-authentication, where a station completes the IEEE 802.1X authentication exchange before roaming;&lt;/p&gt;&lt;p&gt;* Support for the CCMP (Counter Mode with Cipher Block Chaining Message Authentication Code Protocol) encryption mechanism based on the Advanced Encryption Standard (AES) cipher as an alternative to the TKIP protocol. &lt;/p&gt;&lt;p&gt;As of March 2006, the WPA2 certification became mandatory for all new equipment certified by the Wi-Fi Alliance, ensuring that any reasonably modern hardware will support both WPA and WPA2. &lt;/p&gt;&lt;p&gt;By leveraging the RC4 cipher (also used in the WEP protocol), the IEEE 802.11i task group was able to improve the security of legacy networks with TKIP while the IEEE 802.11i amendment was completed. It is important to note, however, that TKIP was designed as an interim solution for wireless security, with the goal of providing sufficient security for 5 years while organizations transitioned to the full IEEE 802.11i security mechanism. While there have not been any catastrophic weaknesses reported in the TKIP protocol, organizations should take this design requirement into consideration and plan to transition WPA networks to WPA2 to take advantage of the benefits provided by the RSN architecture. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=167813" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Why Internet Explorer 7 cannot(IE7) visit some web sites which IE 6 can access with no problem.</title><link>http://msmvps.com/blogs/richardwu/archive/2006/10/07/Why-Internet-Explorer-7-cannot_2800_IE7_2900_-visit-some-web-sites-which-IE-6-can-access-with-no-problem_2E00_.aspx</link><pubDate>Fri, 06 Oct 2006 15:27:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:157351</guid><dc:creator>Richard</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=157351</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2006/10/07/Why-Internet-Explorer-7-cannot_2800_IE7_2900_-visit-some-web-sites-which-IE-6-can-access-with-no-problem_2E00_.aspx#comments</comments><description>&lt;p&gt;Just read a &lt;a href="http://blogs.msdn.com/ie/archive/2006/09/20/763891.aspx" target="_blank"&gt;article&lt;/a&gt; from MS guy and got a idea why I cannot use IE7 to visit some web sites while IE 6 got no problem on them:&lt;/p&gt;&lt;p&gt;A quick recap: &lt;/p&gt;&lt;ul&gt;&lt;li&gt;On Windows XP SP2, IE7 will send the following User-Agent header: &lt;strong&gt;Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)&lt;/strong&gt; &lt;/li&gt;&lt;li&gt;On Windows 2003 Server, IE7 will send the following User-Agent header: &lt;strong&gt;Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)&lt;/strong&gt; &lt;/li&gt;&lt;li&gt;On Windows Vista, IE7 will send the following User-Agent header: &lt;strong&gt;Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Over the last eighteen months, most sites that had previously blocked the new version of Internet Explorer have been updated, and we&amp;#39;re happy to report that the vast majority of Internet sites are now accessible using IE7. &lt;/p&gt;&lt;p&gt;There are a few remaining sites which fail to recognize IE7 because they are performing exact string matches to look for specific IE version strings. Those checks will need to be removed or updated to accommodate IE7. The Best Practice document linked from here can be help:&lt;br /&gt;&lt;a href="http://msdn.microsoft.com/workshop/author/dhtml/overview/aboutuseragent.asp"&gt;http://msdn.microsoft.com/workshop/author/dhtml/overview/aboutuseragent.asp&lt;/a&gt;&lt;br /&gt;&lt;a href="http://msdn.microsoft.com/workshop/author/dhtml/overview/browserdetection.asp"&gt;http://msdn.microsoft.com/workshop/author/dhtml/overview/browserdetection.asp&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;To enable you to workaround any remaining sites that block access to Internet Explorer 7, we developed the &lt;strong&gt;User Agent String Utility&lt;/strong&gt;. The utility comes in the form of a small executable that opens an IE7 instance that sends the IE6 user agent string. It also provides a mechanism for you to report problem web sites to Microsoft so that we can follow up with the affected site owners. Please &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9517DB9C-3C0D-47FE-BD04-FAD82A9AAC9F&amp;amp;displaylang=en"&gt;&lt;font color="#0088ff"&gt;download the tool&lt;/font&gt;&lt;/a&gt; and give it a try. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=157351" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Client/default.aspx">Windows Client</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Problem when downloading large file in Vista RC1</title><link>http://msmvps.com/blogs/richardwu/archive/2006/09/27/Problem-when-downloading-large-file-in-Vista.aspx</link><pubDate>Tue, 26 Sep 2006 18:41:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:141481</guid><dc:creator>Richard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=141481</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2006/09/27/Problem-when-downloading-large-file-in-Vista.aspx#comments</comments><description>&lt;p&gt;If you download a large file(over 1GB) by IE7 in Vista RC1. The&amp;nbsp;downloaded file may disappear&lt;br /&gt;from the destination folder&amp;nbsp;after the download finished. The file will instead, be placed in &lt;br /&gt;&lt;strong&gt;c:\users\username\appdata\local\microsoft\windows\temporaryinternetfiles&lt;br /&gt;\virtualized\c\users\username\documents\&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;This problem maybe related to the security feature in IE7. To prevent this problem, you will &lt;br /&gt;needed to run IE by using the &amp;quot;run as&amp;quot; method and use the&amp;nbsp;Administrator account to start IE7.&lt;br /&gt;&lt;br /&gt;In this case, large downloaded file will be placed in anywhere that you specificed.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=141481" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Client/default.aspx">Windows Client</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Problem on Vista connect to Linux </title><link>http://msmvps.com/blogs/richardwu/archive/2006/09/26/Problem-on-Vista-connect-to-Linux-.aspx</link><pubDate>Mon, 25 Sep 2006 18:22:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:139831</guid><dc:creator>Richard</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=139831</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2006/09/26/Problem-on-Vista-connect-to-Linux-.aspx#comments</comments><description>&lt;p&gt;From &lt;a href="http://jo-san.it/members/brianwu.aspx"&gt;&lt;font color="#000000"&gt;brianwu&lt;/font&gt;&lt;/a&gt; :&lt;/p&gt;&lt;div class="ForumPostContentText" id="_ctl0__ctl1_bcr__ctl0___PostRepeater__ctl1_PostViewWrapper"&gt;&lt;p&gt;I am using Vista RC1. I found a problem when i connect to my linux server. It prompted me to insert account and pw. After I keyed in the account/pw.&amp;nbsp;It said that my account/password was incorrect. &lt;/p&gt;&lt;p&gt;However, when I&amp;nbsp;was using WinXP connecting to the linux, it worked (using the same acc and pw). I tried to disable the Vista firewall, it also failed..&lt;/p&gt;&lt;p&gt;If i connect from the Vista to the linux using ftp, it worked.&lt;/p&gt;&lt;p&gt;Anyone know the problem?&lt;br /&gt;---------------------------------------------------------------------------------------&lt;/p&gt;&lt;p&gt;My Answer:&lt;/p&gt;&lt;p&gt;Hi Brian. MS don&amp;#39;t think 3rd party SMB server is safe....so....It encrypt all password send to 3rd party SMB server(linux samba).&lt;/p&gt;&lt;p&gt;You can try to change the local policy to solve the problem:&lt;/p&gt;&lt;p&gt;Configure the &amp;quot;Microsoft network client: Send unencrypted password to third-party SMB server&amp;quot; option to be ENABLE &lt;/p&gt;&lt;p&gt;Configure &amp;quot;Network security: LAN Manager authentication level: Send LM &amp;amp; NTLMv2 session security if negotiated&amp;quot;&lt;/p&gt;&lt;p&gt;can help!&lt;/p&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=139831" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Client/default.aspx">Windows Client</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Better Synchronization in Offline File of Vista</title><link>http://msmvps.com/blogs/richardwu/archive/2006/09/07/Better-Synchronization-in-Offline-File-of-Vista.aspx</link><pubDate>Thu, 07 Sep 2006 06:26:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:115710</guid><dc:creator>Richard</dc:creator><slash:comments>7</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=115710</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2006/09/07/Better-Synchronization-in-Offline-File-of-Vista.aspx#comments</comments><description>&lt;p&gt;Just read a introduction on the change of Offline file in Vista from&amp;nbsp;Navjot Virk, program manager for Offline Files in Windows Vista. I feel it is great and would like to share with yours:&lt;/p&gt;&lt;p&gt;&lt;font size="4"&gt;Better Synchronization&lt;br /&gt;&lt;/font&gt;Offline Files in Windows Vista offer much improved synchronization. The improvements to synchronization are two-fold. First, Offline Files in Windows Vista uses a new faster algorithm to determine what files or directories are different between the client and the server. Second, Offline Files in Windows Vista uses &amp;ldquo;Bitmap Differential Transfer&amp;rdquo; when synchronizing changes from the client to the server. Bitmap Differential Transfer is essentially a mechanism to keep track of what blocks of file were modified when offline. When synchronizing changes from the client to the server, Offline Files in Windows Vista sends only those blocks of the file that were modified offline. In Windows XP, Offline Files always copies the entire file even if only a small part of the file was modified. &lt;/p&gt;&lt;p&gt;Bitmap Differential Transfer makes the synchronization in Windows Vista more efficient and enables Offline Files to cache large files like .pst and .mdb files. Because Offline Files in Windows XP could not synchronize large files efficiently, files like .pst and .mdb were by default not cached. Offline Files in Windows Vista can cache all file types and by default no file types are excluded. &lt;/p&gt;&lt;p&gt;Please note that the Bitmap Differential Transfer in only used when pushing changes from the client to the server. This optimization is not used when pulling changes from the server to the client. If a file is modified on the server when offline, Offline Files in Windows Vista will still copy the whole file down to the client during synchronization. The impact of this will be more pronounced for those users who modify the same files from multiple client computers. &lt;/p&gt;&lt;p&gt;Also, note that Bitmap Differential Transfer only works for pre-existing files that are modified in place. Bitmap Differential Transfer will not happen for files that are created while offline. Some applications, like Microsoft Word, do not modify the file in place. These applications create a new temporary file with the changes and later rename the temporary file to the original file. Bitmap Differential Transfer will not happen for such files. &lt;/p&gt;&lt;p&gt;All improvements to synchronization including Bitmap Differential Transfer will be available against any SMB server, for example, Windows 2000, Windows 2003, Windows R2, NetAPP server, etc.&amp;nbsp; &lt;/p&gt;&lt;p&gt;Offline Files in Windows Vista also provides per-user synchronization. All synchronization operations only synchronize files that the currently logged on user has access to. Offline Files in Windows XP would always try to synchronize all files in the cache including files that where cached by other users. The logged on user would see synchronization failures for the files that he did not have access to. In Windows Vista, the user will only synchronize his files (files that he has access to) therefore he will never see errors for files that belong to some other users (files that he does not have access to).&amp;nbsp; &lt;/p&gt;&lt;p&gt;Also, synchronization of Offline Files in Windows Vista can be scripted using WMI. &lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=115710" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Client/default.aspx">Windows Client</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item><item><title>Windows Update Troubleshooting Tips</title><link>http://msmvps.com/blogs/richardwu/archive/2006/09/07/Windows-Update-Troubleshooting-Tips.aspx</link><pubDate>Thu, 07 Sep 2006 04:07:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:115436</guid><dc:creator>Richard</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=115436</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2006/09/07/Windows-Update-Troubleshooting-Tips.aspx#comments</comments><description>&lt;p&gt;When you&amp;nbsp;point&amp;nbsp;your WinXP/W2K3 computer at the Microsoft Windows Update Web site &lt;br /&gt;(same thing happens with a Windows Software Update Services, or WSUS, server).&amp;nbsp;&lt;br /&gt;You try to download and install updates, and get an error: &lt;br /&gt;&lt;br /&gt;0x800704DD and 0x80240020. &lt;/p&gt;&lt;p&gt;MS Knowledge Base article 910341 &lt;a href="http://support.microsoft.com/kb/910341"&gt;http://support.microsoft.com/kb/910341&lt;/a&gt; &lt;br /&gt;have lot of information can help, and it&amp;#39;s a doozy involving the usual warnings about editing the &lt;br /&gt;registry. Start by logging onto the computer as a local admin. Use &lt;br /&gt;Runas.exe to run Internet Explorer as a local admin. Try Windows Update &lt;br /&gt;again. If it works, then you need to fix the registry for non-admin users. &lt;br /&gt;Open Regedit and find HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\&lt;br /&gt;CurrentVersion\Winlogon\Notify\SensLogn. You need to verify several keys &lt;br /&gt;and values:&lt;br /&gt;&lt;br /&gt;Key&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value &lt;br /&gt;Asynchronous&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DWORD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000001 &lt;br /&gt;Disconnect&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SensDisconnectEvent &lt;br /&gt;DLLName&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WlNotify.dll &lt;br /&gt;Impersonate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DWORD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000001 &lt;br /&gt;Lock&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SensLockEvent &lt;br /&gt;Logoff&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SensLogoffEvent &lt;br /&gt;Logon&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; StringSensLogonEvent&amp;nbsp;&amp;nbsp; &lt;br /&gt;MaxWait&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DWORD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000258 &lt;br /&gt;PostShell&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SensPostShellEvent &lt;br /&gt;Reconnect&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SensReconnectEvent &lt;br /&gt;Safe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DWORD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000001 &lt;br /&gt;Shutdown&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SensShutdownEvent &lt;br /&gt;StartScreenSaver&amp;nbsp;&amp;nbsp; String&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SensStartScreenSaverEvent &lt;br /&gt;StartShell&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SensStartShellEvent &lt;br /&gt;Startup&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SensStartupEvent &lt;br /&gt;StopScreenSaver&amp;nbsp;&amp;nbsp;&amp;nbsp; String&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SensStopScreenSaverEvent &lt;br /&gt;Unlock&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SensUnlockEvent &lt;br /&gt;&amp;nbsp;&lt;br /&gt;This is the sort of that makes you totally lose faith in the registry &lt;br /&gt;as a place to store configuration information -- how did this get &lt;br /&gt;messed up on my machine? The workaround, by the way (should the above &lt;br /&gt;not fix the problem) is to not use the Web site. Seriously. You&amp;#39;re &lt;br /&gt;supposed to just let Automatic Updates do the work, which is fine, &lt;br /&gt;except that it won&amp;#39;t download optional updates you may want. So, &lt;br /&gt;let&amp;#39;s hope the above registry changes fixes things for you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=115436" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Client/default.aspx">Windows Client</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item></channel></rss>