<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.11.5 (http://www.squarespace.com/) on Fri, 30 Jul 2010 04:40:16 GMT--><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>Ryan Boswell's blog</title><link>http://blogs.ameriteach.com/ryan-boswell/</link><description></description><lastBuildDate>Tue, 21 Oct 2008 14:58:57 +0000</lastBuildDate><copyright></copyright><language>en-US</language><generator>Squarespace Site Server v5.11.5 (http://www.squarespace.com/)</generator><item><title>Remote Server Administration Tools for Vista</title><category>5199</category><category>6416</category><category>Server 2008</category><category>Vista</category><dc:creator>Ryan Boswell</dc:creator><pubDate>Tue, 21 Oct 2008 14:41:17 +0000</pubDate><link>http://blogs.ameriteach.com/ryan-boswell/2008/10/21/remote-server-administration-tools-for-vista.html</link><guid isPermaLink="false">101217:906135:2452896</guid><description><![CDATA[<P>If you want to manage your Windows Server 2003 or Windows Server 2008 servers from a Vista workstation you need to install the Remote Server Administration Tools (RSAT). These tools are the equivalent to the Admin Pack used by Windows XP and Windows 2000. This requires that Vista has been upgraded to Service Pack 1. To download the tools for the 32 bit version of Vista, go <A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=9FF6E897-23CE-4A36-B7FC-D52065DE9960&amp;displaylang=en">here</A>. For the 64 bit version of Vista, go <A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D647A60B-63FD-4AC5-9243-BD3C497D2BC5&amp;displaylang=en">here</A>.</P>
<P>This information pertains to the following courses:</P>
<ul>
<li><A href="http://www.ameriteach.com/courses/s_6416B.html">Course 6416: Updating your Infrastructure and Active Directory Technology Skills to Windows Server 2008</A></li>
<li><A href="http://www.ameriteach.com/courses/s_5199.html">Course 5199: Accelerated Vista Training</A></li>
</ul>]]></description><wfw:commentRss>http://blogs.ameriteach.com/ryan-boswell/rss-comments-entry-2452896.xml</wfw:commentRss></item><item><title>WINS Replication Script</title><category>2277</category><dc:creator>Ryan Boswell</dc:creator><pubDate>Thu, 20 Mar 2008 16:43:48 +0000</pubDate><link>http://blogs.ameriteach.com/ryan-boswell/2008/3/20/wins-replication-script.html</link><guid isPermaLink="false">101217:906135:1701307</guid><description><![CDATA[<P editor_id="mce_editor_0">Automating the creation of WINS Replication partners can be accomplished with NETSH. This comes in handy in a scenario where you need to set up a replication partner at a remote location, and the local administrator does not have the expertise to configure the partner manually. Setting up this script is fairly straightforward by using the "add partner" command. Here is the syntax from the Microsoft help file:</P>
<P>&nbsp;</P>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px" editor_id="mce_editor_0">
<H4>add partner</H4>
<DIV class=intro>
<P>Adds a replication partner to the list of replication partners on the specified WINS server.</P></DIV>
<H5>Syntax</H5>
<DIV class=intro>
<P><B>add partner</B> [<B>Server=</B>]<I>IPAddress</I> [[<B>NetBIOS=</B>]<I>ServerNetBIOSName</I>] [[<B>Type=</B>]{<B>0</B> | <B>1</B> | <B>2</B>}]</P></DIV>
<H5>Parameters</H5>
<DIV class=intro>
<DIV class=definitionList>
<DIV class=definitionListItem>
<DIV class=term>[ <B>Server=</B>] <I>IPAddress</I></DIV>
<DIV class=definition>Required. Specifies the replication partner to add to the WINS server. Identifies the partner server by IP address.</DIV></DIV>
<DIV class=definitionListItem>
<DIV class=term>[ <B>NetBIOS=</B>] <I>ServerNetBIOSName</I></DIV>
<DIV class=definition>Specifies the replication partner to add to the WINS server. Identifies the partner server by NetBIOS name.</DIV></DIV>
<DIV class=definitionListItem>
<DIV class=term>[ <B>Type=</B>]{ <B>0</B>| <B>1</B>| <B>2</B>} </DIV>
<DIV class=definition>Indicates the type of partner to add: <B>0</B>-Pull, <B>1</B>-Push, <B>2</B>-Both (default).</DIV></DIV></DIV></DIV>
<H5>Remarks</H5>
<DIV class=intro>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD class=listBullet vAlign=top>•</TD>
<TD class=listItem>
<P>If the IP address does not resolve, the NetBIOS name parameter is used to create the partner record. Otherwise, the NetBIOS parameter is not used.</P></TD></TR></TBODY></TABLE></DIV>
<H5>Examples</H5>
<DIV class=intro>
<P>In the following example, this command adds a push/pull replication partner with an IP address of 10.2.2.2 to the current WINS server.</P>
<P editor_id="mce_editor_0"><B>add partner 10.2.2.2</B></P>
<P editor_id="mce_editor_0"><STRONG></STRONG>&nbsp;</P></DIV></BLOCKQUOTE>
<P dir=ltr editor_id="mce_editor_0">For example, if I wanted to create a Push\Pull replication partnership with a server named Server1 that has 10.10.0.1 as an IP Address, the command would look something like this:</P>
<P dir=ltr editor_id="mce_editor_0">netsh wins server add partner 10.10.0.1&nbsp; Server1 2</P>
<P dir=ltr editor_id="mce_editor_0">&nbsp;</P>
<P>This information pertains to the following courses:</P>
<UL>
<LI>
<DIV><A class="" href="http://www.ameriteach.com/courses/s_2277.html" mce_real_href="http://www.ameriteach.com/courses/s_2277.html"><U><FONT style="COLOR: #0066cc" color=#0066cc editor_id="mce_editor_0">Course 2277: Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure: Network Services</FONT></U></A></DIV></LI></UL>]]></description><wfw:commentRss>http://blogs.ameriteach.com/ryan-boswell/rss-comments-entry-1701307.xml</wfw:commentRss></item><item><title>DHCP: Migrate database from Windows 2000 to Windows Server 2003</title><category>2277</category><dc:creator>Ryan Boswell</dc:creator><pubDate>Tue, 18 Mar 2008 16:05:47 +0000</pubDate><link>http://blogs.ameriteach.com/ryan-boswell/2008/3/18/dhcp-migrate-database-from-windows-2000-to-windows-server-20.html</link><guid isPermaLink="false">101217:906135:1695934</guid><description><![CDATA[<p>If you are moving your DHCP Server from Windows 2000 to Windows Server 2003, you can migrate the existing database without re-creating it on the new server. This is done by simply exporting the database from the Windows 2000 server, installing DHCP on the Windows Server 2003 server, and then importing the database. The details on this process can be found <a href="http://support.microsoft.com/kb/325473">here</a>. Note that these steps also apply when migrating from a Windows NT DHCP server. </p><p>&nbsp;</p><p>This information pertains to the following courses:</p><ul><li><div><a href="http://www.ameriteach.com/courses/s_2277.html"><u><font style="color: #0066cc" color="#0066cc">Course 2277: Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure: Network Services</font></u></a></div></li></ul>]]></description><wfw:commentRss>http://blogs.ameriteach.com/ryan-boswell/rss-comments-entry-1695934.xml</wfw:commentRss></item><item><title>Custom ZTI and LTI settings</title><category>5105</category><dc:creator>Ryan Boswell</dc:creator><pubDate>Wed, 03 Oct 2007 15:15:33 +0000</pubDate><link>http://blogs.ameriteach.com/ryan-boswell/2007/10/3/custom-zti-and-lti-settings.html</link><guid isPermaLink="false">101217:906135:1291793</guid><description><![CDATA[<p>A ZTI or LTI installation can be customized by editing the customsettings.ini file, which can be accessed through the&nbsp;Deployment Point&nbsp;&nbsp;properties in the BDD 2007 Deployment Workbench. You can find a reference for the available customization settings <a href="http://www.microsoft.com/technet/desktopdeployment/bdd/enterprise/ZTIDFTGuide_13.mspx">here</a>.</p><p>&nbsp;</p><p>This information pertains to the following courses:</p><p><a href="http://www.ameriteach.com/courses/s_5105.html"><u><font style="color: #800080" color="#800080">Course&nbsp;5105: Deploying Windows Vista Business Desktop</font></u></a></p>]]></description><wfw:commentRss>http://blogs.ameriteach.com/ryan-boswell/rss-comments-entry-1291793.xml</wfw:commentRss></item><item><title>Demand-dial VPN router</title><category>2277</category><dc:creator>Ryan Boswell</dc:creator><pubDate>Wed, 12 Sep 2007 16:52:21 +0000</pubDate><link>http://blogs.ameriteach.com/ryan-boswell/demand-dial-vpn-router.html</link><guid isPermaLink="false">101217:906135:1254487</guid><description><![CDATA[<P>Setting up a demand-dial VPN router can be tricky. The Microsoft Technet website walks through the steps in a fictional scenario, which can be accessed <A class="" href="http://technet2.microsoft.com/windowsserver/en/library/22aa0206-2cbd-4c79-bedd-8e52b93159931033.mspx?mfr=true" mce_real_href="http://technet2.microsoft.com/windowsserver/en/library/22aa0206-2cbd-4c79-bedd-8e52b93159931033.mspx?mfr=true">here</A>. </P>
<P>&nbsp;</P>
<P>This information pertains to the following courses:</P>
<UL>
<LI editor_id="mce_editor_0">
<DIV><A class="" href="http://www.ameriteach.com/courses/s_2277.html" mce_real_href="http://www.ameriteach.com/courses/s_2277.html"><U><FONT color=#0066cc editor_id="mce_editor_0">Course 2277: Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure: Network Services</FONT></U></A></DIV></LI></UL>]]></description><wfw:commentRss>http://blogs.ameriteach.com/ryan-boswell/rss-comments-entry-1254487.xml</wfw:commentRss></item><item><title>New Features with Certificate Services</title><category>2823</category><dc:creator>Ryan Boswell</dc:creator><pubDate>Tue, 21 Aug 2007 14:56:16 +0000</pubDate><link>http://blogs.ameriteach.com/ryan-boswell/2007/8/21/new-features-with-certificate-services.html</link><guid isPermaLink="false">101217:906135:1217351</guid><description><![CDATA[<p>Certificate Services in Windows Server 2003 has been renamed to Active Directory Certificate Services in Windows Server 2008. There are several new features. You can download a white paper <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9bf17231-d832-4ff9-8fb8-0539ba21ab95&displaylang=en">here</a> that covers these new features.</p><p>&nbsp;</p><p>This information pertains to the following courses:</p><p><u><a href="http://www.ameriteach.com/courses/s_2823.html">Course 2823: Implementing and Administering Security in a Microsoft Windows Server 2003 Network</a></u></p>]]></description><wfw:commentRss>http://blogs.ameriteach.com/ryan-boswell/rss-comments-entry-1217351.xml</wfw:commentRss></item><item><title>Offline WSUS Server</title><dc:creator>Ryan Boswell</dc:creator><pubDate>Tue, 31 Jul 2007 16:22:05 +0000</pubDate><link>http://blogs.ameriteach.com/ryan-boswell/offline-wsus-server.html</link><guid isPermaLink="false">101217:906135:1175451</guid><description><![CDATA[I had a question in class today about setting up an offline WSUS Server. In order to do this, you must first pull the content down using an online WSUS Server and then manually move the content to the offline server. The directions on how to set this up can be found <A class="" href="http://technet2.microsoft.com/windowsserver/en/library/4696c613-66f3-483d-8ea9-66bcca74730e1033.mspx?mfr=true" mce_real_href="http://technet2.microsoft.com/windowsserver/en/library/4696c613-66f3-483d-8ea9-66bcca74730e1033.mspx?mfr=true">here</A>.]]></description><wfw:commentRss>http://blogs.ameriteach.com/ryan-boswell/rss-comments-entry-1175451.xml</wfw:commentRss></item><item><title>BitLocker recovery key - Active Directory</title><category>Vista</category><dc:creator>Ryan Boswell</dc:creator><pubDate>Wed, 23 May 2007 21:16:30 +0000</pubDate><link>http://blogs.ameriteach.com/ryan-boswell/2007/5/23/bitlocker-recovery-key-active-directory.html</link><guid isPermaLink="false">101217:906135:1068561</guid><description><![CDATA[<P>If you need to recover a computer that has been encrypted with BitLocker, you are required to enter a recovery key. This key is created when you first enable BitLocker. The following are options for storing this recovery key:</P>
<UL>
<LI editor_id="mce_editor_0">Save the key to file</LI>
<LI editor_id="mce_editor_0">Store the key on a USB drive</LI>
<LI>Print the key</LI>
<LI editor_id="mce_editor_0">Save the key to Active Directory</LI></UL>
<P editor_id="mce_editor_0">To use the Active Directory option, you must be running Windows Server 2003 SP1 or higher on your domain controllers. The reason for this is that storing the BitLocker recovery keys in Active Directory requires Schema extensions. The preparation steps can be found <A class="" href="http://technet2.microsoft.com/WindowsVista/en/library/3dbad515-5a32-4330-ad6f-d1fb6dfcdd411033.mspx?mfr=true" mce_real_href="http://technet2.microsoft.com/WindowsVista/en/library/3dbad515-5a32-4330-ad6f-d1fb6dfcdd411033.mspx?mfr=true">here</A>.</P>
<P editor_id="mce_editor_0">&nbsp;</P>
<P>This information pertains to the following courses:</P>
<P editor_id="mce_editor_0"><A class="" href="http://www.ameriteach.com/courses/s_5118.html" mce_real_href="http://www.ameriteach.com/courses/s_5118.html"><U><FONT color=#800080>Course 5118: Maintaining and Troubleshooting Windows Vista Computers</FONT></U></A></P>]]></description><wfw:commentRss>http://blogs.ameriteach.com/ryan-boswell/rss-comments-entry-1068561.xml</wfw:commentRss></item><item><title>Install WindowsRE to the hard drive</title><dc:creator>Ryan Boswell</dc:creator><pubDate>Wed, 23 May 2007 18:47:18 +0000</pubDate><link>http://blogs.ameriteach.com/ryan-boswell/2007/5/23/install-windowsre-to-the-hard-drive.html</link><guid isPermaLink="false">101217:906135:1068360</guid><description><![CDATA[<P editor_id="mce_editor_0">WindowsRE is the new recovery environment for Windows Vista that essentially replaces the Recovery Console. A question came up in class today as to whether you can install WindowsRE as a dual-boot option with Windows Vista. It turns out you can. The instructions on how to do this are posted at the WindowsRE MSDN blog, and can be found <A class="" href="http://blogs.msdn.com/winre/default.aspx" mce_real_href="http://blogs.msdn.com/winre/default.aspx">here</A>.</P>
<P>This information pertains to the following courses:</P>
<P editor_id="mce_editor_0"><A class="" href="http://www.ameriteach.com/courses/s_5118.html" mce_real_href="http://www.ameriteach.com/courses/s_5118.html"><U><FONT color=#800080>Course 5118: Maintaining and Troubleshooting Windows Vista Computers</FONT></U></A></P>]]></description><wfw:commentRss>http://blogs.ameriteach.com/ryan-boswell/rss-comments-entry-1068360.xml</wfw:commentRss></item><item><title>BCDEdit (RIP Boot.ini)</title><category>Vista</category><dc:creator>Ryan Boswell</dc:creator><pubDate>Wed, 23 May 2007 18:33:25 +0000</pubDate><link>http://blogs.ameriteach.com/ryan-boswell/2007/5/23/bcdedit-rip-bootini.html</link><guid isPermaLink="false">101217:906135:1068355</guid><description><![CDATA[<P>In Windows XP, if you wanted to control the boot behavior of your computer, you would edit the boot.ini file. By editing this file, you could control dual boot behavior, such as the default operating system and how many seconds you see the selection screen to choose an operating system. When a Windows XP computer would boot, the NTLDR would load the operating system based on the options you set in the boot.ini. </P>
<P editor_id="mce_editor_0">Windows Vista no longer uses a boot.ini file (or, for that matter, NTLDR). Instead, bootmgr.exe (the NTLDR replacement) reads configuration data from the Boot Configuration Database (BCD). BCD options can be modified from the command line using bcdedit.exe. Syntax for this command can be found <A class="" href="http://technet2.microsoft.com/windowsserver2008/en/library/ab2da47d-3aac-44a0-b7fd-bd9561d615531033.mspx?mfr=true" mce_real_href="http://technet2.microsoft.com/windowsserver2008/en/library/ab2da47d-3aac-44a0-b7fd-bd9561d615531033.mspx?mfr=true">here</A>. If you want a GUI tool to edit the BCD, NeoSmart provides EasyBCD, which can be downloaded <A class="" href="http://neosmart.net/dl.php?id=1" mce_real_href="http://neosmart.net/dl.php?id=1">here</A>. EasyBCD allows you to change the same configuration settings as bcdedit with an interface that is easier to use.</P>
<P>This information pertains to the following courses:</P>
<P editor_id="mce_editor_0"><A class="" href="http://www.ameriteach.com/courses/s_5118.html" mce_real_href="http://www.ameriteach.com/courses/s_5118.html">Course 5118: Maintaining and Troubleshooting Windows Vista Computers</A></P>]]></description><wfw:commentRss>http://blogs.ameriteach.com/ryan-boswell/rss-comments-entry-1068355.xml</wfw:commentRss></item></channel></rss>