<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Blog of Todd &#187; 70-646 Exam Study Guide</title>
	<atom:link href="http://www.toddlamothe.com/study-guide/70-646-exam/feed" rel="self" type="application/rss+xml" />
	<link>http://www.toddlamothe.com</link>
	<description>Deployment &#38; Network Administration</description>
	<lastBuildDate>Fri, 10 Sep 2010 06:48:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Windows Server Administration 70-646 &#8211; Chapter 3 Lesson 1 &#8211; Active Directory</title>
		<link>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70646-chapter-3-lesson-1-active-directory.htm</link>
		<comments>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70646-chapter-3-lesson-1-active-directory.htm#comments</comments>
		<pubDate>Tue, 24 Mar 2009 01:00:00 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[70-646 Exam Study Guide]]></category>
		<category><![CDATA[70-646]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[Domain Function Levels]]></category>
		<category><![CDATA[Forest Functional Levels]]></category>
		<category><![CDATA[Forest Level Trusts]]></category>
		<category><![CDATA[Study Notes]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/?p=481</guid>
		<description><![CDATA[These are my exam preparation notes for chapter 3 lesson 1 of the Microsft Exam: 70-646: PRO: Windows Server Administration using the Microsoft Press book, MCITP Exam Prep 70-646: Windows Server Administration; ISBN: 0735625107. The topic is Active Directory.]]></description>
			<content:encoded><![CDATA[<p>Back from March break, hope yours was as good as mine. Lets get back to studying.</p>
<h2><strong>Windows Server 2008 Active Directory</strong></h2>
<p>This lesson covers new and enhanced features of AD in Windows Server 2008. It doesn’t cover the general day to day tasks which as an experienced System Administrator, you already know.</p>
<h6><a href="http://www.amazon.ca/gp/product/0735625107?ie=UTF8&amp;tag=todsyspag-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=0735625107"><img title="mcitp-self-paced-training-kit-exam-70-646-windows-server-2008-administrator" src="http://www.toddlamothe.com/wordpress/wp-content/uploads/2009/03/mcitp-self-paced-training-kit-exam-70-646-windows-server-2008-administrator-150x150.jpg" alt="Microsoft Press MCITP Self Paced Training Kit exam 70 646 Windows Server 2008 Administration" width="86" height="86" /></a></h6>
<h3><strong>Introducing Windows Server 2008 Active Directory Server Role</strong></h3>
<h4><strong>What’s new:</strong></h4>
<ul>
<li>Read-Only Domain Controllers</li>
<li>New Enhanced Tools and Wizards</li>
<li>Fine-grain Security Policies</li>
<li>Restartable AD DS</li>
<li>AD DS Data Mining Tool</li>
<li>Auditing Enhancements</li>
</ul>
<h4><strong>Planning and Information on RODCs</strong></h4>
<p>Read only domain controllers are domain controllers you may install in areas where physical security is not guaranteed. Think a branch office where multiple people can access the server. Before you may have had a WAN connection to the branch office with the Domain Controller in the head office. If the WAN connection failed then the users on the other end were in trouble; RODCs address this problem. You need a writeable Windows Server 2008 in the domain. Your forest functional level and domain function level must be Windows Server 2003. When a user logs into the network on the remote end, the first login is authenticated across the WAN, but the RODC pulls that information to its machine so the subsequent logins are served by the RODC. You can also create Password Replication Policies which will control which passwords get cached on the RODC. You can delegate management (non-admin access) of the RODC to a local user. Finally, RODCs do not support client updates on DNS and does not register NS resource records. When a clients wants to update is DNS records against an RODC, the RODC points the client to a writeable DC.</p>
<h4><strong>Utilizing wizard Enhancements</strong></h4>
<p>A new option for dcpromo is a the /adv mode. The advanced mode allows you to select the source DC for the installation. You can also use backup media from an existing DC to cut down on network traffic on the initial replication. You can create a new domain tree and change the default NetBIOS name. You can set forest and domain functional levels when you create new forest or domain. You can configure the Password Replication Policy for an RODC. Another change is the selection of existing domain names instead typing. When creating a answer file password=* will make the system prompt instead of having a password stored in clear text in the answer file.</p>
<h4><strong>Delegating RODC Installation</strong></h4>
<p>You can have part of the RODC done at the HQ then have a branch user who is delegated authority to complete the task. A user with delegated authority can complete the task by running <em>dcpromo /UseExistingAccount:Attach</em>.</p>
<h4><strong>Utilizing MMC Enhancements</strong></h4>
<p>There are some enhancements. A find command has been added to the toolbar and action menu. You can easily discover which site a DC is in now. You can also use the MMC to determine which passwords have been sent to a RODC.</p>
<h4><strong>Planning Fine-Grained Password and Account Lockout Policies</strong></h4>
<p>I showed this in my presentation last February to the OWSUG. Fine grained passwords need a domain functional level of Windows Server 2008. Its best to create a group and change the settings on the group to what you want for your password policies (You can’t apply it to a GPO, user or group only). The tool you use to change the settings is either ADSIEdit or create an LDF file with the settings and then use ldifde command.</p>
<h4><strong>Planning the Use of the Data Mining Tool</strong></h4>
<p>You can create snapshots of your AD using dsamain.exe. You can use a LDAP tool to view the snapshot. Data mining will help you develop a backup and recovery plan for your AD data.</p>
<h4><strong>Planning AD DS Auditing</strong></h4>
<p>Windows Server 2008 turns on Audit Directory Service Access by default. Auditing in Windows Server 2008 has new levels, detailed or normal. Event IDs 5136 – Modify, 5137 – Create, 5138 – Undelete, 5139 – Move.</p>
<h3><strong> </strong></h3>
<h3><strong>Planning Domain and Forest Functionality</strong></h3>
<p>Remember you can raise the functional level of a domain but it is almost impossible to lower them.</p>
<h4><strong>Domain Functional Level Considerations</strong></h4>
<p>Windows 2008 Server supports the following levels:</p>
<ul>
<li>Windows 2000 Native</li>
<li>Windows Server 2003</li>
<li>Windows Server 2008</li>
</ul>
<p> </p>
<table border="1" cellspacing="0" cellpadding="2" width="400" summary="Supported DCs by Domain Functional Level">
<tbody>
<tr>
<th width="200" valign="top" scope="col">Domain Functional Level</th>
<th width="198" valign="top" scope="col">Supported DCs</th>
</tr>
<tr>
<td width="200" valign="top">Windows 2000 Native</td>
<td width="198" valign="top">Windows 2000 Server<br />
Windows Server 2003<br />
Windows Server 2008</td>
</tr>
<tr>
<td width="200" valign="top">Windows Server 2003</td>
<td width="198" valign="top">Windows Server 2003<br />
Windows Server 2008</td>
</tr>
<tr>
<td width="200" valign="top">Windows Server 2008</td>
<td width="199" valign="top">Windows Server 2008</td>
</tr>
</tbody>
</table>
<p> </p>
<p>Not covered was the domain mode (Windows 2003 interim) which allows an upgrade from Windows NT straight to Windows Server 2003.</p>
<p>Be sure to check out the table on page 153 of the book and remember some of the features of each of the levels. Remember to change a domain name, you need to be at a Windows Server 2003 level. For fine grained password policies, the level needs to be Windows Server 2008.</p>
<h4><strong>Forest Functional Level Considerations</strong></h4>
<table border="1" cellspacing="0" cellpadding="2" width="400" summary="Supported DCs by Forest Functional Level">
<tbody>
<tr>
<th width="200" valign="top" scope="col">Forest Functional Level</th>
<th width="198" valign="top" scope="col">Supported DCs</th>
</tr>
<tr>
<td width="200" valign="top">Windows 2000</td>
<td width="198" valign="top">Windows NT 4.0<br />
Windows 2000 Server<br />
Windows Server 2003<br />
Windows Server 2008</td>
</tr>
<tr>
<td width="200" valign="top">Windows Server 2003</td>
<td width="198" valign="top">Windows Server 2003<br />
Windows Server 2008</td>
</tr>
<tr>
<td width="200" valign="top">Windows Server 2008</td>
<td width="199" valign="top">Windows Server 2008</td>
</tr>
</tbody>
</table>
<p>On page 155 of the book, another good chart describing what has changed between Windows 2000  and the Windows Server 2003 levels. There has been no change so far between Windows Server 2003 and the Windows Server 2008 levels.</p>
<h3><strong> </strong></h3>
<h3><strong>Forest Level Trusts</strong></h3>
<h4><strong>Trust Types</strong></h4>
<ul>
<li><strong>Shortcut Trust</strong> – Makes it quicker for authentication for users in one child domain who access resources in a different child domain.</li>
<li><strong>External Trust</strong> – When a domain needs requires a trust with a domain that doesn’t belong to the forest. For example, a Windows Server 2008 domain trusting a Windows NT domain.</li>
<li><strong>Realm Trust</strong> – A trust between a Windows Domain and a Unix realm.</li>
</ul>
<h4><strong>Creating Forest Trusts</strong></h4>
<p>Forest trusts are created in Active Directory Domains and Trusts from the admin tools. You need to connect to a DC in the forest root domain before creating the trust. Right click on the domain, click properties and go to the Trust tab. Click new to launch the wizard. You get the choice on type of trust and you can select one-way incoming, one-way outgoing and two-way. You then get the option of deciding your side of the trust or both. If you do both, you need to know the admin password for the other domain as well. After that, you can select Forest Wide authentication or Selective Authentication.</p>
<p>Whew, this was a big lesson and lots to digest. Spend significant amounts of time on this lesson as you can bet you will see a few questions on this subject on the exam. Active Directory is the bread and butter of Windows Server.</p>
<p>*Disclaimer:</p>
<p>My notes in helping me prepare for the <a href="http://www.microsoft.com/learning/en/us/exams/70-646.mspx">70-646 Exam, PRO: Windows Server 2008, Server Administrator</a> are just those, notes and I am trying to help highlight what is covered in the book, not replicate it. If you want to pass the exam, you will need more than just these notes to pass. I suggest you get a good book and get familiar with the product. The expectation is that you have about one year of experience with Windows 2008 Server (your mileage may vary) when writing this exam. The book I am using  for <a href="http://www.toddlamothe.com/certification/exam-70646-preparations-exam.htm">my preparation</a> and where I am drawing the information for these notes is the Microsoft Press book, <em><a href="http://www.amazon.ca/gp/product/0735625107?ie=UTF8&amp;tag=todsyspag-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=0735625107">MCITP Exam Prep 70-646: Windows Server Administration; ISBN: 0735625107</a></em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70646-chapter-3-lesson-1-active-directory.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server Administration 70-646 – Chapter 2 Lesson 2 &#8211; DNS</title>
		<link>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70646-chapter-2-lesson-2-dns.htm</link>
		<comments>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70646-chapter-2-lesson-2-dns.htm#comments</comments>
		<pubDate>Mon, 09 Mar 2009 13:00:04 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[70-646 Exam Study Guide]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/?p=410</guid>
		<description><![CDATA[These are my exam preparation notes for Chapter 2 Lesson 2 of Microsft Exam: 70-646: PRO: Windows Server Administration using the Microsoft Press book, MCITP Exam Prep 70-646: Windows Server Administration; ISBN: 0735625107. Tthe topic is DNS.]]></description>
			<content:encoded><![CDATA[<p>This lesson from the book covers configuring DNS.</p>
<h3>Goals of this lesson are:</h3>
<ul>
<li><em>List and explain Windows Server 2008 DNS features</em></li>
<li><em>List and explain Windows Server 2008 enhancements to DNS</em></li>
<li><em>Configure static IPv6 DNS records</em></li>
<li><em>Configure an IPv6 Reverse Lookup Zone</em></li>
<li><em>Administer DNS using the MMC snap-in and command-line tools</em></li>
</ul>
<h4><a href="http://www.amazon.ca/gp/product/0735625107?ie=UTF8&amp;tag=todsyspag-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=0735625107"><img class="size-thumbnail wp-image-414 alignleft" style="margin-left: 3px; margin-right: 3px;" title="mcitp-self-paced-training-kit-exam-70-646-windows-server-2008-administrator" src="http://www.toddlamothe.com/wordpress/wp-content/uploads/2009/03/mcitp-self-paced-training-kit-exam-70-646-windows-server-2008-administrator-150x150.jpg" alt="mcitp self paced training kit exam 70 646 windows server 2008 administrator 150x150 Windows Server Administration 70 646 – Chapter 2 Lesson 2   DNS" width="86" height="86" /></a></h4>
<h3><strong> </strong><strong>Using Windows Server 2008 DNS</strong></h3>
<h4><strong>Compliance and Support</strong></h4>
<p>Windows 2003 retains all the features introduced in Windows Server 2003. DNS is automatically installed if you install AD DS role and a DNS server that meets AD DS requirements cannot be found. Windows Server 2008 supports stub zones. Stub zones is a copy of a zone that only contains the records needed to identify the authoritative DNS servers for that zone. (I use stub zones for identifying records on my corporate forest from the library services forest.)</p>
<h4><strong>Zone Replication</strong></h4>
<p>DNS zones are replicated between DNS servers which helps for failover and load balancing. Prior to Windows Server 2003 a full zone transfer was required replicate any changes from the primary to the secondary DNS. Introduced in Windows Server 2003 is the ability to transfer only the delta changes. You can also restrict to which servers Zone transfers are allowed.</p>
<h4><strong>DNS Forwarders</strong></h4>
<p>DNS servers to which other DNS servers forward requests are known as forwarders. you have a few options to configuring. you can forward all unresolved requests to another DNS server or you can forward a selective request. (I.e., requests for domain tailspintoys.com is forwarded to a specific server)</p>
<h4><strong>Administering DNS</strong></h4>
<p>There is several ways to administer DNS. One way is to use DNS Manager MMC Gui, another way is to use the <em>dnscmd</em> tool. If you need to troubleshoot, use command like <em>nslookup</em> or <em>ipconfig </em>to help with resolving the problems.</p>
<h4><strong>DNS Records</strong></h4>
<p>Common IPv4 DNS records types include A, SOA, PTR, CNAME, NS, MX. A host record for a IPv6 is AAAA. If an IPv6 client cannot create its own record then you will need to by creating a AAAA record.</p>
<h3><strong>New DNS Features and Enhancements</strong></h3>
<ul>
<li>Background zone loading</li>
<li>Support for Read-Only Domain Controllers (RODCs)</li>
<li>Global Single Names</li>
<li>IPv6 support</li>
</ul>
<h4><strong>Background Zone Loading</strong></h4>
<p>This new feature allows Windows Server 2008 DNS servers to be available to resolve DNS requests sooner than Windows Server 2003 by loading zones in the background.</p>
<h4><strong>Supporting RODCs</strong></h4>
<p>Advised to be used where the physical security of the server cannot be secured. Only keeps a read only copy of the Active Directory partitions.</p>
<h4><strong>Using GlobalNames DNS Zone</strong></h4>
<p>While WINS is still available in Windows Server 2008, the suggested replacement for WINS is to use the GlobalNames zone. Not used for peer-to-peer name resolution.</p>
<h4><strong>Supporting IPv6 Addresses</strong></h4>
<p>Fully supported in Windows Server 2008.</p>
<h3><strong>Planning a DNS Infrastructure</strong></h3>
<h4><strong>Planning a DNS Namespace</strong></h4>
<ul>
<li>you can use a corporate namespace for both internal and external portions of the network.</li>
<li>you can use delegated namespaces to identify the internal namespace (Internal.tailspintoys.com). maximum length of a FQDN is 255 bytes, FQDNs for DCs  are limited to 155 bytes.</li>
<li>You can use completely seperate domain names for internal and external namespaces. tailspintoys.internal and external.tailspintoys.com</li>
</ul>
<h4><strong>Planning DNS Zone Type</strong></h4>
<p>This section talks about using Active Directory integrated zones for internal name resolution. You can also use standard primary zones where access to the AD database is seen as a security risk.  Secondary zones can be used in remote locations to speed up name resolution.</p>
<h4><strong>Planning DNS Forwarding</strong></h4>
<p>Use conditional forwarding if you want to have internal name resolution forwarded to a master server. You can also configure servers to forward internet name request to one server. Exam Tip – Forwarding servers rely on recursion.</p>
<p>Next lesson – <strong>Active Directory and Group Policy</strong></p>
<p><strong></strong></p>
<p>*Disclaimer:</p>
<p>My notes in helping me prepare for the <a title="Microsoft Learning 70-646 Exam Preperation Guide" href="http://www.microsoft.com/learning/en/us/exams/70-646.mspx" target="_blank">70-646 Exam, PRO: Windows Server 2008, Server Administrator</a> are just those, notes and I am trying to help highlight what is covered in the book, not replicate it. If you want to pass the exam, you will need more than just these notes to pass. I suggest you get a good book and get familiar with the product. The expectation is that you have about one year of experience with Windows 2008 Server (your mileage may vary) when writing this exam. The book I am using  for <a href="http://www.toddlamothe.com/certification/exam-70646-preparations-exam.htm">my preparation</a> and where I am drawing the information for these notes is the Microsoft Press book, <em><a title="MCITP Exam Prep 70-646: Windows Server Administration" href="http://www.amazon.ca/gp/product/0735625107?ie=UTF8&amp;tag=todsyspag-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=0735625107" target="_blank">MCITP Exam Prep 70-646: Windows Server Administration; ISBN: 0735625107</a></em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70646-chapter-2-lesson-2-dns.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server Administration 70-646 – Chapter 2 Lesson 1</title>
		<link>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70-646-chapter-2-lesson-1.htm</link>
		<comments>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70-646-chapter-2-lesson-1.htm#comments</comments>
		<pubDate>Mon, 02 Mar 2009 12:00:00 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[70-646 Exam Study Guide]]></category>
		<category><![CDATA[70-646]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[MCITP]]></category>
		<category><![CDATA[Study Guide]]></category>
		<category><![CDATA[Study Notes]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/certification/windows-server-administration-70-646-chapter-2-lesson-1.htm</guid>
		<description><![CDATA[These are my exam preparation notes for chapter 2 lesson 1 of the Microsft Exam: 70-646: PRO: Windows Server Administration using the Microsoft Press book, MCITP Exam Prep 70-646: Windows Server Administration; ISBN: 0735625107. The topic is IPv6.]]></description>
			<content:encoded><![CDATA[<p>This lesson covers IPv6 and its use in Windows Server 2008.</p>
<h3>Using IPv6 in Windows Server 2008</h3>
<h4>IPv6 Addresses problems in IPv4</h4>
<ul>
<li>Automatic Address Configuration – Stateful hosts use DHCPv6. Stateless hosts configure themselves.</li>
<li>Header Size – Non-essential and optional fields are found in extension headers.</li>
<li>Routing Table Size – Designed to be more efficient.</li>
<li>Network Level Security – IPSec is now mandatory.</li>
<li>Real Time Data Delivery – payload encryption does not affect QoS.</li>
<li>Removal of Broadcast Traffic – Neighbour discovery replaces ARP broadcasts, ICMPv4, Router Discovery and ICMPv4 redirect messages.</li>
<li>IPV6 Address Structure</li>
<li>IPv6 Address Syntax</li>
</ul>
<p>IPv6 is a 128-address divided into 16-bit boundaries. Each 16 bit block is converted to a 4 bit hex number and colons are used to separate the bits. Leading zeros can be removed and long sequences of zeros can be compressed. For example 21cd:0048:0000:0000:03ac:ae45:8e4c can be expressed as 21cd:48::3ac:ae45:8e4c</p>
<h4>IPv6 Address Prefix</h4>
<p>Like we do in IPv4 and express subnets as 192.168.12.0/24, we can also do this in IPv6 and would look like 21cd:53::/64</p>
<h4>IPv6 Address Types</h4>
<ul>
<li>Unicast</li>
<li>Multicast</li>
<li>Anycast</li>
</ul>
<h4>IPv6 Unicast Addresses</h4>
<ul>
<li>Global</li>
<li>Link-Local</li>
<li>Site-Local</li>
<li>Special</li>
<li>Network Service Access Point and Internet Packet Exchange mapped addresses</li>
</ul>
<h4>Planning an IPv4 to IPv6 Transition Strategy</h4>
<p>Those Strategies include:</p>
<ul>
<li>Dual Stack Transition</li>
<li>Configured Tunneling Transition</li>
<li>Automatic Tunneling</li>
<li>6to4</li>
<li>Teredo</li>
<li>Intra-Site Automatic Tunnel Addressing Protocol</li>
</ul>
<h4>Implementing IPv4-to-IPv6 Compatibility</h4>
<ul>
<li>IPv4 Compatible Address</li>
<li>IPv4 Mapped Address</li>
<li>Teredo Address</li>
<li>ISATAP Addresses</li>
</ul>
<h4>Using IPv6 Tools</h4>
<p>Ping works by specifying the IPv6 address. <em>IPconfig /all</em> will show you the IPv6 setting and IPv4 settings. Netsh interface ipv6 – ipv6 added to netsh interface commands specifies the IPv6 stack</p>
<h4>Configuring Clients through DHCPv6</h4>
<p>Configuring a DHCPv6 scope is very much the same as configuring an IPv4 DHCP scope. Page 87 of the book goes through a great description of configuring DHCPv6. Remember the 80/20 rule.</p>
<h4>Planning an IPv6 Network</h4>
<p>There are three steps to planning your IPv6 network. First step is to identify and analyze hardware requirements. Look at all the hardware you have and identify if it will all work with IPv6. If not, will you replace this hardware or continue to support the hardware.</p>
<p>The second step is to analyze software and application requirements. Does everything work with IPv6? If not, how will you support these applications?</p>
<p>Finally your last step is to document the requirements. How many sites are there, how should the prefix allocation be delegated, etc. These three steps will take a lot of time but once complete, you can draw up the project plan. Project planning isn’t covered in this lesson.</p>
<p>That’s all for Chapter 2, Lesson 1. There is a lot of information to digest there and for most of us, its relatively new and will take some time work through and understand it. Lesson 2 of the chapter covers Configuring DNS.</p>
<p>*Disclaimer:</p>
<p>My notes in helping me prepare for the <a title="Link to 70-646 Exam, PRO: Windows Server 2008, Server Administrator" rel="nofollow" href="http://www.microsoft.com/learning/en/us/exams/70-646.mspx" target="_blank">70-646 Exam, PRO: Windows Server 2008, Server Administrator</a> are just those, notes and I am trying to help highlight what is covered in the book, not replicate it. If you want to pass the exam, you will need more than just these notes to pass. I suggest you get a good book and get familiar with the product. The expectation is that you have about one year of experience with Windows 2008 Server (your mileage may vary) when writing this exam. The book I am using  for <a title="My preparation for Windows Server 2008 70-646 Exam" href="http://www.toddlamothe.com/certification/exam-70646-preparations-exam.htm" target="_blank">my preparation</a> and where I am drawing the information for these notes is the Microsoft Press book, <em><a title="Link to MCITP Self-Paced Training Kit (Exam 70-646): Windows Server 2008 Administrator at Amazon.ca" rel="nofollow" href="http://www.amazon.ca/gp/product/0735625107?ie=UTF8&amp;tag=todsyspag-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=0735625107" target="_blank">MCITP Exam Prep 70-646: Windows Server Administration; ISBN: 0735625107</a></em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70-646-chapter-2-lesson-1.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server Administration 70-646 – Chapter 1 Lesson 2</title>
		<link>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70646-chapter-1-lesson-2.htm</link>
		<comments>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70646-chapter-1-lesson-2.htm#comments</comments>
		<pubDate>Mon, 23 Feb 2009 12:00:00 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[70-646 Exam Study Guide]]></category>
		<category><![CDATA[70-646]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[MCITP]]></category>
		<category><![CDATA[Study Notes]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server Administration]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/?p=370</guid>
		<description><![CDATA[These are my exam preparation notes for Microsoft Press book, MCITP Exam Prep 70-646: Windows Server Administration; ISBN: 0735625107. This note covers Chapter 1, Lesson 2 and includes the topics of Windows Server 2008 Answer Files 
Windows Deployment Services, Multicast, Scheduled and Automatic Deployment, Windows Deployment Services Images, WDS and Product Activation, and Rollback Preparation]]></description>
			<content:encoded><![CDATA[<p>Continuing on in Chapter 1 brings us to Lesson 2.</p>
<p>In this lesson the book looks at:</p>
<ul>
<li><strong>Windows Server 2008 Answer Files</strong></li>
<li><strong>Windows Deployment Services</strong></li>
<li><strong>Multicast, Scheduled and Automatic Deployment</strong></li>
<li><strong>Windows Deployment Services Images</strong></li>
<li><strong>WDS and Product Activation</strong></li>
<li><strong>Rollback Preparation</strong></li>
</ul>
<h4>Windows Server 2008 Answer Files</h4>
<p>The first part of the lesson covers the answer file. If you want to create an answer file the recommendation is to download the Windows System Image Manager (Windows SIM) which is included in the Windows Automated Installation Kit (WAIK). Once you are done save the autounattended.xml file to a removable media. Windows Server 2008 setup as part of its routine, will look for this file on a removable media. If you are running setup.exe from a network location the if mapping the location on the file as X:, the setup command is setup.exe /unattend:x:\autounattended.xml</p>
<h4>Windows Deployment Services</h4>
<p>The next part of the lesson covers WDS. WDS cannot be installed onto a computer running Server Core. WDS requires that it be installed to a computer which is a member of an Active Directory domain. A DNS server is required along with a DHCP server and a NTFS partition for storing images. If a DHCP server is running on the same machine as WDS, configure WDS not to listen on port 67. You also need to add option tag 60 on your DHCP server so PXE clients are able to detect the WDS server. In the GUI you can also change Multicast settings, add an unattended xml file and you can configure how the WDS server will respond to PXE request. The three responses are:</p>
<ul>
<li>Do not respond to Any Client</li>
<li>Respond only to known Client Computers</li>
<li>Respond to All (Known and Unknown) Client Computers</li>
</ul>
<h4>Multicast, Scheduled and Automatic Deployment</h4>
<p>This section covers setting up WDS to use multicast and the benefits of using it. The main benefit is it allows a reduction of network bandwidth for multiple installs. Scheduling allows an admin to limit impact on a companies network bandwidth during peak time and allows the install to be scheduled for off-peak time. Auto-cast means to install as soon as a client asks for an install image.</p>
<h4>Windows Deployment Services Images</h4>
<p>There are two types of images, boot images and install images. You will need separate images for x64, x32 and Itanium. Boot images are used to boot a computer prior to installing an operating system. Discover images are created for booting a computer without a PXE enabled network card from media (USB, Floppy, CD or DVD)</p>
<h4>WDS and Product Activation</h4>
<p>There are to types of keys, Multiple Activation Key (MAK) and Key Management System (KMS). MAK allows for a specific number of activations against a key. A MAK proxy allows for a single connection Microsoft’s activation servers. Independent Activation requires each computer connects to Microsoft.</p>
<p>KMS activation uses a server in your environment which computers must authenticate against every 180 days. You also need to have at least 25 computers before activation can occur.</p>
<h4>Rollback Preparation</h4>
<p>You can rollback an upgrade of Windows Server 2003 to Windows Server 2008 if something goes wrong during installation. Once there is a successful login to Windows Server 2008, you cannot rollback. If you need to rollback then one must follow the procedure for disaster recovery under Windows Server 2003.</p>
<p>The next chapter covers IPV6 and configuring the Domain Name System</p>
<p>*Disclaimer:</p>
<p>My notes in helping me prepare for the <a title="Link to 70-646 Exam, PRO: Windows Server 2008, Server Administrator" rel="nofollow" href="http://www.microsoft.com/learning/en/us/exams/70-646.mspx" target="_blank">70-646 Exam, PRO: Windows Server 2008, Server Administrator</a> are just those, notes and I am trying to help highlight what is covered in the book, not replicate it. If you want to pass the exam, you will need more than just these notes to pass. I suggest you get a good book and get familiar with the product. The expectation is that you have about one year of experience with Windows 2008 Server (your mileage may vary) when writing this exam. The book I am using  for <a title="My preparation for Windows Server 2008 70-646 Exam" href="http://www.toddlamothe.com/certification/exam-70646-preparations-exam.htm" target="_blank">my preparation</a> and where I am drawing the information for these notes is the Microsoft Press book, <em><a title="Link to MCITP Self-Paced Training Kit (Exam 70-646): Windows Server 2008 Administrator at Amazon.ca" rel="nofollow" href="http://www.amazon.ca/gp/product/0735625107?ie=UTF8&amp;tag=todsyspag-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=0735625107" target="_blank">MCITP Exam Prep 70-646: Windows Server Administration; ISBN: 0735625107</a></em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70646-chapter-1-lesson-2.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server Administration 70-646 – Chapter 1 – Lesson 1</title>
		<link>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70646-chapter-1-lesson-1.htm</link>
		<comments>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70646-chapter-1-lesson-1.htm#comments</comments>
		<pubDate>Tue, 17 Feb 2009 04:08:30 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[70-646 Exam Study Guide]]></category>
		<category><![CDATA[70-646]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[MCTIP]]></category>
		<category><![CDATA[Study Notes]]></category>
		<category><![CDATA[Windows Server Administration]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/?p=351</guid>
		<description><![CDATA[These are my exam preparation notes for Microsoft Press book, MCITP Exam Prep 70-646: Windows Server Administration; ISBN: 0735625107. These notes cover Chapter 1, Lesson 1 and includes the topics of System Requirements, Editions, Server Core, Upgrade Path and BitLocker.
]]></description>
			<content:encoded><![CDATA[<p>My exam studying didn’t go so well last weekend, so I pushed the exam out until the end of February as I try to be more realistic. This long weekend, I did manage to start doing a little reading. As I said in a earlier post, the book I am using to study is the Microsoft Press book, <span style="text-decoration: underline;">Windows Server Administration Self Paced Training kit</span>.</p>
<p>As I am reading the book, I am summarizing key points as this helps me to remember what I have read, and I will post my summaries to my blog, one chapter per week, with lesson’s spread throughout the week. Remember, this is only a highlight of the book and I am not trying to rewrite the book on this blog.</p>
<h3>Chapter 1 – Lesson 1: Planning Windows Server 2008 Installation and Upgrade</h3>
<p>This week, we start at the beginning, Chapter 1 &#8211; Lesson 1. This lesson covers the basic points on Windows 2008 which are:</p>
<ul>
<li>System Requirements</li>
<li>Editions</li>
<li>Server Core</li>
<li>Upgrade Path</li>
<li>BitLocker</li>
</ul>
<h4>System Requirements</h4>
<p>The minimum system requirements are 1 GHz processor, 512 MB RAM and 15 GB of hard disk space. Recommended are 2 GHz processor, 2 GB RAM and 40 GB of hard disk space.</p>
<h4>Editions</h4>
<p>Considerable information is presented on the various versions of Windows Server 2008. There is Web, Standard, Enterprise and Data Center, each available are 32bit and 64bit and that Core editions are available for each. There is also an Itanium edition as well.</p>
<ul>
<li>Standard Edition – network load balancing supported, failover clustering is not supported. 32bit – supports 4 GB of RAM and 4 processors in SMP configuration. 64bit – supports 32 GB of RAM and 4 processors in SMP configuration.</li>
<li>Enterprise Edition – supports network failover and Active Directory Federation Services (ADFS). 32bit – supports 64 GB of RAM and 8 processors in SMP configuration. 64bit – supports 2 TB of RAM and 8 processors in SMP configuration.</li>
<li>Datacenter Edition – supports failover clustering and ADFS. Unlimited virtual image rights. 32bit – supports 64 GB of RAM and 32 processors in SMP configuration. 64bit – supports 2 TB of RAM and 64 processors in SMP configuration.</li>
<li>Web Edition – domain services not supported, network load balancing supported. As the name implies, meant for web servers. 32bit – supports 4 GB of RAM and 4 processors in SMP configuration. 64bit – supports 32 GB of RAM and 4 processors in SMP configuration.</li>
<li>Itanium Edition – limited number of roles supported. Requires Itanium 2 processor. Supports 2 TB of RAM and 64 processors in SMP configuration.</li>
</ul>
<h4>Server Core</h4>
<p>Benefits of Server Core:</p>
<ul>
<li>Reduced Attack Surface</li>
<li>Lower Hardware Requirements</li>
</ul>
<p>You will need to learn how to join a machine to the domain and some of the other basic commands you will need to know for server core. Check out Pierre’s post titled  <a title="Link to My Core box. How to turn a near obsolete PC in a Lab Domain Controller." rel="nofollow" href="http://blogs.technet.com/canitpro/archive/2009/01/29/my-core-box-how-to-turn-a-near-obsolete-pc-in-a-lab-domain-controller.aspx" target="_blank">My Core box. How to turn a near obsolete PC in a Lab Domain Controller</a> for a description of how to get a machine up and going running Server Core. The book also mentions ocsetup.exe to install roles and oclist.exe to see what roles are available.</p>
<h4>Upgrading From Windows Server 2003</h4>
<p>This section covers upgrading. You can upgrade from Windows Server 2003. To upgrade from Windows Server 2000 you will need to upgrade 2003 first. The book doesn’t mention Windows NT 4 Server, so neither will I.  You can only upgrade to the same processor edition, i.e., 64 bit to 64 bit, not 32 bit to 64 bit. Also you can’t upgrade to a core installation and most editions can only upgrade to the same edition. The exception is Windows Server 2003 Standard. You can upgrade to Windows Server 2008 Standard or Enterprise. Upgrades must be initiated by starting the installation from within Windows Server 2003.</p>
<h4>BitLocker</h4>
<p>Windows Server 2008 now contains BitLocker. BitLocker protects the server data through volume encryption and also provided integrity-checking. A system administrator must disable BitLocker during maintenance windows. To support BitLocker, prior to installing Windows Server 2008, a partition of 1.5 GB in size must created and, formatted and made the system partition prior to creating a larger partition. Also available are BitLocker group policies and the book lists some of them. Be sure to also know the difference between BitLocker and Encrypting File System. Finally, the last part covers turning off BitLocker.</p>
<p>That’s the extent of the material covered in Lesson 1. Lesson 2 covers Automated Server Deployment.</p>
<p>*Disclaimer:</p>
<p>My notes in helping me prepare for the <a title="Link to 70-646 Exam, PRO: Windows Server 2008, Server Administrator" rel="nofollow" href="http://www.microsoft.com/learning/en/us/exams/70-646.mspx" target="_blank">70-646 Exam, PRO: Windows Server 2008, Server Administrator</a> are just those, notes and I am trying to help highlight what is covered in the book, not replicate it. If you want to pass the exam, you will need more than just these notes to pass. I suggest you get a good book and get familiar with the product. The expectation is that you have about one year of experience with Windows 2008 Server (your mileage may vary) when writing this exam. The book I am using for <a title="My preparation for Windows Server 2008 70-646 Exam" href="http://www.toddlamothe.com/certification/exam-70646-preparations-exam.htm" target="_blank">my preparation</a> and where I am drawing the information for these notes is the Microsoft Press book, <em><a title="Link to MCITP Self-Paced Training Kit (Exam 70-646): Windows Server 2008 Administrator at Amazon.ca" rel="nofollow" href="http://www.amazon.ca/gp/product/0735625107?ie=UTF8&amp;tag=todsyspag-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=0735625107" target="_blank">MCITP Exam Prep 70-646: Windows Server Administration; ISBN: 0735625107</a></em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/study-guide/70-646-exam/windows-server-administration-70646-chapter-1-lesson-1.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
