<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Obscurum per Obscurius : Reference</title><link>http://blogs.msdn.com/muaddib/archive/tags/Reference/default.aspx</link><description>Tags: Reference</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Configuring SMS to Work on Workgroup Computers and Computers in Other Domains (LMHOSTS)</title><link>http://blogs.msdn.com/muaddib/archive/2008/10/19/configuring-sms-to-work-on-workgroup-computers-and-computers-in-other-domains-lmhosts.aspx</link><pubDate>Sun, 19 Oct 2008 16:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9006247</guid><dc:creator>MuadDib</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/muaddib/comments/9006247.aspx</comments><wfw:commentRss>http://blogs.msdn.com/muaddib/commentrss.aspx?PostID=9006247</wfw:commentRss><description>&lt;P&gt;As described in the previous post the&amp;nbsp;lab environment includes&amp;nbsp;multiple forests, domains and workgroup computers.&amp;nbsp;&amp;nbsp;One of the nice things about SMS 2003 is the fact that once the SMS Client has been installed on a system, you "own" that system and can manage it from that day forward.&amp;nbsp; In the previous post, we discussed how to use a logon script to install the SMS Advanced Client.&amp;nbsp; In this post we will discuss how to configure computers that are not located within the same domain as the SMS server to be able to find the SMS Management Point (MP) and Server Locator Point (SLP).&lt;/P&gt;
&lt;P&gt;All&amp;nbsp;Windows operating systems since Windows 2000 rely on DNS for name resolution.&amp;nbsp; A&amp;nbsp;clients still have WINS installed to support some legacy applications but&amp;nbsp;most do not.&amp;nbsp; An LMHOSTS file is similar to a HOSTS file.&amp;nbsp; A HOST files is used to map DNS hosts names to IP addresses.&amp;nbsp; An LMHOSTS file is used to map NetBIOS names to IP addresses.&amp;nbsp;&amp;nbsp; NetBIOS names differ from DNS names because you can have different types of NetBIOS names (e,g, domain, workstation service etc.).&amp;nbsp; The LMHOSTS files is placed in the same folder as the HOSTS file (%WINDIR%\System32\Drivers\Etc).&lt;/P&gt;
&lt;P&gt;An example of the LMHOSTS file is shown below.&amp;nbsp; Copy the code below into Notepad and save the file as LMHOSTS (no extension) to the "%WINDIR%\System32\Drivers\Etc" folder.&amp;nbsp; Customize the entries to match your environment.&amp;nbsp; When you see the pound (#) sign in an LMHOSTS file it is usually followed by a comment unless it is followed by one of the special directives such as PRE&amp;lt; DOM, INCLUDE etc.&amp;nbsp; The PRE directive loads the entires into the NetBIOS name cache on startup.&amp;nbsp; The DOM directive is used to indicated a domain name.&amp;nbsp; The INCLUDE directive is used to include another LMHOSTS file.&lt;/P&gt;
&lt;P&gt;In the sample file below the first three lines are comments.&amp;nbsp; The fourth line pre-loads the domain name where the SMS servers is located and provides the IP address of a DC in that domain.&amp;nbsp; The next line provides the name and IP address of the SMS server (SMSSERVER1).&amp;nbsp; The next line provides the name of the SMS Server Locator Point (SMS_SLP) and the line that follows defines the Management Point (MP_C01).&amp;nbsp; Notice the entries for the&amp;nbsp;SLP/MP look very different from the others.&amp;nbsp; The "\01xa"&amp;nbsp;is a NetBIOS suffix and there must be exactly 15 characters between the the first quote and the backslash.&amp;nbsp; For the SMS_SLP line on change the IP address to the IP of the computer hosting the SMS SLP role.&amp;nbsp; For the MP, change the IP and change the SMS site code in the file from C01 to the site code of your SMS site.&lt;/P&gt;
&lt;P&gt;&amp;lt;------------------------------ BEGIN LMHOSTS -----------------------------------&amp;gt;&lt;/P&gt;
&lt;P&gt;# LAB LMHOSTS File&lt;BR&gt;#REVISION: 2&lt;BR&gt;#DATE: 10/17/2008&lt;BR&gt;192.168.101.143&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DC01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #PRE #DOM:LABDOMAIN1&amp;nbsp; # Lab Domain&amp;nbsp;DC&lt;BR&gt;192.168.101.141&amp;nbsp;&amp;nbsp;&amp;nbsp; SMSSVR1 #PRE&lt;BR&gt;192.168.101.141&amp;nbsp;&amp;nbsp;&amp;nbsp;"SMS_SLP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \0x1A" #PRE&lt;BR&gt;192.168.101.141&amp;nbsp;&amp;nbsp; "MP_C01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \0x1A" #PRE&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;------------------------------&amp;nbsp;&amp;nbsp;&amp;nbsp; END LMHOSTS -----------------------------------&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;When you start using LMHOST files you quickly realize that trying to manage the content of these files on multiple computers because a big pain real fast.&amp;nbsp; If you need to make a change, you need to update every file with the&amp;nbsp;change.&amp;nbsp; Fortunately the #INCLUDE&amp;nbsp;directive discussed earlier enables you to use a centralized LMHOSTS file.&amp;nbsp; In our lab environment we created a share on the SMS server named "SMSLMHOST" and placed the first LMHOSTS file shown above there.&amp;nbsp; The LMHOSTS file shown below was placed on the computers that needed a LMHOSTS.&amp;nbsp; There are two entries shown.&amp;nbsp; The first one provides the name/IP of the SMS server and the second directs the client to read the master LMHOSTS file stored on the server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;------------------------------&amp;nbsp;&amp;nbsp;&amp;nbsp;BEGIN LMHOSTS -----------------------------------&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;192.168.101.141&amp;nbsp;SMS1&amp;nbsp;#PRE&lt;BR&gt;#INCLUDE \\SMSSVR1\SMSLMHOSTS\lmhosts&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;------------------------------&amp;nbsp;&amp;nbsp;&amp;nbsp; END LMHOSTS -----------------------------------&amp;gt;&lt;/P&gt;
&lt;P&gt;REFERENCE&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;NetBIOS Suffixes (16th Character of the NetBIOS Name)&lt;BR&gt;&lt;/STRONG&gt;&lt;A href="http://support.microsoft.com/default.aspx/kb/163409/"&gt;http://support.microsoft.com/default.aspx/kb/163409/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;HOWTO: Assign SMS Advanced Client to the Isolated Secondary Site &lt;BR&gt;&lt;/STRONG&gt;&lt;A href="http://support.microsoft.com/kb/555853"&gt;http://support.microsoft.com/kb/555853&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LMHOSTS File Information and Predefined Keywords&lt;/STRONG&gt;&lt;BR&gt;&lt;A href="http://support.microsoft.com/kb/102725"&gt;http://support.microsoft.com/kb/102725&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Domain Browsing with TCP/IP and LMHOSTS Files&lt;BR&gt;&lt;/STRONG&gt;&lt;A href="http://support.microsoft.com/kb/150800"&gt;http://support.microsoft.com/kb/150800&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Chapter 10 - Using LMHOSTS Files&lt;BR&gt;&lt;/STRONG&gt;&lt;A href="http://www.microsoft.com/resources/documentation/windowsnt/4/server/reskit/en-us/net/sur_lmh.mspx?mfr=true"&gt;http://www.microsoft.com/resources/documentation/windowsnt/4/server/reskit/en-us/net/sur_lmh.mspx?mfr=true&lt;/A&gt;&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9006247" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/muaddib/archive/tags/Time+Savers/default.aspx">Time Savers</category><category domain="http://blogs.msdn.com/muaddib/archive/tags/Reference/default.aspx">Reference</category><category domain="http://blogs.msdn.com/muaddib/archive/tags/Script/default.aspx">Script</category><category domain="http://blogs.msdn.com/muaddib/archive/tags/SMS/default.aspx">SMS</category><category domain="http://blogs.msdn.com/muaddib/archive/tags/NetBIOS/default.aspx">NetBIOS</category></item><item><title>Modifying Security on Active Directory Objects using a script</title><link>http://blogs.msdn.com/muaddib/archive/2007/12/14/modifying-security-on-active-directory-objects-using-a-script.aspx</link><pubDate>Fri, 14 Dec 2007 22:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6771951</guid><dc:creator>MuadDib</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/muaddib/comments/6771951.aspx</comments><wfw:commentRss>http://blogs.msdn.com/muaddib/commentrss.aspx?PostID=6771951</wfw:commentRss><description>&lt;P&gt;I was working with a customer this week and we found some user objects in Active Directory&amp;nbsp;had incorrect security settings.&amp;nbsp; I put together a list of commands for the customer to use.&amp;nbsp;&amp;nbsp;I thought a few of the FOR command examples below were useful so here you go...&amp;nbsp; &lt;/P&gt;
&lt;P&gt;These command can also be used in a script.&amp;nbsp; Keep in mind the FOR command syntax changes slightly (FOR /?) when used within a batch file.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;DUMP CNs for all users in an OU&amp;nbsp;&lt;BR&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; DSQUERY USER "ou=test accounts, dc=contoso,dc=local"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Show security&amp;nbsp;for an object in Active Directory&lt;BR&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; DSACLS "cn=Jane doe1,ou=test accounts, dc=contoso,dc=local"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Show security&amp;nbsp;for&amp;nbsp;the&amp;nbsp;SELF&amp;nbsp;security principle&amp;nbsp;on an object in Active Directory&lt;BR&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; DSACLS "cn=Jane doe1,ou=test accounts, dc=contoso,dc=local" | find /i "self"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Use DSACLS on list of users in a file &lt;BR&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; FOR /F "tokens=* usebackq"&amp;nbsp; %i in (`type users.txt`) DO dsacls %i &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (NOTE ` is a back quote found on same key as ~)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Use DSACLS on output of DSQUERY USERS &amp;lt;OU&amp;nbsp; DN&amp;gt;&lt;/STRONG&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; FOR /F "tokens=* usebackq"&amp;nbsp; %i in (`dsquery user "ou=test accounts,dc=contoso,dc=local"`) DO dsacls %i&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (NOTE ` is a back quote found on same key as ~)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; FOR /F "tokens=* usebackq"&amp;nbsp; %i in (`dsquery user "ou=test accounts,dc=contoso,dc=local"`) DO dsacls %i | find /i "self"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (NOTE ` is a back quote found on same key as ~)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Reset a user to the default permissions as defined by the schema &lt;BR&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; DSACLS "cn=jane doe1,ou=test accounts,dc=contoso,dc=local" /S (case sensitive)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Perfrom same task for all users in an OU&amp;nbsp; &lt;BR&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; FOR /F "tokens=* usebackq"&amp;nbsp; %i in (`dsquery user "ou=test accounts,dc=contoso,dc=local"`) DO dsacls %i /S&amp;nbsp; (case sensitive)&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6771951" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/muaddib/archive/tags/Time+Savers/default.aspx">Time Savers</category><category domain="http://blogs.msdn.com/muaddib/archive/tags/Reference/default.aspx">Reference</category><category domain="http://blogs.msdn.com/muaddib/archive/tags/Script/default.aspx">Script</category></item><item><title>Troubleshooting Windows Server Update Service (WSUS)</title><link>http://blogs.msdn.com/muaddib/archive/2006/12/30/windows-server-update-service-wsus.aspx</link><pubDate>Sat, 30 Dec 2006 19:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1385812</guid><dc:creator>MuadDib</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/muaddib/comments/1385812.aspx</comments><wfw:commentRss>http://blogs.msdn.com/muaddib/commentrss.aspx?PostID=1385812</wfw:commentRss><description>&lt;P&gt;The creation of the&amp;nbsp;Windows Update web site a few years ago revolutionized the way people with Microsoft products updated these products with the latest&amp;nbsp;patches.&amp;nbsp; Windows Update made it possible for a "mere mortal" to&amp;nbsp;determine exactly which updates they needed to install and install them automatically.&amp;nbsp; Windows Update greatly improved the the overall security of millions of Windows Desktops worldwide.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows Server Update Service (&lt;a href="http://www.microsoft.com/windowsserversystem/updateservices/default.mspx"&gt;WSUS&lt;/a&gt;) is a&amp;nbsp;free product from Microsoft that enables you to deploy your own Windows Update site within your own network and control which updates are installed on your equipment.&amp;nbsp; With WSUS, an administrator can authorize updates for deployment after they are tested and also get detailed reports of which updates each computer needs.&amp;nbsp; Another big benefit of WSUS is it enables updates to be deployed to computer while no one is logged in.&amp;nbsp; The most common scenario is to have users log out each night and install patches during the off hours so the computers can be rebooted if necessary.&amp;nbsp; Although WSUS can deploy&amp;nbsp;patches for most Microsoft applications it is not a complete solution when it comes to maintaining a consistent configuration on all desktops and servers.&amp;nbsp; For large environments, &lt;a href="http://www.microsoft.com/smserver/default.mspx"&gt;SMS&lt;/a&gt; should be considered because it gives you the ability to deploy,&amp;nbsp;applications and Operating Systems.&amp;nbsp; In addition SMS will provide detailed inventory information on the hardware and software you have in your environment.&lt;/P&gt;
&lt;P&gt;I have been helping a customer bring their &lt;a href="http://www.microsoft.com/windowsserversystem/updateservices/default.mspx"&gt;WSUS&lt;/a&gt; server back on line so they can get updates deployed until the&amp;nbsp;&lt;a href="http://www.microsoft.com/smserver/default.mspx"&gt;SMS&lt;/a&gt; infrastructure they are designing&amp;nbsp;has been completed.&amp;nbsp; The information below is related to troubleshooting the deployment of&amp;nbsp;WSUS and the Windows Update client.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows Update Client&lt;BR&gt;&lt;/STRONG&gt;WSUS requires the latest version of the Windows Update client software to be installed.&amp;nbsp; Windows Server 2003 and Windows XP Service Pack 1 computers Will have the client by default.&amp;nbsp; For all other you should go to Microsoft.com/downloads to get the latest WSUS client.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;Links&lt;/STRONG&gt;&lt;BR&gt;Download Windows Server Update Services (software &amp;amp; documentation)&lt;BR&gt;&lt;A href="http://www.microsoft.com/windowsserversystem/updateservices/downloads/WSUS.mspx" mce_href="http://www.microsoft.com/windowsserversystem/updateservices/downloads/WSUS.mspx"&gt;http://www.microsoft.com/windowsserversystem/updateservices/downloads/WSUS.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Client Diagnostic Tool&lt;BR&gt;&lt;A href="http://download.microsoft.com/download/9/7/6/976d1084-d2fd-45a1-8c27-a467c768d8ef/WSUS%20Client%20Diagnostic%20Tool.EXE" mce_href="http://download.microsoft.com/download/9/7/6/976d1084-d2fd-45a1-8c27-a467c768d8ef/WSUS%20Client%20Diagnostic%20Tool.EXE"&gt;http://download.microsoft.com/download/9/7/6/976d1084-d2fd-45a1-8c27-a467c768d8ef/WSUS%20Client%20Diagnostic%20Tool.EXE&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Server Diagnostic Tool&lt;BR&gt;&lt;A href="http://download.microsoft.com/download/7/7/4/7745a34e-f563-443b-b4f8-3a289e995255/WSUS%20Server%20Debug%20Tool.EXE" mce_href="http://download.microsoft.com/download/7/7/4/7745a34e-f563-443b-b4f8-3a289e995255/WSUS%20Server%20Debug%20Tool.EXE"&gt;http://download.microsoft.com/download/7/7/4/7745a34e-f563-443b-b4f8-3a289e995255/WSUS%20Server%20Debug%20Tool.EXE&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;WSUS w/ SP1&lt;BR&gt;&lt;A href="http://www.microsoft.com/windowsserversystem/updateservices/downloads/WSUSSP1.mspx" mce_href="http://www.microsoft.com/windowsserversystem/updateservices/downloads/WSUSSP1.mspx"&gt;http://www.microsoft.com/windowsserversystem/updateservices/downloads/WSUSSP1.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;Troubleshooting&lt;BR&gt;&lt;/STRONG&gt;Most of the troubleshooting that needs to be performed with WSUS is related to the clients installing updates and/or reporting they have installed updates.&amp;nbsp; Keep one thing in mind when troubleshooting, nothing happens instantly with WSUS.&amp;nbsp; The product is designed to be low maintenance and to have minimal impact on the operation of the computers that are clients.&amp;nbsp; Don't expect updates to be applied instantly.&amp;nbsp; If you need that kinds of response, use SMS.&lt;/P&gt;
&lt;P mce_keep="true"&gt;The WSUS client on each computer can be configured manually for small environments but Group Policy is the preferred way.&amp;nbsp; The Group Policies are located at Computer Configuration &amp;gt; Administrative Templates &amp;gt; Windows Components &amp;gt; Windows Update.&amp;nbsp; Confirm the GPO is configured with the correct server name and the GPO is linked to the correct OUs.&amp;nbsp; At the client side, open a command prompt and run "GPUDATE /FORCE" (XP /2003 only) to apply the GPOs to the computer.&amp;nbsp; Now type&amp;nbsp;"GPRESULT" to see which GPOs are being applied to the computer.&amp;nbsp; Confirm the GPO containing the WSUS settings was applied under Computer Settings.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;Client Registry&lt;BR&gt;&lt;/STRONG&gt;There are two keys on the client that indicate that the computer is getting the WSUS settings from the GPO.&amp;nbsp; The first contains the actual policy settings:&lt;/P&gt;
&lt;P mce_keep="true"&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate&lt;BR&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate\AU&lt;/P&gt;
&lt;P mce_keep="true"&gt;The second set of registry keys contains information specific to the computer such as the "SusClientId", "NextDetectionTime", "ScheduledInstallDate" etc.&lt;/P&gt;
&lt;P mce_keep="true"&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate&lt;BR&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;Client Log Files&lt;BR&gt;&lt;/STRONG&gt;The are two locations on the local computer where information is logged for the WSUS client.&amp;nbsp; The first tis the &lt;EM&gt;WindowsUpdate.log&lt;/EM&gt; file located in the C:\Windows folder.&amp;nbsp; This file contains a running log of all the activity the WSUS client performs.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;The second log is named &lt;EM&gt;ReportingEvents.log&lt;/EM&gt; and is located in the C:\Windows\SoftwareDistribution folder.&amp;nbsp; Open this log file and go the the last few lines to see which updates are available for installation.&lt;/P&gt;
&lt;P mce_keep="true"&gt;The easiest way to see what is happening is to compare the log files from a working computer to the logs on the computer you are troubleshooting.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Another area to look at is the C:\Windows\SoftwareDistribution\Download folder.&amp;nbsp; This folder should contain tempo ray folder for recently downloaded updates pending installation.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;Troubleshooting Steps&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Confirm GPO configuration and linkage to correct OU.&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;You should see the computer listed in the Unassigned Computers group once it begins reporting to the WSUS server.&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Confirm the "Automatic Updates" and "Background Intelligent Transfer Service" is running on client and startup is set to automatic.&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Run GPUPDATE &amp;amp; GPRESULT on client to confirm GPOs are being applied.&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Check the registry keys and confirm they exist.&amp;nbsp; If they do not, their may be conflicting GPO settings.&amp;nbsp; Open a blank MMC and add the RSOP snap in.&amp;nbsp; Run the RSOP snap in and review the WSUS settings are being configured.&amp;nbsp; If they are not, another GPO may have the WSUS settings set to "disabled" instead of "not configured".&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Review Log files.&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Stop and start the "Automatic Updates" and "Background Intelligent Transfer Service"services and then review the log files after a few minutes (remember, things do not happen instantly).&amp;nbsp; The log files should indicate what updates are required and will be installed&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1385812" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/muaddib/archive/tags/Reference/default.aspx">Reference</category><category domain="http://blogs.msdn.com/muaddib/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category></item><item><title>Roaming User Profiles</title><link>http://blogs.msdn.com/muaddib/archive/2006/12/30/roaming-user-profiles.aspx</link><pubDate>Sat, 30 Dec 2006 19:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1385799</guid><dc:creator>MuadDib</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/muaddib/comments/1385799.aspx</comments><wfw:commentRss>http://blogs.msdn.com/muaddib/commentrss.aspx?PostID=1385799</wfw:commentRss><description>&lt;P&gt;A couple of my customers use Roaming User Profiles (RUP) so that a user's desktop, files and settings follow them no matter which computer they happen to be setting at.&amp;nbsp; This is a very cool feature for users because no matter which computer they log onto they always have the look and feel.&amp;nbsp; I have been researching some issues decided to post the information here for future reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;314478&amp;nbsp;How to Create and Copy Roaming User Profiles in Windows XP&lt;BR&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;314478" mce_href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;314478"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;314478&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;227260&amp;nbsp;How a slow link is detected for processing user profiles and Group Policy&lt;BR&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;227260" mce_href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;227260"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;227260&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;227369 Default Behavior for Group Policy Extensions with Slow Link&lt;BR&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;[LN];227369" mce_href="http://support.microsoft.com/default.aspx?scid=kb;[LN];227369"&gt;http://support.microsoft.com/default.aspx?scid=kb;[LN];227369&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;221833 How to enable user environment debug logging in retail builds of Windows&lt;BR&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;[LN];221833" mce_href="http://support.microsoft.com/default.aspx?scid=kb;[LN];221833"&gt;http://support.microsoft.com/default.aspx?scid=kb;[LN];221833&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;RUP Issues Resolved by XP SP2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;816880 Roaming profiles may not unload after you use WMI on a Windows Server 2003-based computer or a Windows XP-based computer&lt;BR&gt;&lt;A href="http://support.microsoft.com/?kbid=816880" mce_href="http://support.microsoft.com/?kbid=816880"&gt;http://support.microsoft.com/?kbid=816880&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;819536 Roaming profiles are not saved when a user logs off a Microsoft Windows 2000-based computer or a Microsoft Windows XP-based computer&lt;BR&gt;&lt;A href="http://support.microsoft.com/?kbid=819536" mce_href="http://support.microsoft.com/?kbid=819536"&gt;http://support.microsoft.com/?kbid=819536&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;827878 The "Exclude directories in roaming profiles" policy stops working when you add paths&lt;BR&gt;&lt;A href="http://support.microsoft.com/?kbid=827878" mce_href="http://support.microsoft.com/?kbid=827878"&gt;http://support.microsoft.com/?kbid=827878&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;830464 Group Policy does not apply roaming profiles correctly if NTuser.dat and NTuser.pol files are not synchronized&lt;BR&gt;&lt;A href="http://support.microsoft.com/?kbid=830464" mce_href="http://support.microsoft.com/?kbid=830464"&gt;http://support.microsoft.com/?kbid=830464&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;840998 Changes to your roaming profile are lost when you log on to a Windows XP-based computer&lt;BR&gt;&lt;A href="http://support.microsoft.com/?kbid=840998" mce_href="http://support.microsoft.com/?kbid=840998"&gt;http://support.microsoft.com/?kbid=840998&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;321936 A roaming user profile does not upload successfully, and Event ID 1000 is logged in the application log in Windows 2000&lt;BR&gt;&lt;A href="http://support.microsoft.com/?kbid=321936" mce_href="http://support.microsoft.com/?kbid=321936"&gt;http://support.microsoft.com/?kbid=321936&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;831651 "The roaming profile cannot be found" error message when you log on to your network from a Windows XP-based computer&lt;BR&gt;&lt;A href="http://support.microsoft.com/?kbid=831651" mce_href="http://support.microsoft.com/?kbid=831651"&gt;http://support.microsoft.com/?kbid=831651&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Documentation&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;User Data and Settings Management (Great resource for RUP&amp;nbsp;Information)&lt;BR&gt;&lt;A href="http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/xpusrdat.mspx" mce_href="http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/xpusrdat.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/xpusrdat.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Group Policy Settings for Roaming User Profiles&lt;BR&gt;&lt;A href="http://technet2.microsoft.com/WindowsServer/en/library/8623052e-c21f-4fd9-a9a1-056779c2758f1033.mspx?mfr=true" mce_href="http://technet2.microsoft.com/WindowsServer/en/library/8623052e-c21f-4fd9-a9a1-056779c2758f1033.mspx?mfr=true"&gt;http://technet2.microsoft.com/WindowsServer/en/library/8623052e-c21f-4fd9-a9a1-056779c2758f1033.mspx?mfr=true&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;User Profiles and Folder Redirection FAQ&lt;BR&gt;&lt;A href="http://www.microsoft.com/technet/community/en-us/management/manage_faq.mspx" mce_href="http://www.microsoft.com/technet/community/en-us/management/manage_faq.mspx"&gt;http://www.microsoft.com/technet/community/en-us/management/manage_faq.mspx&lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1385799" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/muaddib/archive/tags/Reference/default.aspx">Reference</category></item><item><title>Enable Remote Desktop</title><link>http://blogs.msdn.com/muaddib/archive/2006/12/01/enable-remote-desktop.aspx</link><pubDate>Fri, 01 Dec 2006 15:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1183233</guid><dc:creator>MuadDib</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/muaddib/comments/1183233.aspx</comments><wfw:commentRss>http://blogs.msdn.com/muaddib/commentrss.aspx?PostID=1183233</wfw:commentRss><description>&lt;P&gt;Remote Desktop is one of the greatest features added to the&amp;nbsp;Windows operating system.&amp;nbsp; It enables you to&amp;nbsp;perform remote administration of servers from your desk or fix one of your kids computers from the couch.&amp;nbsp; Of course it's only great if it is enabled on the computer you are trying to access.&amp;nbsp; If you find yourself unable to connect to a remote computer because Remote Desktop has not been enabled you can enable it remotely by flipping a bit in the registry using regedt32.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Here's how:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Use&amp;nbsp;&lt;STRONG&gt;regedt32&lt;/STRONG&gt; to open the registry of the remote computer.&lt;/LI&gt;
&lt;LI&gt;Navigate to &lt;STRONG&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Change &lt;STRONG&gt;fDenyTSConnections&lt;/STRONG&gt; to 0x00 (0x01 disables).&amp;nbsp; If the key is not there create it.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;To enable Remote Assitance set &lt;STRONG&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\fAllowToGetHelp&lt;/STRONG&gt; to "1"&lt;/P&gt;
&lt;P&gt;This is old news to most of us in IT.&amp;nbsp; I posted here because&amp;nbsp;the information on the&amp;nbsp;reg key is hard locate when you need it.&amp;nbsp; I was on-site at a customer yesterday and spent 30 minutes trying to locate this in the Microsoft Knowledgebase without finding it.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1183233" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/muaddib/archive/tags/Time+Savers/default.aspx">Time Savers</category><category domain="http://blogs.msdn.com/muaddib/archive/tags/Reference/default.aspx">Reference</category></item><item><title>Remote Desktop Connection (akaTerminal Server) Keyboard Shortcuts</title><link>http://blogs.msdn.com/muaddib/archive/2006/10/13/remote-desktop-connection-akaterminal-server-keyboard-shortcuts.aspx</link><pubDate>Fri, 13 Oct 2006 18:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:822576</guid><dc:creator>MuadDib</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/muaddib/comments/822576.aspx</comments><wfw:commentRss>http://blogs.msdn.com/muaddib/commentrss.aspx?PostID=822576</wfw:commentRss><description>&lt;P&gt;I use Remote Desktop all day at work.&amp;nbsp;&amp;nbsp;It is especillay helpful when writing documentation.&amp;nbsp; One of the problems I always run into is trying to remember which keyboard short you can use to&amp;nbsp;capture a screen-shot in a TS session.&amp;nbsp;Since I had to dig these up&amp;nbsp; again today I decided to post them here where they are easy (for me) to find.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;Shortcut &amp;nbsp;key&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Description &lt;BR&gt;&lt;/STRONG&gt;ALT+PAGE &amp;nbsp;UP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Switches between programs from left to right. &lt;BR&gt;ALT+PAGE DOWN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Switches between programs from right to left. &lt;BR&gt;ALT+INSERT &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cycles through the programs in the order they were started. &lt;BR&gt;ALT+HOME &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; Displays the Start menu. &lt;BR&gt;CTRL+ALT+BREAK &amp;nbsp;&amp;nbsp; Switches the client between a window and full screen. &lt;BR&gt;CTRL+ALT+END &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Brings up the Windows Security dialog box. &lt;BR&gt;ALT+DELETE &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Displays the Windows menu.&amp;nbsp; &lt;BR&gt;CTRL+ALT+(-)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Places a snapshot of the active window, within the client, on the Terminal server clipboard &lt;BR&gt;&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;&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; (provides same functionality as pressing PrintScrn on a local computer.)&amp;nbsp; &lt;BR&gt;CTRL+ALT+(+) &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Places a snapshot of the entire client window area on the Terminal server clipboard &lt;BR&gt;&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;&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;(provides the same functionality as pressing ALT+PrintScrn on a local computer.)&amp;nbsp; &lt;/P&gt;
&lt;P mce_keep="true"&gt;NOTE: for last two commands use the symbol on the numeric keypad without the ().&lt;BR&gt;keypad&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=822576" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/muaddib/archive/tags/Time+Savers/default.aspx">Time Savers</category><category domain="http://blogs.msdn.com/muaddib/archive/tags/Reference/default.aspx">Reference</category></item><item><title>Active Directory Troubleshooting Resources</title><link>http://blogs.msdn.com/muaddib/archive/2006/10/01/Active-Directory-Troubleshooting-Resources.aspx</link><pubDate>Sun, 01 Oct 2006 19:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:779687</guid><dc:creator>MuadDib</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/muaddib/comments/779687.aspx</comments><wfw:commentRss>http://blogs.msdn.com/muaddib/commentrss.aspx?PostID=779687</wfw:commentRss><description>&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT size=4&gt;Articles&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Troubleshooting Active Directory—Related DNS Problems&lt;BR&gt;&lt;A href="" mce_href=""&gt;http://blogs.msdn.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=NewPost&amp;amp;sectionid=7213&amp;amp;bpt=1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Troubleshooting Active Directory Replication Problems&lt;BR&gt;&lt;A href="http://technet2.microsoft.com/WindowsServer/en/library/4f504103-1a16-41e1-853a-c68b77bf3f7e1033.mspx" mce_href="http://technet2.microsoft.com/WindowsServer/en/library/4f504103-1a16-41e1-853a-c68b77bf3f7e1033.mspx"&gt;http://technet2.microsoft.com/WindowsServer/en/library/4f504103-1a16-41e1-853a-c68b77bf3f7e1033.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Additional Resources for Troubleshooting Active Directory&lt;BR&gt;&lt;A href="http://technet2.microsoft.com/WindowsServer/en/library/019a8a46-05eb-4969-b0e7-df48355184c11033.mspx" mce_href="http://technet2.microsoft.com/WindowsServer/en/library/019a8a46-05eb-4969-b0e7-df48355184c11033.mspx"&gt;http://technet2.microsoft.com/WindowsServer/en/library/019a8a46-05eb-4969-b0e7-df48355184c11033.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Repadmin Examples&lt;BR&gt;&lt;A href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/a103036b-5d82-4d99-8e61-23d434a8e6eb.mspx" mce_href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/a103036b-5d82-4d99-8e61-23d434a8e6eb.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/a103036b-5d82-4d99-8e61-23d434a8e6eb.mspx&lt;/A&gt; &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;How to configure Active Directory diagnostic event logging in Windows Server&lt;BR&gt;&lt;A href="http://support.microsoft.com/kb/314980/en-us"&gt;http://support.microsoft.com/kb/314980/en-us&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;332199 - Domain controllers do not demote gracefully when you use the Active Directory Installation Wizard to force demotion in Windows Server 2003 and in Windows 2000 Server&lt;BR&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;332199" mce_href="http://support.microsoft.com/default.aspx?scid=kb;en-us;332199"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;332199&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;216498 - How to remove data in Active Directory after an unsuccessful domain controller demotion&lt;BR&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;216498" mce_href="http://support.microsoft.com/default.aspx?scid=kb;en-us;216498"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;216498&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Troubleshooting "RPC Server is Unavailable" in Windows &lt;BR&gt;&lt;A href="http://support.microsoft.com/kb/224370/EN-US/" mce_href="http://support.microsoft.com/kb/224370/EN-US/"&gt;http://support.microsoft.com/kb/224370/EN-US/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;839880 How to troubleshoot RPC Endpoint Mapper errors in Windows Server 2003&lt;BR&gt;&lt;A href="http://support.microsoft.com/?id=839880" mce_href="http://support.microsoft.com/?id=839880"&gt;http://support.microsoft.com/?id=839880&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Improvements to Domain Controller Name Resolution in SP1&lt;BR&gt;&lt;A href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/Operations/43e6f617-fb49-4bb4-8561-53310219f997.mspx" mce_href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/Operations/43e6f617-fb49-4bb4-8561-53310219f997.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/Operations/43e6f617-fb49-4bb4-8561-53310219f997.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Useful shelf life of a system-state backup of Active Directory&lt;BR&gt;&lt;A href="http://support.microsoft.com/?id=216993" mce_href="http://support.microsoft.com/?id=216993"&gt;http://support.microsoft.com/?id=216993&lt;/A&gt; &lt;BR&gt;&amp;nbsp;&lt;BR&gt;Fixing Replication Lingering Object Problems (Event IDs 1388, 1988, 2042)&lt;BR&gt;&lt;A href="http://technet2.microsoft.com/WindowsServer/en/Library/4a1f420d-25d6-417c-9d8b-6e22f472ef3c1033.mspx" mce_href="http://technet2.microsoft.com/WindowsServer/en/Library/4a1f420d-25d6-417c-9d8b-6e22f472ef3c1033.mspx"&gt;http://technet2.microsoft.com/WindowsServer/en/Library/4a1f420d-25d6-417c-9d8b-6e22f472ef3c1033.mspx&lt;/A&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Event ID 2042: It has been too long since this machine replicated&lt;BR&gt;&lt;A href="http://technet2.microsoft.com/WindowsServer/en/Library/34c15446-b47f-4d51-8e4a-c14527060f901033.mspx" mce_href="http://technet2.microsoft.com/WindowsServer/en/Library/34c15446-b47f-4d51-8e4a-c14527060f901033.mspx"&gt;http://technet2.microsoft.com/WindowsServer/en/Library/34c15446-b47f-4d51-8e4a-c14527060f901033.mspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Best Practices for Adding Domain Controllers in Remote Sites&lt;BR&gt;&lt;A href="http://technet2.microsoft.com/WindowsServer/en/Library/6405bc5f-b8bf-449e-b11a-f116d22f858a1033.mspx" mce_href="http://technet2.microsoft.com/WindowsServer/en/Library/6405bc5f-b8bf-449e-b11a-f116d22f858a1033.mspx"&gt;http://technet2.microsoft.com/WindowsServer/en/Library/6405bc5f-b8bf-449e-b11a-f116d22f858a1033.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;279156 - The Effects of Setting the File System Policy on a Disk Drive or Folder Replicated by the File Replication Service&lt;BR&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;279156" mce_href="http://support.microsoft.com/default.aspx?scid=kb;en-us;279156"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;279156&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Recommendations for managing Group Policy administrative template (.adm) files&lt;BR&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;816662" mce_href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;816662"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;816662&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Configuration and operational recommendations for the File Replication service in Windows Server 2003 and Windows 2000 Server&amp;nbsp; -&amp;nbsp; &lt;A href="http://support.microsoft.com/Default.aspx?kbid=840675" mce_href="http://support.microsoft.com/Default.aspx?kbid=840675"&gt;http://support.microsoft.com/Default.aspx?kbid=840675&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;185786 - Recommended Practices for WINS&lt;BR&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;185786" mce_href="http://support.microsoft.com/default.aspx?scid=kb;en-us;185786"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;185786&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;How to configure an authoritative time server in Windows Server 2003&lt;BR&gt;&lt;A href="http://support.microsoft.com/kb/816042" mce_href="http://support.microsoft.com/kb/816042"&gt;http://support.microsoft.com/kb/816042&lt;/A&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT size=4&gt;Tools&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Repadmin Examples&lt;BR&gt;&lt;A href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/a103036b-5d82-4d99-8e61-23d434a8e6eb.mspx" mce_href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/a103036b-5d82-4d99-8e61-23d434a8e6eb.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/a103036b-5d82-4d99-8e61-23d434a8e6eb.mspx&lt;/A&gt; &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Active Directory Management Tools&lt;BR&gt;&lt;A href="http://technet2.microsoft.com/WindowsServer/en/library/4b9fbbc8-2b3d-4758-85c7-b08caf6583eb1033.mspx" mce_href="http://technet2.microsoft.com/WindowsServer/en/library/4b9fbbc8-2b3d-4758-85c7-b08caf6583eb1033.mspx"&gt;http://technet2.microsoft.com/WindowsServer/en/library/4b9fbbc8-2b3d-4758-85c7-b08caf6583eb1033.mspx&lt;/A&gt; &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Description of the DNSLint utility&lt;BR&gt;&lt;A href="http://support.microsoft.com/?kbid=321045" mce_href="http://support.microsoft.com/?kbid=321045"&gt;http://support.microsoft.com/?kbid=321045&lt;/A&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;USing NSlookup.exe&lt;BR&gt;&lt;A href="http://support.microsoft.com/?kbid=200525" mce_href="http://support.microsoft.com/?kbid=200525"&gt;http://support.microsoft.com/?kbid=200525&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;NBLookup.exe command-line tool&lt;BR&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;830578" mce_href="http://support.microsoft.com/default.aspx?scid=kb;en-us;830578"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;830578&lt;/A&gt; &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Windows Server 2003 Resource Kit Tools&lt;BR&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;amp;displaylang=en&lt;/A&gt; &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT size=4&gt;Documentation&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Active Directory Daily Operations Guide&lt;BR&gt;&lt;A href="http://www.microsoft.com/resources/documentation/msa/edc/all/solution/en-us/pak/sog/edcops08.mspx" mce_href="http://www.microsoft.com/resources/documentation/msa/edc/all/solution/en-us/pak/sog/edcops08.mspx"&gt;http://www.microsoft.com/resources/documentation/msa/edc/all/solution/en-us/pak/sog/edcops08.mspx&lt;/A&gt;&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=779687" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/muaddib/archive/tags/Reference/default.aspx">Reference</category><category domain="http://blogs.msdn.com/muaddib/archive/tags/Active+Directory/default.aspx">Active Directory</category></item><item><title>DNS - Windows Server 2003 DNS</title><link>http://blogs.msdn.com/muaddib/archive/2006/09/30/DNS-_2D00_-Windows-Server-2003-DNS.aspx</link><pubDate>Sun, 01 Oct 2006 06:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:778950</guid><dc:creator>MuadDib</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/muaddib/comments/778950.aspx</comments><wfw:commentRss>http://blogs.msdn.com/muaddib/commentrss.aspx?PostID=778950</wfw:commentRss><description>&lt;P&gt;One of the problems I run into with DNS is I have trouble remembering what a working DNS looks like if I have not worked with it in&amp;nbsp;a while.&amp;nbsp; The attached screen shots show the DNS configuration of a Window Server 2003&amp;nbsp;installed as a new forest.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://s105201300.onlinehome.us/msdnblog/root_new2003_forest_msdcs.JPG" target=browse mce_href="http://s105201300.onlinehome.us/msdnblog/root_new2003_forest_msdcs.JPG"&gt;Forest Wide MSDCS Zone&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://s105201300.onlinehome.us/msdnblog/root_new2003_folders.JPG" target=browse mce_href="http://s105201300.onlinehome.us/msdnblog/root_new2003_folders.JPG"&gt;Root Domain Folders&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://s105201300.onlinehome.us/msdnblog/root_new2003_msdcs.JPG" target=browse mce_href="http://s105201300.onlinehome.us/msdnblog/root_new2003_msdcs.JPG"&gt;Root _MSDCS Zone&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://s105201300.onlinehome.us/msdnblog/child_new2003_folders.JPG" target=browse mce_href="http://s105201300.onlinehome.us/msdnblog/child_new2003_folders.JPG"&gt;Child Folders&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://s105201300.onlinehome.us/msdnblog/child_new2003_msdcs.JPG" target=browse mce_href="http://s105201300.onlinehome.us/msdnblog/child_new2003_msdcs.JPG"&gt;Child MSDCS Zone&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=778950" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/muaddib/archive/tags/Reference/default.aspx">Reference</category><category domain="http://blogs.msdn.com/muaddib/archive/tags/DNS/default.aspx">DNS</category></item><item><title>DNS - Windows 2000 DNS Upgraded to Windows 2003</title><link>http://blogs.msdn.com/muaddib/archive/2006/09/30/DNS-_2D00_-Windows-2000-DNS-Upgraded-to-Windows-2003.aspx</link><pubDate>Sun, 01 Oct 2006 05:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:778944</guid><dc:creator>MuadDib</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/muaddib/comments/778944.aspx</comments><wfw:commentRss>http://blogs.msdn.com/muaddib/commentrss.aspx?PostID=778944</wfw:commentRss><description>&lt;P&gt;One of the problems I run into with DNS is I have trouble remembering what a working DNS looks like if I have not worked with it in&amp;nbsp;a while.&amp;nbsp; The attached screen shots show the DNS configuration of a Window Server 2003 DNS that was upgraded from a Windows 2000 DNS.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;There are examples from the root domain and one child domain.&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://s105201300.onlinehome.us/msdnblog/root_2000UP2003_folders.jpg" target=browse mce_href="http://s105201300.onlinehome.us/msdnblog/root_2000UP2003_folders.jpg"&gt;Root Domain Folders&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://s105201300.onlinehome.us/msdnblog/root_2000UP2003_msdcs.jpg" target=browse mce_href="http://s105201300.onlinehome.us/msdnblog/root_2000UP2003_msdcs.jpg"&gt;Root _MSDCS Zone&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://s105201300.onlinehome.us/msdnblog/child_2000UP2003_folders.jpg" target=browse mce_href="http://s105201300.onlinehome.us/msdnblog/child_2000UP2003_folders.jpg"&gt;Child Folders&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://s105201300.onlinehome.us/msdnblog/child_2000UP2003_msdcs.jpg" target=browse mce_href="http://s105201300.onlinehome.us/msdnblog/child_2000UP2003_msdcs.jpg"&gt;Child _MSDCS Zone&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=778944" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/muaddib/archive/tags/Reference/default.aspx">Reference</category><category domain="http://blogs.msdn.com/muaddib/archive/tags/DNS/default.aspx">DNS</category></item></channel></rss>