<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>4sysops &#187; windows server 2008</title>
	<atom:link href="http://4sysops.com/archives/tag/windows-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://4sysops.com</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:25:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<image>
    <title>4sysops</title>
    <url>http://4sysops.com/4sysops-rss.png</url>
    <link>http://4sysops.com</link>
    <width>143</width>
    <height>49</height>
    <description>4sysops.com</description>
    </image>		<item>
		<title>Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</title>
		<link>http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/</link>
		<comments>http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 10:16:30 +0000</pubDate>
		<dc:creator>Timothy Warner</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[windows server 2008 R2]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7792</guid>
		<description><![CDATA[In this article we will review subject matter "Configuring DNS Zones" of the Microsoft 70-640 certification exam objective.]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this article we will review subject matter &#8220;Configuring DNS Zones&#8221; of the Microsoft 70-640 certification exam objective.</i></strong></p>
<p>In this series, we will move through the content blueprint of the <a href="http://4sysops.com/archives/microsoft-certification-exam-70-640-overview/">Microsoft Windows Active Directory Configuration (70-640) exam</a> objectives with an eye toward preparing you to pass this Microsoft Certified Technology Specialist (MCTS) exam.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Microsoft-Exam-70-640-Configuring-DNS-Zones-Domain-Subobjective-1.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Microsoft-Exam-70-640-Configuring-DNS-Zones-Domain-Subobjective-1.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Microsoft Exam 70-640 - Configuring DNS Zones Domain - Subobjective 1" src="http://4sysops.com/wp-content/uploads/2012/01/Microsoft-Exam-70-640-Configuring-DNS-Zones-Domain-Subobjective-1_thumb.png" alt="Microsoft Exam 70-640 - Configuring DNS Zones Domain - Subobjective 1" width="600" height="204" /></a></p>
<p align="center"><em>Microsoft Exam 70-640 &#8211; Configuring DNS Zones  / Domain 1, Subobjective 1</em></p>
<p>For each exam domain, I will give you two blog posts. One blog post represents a nutshell summary of the content underlying the first domain in the 70-640 certification exam blueprint: Domain Name System, or DNS. The second blog post presents a representative practice exam question that covers one topic from each content domain.</p>
<p>The screenshot above shows the relevant section from the 70-640 <a href="http://www.microsoft.com/learning/en/us/exam.aspx?id=70-640#tab2">exam blueprint</a> on configuring DNS zones.</p>
<p>What we will do here is cover each of the aforementioned bullet points by providing (a) very brief definitions of each technology; and (b) links to relevant Microsoft resources to foster your certification study.</p>
<p>The first domain in the 70-640 exam is all about Domain Name System, or DNS. Suffice it to say, you should have a pretty comprehensive understanding of how Windows Server 2008 DNS works (from the server and client sides) before you tackle the 70-640 test.</p>
<p>In your exam study, please be sure to focus on every single item listed in each bullet point. In other words, make sure you are comfortable with all of the following aspects of configuring DNS zones:</p>
<ul>
<li>Dynamic DNS (DDNS) and traditional DNS</li>
<li>Secure DNS</li>
<li>TTL configuration</li>
<li>GlobalNames, Primary, Secondary, stub, and AD-integrated zones</li>
<li>SOA record configuration</li>
<li>Forward and reverse lookups</li>
</ul>
<h2>Dynamic DNS (DDNS)</h2>
<p>DDNS is a feature of the Windows Server 2008 DNS Server that enables DNS clients to automatically register and unregister their host names and IP addresses. The convenience is that an administrator doesn’t have to manually tend to the DNS database, which was the case many years ago.</p>
<p><em>Relevant Links:</em></p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc771255.aspx">Understanding Dynamic Update</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/cc784052%28WS.10%29.aspx">Dynamic Update</a></li>
</ul>
<h2>Non-Dynamic DNS (NDDNS)</h2>
<p>NDDNS is (potentially) useful in very small and/or high security networks in which the DNS administrator wants to be able to control DNS client registrations by hand.</p>
<p><em>Relevant Links:</em></p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc753014.aspx">Eliminate Manual Updates of DNS Records by Configuring Dynamic Update and Secure Dynamic Update</a></li>
<li><a href="http://download.microsoft.com/download/b/1/0/b106fc39-936c-4857-a6ea-3fb9d1f37063/windows%20server%202008%20step-by-step%20guide%20for%20dns%20in%20small%20networks.doc">Step-by-Step Guide for DNS in Small Networks</a></li>
</ul>
<h2>Secure Dynamic DNS (SDDNS)</h2>
<p>SDDNS enables Windows Server 2008 DNS administrators to apply access control lists (ACLs) to their DNS zones, thereby preventing non-domain member computers and other unauthorized devices from registering with DNS. SDDNS should not be confused with DNSSEC, which is a completely different technology that was added in Windows Server 2008 R2. In a nutshell, DNSSEC is a collection of industry-standard protocols that add data integrity and enhanced authentication to DNS.</p>
<p><em>Relevant Links:</em></p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc961412.aspx">Secure Dynamic Update</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/cc959275.aspx">Dynamic Update and Secure Dynamic Update</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/ee649205%28WS.10%29.aspx">Introduction to DNSSEC</a></li>
</ul>
<h2>Time to Live (TTL)</h2>
<p>The TTL is a value that is attached to every resource record that specifies how long client devices should cache the data contained in the record. In other words, if my client computer receives a resolution request for yahoo.com from the Yahoo DNS server with a 1-hour TTL, then my computer will store that resolved IP address in memory for 1 hour before requesting refreshed data. We configure the DNS zone’s default TTL by modifying the properties of the Start of Authority (SOA) resource record.</p>
<p><em>Relevant Links:</em></p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc758321%28WS.10%29.aspx">Resource Records Reference</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/cc959309.aspx">Configuring Caching and Negative Caching</a></li>
</ul>
<h2>GlobalNames</h2>
<p>GlobalNames is a new DNS zone type that helps businesses decommission their WINS servers. GlobalNames allows for what Microsoft calls “single label name resolution.” Thus, “legacy” domain computers can communicate using DNS names that mock their deprecated NetBIOS name counterparts.</p>
<p><em>Relevant Links:</em></p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc816610%28WS.10%29.aspx">Providing Single-Label DNS Name Resolution</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/cc731744.aspx">Deploying a GlobalNames Zone</a></li>
</ul>
<h2>Primary and Secondary Zones</h2>
<p>In traditional DNS, primary and secondary zones are considered to be authoritative for a given DNS domain. The difference here is that updates occur on the primary DNS server and are propagated to secondary DNS servers during the zone transfer process. In other words, primary DNS zones are read/write, and secondary DNS zones are read-only.</p>
<p><em>Relevant Links:</em></p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc771898.aspx">Understanding Zone Types</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/cc757440%28WS.10%29.aspx">Change the DNS Zone Type</a></li>
</ul>
<h2>Active Directory-Integrated Zones</h2>
<p>AD-integrated zones were a big deal when Microsoft added them to Windows Server. Here we can dynamically replicate DNS zone data to all domain controllers within a domain or even across multiple domains within a forest because the zone data is embedded into the Active Directory database instead of being stored in flat files. Another advantage here is that every DNS server (that is to say, domain controller) can make changes to the DNS zone data. Hence, there is no concept of a read/only secondary zone.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Microsoft-Exam-70-640-Configuring-DNS-Zones-Overview.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Microsoft-Exam-70-640-Configuring-DNS-Zones-Overview.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Active Directory-Integrated Zones" src="http://4sysops.com/wp-content/uploads/2012/01/Microsoft-Exam-70-640-Configuring-DNS-Zones-Overview_thumb.png" alt="Active Directory-Integrated Zones" width="403" height="482" /></a></p>
<p align="center"><em>Active Directory-Integrated Zones</em></p>
<p><em>Relevant Links:</em></p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc731204%28WS.10%29.aspx">Active Directory-Integrated Zones</a></li>
<li><a href="http://support.microsoft.com/kb/227844">Primary and Active Directory-Integrated Zones Differences</a></li>
</ul>
<h2>Stub Zone</h2>
<p>A stub zone is a read-only DNS zone that contains only enough resource records to identify the authoritative DNS servers of another zone. We use stub zones in Windows Server 2008 DNS to speed up name resolution in split-domain networks. For instance, the 4sysops.com domain DNS server might have a stub zone for the 4sysopsbackup.com domain. The first domain having a shortcut method of resolving the remote domain’s DNS servers dramatically cuts down on DNS resolution lookups.</p>
<p><em>Relevant Links:</em></p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc816809%28WS.10%29.aspx">Creating and Managing a Stub Zone</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/cc754190.aspx">Add a Stub Zone</a></li>
</ul>
<h2>Start of Authority (SOA)</h2>
<p>The SOA record is the most important record in a DNS zone. SOA records contain the global parameters of the zone, including the aforementioned TTL, zone serial number (used in zone transfers), and other critical DNS metadata.</p>
<p><em>Relevant Links:</em></p>
<ul>
<li><a href="http://support.microsoft.com/kb/163971">The Structure of a DNS SOA Record</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/cc816941%28WS.10%29.aspx">Modify the Start of Authority (SOA) Resource Record for a Zone</a></li>
</ul>
<h2>Zone Scavenging</h2>
<p>Zone scavenging refers to the Windows Server 2008 feature whereby the server periodically scours its authoritative DNS zones and purges outdated resource records. This process can also be initiated manually by an administrator.</p>
<p><em>Relevant Links:</em></p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc771677.aspx">Understanding Aging and Scavenging</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/cc771362%28WS.10%29.aspx">Enable Aging and Scavenging for DNS</a></li>
</ul>
<p>Forward and Reverse Lookup</p>
<p>In DNS, forward lookup pertains to the resolution of a target system’s IP address from its host name. Reverse lookup involves name resolution of a host name from a given IP address.</p>
<p><em>Relevant Links:</em></p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc816891%28WS.10%29.aspx">Managing a Forward Lookup Zone</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/cc784493%28WS.10%29.aspx">Reverse Lookup</a></li>
</ul>
<h2>Conclusion</h2>
<p>I hope that you find this approach to 70-640 exam certification study fruitful. Please feel free to leave your questions and comments;</p>
<p>In the next post I will provide a sample practice question for the Configuring DNS Zones topic.</p>
Author: Timothy Warner
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-the-perfect-workstation-os/" title="Windows Server 2008 R2 Server &#8211; The perfect workstation OS (August 31, 2010)">Windows Server 2008 R2 Server &#8211; The perfect workstation OS</a> (15)</li>
	<li><a href="http://4sysops.com/archives/active-directory-recycle-bin-part-2-restoring-deleted-active-directory-objects-in-windows-server-2008-r2/" title="Active Directory Recycle Bin &#8211; Restoring deleted AD objects in Windows Server 2008 R2 (September 28, 2009)">Active Directory Recycle Bin &#8211; Restoring deleted AD objects in Windows Server 2008 R2</a> (2)</li>
	<li><a href="http://4sysops.com/archives/active-directory-recycle-bin-part-1-how-to-restore-active-directory-objects-in-windows-server-20032008/" title="Active Directory Recycle Bin &#8211; Restore AD objects in Windows Server 2003/2008 (September 25, 2009)">Active Directory Recycle Bin &#8211; Restore AD objects in Windows Server 2003/2008</a> (0)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/" title="Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features (September 23, 2009)">Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/how-to-raise-the-active-directory-domain-functional-level-to-server-2008-r2/" title="How to raise the Active Directory domain functional level to Server 2008 R2 &#8211; Part 1 (August 26, 2009)">How to raise the Active Directory domain functional level to Server 2008 R2 &#8211; Part 1</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Microsoft Exam 70-640]]></series:name>
	</item>
		<item>
		<title>Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</title>
		<link>http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/</link>
		<comments>http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 18:40:17 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=2663</guid>
		<description><![CDATA[<p>Some days ago, Microsoft <a href="http://www.microsoft.com/windowsserver2008/en/us/foundation.aspx">announced</a><a href="http://www.microsoft.com/windowsserver2008/en/us/foundation.aspx"> Windows Server 2008 Foundation,</a> a new version of Windows Server 2008 for small organizations. The announcement reads as if it is already available, but so far, it is not even available on MSDN or Technet. In this post, I will discuss the main features of Windows Server 2008 Foundation and share my opinion about Microsoft&#8217;s licensing policy.</p>
<ul>
<li>Windows Server 2008 Foundation is available through Original Equipment Manufacturers (OEMs) only. As I understand it, this means you won&#8217;t be able to buy the operating system alone. You can only get it pre-installed, along with server hardware.</li>
<li>Windows Server 2008 Foundation supports only up to 15 users. It doesn&#8217;t require client access licenses (CALs), and you can&#8217;t buy additional licenses if you have more than 15 users in your organization. However, you need Terminal Server CALs or Rights Management CALs if you intend to use these server roles.</li>
<li>There are upgrade paths to higher-end versions of Windows </li>&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p>Some days ago, Microsoft <a href="http://www.microsoft.com/windowsserver2008/en/us/foundation.aspx">announced</a><a href="http://www.microsoft.com/windowsserver2008/en/us/foundation.aspx"> Windows Server 2008 Foundation,</a> a new version of Windows Server 2008 for small organizations. The announcement reads as if it is already available, but so far, it is not even available on MSDN or Technet. In this post, I will discuss the main features of Windows Server 2008 Foundation and share my opinion about Microsoft&#8217;s licensing policy.</p>
<ul>
<li>Windows Server 2008 Foundation is available through Original Equipment Manufacturers (OEMs) only. As I understand it, this means you won&#8217;t be able to buy the operating system alone. You can only get it pre-installed, along with server hardware.</li>
<li>Windows Server 2008 Foundation supports only up to 15 users. It doesn&#8217;t require client access licenses (CALs), and you can&#8217;t buy additional licenses if you have more than 15 users in your organization. However, you need Terminal Server CALs or Rights Management CALs if you intend to use these server roles.</li>
<li>There are upgrade paths to higher-end versions of Windows Sever. Microsoft didn&#8217;t say yet if you have to then re-install the Windows Server 2008.</li>
<li>Paul Thurrott <a href="http://www.winsupersite.com/server/foundation_preview.asp">says</a> the price range will be between $150 and $200 for the software, and together with the server, you probably won&#8217;t pay more than $1000 for a Windows Server 2008 Foundation machine.</li>
<li>Windows Server 2008 Foundation supports Active Directory, but you can only install a single domain controller.</li>
<li>Windows Server 2008 Foundation will support all major server roles except Hyper-V.</li>
<li>You can run it only on single processor machines. The CPU can have multiple cores, though.</li>
</ul>
<p>I think that Windows Server 2008 Foundation is an interesting option for small businesses. The price of the operating system is significantly lower than any other Windows Server edition. Server vendors will offer low cost servers that target small businesses. It probably won&#8217;t take long until the first Windows Server 2008 Foundation machines under $500 will be available.</p>
<p>However, I believe such licensing models are anachronistic. I think, cloud providers show how licensing will work in the future. The number of different Windows editions is increasing steadily because Microsoft&#8217;s price models are too inflexible. There is always a &#8220;product gap&#8221; because some businesses don&#8217;t fit into any of Microsoft&#8217;s licensing patterns.</p>
<p>What if I have 16 users in my organization? Do I really have to pay twice or three times as much as a company with 15 users? Why can&#8217;t I use Hyper-V if I have a small business, for a reasonable price? Why can&#8217;t I buy the Windows Server 2008 Foundation without hardware and install it on an old PC?</p>
<p>It certainly makes sense to offer Windows at a lower cost for small businesses. The best way would have been to reduce the price of the server software itself, and increase the price for the CALs. If I only have five employees in my company, I certainly don&#8217;t want to pay for 15.</p>
<p>Furthermore, I believe that Microsoft should unbundle operating components. If I don&#8217;t need the Internet Information Server or Hyper-V, why should I pay for it? The Internet allows software vendors to cut their products into smaller pieces. In former times, when I bought software, I went to the nearest computer shop and grabbed one of those colorful cardboard boxes. Of course, it doesn&#8217;t make sense to put each software feature into a new cardboard box. Therefore, bundling software, like Microsoft does it with Windows Server 2008 Foundation, was the only option.</p>
<p>That was yesterday. Nowadays, we download software. Technically, it would be no problem to offer Hyper-V or IIS as an extra download. Many small vendors show how the software business works nowadays. Download the software, pay via PayPal, done. No Ph.D. in licensing required.</p>
<p>I believe that many organizations install Microsoft software illegally because their licensing is much too complicated. Another major reason is that many perceive Microsoft&#8217;s price model as unfair. If I only need a simple file server, why do I have to pay for all the other server roles? Isn&#8217;t it easier to go to Pirate Bay instead of buying another cardboard box? Therefore, I think it is in Microsoft&#8217;s own interest to adapt their licensing model to the Internet age.</p>
<p>Update: More information about Windows Server 2008 foundation can be found <a href="http://technet.microsoft.com/en-us/library/dd459190.aspx">here</a>.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/" title="Windows Server 2008 step-by-step guides &#8211; Don’t waste your time (March 24, 2008)">Windows Server 2008 step-by-step guides &#8211; Don’t waste your time</a> (3)</li>
	<li><a href="http://4sysops.com/archives/new-features-in-windows-server-2008/" title="New features in Windows Server 2008 (February 13, 2008)">New features in Windows Server 2008</a> (0)</li>
	<li><a href="http://4sysops.com/archives/download-windows-server-2008-rtm/" title="Download Windows Server 2008 RTM? (February 5, 2008)">Download Windows Server 2008 RTM?</a> (6)</li>
	<li><a href="http://4sysops.com/archives/some-more-better-together-features-for-windows-vista-server-2008/" title="Some more better-together features of Windows Vista &#8211; Server 2008 (January 31, 2008)">Some more better-together features of Windows Vista &#8211; Server 2008</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 step-by-step guides &#8211; Don’t waste your time</title>
		<link>http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/</link>
		<comments>http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 18:44:27 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/</guid>
		<description><![CDATA[<p>Microsoft published a couple of new <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=518d870c-fa3e-4f6a-97f5-acaf31de6dce&#38;DisplayLang=en">step-by-step guides for Windows Server 2008</a>. At least it seems so if you take the publishing date on the download page seriously (3/18/2008). However, many of them were <strong>already published in 2007</strong> when Server 2008 was still in beta. This wouldn&#8217;t be a problem if the contents of the papers are still valid. This seems not always to be the case, though.</p>
<p>I skimmed over the Server Manager step-by-step-guide. In this manual, they still talk about &#8220;<strong>Windows Server Virtualization (wsv)</strong>&#8221; even though <a href="http://4sysops.com/archives/hyper-v-and-hyper-v-server-microsoft%e2%80%99s-virtualization-back-end-solutions/">wsv was already renamed to Hyper-V</a> in November. It seems as if even Microsoft&#8217;s own employees can&#8217;t keep up with the pace by which their marketing renames their products. Even worse is that this paper doesn&#8217;t mention that <strong>Hyper-V</strong> is still in beta. I wonder, if the author of this paper was aware of this fact. Of course, the reader is also kept in the dark that meanwhile there &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Microsoft published a couple of new <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=518d870c-fa3e-4f6a-97f5-acaf31de6dce&amp;DisplayLang=en">step-by-step guides for Windows Server 2008</a>. At least it seems so if you take the publishing date on the download page seriously (3/18/2008). However, many of them were <strong>already published in 2007</strong> when Server 2008 was still in beta. This wouldn&#8217;t be a problem if the contents of the papers are still valid. This seems not always to be the case, though.</p>
<p>I skimmed over the Server Manager step-by-step-guide. In this manual, they still talk about &#8220;<strong>Windows Server Virtualization (wsv)</strong>&#8221; even though <a href="http://4sysops.com/archives/hyper-v-and-hyper-v-server-microsoft%e2%80%99s-virtualization-back-end-solutions/">wsv was already renamed to Hyper-V</a> in November. It seems as if even Microsoft&#8217;s own employees can&#8217;t keep up with the pace by which their marketing renames their products. Even worse is that this paper doesn&#8217;t mention that <strong>Hyper-V</strong> is still in beta. I wonder, if the author of this paper was aware of this fact. Of course, the reader is also kept in the dark that meanwhile there is an <a href="http://4sysops.com/archives/how-to-update-hyper-v-beta-to-hyper-v-rc-and-other-info-about-the-release-candidate/">update of Hyper-V</a> which has to be downloaded separately.</p>
<p>I did not search for other <strong>outdated information</strong> in those guides, but I think there is a high probability that the above case is not the only one. There is nothing more annoying than following an inaccurate step-by-step guide. If something doesn&#8217;t work as it is supposed to be, you can waste a lot of time only to find out later that the guide is incorrect.</p>
<p>I mentioned before on this blog that it seems like Microsoft can&#8217;t cope anymore with the <strong>complexity of all its products</strong>. I think, instead of trying to enter the Internet advertising market at all costs, they should focus on their core products and adapt them to the online world. If the Yahoo! deal is really successful, I expect more confusion around Microsoft&#8217;s products. It is all getting too big.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
	<li><a href="http://4sysops.com/archives/new-features-in-windows-server-2008/" title="New features in Windows Server 2008 (February 13, 2008)">New features in Windows Server 2008</a> (0)</li>
	<li><a href="http://4sysops.com/archives/download-windows-server-2008-rtm/" title="Download Windows Server 2008 RTM? (February 5, 2008)">Download Windows Server 2008 RTM?</a> (6)</li>
	<li><a href="http://4sysops.com/archives/some-more-better-together-features-for-windows-vista-server-2008/" title="Some more better-together features of Windows Vista &#8211; Server 2008 (January 31, 2008)">Some more better-together features of Windows Vista &#8211; Server 2008</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New features in Windows Server 2008</title>
		<link>http://4sysops.com/archives/new-features-in-windows-server-2008/</link>
		<comments>http://4sysops.com/archives/new-features-in-windows-server-2008/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 19:53:03 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/new-features-in-windows-server-2008/</guid>
		<description><![CDATA[<p>Windows Server 2008 RTM has been out out for some days now. I suppose only the adventurous are running it already in a productive environment. Even if you&#8217;re not planning to deploy Windows Server 2008 in the near future, <strong>I recommend having a look at its new features now</strong>. Who knows, maybe there are one or two features that might convince you to install Microsoft&#8217;s latest server OS earlier than planned.</p>
<p>I&#8217;ve been blogging about Server 2008 for quite some time now. Below you&#8217;ll find a list of those posts discussing new features. I also recommend skimming over <strong>Microsoft&#8217;s new white paper</strong>: <a href="http://www.microsoft.com/downloads/details.aspx?familyid=173E6E9B-4D3E-4FD4-A2CF-73684FA46B60&#38;displaylang=en">Changes in Functionality from Windows Server 2003 with SP1 to Windows Server 2008</a>. The word file has 341 pages. So you could say it is a free e-book about Windows Server 2008. Of course, you won&#8217;t find any critical comments there.</p>
<p><strong>German speaking readers</strong> might also have a look at the comprehensive article about <a href="http://wiki.computerwoche.de/doku.php/windows/windows-server-2008">Windows </a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Windows Server 2008 RTM has been out out for some days now. I suppose only the adventurous are running it already in a productive environment. Even if you&#8217;re not planning to deploy Windows Server 2008 in the near future, <strong>I recommend having a look at its new features now</strong>. Who knows, maybe there are one or two features that might convince you to install Microsoft&#8217;s latest server OS earlier than planned.</p>
<p>I&#8217;ve been blogging about Server 2008 for quite some time now. Below you&#8217;ll find a list of those posts discussing new features. I also recommend skimming over <strong>Microsoft&#8217;s new white paper</strong>: <a href="http://www.microsoft.com/downloads/details.aspx?familyid=173E6E9B-4D3E-4FD4-A2CF-73684FA46B60&amp;displaylang=en">Changes in Functionality from Windows Server 2003 with SP1 to Windows Server 2008</a>. The word file has 341 pages. So you could say it is a free e-book about Windows Server 2008. Of course, you won&#8217;t find any critical comments there.</p>
<p><strong>German speaking readers</strong> might also have a look at the comprehensive article about <a href="http://wiki.computerwoche.de/doku.php/windows/windows-server-2008">Windows Server 2008</a> I wrote for Computerwoche. I added another chapter about the Terminal Services recently. You will find even more critical words there than in my blog posts.</p>
<p>All in all, I think that Server 2008 is a <strong>more interesting product than Windows Vista</strong>. Particularly, the consequent modularization, the new Terminal Services, Network Access Protection and Server Core are new functionalities that convinced me, even though I found a couple of shortcomings, too.</p>
<ul>
<li><a href="http://4sysops.com/archives/some-more-better-together-features-for-windows-vista-server-2008/">Some more better-together features of Windows Vista &#8211; Server 2008</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-and-windows-vista-better-together/">Windows Server 2008 and Windows Vista &#8211; better together?</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-prices/">Windows Server 2008 prices</a></li>
<li><a href="http://4sysops.com/archives/review-works-with-tool-wwt-for-windows-server-2008/">Review: Works With Tool (WWT) for Windows Server 2008</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-nap-network-access-protection-infrastructure/">Windows Server 2008 NAP (Network Access Protection) infrastructure</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-network-access-protection-nap-essentials/">Windows Server 2008: Network Access Protection (NAP) essentials</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-terminal-services-changes-of-remote-administration-mode/">Windows Server 2008 Terminal Services: Changes of remote administration mode</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-terminal-services-new-features-part-2/">Windows Server 2008: Terminal Services new features &#8211; Part 2</a></li>
<li><a href="Windows%20Server%202008:%20Terminal%20Services%20new%20features%20-%20Part%201">Windows Server 2008: Terminal Services new features &#8211; Part 1</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-changes-in-dns-server-functionality/">Windows Server 2008: Changes in DNS server functionality</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-create-and-view-active-directory-snapshots/">Windows Server 2008: Create and view Active Directory snapshots</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-restartable-active-directory-domain-services-ad-ds/">Windows Server 2008: Restartable Active Directory Domain Services (AD DS)</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-the-downsides-of-rodcs/">Windows Server 2008: The disadvantages of RODCs</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-how-to-install-and-configure-an-rodc/">Windows Server 2008: How to install and configure an RODC</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-read-only-domain-controller-rodc/">Windows Server 2008: Read-Only Domain Controller (RODC)</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-active-directory-auditing/">Windows Server 2008: Active Directory Auditing</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-fine-grained-password-policies/">Windows Server 2008: Fine-grained password policies</a></li>
<li><a href="http://4sysops.com/archives/another-top-10-list-of-windows-server-2008-features/">Another top 10 list of Windows Server 2008 features</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-windows-firewall-with-advanced-security/">Windows Server 2008: Windows Firewall with Advanced Security</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-server-roles-and-server-manager/">Windows Server 2008: Server roles and Server Manager</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-longhorn-getting-started-with-server-core/">Windows Server 2008 (Longhorn): Getting started with Server Core</a></li>
<li><a href="http://4sysops.com/archives/windows-server-longhorn-server-core-essentials/">Windows Server 2008: Server Core essentials</a></li>
<li><a href="http://4sysops.com/archives/windows-server-longhorn-10-most-important-new-features/">Windows Server Server 2008: 10 most important new features</a></li>
<li><a href="http://4sysops.com/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft%e2%80%99s-new-server-os/">The hypervisor of Windows Server 2008: How virtualization works in Microsoft&#8217;s new server OS</a></li>
</ul>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/" title="Windows Server 2008 step-by-step guides &#8211; Don’t waste your time (March 24, 2008)">Windows Server 2008 step-by-step guides &#8211; Don’t waste your time</a> (3)</li>
	<li><a href="http://4sysops.com/archives/download-windows-server-2008-rtm/" title="Download Windows Server 2008 RTM? (February 5, 2008)">Download Windows Server 2008 RTM?</a> (6)</li>
	<li><a href="http://4sysops.com/archives/some-more-better-together-features-for-windows-vista-server-2008/" title="Some more better-together features of Windows Vista &#8211; Server 2008 (January 31, 2008)">Some more better-together features of Windows Vista &#8211; Server 2008</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/new-features-in-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Windows Server 2008 RTM?</title>
		<link>http://4sysops.com/archives/download-windows-server-2008-rtm/</link>
		<comments>http://4sysops.com/archives/download-windows-server-2008-rtm/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 21:29:48 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/download-windows-server-2008-rtm/</guid>
		<description><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2008/02/windows_server_2008.jpg" title="Windows Server 2008" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/02/windows_server_2008.jpg','Windows Server 2008',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/02/windows_server_2008.jpg" alt="Windows Server 2008" align="left" /></a>I am somewhat surprised that <strong>Windows Server 2008 RTM came out before Vista SP1</strong>. You might have read my rant against <a href="http://4sysops.com/archives/windows-vista-sp1-rtm-%e2%80%93-download-only-in-mid-march-%e2%80%93-why-are-rtms-still-needed/">&#8220;Windows Vista SP1 RTM&#8221;</a>, yesterday. In my view, Vista SP1 wasn&#8217;t <strong>&#8220;released&#8221;</strong> yet. I read on several sites that Server 2008 is avaiable for MSDN and Technet subscribers. I just logged on with our account, but I only found the <a href="http://www.microsoft.com/windowsserver2008/audsel.mspx">release candidate</a> on MSDN and on Microsoft&#8217;s sites for Volume Licensing customers it didn&#8217;t show up at all.</p>
<p>As expected, <strong>only the more privileged</strong> can download Windows Server 2008 RTM at the moment. I guess, their subscriptions have to be justified, next might be Volume Licensing customers, and only then comes the evaluation version.</p>
<p>Well, I can certainly wait a few more days. I <strong>have been testing the beta of Windows Server 2008</strong> in detail before and I am quite pleased to see how <strong>stable</strong> it is. We only need the final to start with compatibility testing. &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2008/02/windows_server_2008.jpg" title="Windows Server 2008" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/02/windows_server_2008.jpg','Windows Server 2008',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/02/windows_server_2008.jpg" alt="Windows Server 2008" align="left" /></a>I am somewhat surprised that <strong>Windows Server 2008 RTM came out before Vista SP1</strong>. You might have read my rant against <a href="http://4sysops.com/archives/windows-vista-sp1-rtm-%e2%80%93-download-only-in-mid-march-%e2%80%93-why-are-rtms-still-needed/">&#8220;Windows Vista SP1 RTM&#8221;</a>, yesterday. In my view, Vista SP1 wasn&#8217;t <strong>&#8220;released&#8221;</strong> yet. I read on several sites that Server 2008 is avaiable for MSDN and Technet subscribers. I just logged on with our account, but I only found the <a href="http://www.microsoft.com/windowsserver2008/audsel.mspx">release candidate</a> on MSDN and on Microsoft&#8217;s sites for Volume Licensing customers it didn&#8217;t show up at all.</p>
<p>As expected, <strong>only the more privileged</strong> can download Windows Server 2008 RTM at the moment. I guess, their subscriptions have to be justified, next might be Volume Licensing customers, and only then comes the evaluation version.</p>
<p>Well, I can certainly wait a few more days. I <strong>have been testing the beta of Windows Server 2008</strong> in detail before and I am quite pleased to see how <strong>stable</strong> it is. We only need the final to start with compatibility testing. I am also curious to see if there is a new beta version of Hyper-V. You probably have heard that Microsoft&#8217;s new virtualization solution will only come out in 180 days.</p>
<p>I think that <strong>Windows Server 2008 adoption</strong> will be much faster than with Vista. The reason why Server 2008 came out before Vista SP1 is that drivers are not such an issue for servers. There are simply not as many devices as for desktops and laptops. <strong>Hardware compatibility</strong> problems were probably the number one reason why many downgraded to XP.</p>
<p><strong>Software compatibility</strong> is also not that problematic for Server 2008. Vista and Server 2008 share the same architecture. Thus, most software vendors should already be prepared. In particular, many of the bigger software companies operating in the server field are supposed to be ready for Server 2008 by now.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/" title="Windows Server 2008 step-by-step guides &#8211; Don’t waste your time (March 24, 2008)">Windows Server 2008 step-by-step guides &#8211; Don’t waste your time</a> (3)</li>
	<li><a href="http://4sysops.com/archives/new-features-in-windows-server-2008/" title="New features in Windows Server 2008 (February 13, 2008)">New features in Windows Server 2008</a> (0)</li>
	<li><a href="http://4sysops.com/archives/some-more-better-together-features-for-windows-vista-server-2008/" title="Some more better-together features of Windows Vista &#8211; Server 2008 (January 31, 2008)">Some more better-together features of Windows Vista &#8211; Server 2008</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/download-windows-server-2008-rtm/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Some more better-together features of Windows Vista &#8211; Server 2008</title>
		<link>http://4sysops.com/archives/some-more-better-together-features-for-windows-vista-server-2008/</link>
		<comments>http://4sysops.com/archives/some-more-better-together-features-for-windows-vista-server-2008/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 21:32:15 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/some-more-better-together-features-for-windows-vista-server-2008/</guid>
		<description><![CDATA[<p>Some days ago, I discussed a couple of features that only come into play if <a href="http://4sysops.com/archives/windows-server-2008-and-windows-vista-better-together/">Vista and Server 2008 work together</a>. Today, I stumbled across another <a href="http://www.microsoft.com/windowsserver2008/evaluation/overview.mspx">Microsoft page</a> listing several of these features. Unfortunately, it also contains features that are available as extensions for Windows XP. However, some of them seem to be Vista/2008 only features.</p>
<p>First of all, I should note that I was quite surprised how difficult it is to find out what these &#8220;better-together features&#8221; really are. Microsoft&#8217;s marketing texts give hints, but they also do their best to disguise the real benefits of Vista+Server 2008. Journalists tend to just copy Microsoft, often without really understanding what it is all about.</p>
<p>I should also mention that my first post about this topic was not 100% correct either. In a comment of my original post, <a href="http://4sysops.com/archives/windows-server-2008-and-windows-vista-better-together/#comment-45801">Aaron</a> pointed out that <a href="http://4sysops.com/archives/windows-server-2008-network-access-protection-nap-essentials/">NAP</a> has indeed a feature you can&#8217;t have on Windows XP. The NAP agent for XP is not &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Some days ago, I discussed a couple of features that only come into play if <a href="http://4sysops.com/archives/windows-server-2008-and-windows-vista-better-together/">Vista and Server 2008 work together</a>. Today, I stumbled across another <a href="http://www.microsoft.com/windowsserver2008/evaluation/overview.mspx">Microsoft page</a> listing several of these features. Unfortunately, it also contains features that are available as extensions for Windows XP. However, some of them seem to be Vista/2008 only features.</p>
<p>First of all, I should note that I was quite surprised how difficult it is to find out what these &#8220;better-together features&#8221; really are. Microsoft&#8217;s marketing texts give hints, but they also do their best to disguise the real benefits of Vista+Server 2008. Journalists tend to just copy Microsoft, often without really understanding what it is all about.</p>
<p>I should also mention that my first post about this topic was not 100% correct either. In a comment of my original post, <a href="http://4sysops.com/archives/windows-server-2008-and-windows-vista-better-together/#comment-45801">Aaron</a> pointed out that <a href="http://4sysops.com/archives/windows-server-2008-network-access-protection-nap-essentials/">NAP</a> has indeed a feature you can&#8217;t have on Windows XP. The NAP agent for XP is not able to verify if <strong>Windows Defender</strong> is up-to-date. However, he was wrong about the support for <strong>Cisco&#8217;s NAC</strong>. He was probably also wrong about the support of network level authentication in <strong>RDP 6.1</strong>. I didn&#8217;t try this feature, but at least Remote Desktop Connection 6 for XP seems to have it. Aaron was right, though, about the lack of <strong>Aero</strong> support in <a href="http://4sysops.com/archives/new-rdp-client-remote-desktop-connection-60-for-windows-x/">RDC 6 for XP</a>. Aero is certainly not available for XP. I think, this demonstrates how difficult it is to get correct information about this topic. And the main reason certainly is that Microsoft wants to push Vista sales with Windows Server 2008.</p>
<p>Anyway, here are the additional Vista+Server 2008 features I found:</p>
<h2>Transactional NTFS and Transactional Registry</h2>
<p>Vista and Windows Server 2007 both support <a href="http://technet2.microsoft.com/windowsserver2008/en/library/51c7c307-c587-4cb5-bed0-11fd35fb90e71033.mspx?mfr=true">Transactional NTFS</a> and Transactional Registry. This feature enables applications to group together sets of file and registry operations with a so-called transaction. Basically, that means that a whole set of file system or Registry related operations is executed or none at all. So if the computer crashes before the <strong>transaction</strong> is completed, you&#8217;ll get a system in a <strong>consistent state </strong>after the reboot. The point is that the operations included in a certain transaction might run on a Server 2008 machine and on a Vista computer. Thus, this feature will improve reliability of applications running on the server and the client if they support Transactional NTFS and Transaction Registry.</p>
<h2>Policy-based Quality of Service (QoS)</h2>
<p>Vista and Server 2008 allow you to <strong>prioritize network traffic using Group Policy</strong>. You can assign priorities for applications, IP addresses, and TCP ports. In networks with limited capacity, traffic throttling can turn out to be quite useful if you have to deal with bandwidth sensitive application such as real time conferencing. Even though you don&#8217;t need Windows Server 2008 to work with QoS on Vista, there might be cases where you want to prioritize network usage on the server and the client. More information about the QoS feature of Vista can be found in <a href="http://www.microsoft.com/Downloads/details.aspx?FamilyID=59030735-8fde-47c7-aa96-d4108f779f20&amp;displaylang=en">this white paper</a>.</p>
<h2>Caching of server resources</h2>
<p>Microsoft listed other features which I am unsure what they actually do or what makes them special in a Vista-Server 2008 environment. For instance, the fact that Server 2008 allows clients to cache locally &#8220;<strong>server resources</strong>&#8221; &#8220;so that they are available even if the server is not&#8221;. I have absolutely no idea what these &#8220;server resources&#8221; are supposed to be. The first thing that comes to mind is the caching of a network share. But that is already possible with Windows Server 2003. Please, let me know if you know more about this topic.</p>
<h2>Windows Search</h2>
<p>Another feature often mentioned is Windows Search. Vista and Server 2008 come with a new <a href="http://4sysops.com/archives/how-to-disable-vista%e2%80%99s-desktop-search-indexing-windows-search/">indexing service</a> allowing you to not only search for files on the desktop but also on network shares much faster than under XP/Server 2003. This is certainly a nice feature. However, if you look at this <a href="http://www.microsoft.com/windows/products/winfamily/desktopsearch/overview/featurecompare.mspx">comparison table</a>, you will see that you can have the same feature with <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0e0423b4-d396-4986-a1bb-793122fcc65d&amp;displaylang=en">Windows Desktop Search</a>. Of course, you have to install it first on your clients and your servers. With Vista/Server 2008 you save this work.</p>
<h2>Terminal Services Gateway</h2>
<p><strong>TS Gateway</strong> is a new feature of Windows Server 2008 that allows RDP clients to establish an encrypted connection to a Terminal Server via <strong>HTTPS</strong>. That is certainly also a nice feature, but it is supported by <strong>Remote Desktop Connection 6 for Windows XP</strong> as well. So if this is the only new feature you need, it probably won&#8217;t be enough reason to convince you to move your clients to Vista.</p>
<p>The strategy of Microsoft&#8217;s marketing seems to be just <strong>randomly listing features of Vista or Server 2008</strong> to convince customers that both operating systems work better together. You could as well include Internet Explorer 7 or the Windows Firewall which Windows XP/2003 RTM lack.</p>
<p>Anyhow, there are certainly some interesting Vista+Server 2008 features. My research about this topic just showed that you shouldn&#8217;t just buy anything you read about it in IT magazines and especially if it comes from Microsoft.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/how-to-store-a-laptop-battery-properly-to-save-it-from-an-early-death/" title="How to store a laptop battery properly to save it from an early death (May 7, 2009)">How to store a laptop battery properly to save it from an early death</a> (13)</li>
	<li><a href="http://4sysops.com/archives/how-to-charge-and-discharge-laptop-batteries-to-extend-their-lifetime/" title="How to charge and discharge laptop batteries to extend their lifetime (May 6, 2009)">How to charge and discharge laptop batteries to extend their lifetime</a> (26)</li>
	<li><a href="http://4sysops.com/archives/how-to-take-care-of-your-laptop-battery-to-prolong-its-lifespan/" title="How to take care of your laptop battery to prolong its lifespan (May 5, 2009)">How to take care of your laptop battery to prolong its lifespan</a> (7)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/some-more-better-together-features-for-windows-vista-server-2008/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 and Windows Vista &#8211; better together?</title>
		<link>http://4sysops.com/archives/windows-server-2008-and-windows-vista-better-together/</link>
		<comments>http://4sysops.com/archives/windows-server-2008-and-windows-vista-better-together/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 18:15:53 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[vista adoption]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-server-2008-and-windows-vista-better-together/</guid>
		<description><![CDATA[<p>The <a href="http://4sysops.com/archives/poll-when-will-your-organization-start-deploying-vista/">adoption of Windows Vista</a> in corporate environments is probably not as fast as Microsoft had hoped for. The question is, can Windows Server 2008  accelerate Vista adoption after it&#8217;s released?  This certainly depends on the features that can only be used if you deploy Windows Server 2008 and Windows Vista together. In this post, I examine all these features I am aware of.</p>
<p>A part of this post is based on Microsoft&#8217;s <a href="http://www.microsoft.com/windowsserver2008/better-together.mspx">article</a> about Vista and Server 2008. During my research, I found a couple of articles in IT magazines that for the most part just rephrased that MS article. This is a pity because Microsoft&#8217;s paper is a bit misleading. It often cites Vista features that work together with Server 2008, but will also be supported by Windows XP. One example is the support of <a href="http://4sysops.com/archives/windows-server-2008-nap-network-access-protection-infrastructure/">Network Access Protection (NAP)</a> which will be available for Windows XP SP3. Of course, if you want to use these features you have &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://4sysops.com/archives/poll-when-will-your-organization-start-deploying-vista/">adoption of Windows Vista</a> in corporate environments is probably not as fast as Microsoft had hoped for. The question is, can Windows Server 2008  accelerate Vista adoption after it&#8217;s released?  This certainly depends on the features that can only be used if you deploy Windows Server 2008 and Windows Vista together. In this post, I examine all these features I am aware of.</p>
<p>A part of this post is based on Microsoft&#8217;s <a href="http://www.microsoft.com/windowsserver2008/better-together.mspx">article</a> about Vista and Server 2008. During my research, I found a couple of articles in IT magazines that for the most part just rephrased that MS article. This is a pity because Microsoft&#8217;s paper is a bit misleading. It often cites Vista features that work together with Server 2008, but will also be supported by Windows XP. One example is the support of <a href="http://4sysops.com/archives/windows-server-2008-nap-network-access-protection-infrastructure/">Network Access Protection (NAP)</a> which will be available for Windows XP SP3. Of course, if you want to use these features you have to install the corresponding components on XP first, which you can avoid if you already deployed Vista. Other examples are the <a href="http://4sysops.com/archives/new-rdp-client-remote-desktop-connection-60-for-windows-x/">new RDP client (Remote Desktop Connect 6)</a> and IPv6 support. However, since you can have these features for free on XP machines I don&#8217;t count them as arguments for deploying Vista together with Server 2008.</p>
<p>Okay then, here are the features I found thus far that could make Windows Vista and Windows Server 2008 a better team.</p>
<h2>User interface</h2>
<p>Vista and Server 2008 share about 70% of their code base. The similarities of these two operating systems are obvious. Even though you usually won&#8217;t use Aero on Server 2008, the user interfaces of both operating systems are quite similar. So if you are familiar with Vista, you will find your way on Server 2008 pretty fast. If you only have to deal with one kind of user interface in the future, it will make your work easier.</p>
<h2>New core features</h2>
<p>This is not only applicable to the user interface, but also to many new features. Examples are the new Event Viewer, the Reliability and Performance monitor or the new Task Scheduler. Thus, the learning curve for admins that are familiar with Vista is quite flat as far as the core features are concerned.</p>
<h2>Patch management</h2>
<p>The common code base also affects patch management. That is, you&#8217;ll often have the same patches for both operating systems which might reduce the amount of time you need to test them before you deploy them in your network.</p>
<h2>OS deployment</h2>
<p>In my view, the most important new feature of Vista is its <a href="http://4sysops.com/archives/no-more-hal-hell-the-implications-of-windows-vista%e2%80%99s-hardware-independent-imaging-technology/">new imaging technology</a>. You can clone one and the same image to every kind of hardware. This allows you to create the images in a virtual environment using VMware Workstation or Virtual PC and deploy it to all your PCs regardless of whether they are old or new, desktop or laptop with AMD or Intel CPUs. Windows Server 2008 has the same cloning capabilities. This means that you can rely on just one deployment method for all your machines if you only have to support Vista and Server 2008. OS deployment with Windows XP/2003 works quite different and is much more time consuming. This is especially true if your organization still relies on unattended installations.</p>
<h2>Event log forwarding</h2>
<p>Vista and Server 2008 both support event subscriptions. This feature allows you to subscribe to the event logs of multiple machines. The Event Viewer has a filter which enables you to subscribe to only those events that interest you. If you only have Vista and Server 2008 in your network, then you can monitor the event logs of all your clients and servers on a single machine. It is possible to do that on a Vista machine, but it probably makes more sense to collect all event logs that are important for you on a Windows Server 2008 computer. Of course, you can do this also with third party software such as <a href="http://4sysops.com/archives/eventsentry-light-centralized-real-time-event-log-monitoring/">EventSentry</a> or <a href="http://4sysops.com/archives/windows-eventlog-monitoring-with-eventmeister/">LogMeister</a> on Windows XP/2003.</p>
<h2>Event log structure</h2>
<p>The new Event Viewer is certainly a nice improvement, but it is still not a match for sophisticated event-log monitoring solutions. But even if you use a third party event log tool, you&#8217;ll benefit from the extended logging capabilities of Vista and Server 2008. You probably know that Vista and Server 2008 offer a lot more event logs than Windows XP/2003. This will certainly simplify troubleshooting and also improves security because it will be much easier to stay informed about what is going on in your network. Since the event log structures of Vista and Server 2008 are so similar, it will be much easier, if you only have to deal with their event logs. Event log management can get quite complicated. If you have to monitor the event log of different kinds of operating systems, it will certainly be more time consuming.</p>
<h2>Network-performance improvements</h2>
<p>Both Vista and Server 2008 have a <a href="http://en.wikipedia.org/wiki/Windows_Vista_networking_technologies">new network stack</a> with a couple of interesting new features. In most cases, these new features only come into play if both parties support them. Since Vista usually connects to a Windows server in a corporate environment, you can only benefit from these improvements if you run Vista and Server 2008 together.</p>
<p>One example is the <a href="http://www.microsoft.com/technet/technetmag/issues/2007/01/CableGuy/default.aspx">Receive Window Auto-Tuning</a> feature. Expressed in simple terms, the TCP receive window specifies how much data can be sent by the transmitter before requiring an acknowledgment. If the available bandwidth is high, a larger TCP receive window is possible. Auto-tuning means that the receive window is adjusted automatically to the available bandwidth. Hence, in networks with changing bandwidth you will see an improved average network throughput rate with this feature.</p>
<p>Another example is <a href="http://en.wikipedia.org/wiki/Windows_Vista_networking_technologies#Server_Message_Block_2.0">SMB 2</a> (Server Message Block). SMB is the application-level protocol that is used in Windows networks for accessing file or print shares. Windows Vista and Windows Server 2008 support SMB 2. If a Vista machines connects to Windows Server 2003, it will use the older SMB version and if it is Windows Server 2008, SMB 2 will come into play. SMB 2 has a couple of new features that improve network performance. It allows multiple actions in a single request (reduces the number of <a href="http://en.wikipedia.org/wiki/Round-trip_delay_time">round-trips</a>), supports larger buffer sizes (improves performance with large files), and supports &#8220;durable file handles&#8221; (reduces interruptions in case of short network outages).</p>
<h2>XPS support</h2>
<p>Vista clients can render print jobs locally using the XPS format (XML Paper Specification), Microsoft&#8217;s PDF alternative. This reduces the load on your printer server if it supports XPS. I didn&#8217;t try this feature yet, but as far I understand it, only Windows Server 2008 supports it and not Windows Server 2003. Please, let me know if you have more information more about this topic. My research about it was not really successful.</p>
<h2>AES encrypted Kerberos tickets</h2>
<p>Windows domains use the Kerberos protocol for authentication. Kerberos supports ticket encryption using AES (Advanced Encryption Standard) since version 5, but Microsoft has implemented it only now in Vista and Server 2008. This should improve security in Windows domains. However, AES encryption is only used if client and server run Vista/Server 2008, and if the server that issues the Kerberos tickets, i.e. the KDC (Key Distribution Center), runs Windows Server 2008, too. In all other scenarios, the old method using the weaker encryption method, i.e. RC4 or DES (Data Encryption Standard) is used. More information about this topic can be found in the <a href="http://blogs.technet.com/ad/archive/2007/11/02/server-2008-and-windows-vista-encryption-better-together.aspx">Active Directory blog</a>.</p>
<h2>Heterogeneous environments are more error-prone</h2>
<p>The last subject is a typical example of how mixed environments with different Windows version can <a href="http://blogs.technet.com/ad/archive/2007/02/23/aes-authentication-in-vista-keep-in-mind-if-you-re-testing-vista.aspx">cause troubles</a>. With two different authentication methods, things get more complex and are therefore more error-prone. Another example is the <a href="http://4sysops.com/archives/windows-vista-and-windows-xp-roaming-user-profiles-interoperability-folder-redirection-is-the-only-way/">different ways roaming user profiles are handled in Windows Vista/Server 2008 and Windows XP/Server 2003</a>. You will have to invest some extra efforts, if you want to allow your users to logon on different Windows versions.</p>
<p>Organizations moving their whole infrastructure to Vista and Server 2008 will have less administration costs because of the similarities between the operating systems. I remember quite well when we started installing the first Windows 2000 machines. Windows NT and Windows 2000/XP didn&#8217;t really fit together. So we wanted to get rid of NT as fast as possible. I think, it won&#8217;t be any different with Vista and Server 2008. The more homogenous your network is, the easier it is to manage. Therefore, if you want Server 2008 you&#8217;ll also want Vista. Of course, you always have the option to just stick with Windows XP and Windows Server 2003. But to my experience, it is only a matter of time until you discover a must-have feature of Vista or Server 2008 for your environment. And if you start deploying either Vista or Server 2008, you will soon be in a situation where you want to move your complete network to the new versions.</p>
<p>Please, let me know if you are aware of other features that can only be used if Vista and Server 2008 are deployed together. I am also curious about the opinions of the Vista skeptics. Do you believe that you can get some of the above-mentioned features with Windows XP and Windows Server 2003? Are these features important or can you easily do without them?</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/how-to-store-a-laptop-battery-properly-to-save-it-from-an-early-death/" title="How to store a laptop battery properly to save it from an early death (May 7, 2009)">How to store a laptop battery properly to save it from an early death</a> (13)</li>
	<li><a href="http://4sysops.com/archives/how-to-charge-and-discharge-laptop-batteries-to-extend-their-lifetime/" title="How to charge and discharge laptop batteries to extend their lifetime (May 6, 2009)">How to charge and discharge laptop batteries to extend their lifetime</a> (26)</li>
	<li><a href="http://4sysops.com/archives/how-to-take-care-of-your-laptop-battery-to-prolong-its-lifespan/" title="How to take care of your laptop battery to prolong its lifespan (May 5, 2009)">How to take care of your laptop battery to prolong its lifespan</a> (7)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-2008-and-windows-vista-better-together/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 ship date</title>
		<link>http://4sysops.com/archives/windows-server-2008-ship-date/</link>
		<comments>http://4sysops.com/archives/windows-server-2008-ship-date/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 21:57:36 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vista sp1]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[xp sp3]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-server-2008-ship-date/</guid>
		<description><![CDATA[<p>Some days ago, I <a href="http://4sysops.com/archives/vista-sp1-performance-will-sp1-and-windows-2008-come-out-tomorrow/">mentioned </a>that there are rumors that Windows Server 2008 and Vista SP1 might come out on January 16<sup>th</sup>. Well, as it turned out now, those were nothing other than rumors, even though they were spread by usually well-informed sources. <a href="http://www.informationweek.com/news/showArticle.jhtml?articleID=205901199">InfoWeek</a> reports that the original time schedule is still valid. That is, Windows Server 2008 will probably be released at the end of February.</p>
<p>I find it a bit strange that false release dates about Microsoft products are published, often. Usually, the authors claim to have this information from Microsoft insiders. Are they just inventing those release dates or are even Microsoft employees sometimes confused about them? The fact that McClaws, a Microsoft employee, mentioned the false ship date in his blog, is an indication for the latter. When he removed this post, I already suspected that it was just a hoax.</p>
<p>Since Service Pack 1 for Vista will probably be released together with Windows &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Some days ago, I <a href="http://4sysops.com/archives/vista-sp1-performance-will-sp1-and-windows-2008-come-out-tomorrow/">mentioned </a>that there are rumors that Windows Server 2008 and Vista SP1 might come out on January 16<sup>th</sup>. Well, as it turned out now, those were nothing other than rumors, even though they were spread by usually well-informed sources. <a href="http://www.informationweek.com/news/showArticle.jhtml?articleID=205901199">InfoWeek</a> reports that the original time schedule is still valid. That is, Windows Server 2008 will probably be released at the end of February.</p>
<p>I find it a bit strange that false release dates about Microsoft products are published, often. Usually, the authors claim to have this information from Microsoft insiders. Are they just inventing those release dates or are even Microsoft employees sometimes confused about them? The fact that McClaws, a Microsoft employee, mentioned the false ship date in his blog, is an indication for the latter. When he removed this post, I already suspected that it was just a hoax.</p>
<p>Since Service Pack 1 for Vista will probably be released together with Windows Server 2008, I suppose, it will also be available only  at the end of February. I think there is a fair chance that Windows XP SP3 will come out around the same time.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
	<li><a href="http://4sysops.com/archives/news-for-windows-admins-twitter-updates-for-2008-05-15/" title="Tweets: Windows 7 video fake &#8211; Sysprep for Windows XP SP3 (May 15, 2008)">Tweets: Windows 7 video fake &#8211; Sysprep for Windows XP SP3</a> (0)</li>
	<li><a href="http://4sysops.com/archives/the-windows-xp-sp3-confusion-is-windows-bloated-or-its-market/" title="The Windows XP SP3 confusion &#8211; Is Windows bloated or its market? (May 7, 2008)">The Windows XP SP3 confusion &#8211; Is Windows bloated or its market?</a> (6)</li>
	<li><a href="http://4sysops.com/archives/is-windows-xp-sp3-available-or-not/" title="Is Windows XP SP3 available or not? (April 24, 2008)">Is Windows XP SP3 available or not?</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-2008-ship-date/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thank you &#8211; Top ten 4sysops articles in 2007 &#8211; Happy new year!</title>
		<link>http://4sysops.com/archives/thank-you-top-ten-4sysops-articles-in-2007-happy-new-year/</link>
		<comments>http://4sysops.com/archives/thank-you-top-ten-4sysops-articles-in-2007-happy-new-year/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 18:28:43 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[rsat]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/thank-you-top-ten-4sysops-articles-in-2007-happy-new-year/</guid>
		<description><![CDATA[<p>Another year of blogging on 4sysops passed by. It was a good year. The number of page views doubled and so did the number of subscribers. So I say thank you to my loyal readers, especially to those who didn&#8217;t agree with me often. <img src='http://4sysops.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  If you are a regular reader of my blog, you might be interested to know which articles have been read most often.</p>
<p>I added the page views behind the title of the article. The numbers are from Google Analytics. Note that they do not represent the absolute page views in 2007 since I started using Google Analytics only at the end of March.</p>
<ol>
<li> 			<a href="http://4sysops.com/archives/how-to-disable-vista%e2%80%99s-desktop-search-indexing-windows-search/">How to disable Vista&#8217;s desktop search indexing (Windows Search)</a> 49299</li>
<li> 			<a href="http://4sysops.com/archives/expanding-a-virtual-vmware-disk/">Expanding a virtual VMware disk</a> 42539</li>
<li> 			<a href="http://4sysops.com/archives/install-windows-server-2003-adminpak-administration-tools-pack-on-vista/">Install Windows Server 2003 Adminpak (Administration Tools Pack) on Vista</a> 34035</li>
<li> 			<a href="http://4sysops.com/archives/adminpak-for-windows-vista/">Adminpak for Windows Vista</a> 33013</li>
<li> 			<a href="http://4sysops.com/archives/vista-x64-vs-vista-x86-32-bit-or-64-bit-vista-edition/">Vista x64 vs. Vista x86 &#8211; 32 bit or 64 bit Vista edition?</a> 29714</li>
<li> 			<a href="http://4sysops.com/archives/iodrive-640-gb-flash-card-almost-at-the-speed-of-dram-the-end-of-hard-drives/">ioDrive: 640 GB flash card almost at </a></li>&#8230;</ol>]]></description>
			<content:encoded><![CDATA[<p>Another year of blogging on 4sysops passed by. It was a good year. The number of page views doubled and so did the number of subscribers. So I say thank you to my loyal readers, especially to those who didn&#8217;t agree with me often. <img src='http://4sysops.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  If you are a regular reader of my blog, you might be interested to know which articles have been read most often.</p>
<p>I added the page views behind the title of the article. The numbers are from Google Analytics. Note that they do not represent the absolute page views in 2007 since I started using Google Analytics only at the end of March.</p>
<ol>
<li> 			<a href="http://4sysops.com/archives/how-to-disable-vista%e2%80%99s-desktop-search-indexing-windows-search/">How to disable Vista&#8217;s desktop search indexing (Windows Search)</a> 49299</li>
<li> 			<a href="http://4sysops.com/archives/expanding-a-virtual-vmware-disk/">Expanding a virtual VMware disk</a> 42539</li>
<li> 			<a href="http://4sysops.com/archives/install-windows-server-2003-adminpak-administration-tools-pack-on-vista/">Install Windows Server 2003 Adminpak (Administration Tools Pack) on Vista</a> 34035</li>
<li> 			<a href="http://4sysops.com/archives/adminpak-for-windows-vista/">Adminpak for Windows Vista</a> 33013</li>
<li> 			<a href="http://4sysops.com/archives/vista-x64-vs-vista-x86-32-bit-or-64-bit-vista-edition/">Vista x64 vs. Vista x86 &#8211; 32 bit or 64 bit Vista edition?</a> 29714</li>
<li> 			<a href="http://4sysops.com/archives/iodrive-640-gb-flash-card-almost-at-the-speed-of-dram-the-end-of-hard-drives/">ioDrive: 640 GB flash card almost at the speed of DRAM &#8211; The end of hard drives?</a> 27027</li>
<li> 			<a href="http://4sysops.com/archives/windows-vista-32-bit-versus-vista-64-bit/">Windows Vista 32-bit versus Vista 64-bit</a> 21264</li>
<li> 			<a href="http://4sysops.com/archives/resize-a-virtual-disk-with-vmware-converter/">Resize a Virtual Disk with VMware Converter</a> 15763</li>
<li> 			<a href="http://4sysops.com/archives/vista-compatibility-update-for-the-adminpak/">Vista compatibility update for the Adminpak</a> 12174</li>
<li> 			<a href="http://4sysops.com/archives/three-ways-to-reset-a-windows-vista-admin-password/">Three ways to reset a Windows Vista admin password</a> 11378</li>
</ol>
<p>I must admit that I was a bit surprised that the most read article was about Vista&#8217;s desktop search indexing. It appears to be one of the new Vista features that were a flop.</p>
<p>However, the most popular topic was another one. Three articles about the Adminpak problem made it in the top ten. I still don&#8217;t understand why Microsoft neglected this issue. Aren&#8217;t the admins the ones who have to be persuaded first to move to a new operating system version?</p>
<p>Also interesting is the number of people that have had problems with expanding VMware disks. When I first came across this issue I couldn&#8217;t believe that VMware didn&#8217;t offer a simpler solution.</p>
<p>Not so surprising is that many were unsure if they should install Vista x86 or Vista x64. I suppose that the 64-bit edition will soon gain more popularity. At the moment 3GB are enough for most users. However, I think that in one year many power users will already thirst after more memory.</p>
<p>So what are the prospects for 2008? I guess the number one topic will be Windows Server 2008. I already posted a lot about it and I am sure there will be more to blog about it as soon as its final becomes available. By the way, my German speaking readers (I know there are many) might be interested in an article about <a href="http://wiki.computerwoche.de/doku.php/windows/windows-server-2008">Windows Server 2008</a> I am writing for the German magazine Computerwoche. I am constantly extending it since it is a wiki entry.</p>
<p>Another thing I will concentrate on in 2008 is finding new sponsors for 4sysops. You might have realized that I removed Adsense some weeks ago. It simply didn&#8217;t perform well recently. Blogging is certainly fun, but it is even more fun if you can earn a little with it. So I also have to say thanks to my new sponsors <a href="http://www.specopssoft.com/">Special Operations Software</a> and <a href="http://netikus.net/">NETIKUS.NET</a>.</p>
<p>Ok then, enough blogging for this year. Happy new year!</p>
<p><object height="355" width="425"><param name="movie" value="http://www.youtube.com/v/YiRe6oveE7g&amp;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/YiRe6oveE7g&amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></embed></object></p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/why-only-it-will-matter/" title="Why only (I)T will matter (December 20, 2011)">Why only (I)T will matter</a> (8)</li>
	<li><a href="http://4sysops.com/archives/poll-results-it-employment/" title="Poll results: IT employment (December 12, 2011)">Poll results: IT employment</a> (2)</li>
	<li><a href="http://4sysops.com/archives/5-tips-to-persuade-management-about-a-new-investment-in-it/" title="Five tips to persuade management about a new investment in IT (October 7, 2011)">Five tips to persuade management about a new investment in IT</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-vworkspace-desktop-optimizer-optimize-vdi-performance/" title="FREE: vWorkspace Desktop Optimizer &#8211; Optimize VDI performance (September 15, 2011)">FREE: vWorkspace Desktop Optimizer &#8211; Optimize VDI performance</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/thank-you-top-ten-4sysops-articles-in-2007-happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 podcast with Paul Thurrott at Windows Weekly</title>
		<link>http://4sysops.com/archives/windows-server-2008-podcast-with-paul-thurrott-at-windows-weekly/</link>
		<comments>http://4sysops.com/archives/windows-server-2008-podcast-with-paul-thurrott-at-windows-weekly/#comments</comments>
		<pubDate>Tue, 25 Dec 2007 15:51:31 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-server-2008-podcast-with-paul-thurrott-at-windows-weekly/</guid>
		<description><![CDATA[<p>Windows Weekly has a nice <a href="http://www.twit.tv/ww45">webcast about Windows Server 2008</a>. Paul Thurrott interviews Ward Ralston, group technical product manager for Windows Server 2008. The whole interview is about 50 minutes and gives a good overview for those who didn&#8217;t have time yet to deal with Microsoft&#8217;s new server OS. You can listen to it while playing with your Xmas presents. <img src='http://4sysops.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Merry Christmas to all Christians and a Merry Tuesday to the rest of the world!
<a title="Windows Weekly" href="http://www.twit.tv/ww45"><img src="http://4sysops.com/wp-content/uploads/2007/12/windows_weekly.jpg" alt="Windows Weekly"  /></a></p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/" title="Windows Server 2008 step-by-step guides &#8211; Don’t waste your time (March 24, 2008)">Windows Server 2008 step-by-step guides &#8211; Don’t waste your time</a> (3)</li>
	<li><a href="http://4sysops.com/archives/new-features-in-windows-server-2008/" title="New features in Windows Server 2008 (February 13, 2008)">New features in Windows Server 2008</a> (0)</li>
	<li><a href="http://4sysops.com/archives/download-windows-server-2008-rtm/" title="Download Windows Server 2008 RTM? (February 5, 2008)">Download Windows Server 2008 RTM?</a> (6)</li>
&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p>Windows Weekly has a nice <a href="http://www.twit.tv/ww45">webcast about Windows Server 2008</a>. Paul Thurrott interviews Ward Ralston, group technical product manager for Windows Server 2008. The whole interview is about 50 minutes and gives a good overview for those who didn&#8217;t have time yet to deal with Microsoft&#8217;s new server OS. You can listen to it while playing with your Xmas presents. <img src='http://4sysops.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Merry Christmas to all Christians and a Merry Tuesday to the rest of the world!
<a title="Windows Weekly" href="http://www.twit.tv/ww45"><img src="http://4sysops.com/wp-content/uploads/2007/12/windows_weekly.jpg" alt="Windows Weekly"  /></a></p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/" title="Windows Server 2008 step-by-step guides &#8211; Don’t waste your time (March 24, 2008)">Windows Server 2008 step-by-step guides &#8211; Don’t waste your time</a> (3)</li>
	<li><a href="http://4sysops.com/archives/new-features-in-windows-server-2008/" title="New features in Windows Server 2008 (February 13, 2008)">New features in Windows Server 2008</a> (0)</li>
	<li><a href="http://4sysops.com/archives/download-windows-server-2008-rtm/" title="Download Windows Server 2008 RTM? (February 5, 2008)">Download Windows Server 2008 RTM?</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-2008-podcast-with-paul-thurrott-at-windows-weekly/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Download Windows Server 2008 RC1</title>
		<link>http://4sysops.com/archives/download-windows-server-2008-rc1/</link>
		<comments>http://4sysops.com/archives/download-windows-server-2008-rc1/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 18:59:36 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/download-windows-server-2008-rc1/</guid>
		<description><![CDATA[<p>You can <a href="http://www.microsoft.com/windowsserver2008/audsel.mspx">download</a> Windows Server 2008 RC1 now. Its most interesting new feature is the <strong>Group Policy Preferences</strong>. Microsoft integrated <strong>PolicyMaker</strong> in Windows 2008, a tool from DesktopStandard. They acquired this company in 2006. I had a quick look at it today and I must say it is an absolute killer feature.</p>
<p>Group Policy Preferences allow you to configure many more details than with regular Group Policies. I will blog more about it next week.</p>
<p>It seems to me that an <strong>RC1</strong> domain controller <strong>boots up</strong> and also <strong>shuts down</strong> much <strong>faster</strong> than under Windows Server 2003. You probably realized that domain controllers usually need quite some time until they are ready to shutdown. The Active Directory database of my test machine did not have much data, though.</p>
<p>It is interesting to note that Windows Server 2008 RC1 is released <strong>at the same time as Vista SP1 RC1</strong>. Obviously, they are connected. I think, it is predictable that &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>You can <a href="http://www.microsoft.com/windowsserver2008/audsel.mspx">download</a> Windows Server 2008 RC1 now. Its most interesting new feature is the <strong>Group Policy Preferences</strong>. Microsoft integrated <strong>PolicyMaker</strong> in Windows 2008, a tool from DesktopStandard. They acquired this company in 2006. I had a quick look at it today and I must say it is an absolute killer feature.</p>
<p>Group Policy Preferences allow you to configure many more details than with regular Group Policies. I will blog more about it next week.</p>
<p>It seems to me that an <strong>RC1</strong> domain controller <strong>boots up</strong> and also <strong>shuts down</strong> much <strong>faster</strong> than under Windows Server 2003. You probably realized that domain controllers usually need quite some time until they are ready to shutdown. The Active Directory database of my test machine did not have much data, though.</p>
<p>It is interesting to note that Windows Server 2008 RC1 is released <strong>at the same time as Vista SP1 RC1</strong>. Obviously, they are connected. I think, it is predictable that many organizations will deploy Vista SP1 and Windows 2008 together.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/" title="Windows Server 2008 step-by-step guides &#8211; Don’t waste your time (March 24, 2008)">Windows Server 2008 step-by-step guides &#8211; Don’t waste your time</a> (3)</li>
	<li><a href="http://4sysops.com/archives/new-features-in-windows-server-2008/" title="New features in Windows Server 2008 (February 13, 2008)">New features in Windows Server 2008</a> (0)</li>
	<li><a href="http://4sysops.com/archives/download-windows-server-2008-rtm/" title="Download Windows Server 2008 RTM? (February 5, 2008)">Download Windows Server 2008 RTM?</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/download-windows-server-2008-rc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Essential Business Server</title>
		<link>http://4sysops.com/archives/windows-essential-business-server/</link>
		<comments>http://4sysops.com/archives/windows-essential-business-server/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 19:31:55 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-essential-business-server/</guid>
		<description><![CDATA[<p>The <a href="http://apcmag.com/7561/microsoft_announces_windows_essential_business_server">apc magazine</a> has a good article explaining <strong>Windows Essential Business Server (EBS)</strong> a.k.a. Centro. In a way, this is the big brother of <a href="http://en.wikipedia.org/wiki/Windows_Small_Business_Server">Windows Small Business Server</a> 2003 R2 (SBS). SBS targets small businesses that have up to 75 clients and EBS is for organizations that have 25 to 250 computers. In this post, I summarized the apc article.</p>
<p>These seem to be the main points of Essential Business Server:</p>
<ul>
<li><strong>Editions:</strong> There is Standard Edition and Premium Edition</li>
<li>The <strong>Standard Edition</strong> comes with <strong>three server types</strong>: Management Server, Messaging Server, Security Server; The <strong>Premium Edition</strong> has a Database Server also.<strong>
</strong></li>
<li><strong>Management Server:</strong> Windows Server 2008, System Center Essentials</li>
<li><strong>Messaging Server</strong>: Windows Server 2008, Exchange Server 2007 and Forefront Security for Exchange Server</li>
<li><strong>Security Server:</strong> Windows Server 2008, Exchange Server 2007 gateway, ISA (Internet Security and Acceleration) Server</li>
<li><strong>Database Server:</strong> Windows Server 2008, SQL Server 2008 Standard Edition</li>
<li><strong>Licensing:</strong> There is a unified server license and a special </li>&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://apcmag.com/7561/microsoft_announces_windows_essential_business_server">apc magazine</a> has a good article explaining <strong>Windows Essential Business Server (EBS)</strong> a.k.a. Centro. In a way, this is the big brother of <a href="http://en.wikipedia.org/wiki/Windows_Small_Business_Server">Windows Small Business Server</a> 2003 R2 (SBS). SBS targets small businesses that have up to 75 clients and EBS is for organizations that have 25 to 250 computers. In this post, I summarized the apc article.</p>
<p>These seem to be the main points of Essential Business Server:</p>
<ul>
<li><strong>Editions:</strong> There is Standard Edition and Premium Edition</li>
<li>The <strong>Standard Edition</strong> comes with <strong>three server types</strong>: Management Server, Messaging Server, Security Server; The <strong>Premium Edition</strong> has a Database Server also.<strong>
</strong></li>
<li><strong>Management Server:</strong> Windows Server 2008, System Center Essentials</li>
<li><strong>Messaging Server</strong>: Windows Server 2008, Exchange Server 2007 and Forefront Security for Exchange Server</li>
<li><strong>Security Server:</strong> Windows Server 2008, Exchange Server 2007 gateway, ISA (Internet Security and Acceleration) Server</li>
<li><strong>Database Server:</strong> Windows Server 2008, SQL Server 2008 Standard Edition</li>
<li><strong>Licensing:</strong> There is a unified server license and a special EBS CAL (Client Access License), maximum is 250 clients; there is an upgrade license available to unlock the EBS restriction</li>
<li><strong>Management console:</strong> lets you monitor the health of all servers, track down problems, and &#8220;points administrators in the right direction to get tasks accomplished; third party vendors can utilize this console</li>
<li><strong>Remote Web Workplace:</strong> remotely access email and shared resources</li>
</ul>
<p>Considering that the Windows environment gets more and more complex, it makes sense to offer such a product which can help administrators of smaller businesses handle their servers in an easier way. However, one also has to take into account that the majority of Windows shops probably prefer the regular products. So if you run into problems, you can never be sure if it is just an EBS issue.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/" title="Windows Server 2008 step-by-step guides &#8211; Don’t waste your time (March 24, 2008)">Windows Server 2008 step-by-step guides &#8211; Don’t waste your time</a> (3)</li>
	<li><a href="http://4sysops.com/archives/new-features-in-windows-server-2008/" title="New features in Windows Server 2008 (February 13, 2008)">New features in Windows Server 2008</a> (0)</li>
	<li><a href="http://4sysops.com/archives/download-windows-server-2008-rtm/" title="Download Windows Server 2008 RTM? (February 5, 2008)">Download Windows Server 2008 RTM?</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-essential-business-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 RC1 is on its way</title>
		<link>http://4sysops.com/archives/windows-server-2008-rc1-is-on-its-way/</link>
		<comments>http://4sysops.com/archives/windows-server-2008-rc1-is-on-its-way/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 22:55:29 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-server-2008-rc1-is-on-its-way/</guid>
		<description><![CDATA[<p>There seems to be a new version of Windows Server 2008. <a href="http://www.leedesmond.com/weblog/?p=243">Desmond</a> reports that in the Windows Server 2008 Nov CTP, the license agreement mentions &#8220;RC1&#8243;. I suppose that means that Windows 2008 is now feature complete. I just checked the official <a href="http://www.microsoft.com/windowsserver2008/audsel.mspx">download site</a>. It still offers RC0. So only the privileged testers have access to the latest version. But, I guess, it won&#8217;t take too long until RC1 will be available to the public. I think that Microsoft gets on well with Windows 2008. I am playing with it since Beta 2, and all in all it makes a much more stable impression to me than Vista at this development stage.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/" title="Windows Server 2008 step-by-step guides &#8211; Don’t waste your time (March 24, 2008)">Windows Server 2008 step-by-step guides &#8211; Don’t waste your time</a> (3)</li>
	<li><a href="http://4sysops.com/archives/new-features-in-windows-server-2008/" title="New features in Windows Server 2008 (February 13, 2008)">New features in Windows </a></li>&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p>There seems to be a new version of Windows Server 2008. <a href="http://www.leedesmond.com/weblog/?p=243">Desmond</a> reports that in the Windows Server 2008 Nov CTP, the license agreement mentions &#8220;RC1&#8243;. I suppose that means that Windows 2008 is now feature complete. I just checked the official <a href="http://www.microsoft.com/windowsserver2008/audsel.mspx">download site</a>. It still offers RC0. So only the privileged testers have access to the latest version. But, I guess, it won&#8217;t take too long until RC1 will be available to the public. I think that Microsoft gets on well with Windows 2008. I am playing with it since Beta 2, and all in all it makes a much more stable impression to me than Vista at this development stage.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/" title="Windows Server 2008 step-by-step guides &#8211; Don’t waste your time (March 24, 2008)">Windows Server 2008 step-by-step guides &#8211; Don’t waste your time</a> (3)</li>
	<li><a href="http://4sysops.com/archives/new-features-in-windows-server-2008/" title="New features in Windows Server 2008 (February 13, 2008)">New features in Windows Server 2008</a> (0)</li>
	<li><a href="http://4sysops.com/archives/download-windows-server-2008-rtm/" title="Download Windows Server 2008 RTM? (February 5, 2008)">Download Windows Server 2008 RTM?</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-2008-rc1-is-on-its-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WSUS 3.0 SP1 can be integrated in Windows Server 2008 Server Manager</title>
		<link>http://4sysops.com/archives/wsus-30-sp1-can-be-integrated-in-windows-server-2008-server-manager/</link>
		<comments>http://4sysops.com/archives/wsus-30-sp1-can-be-integrated-in-windows-server-2008-server-manager/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 19:56:25 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[wsus]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/wsus-30-sp1-can-be-integrated-in-windows-server-2008-server-manager/</guid>
		<description><![CDATA[<p>Microsoft <a href="http://blogs.technet.com/windowsserver/archive/2007/11/08/server-manager-update-for-wsus-beta-released.aspx">offers</a> an update that allows you to <strong>manage WSUS 3.0 SP1 with Server Manager</strong>. I think this is the first non-Windows Server 2008 product that can be integrated in Server Manager. It seems that Microsoft is indeed copying the concept of Linux management tools such as SuSE&#8217;s yast.</p>
<p>The update should be available on <a href="http://connect.microsoft.com/windows/Downloads/DownloadDetails.aspx?DownloadID=9315">Microsoft Connect</a>. Unfortunately, I wasn&#8217;t able to access it. Perhaps it isn&#8217;t available to the public yet. I am curious <strong>in what way WSUS is integrated in Server Manager</strong>.</p>
<p>It is certainly nice if you can manage all Windows-related backend apps with one central management tool. However, it would be even more interesting if you can install and <strong>download non-Windows products via Server Manager</strong>.</p>
<p>I find this feature in <strong>yast</strong> very useful. It saves a lot of time if you don&#8217;t have to search and download all prerequisites for a certain application, separately. With yast, you can just search for the &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Microsoft <a href="http://blogs.technet.com/windowsserver/archive/2007/11/08/server-manager-update-for-wsus-beta-released.aspx">offers</a> an update that allows you to <strong>manage WSUS 3.0 SP1 with Server Manager</strong>. I think this is the first non-Windows Server 2008 product that can be integrated in Server Manager. It seems that Microsoft is indeed copying the concept of Linux management tools such as SuSE&#8217;s yast.</p>
<p>The update should be available on <a href="http://connect.microsoft.com/windows/Downloads/DownloadDetails.aspx?DownloadID=9315">Microsoft Connect</a>. Unfortunately, I wasn&#8217;t able to access it. Perhaps it isn&#8217;t available to the public yet. I am curious <strong>in what way WSUS is integrated in Server Manager</strong>.</p>
<p>It is certainly nice if you can manage all Windows-related backend apps with one central management tool. However, it would be even more interesting if you can install and <strong>download non-Windows products via Server Manager</strong>.</p>
<p>I find this feature in <strong>yast</strong> very useful. It saves a lot of time if you don&#8217;t have to search and download all prerequisites for a certain application, separately. With yast, you can just search for the tool you want to install and it will then tell you what other components have to be installed. It then downloads the latest versions of all programs and installs them in the right order. Of course, you can update everything via yast, too.</p>
<p>If you were able to try the WSUS integration in Server Manager, please let us know how this works exactly.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-update-errors-a-troubleshooting-guide/" title="Windows Update errors &#8211; A troubleshooting guide (April 18, 2011)">Windows Update errors &#8211; A troubleshooting guide</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-wsus-offline-update-update-windows-and-office-without-an-internet-connection/" title="FREE: WSUS Offline Update &#8211; Update Windows and Office without an Internet connection (January 17, 2011)">FREE: WSUS Offline Update &#8211; Update Windows and Office without an Internet connection</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-wsus-clientmanager-for-workgroups-add-computers-to-a-wsus-server/" title="FREE: WSUS ClientManager for Workgroups &#8211; Add computers to a WSUS server (January 7, 2011)">FREE: WSUS ClientManager for Workgroups &#8211; Add computers to a WSUS server</a> (0)</li>
	<li><a href="http://4sysops.com/archives/turn-off-automatic-windows-update-reboots/" title="Turn off automatic Windows Update reboots (October 13, 2010)">Turn off automatic Windows Update reboots</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/wsus-30-sp1-can-be-integrated-in-windows-server-2008-server-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 prices</title>
		<link>http://4sysops.com/archives/windows-server-2008-prices/</link>
		<comments>http://4sysops.com/archives/windows-server-2008-prices/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 21:58:31 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-server-2008-prices/</guid>
		<description><![CDATA[<p>Microsoft detailed <strong>Windows Server 2008 prices</strong>. Compared to Windows Server 2003, they <strong>increased by 1%</strong> only. If you take inflation into account, then one has to admit that Windows Server got cheaper. This is interesting if you relate it to the <a href="http://4sysops.com/archives/is-windows-vista-too-expensive/">price raise of Windows Vista</a>.</p>
<p>Of course, the reason is not that producing <strong>Vista</strong> was more expensive than <strong>Windows Server 2008</strong>. Both operating systems have much in common. You could say that Windows Server 2008 just has some additional features. The market for Windows 2008 is smaller than for Vista, but Microsoft is growing faster here. Since there is a bigger demand, they could have raised the prices.</p>
<p>However, there is only one reason <strong>why Microsoft keeps the prices low for server products</strong>. <a href="http://4sysops.com/archives/vista-seems-to-be-a-great-success-why-microsoft’s-competitors-own-the-applause/">In the desktop market customers don&#8217;t have much choice</a>, mostly because <a href="http://4sysops.com/archives/is-the-linux-market-share-declining-or-not/">competitors are too weak</a> here. In the server market, things look a bit different. But Microsoft is on the right &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Microsoft detailed <strong>Windows Server 2008 prices</strong>. Compared to Windows Server 2003, they <strong>increased by 1%</strong> only. If you take inflation into account, then one has to admit that Windows Server got cheaper. This is interesting if you relate it to the <a href="http://4sysops.com/archives/is-windows-vista-too-expensive/">price raise of Windows Vista</a>.</p>
<p>Of course, the reason is not that producing <strong>Vista</strong> was more expensive than <strong>Windows Server 2008</strong>. Both operating systems have much in common. You could say that Windows Server 2008 just has some additional features. The market for Windows 2008 is smaller than for Vista, but Microsoft is growing faster here. Since there is a bigger demand, they could have raised the prices.</p>
<p>However, there is only one reason <strong>why Microsoft keeps the prices low for server products</strong>. <a href="http://4sysops.com/archives/vista-seems-to-be-a-great-success-why-microsoft’s-competitors-own-the-applause/">In the desktop market customers don&#8217;t have much choice</a>, mostly because <a href="http://4sysops.com/archives/is-the-linux-market-share-declining-or-not/">competitors are too weak</a> here. In the server market, things look a bit different. But Microsoft is on the right track when it comes to having a monopoly in this market as well. And that&#8217;s likely to happen soon. Windows Server 2008 could be a milestone in this project.</p>
<p>For us customers, this means nothing good. This could be the last time we&#8217;ll enjoy these relatively <a href="http://www.networkworld.com/news/2007/111207-microsoft-windows-server-2008-pricing.html?fsrc=netflash-rss">modest prices</a>:</p>
<ul>
<li>Windows Server 2008 Standard, $999 (with five Client Access Licenses, or CALs)</li>
<li>Standard without Hyper-V, $971 (with five CALs);</li>
<li>Enterprise, $3,999 (with 25 CALs)</li>
<li>Enterprise without Hyper-V, $3,971 (with 25 CALs)</li>
<li>Datacenter, $2,999 (per processor)</li>
<li>Datacenter without Hyper-V, $2,971 (per processor)</li>
<li>Windows Server 2008 for Itanium-based Systems, $2,999 (per processor)</li>
<li>Windows Web Server 2008, $469</li>
</ul>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/" title="Windows Server 2008 step-by-step guides &#8211; Don’t waste your time (March 24, 2008)">Windows Server 2008 step-by-step guides &#8211; Don’t waste your time</a> (3)</li>
	<li><a href="http://4sysops.com/archives/new-features-in-windows-server-2008/" title="New features in Windows Server 2008 (February 13, 2008)">New features in Windows Server 2008</a> (0)</li>
	<li><a href="http://4sysops.com/archives/download-windows-server-2008-rtm/" title="Download Windows Server 2008 RTM? (February 5, 2008)">Download Windows Server 2008 RTM?</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-2008-prices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Review: Works With Tool (WWT) for Windows Server 2008</title>
		<link>http://4sysops.com/archives/review-works-with-tool-wwt-for-windows-server-2008/</link>
		<comments>http://4sysops.com/archives/review-works-with-tool-wwt-for-windows-server-2008/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 19:09:09 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/review-works-with-tool-wwt-for-windows-server-2008/</guid>
		<description><![CDATA[<p>Microsoft <a href="http://www.innovateonwindowsserver.com/WorksWithWinServer08.aspx">offers</a> a new tool that goes by the promising name <strong>Works With Tool for Windows Server 2008 (WWT)</strong>. It allows you to test applications in order to see if they work properly under Windows Server 2008. <a href="http://blogs.msdn.com/neilhut/archive/2007/09/05/works-with-windows-server-2008.aspx">Neil Hutson</a>, a Microsoft evangelist, claims that you can &#8220;<strong>perform automated tests</strong>&#8221; with this free utility. I just played a little with the beta version today.</p>
<p>WWT has <strong>an easy-to-use wizard</strong> that guides you thru the software evaluation process. It works a little like a software packager. WWT compares the system before and after the installation of the application. It will then give you <strong>information about the files installed</strong> such as their location, their version number, if they were signed, etc.</p>
<p><a href="http://4sysops.com/wp-admin/upload.php?style=inline&#38;tab=browse&#38;post_id=720&#38;_wpnonce=c865d62750&#38;ID=726&#38;action=view&#38;paged" id="file-link-726" title="Works With Windows 3" class="file-link image">  			</a><a href="http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008_2.png" title="Works with Windows 2" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008_2.png','Works with Windows 2',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008_2.png" title="Works with Windows 2" alt="Works with Windows 2" align="right" height="105" width="139" /></a><a href="http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008.png" title="Works with Windows 1" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008.png','Works with Windows 1',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008.png" title="Works with Windows 1" alt="Works with Windows 1" align="left" height="93" width="124" /></a>Next you have to <strong>check the functionality of your application</strong>. WWT will display a form where you have to answer several questions about the results of the test. For example, you have to tell WWT if the &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Microsoft <a href="http://www.innovateonwindowsserver.com/WorksWithWinServer08.aspx">offers</a> a new tool that goes by the promising name <strong>Works With Tool for Windows Server 2008 (WWT)</strong>. It allows you to test applications in order to see if they work properly under Windows Server 2008. <a href="http://blogs.msdn.com/neilhut/archive/2007/09/05/works-with-windows-server-2008.aspx">Neil Hutson</a>, a Microsoft evangelist, claims that you can &#8220;<strong>perform automated tests</strong>&#8221; with this free utility. I just played a little with the beta version today.</p>
<p>WWT has <strong>an easy-to-use wizard</strong> that guides you thru the software evaluation process. It works a little like a software packager. WWT compares the system before and after the installation of the application. It will then give you <strong>information about the files installed</strong> such as their location, their version number, if they were signed, etc.</p>
<p><a href="http://4sysops.com/wp-admin/upload.php?style=inline&amp;tab=browse&amp;post_id=720&amp;_wpnonce=c865d62750&amp;ID=726&amp;action=view&amp;paged" id="file-link-726" title="Works With Windows 3" class="file-link image">  			</a><a href="http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008_2.png" title="Works with Windows 2" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008_2.png','Works with Windows 2',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008_2.png" title="Works with Windows 2" alt="Works with Windows 2" align="right" height="105" width="139" /></a><a href="http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008.png" title="Works with Windows 1" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008.png','Works with Windows 1',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008.png" title="Works with Windows 1" alt="Works with Windows 1" align="left" height="93" width="124" /></a>Next you have to <strong>check the functionality of your application</strong>. WWT will display a form where you have to answer several questions about the results of the test. For example, you have to tell WWT if the system and the application remained stable, if you experienced data loss and so on.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008_3.png" title="Works With Windows 3" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008_3.png','Works With Windows 3',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/09/works_with_windows_server_2008_3.png" title="Works With Windows 3" alt="Works With Windows 3" align="right" height="121" width="161" /></a>WWT can create an <strong>HTML report</strong> or you can store the results of your tests in a <strong>submission package</strong> which you could send to your software vendor. If they also use WWT they can examine the results of your test this way.</p>
<p>I doubt that we will use WWT to test our applications. The tool certainly <strong>can&#8217;t perform automated tests</strong>. If you really want to know if an application is working properly under Windows Server 2008, you have to <strong>check its functionality, manually</strong>. I wouldn&#8217;t use software anyway on a new OS if this isn&#8217;t supported officially by its vendor. And if you want to create a report of an evaluation process of a self-developed application, you usually have to <strong>add application specific data</strong>. WWT doesn&#8217;t offer a way to include such information.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/" title="Windows Server 2008 step-by-step guides &#8211; Don’t waste your time (March 24, 2008)">Windows Server 2008 step-by-step guides &#8211; Don’t waste your time</a> (3)</li>
	<li><a href="http://4sysops.com/archives/new-features-in-windows-server-2008/" title="New features in Windows Server 2008 (February 13, 2008)">New features in Windows Server 2008</a> (0)</li>
	<li><a href="http://4sysops.com/archives/download-windows-server-2008-rtm/" title="Download Windows Server 2008 RTM? (February 5, 2008)">Download Windows Server 2008 RTM?</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/review-works-with-tool-wwt-for-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 RC1 will be released this month, February release date confirmed</title>
		<link>http://4sysops.com/archives/windows-server-2008-rc1-will-be-released-this-month-february-release-date-confirmed/</link>
		<comments>http://4sysops.com/archives/windows-server-2008-rc1-will-be-released-this-month-february-release-date-confirmed/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 19:27:13 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-server-2008-rc1-will-be-released-this-month-february-release-date-confirmed/</guid>
		<description><![CDATA[<p><a href="http://www.eweek.com/article2/0,1895,2181707,00.asp">eWEEK</a> reports that <strong>Windows Server 2008 RC1</strong> will be available <strong>this month</strong>. The article also states that <a href="/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft%E2%80%99s-new-server-os/">WSV (Windows Server Virtualization)</a> will be included. This will probably be the most interesting enhancement in RC1. Microsoft confirmed the <a href="/archives/windows-server-2008-release-date-is-february-27th/">Feb. 27 launch date of Windows Server 2008</a> and that WSV will be released 180 days thereafter.</p>
<p><strong>Citrix</strong> announced that they will <strong>support Microsoft&#8217;s VHD (Virtual Hard Disk) format</strong>. This is not really surprising since <strong>XenSource</strong> already declared that long before Citrix acquired them. However, it&#8217;s new to me that <strong>Citrix&#8217;s Presentation Server, Desktop Server and virtual appliance solutions</strong> will also use the VHD format. VMware will certainly notice this with interest.</p>
<p>The ongoing cooperation between <strong>Citrix and Microsoft revives the acquisitions fantasies</strong> that were <a href="http://www.eweek.com/article2/0,1759,2171434,00.asp">spreading</a> on the Web for quite some time now. Actually, when I first saw Winframe, the predecessor of Metaframe, I already expected that Microsoft would buy them. This was before Microsoft had its own terminal server &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.eweek.com/article2/0,1895,2181707,00.asp">eWEEK</a> reports that <strong>Windows Server 2008 RC1</strong> will be available <strong>this month</strong>. The article also states that <a href="/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft%E2%80%99s-new-server-os/">WSV (Windows Server Virtualization)</a> will be included. This will probably be the most interesting enhancement in RC1. Microsoft confirmed the <a href="/archives/windows-server-2008-release-date-is-february-27th/">Feb. 27 launch date of Windows Server 2008</a> and that WSV will be released 180 days thereafter.</p>
<p><strong>Citrix</strong> announced that they will <strong>support Microsoft&#8217;s VHD (Virtual Hard Disk) format</strong>. This is not really surprising since <strong>XenSource</strong> already declared that long before Citrix acquired them. However, it&#8217;s new to me that <strong>Citrix&#8217;s Presentation Server, Desktop Server and virtual appliance solutions</strong> will also use the VHD format. VMware will certainly notice this with interest.</p>
<p>The ongoing cooperation between <strong>Citrix and Microsoft revives the acquisitions fantasies</strong> that were <a href="http://www.eweek.com/article2/0,1759,2171434,00.asp">spreading</a> on the Web for quite some time now. Actually, when I first saw Winframe, the predecessor of Metaframe, I already expected that Microsoft would buy them. This was before Microsoft had its own terminal server solution. If they buy them now, then XenSource would belong to Microsoft. That&#8217;s an interesting thought.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-upgrade-conclusion/" title="Hyper-V upgrade &#8211; Conclusion (August 8, 2011)">Hyper-V upgrade &#8211; Conclusion</a> (4)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-upgrade-the-process/" title="Hyper-V upgrade &#8211; The process (July 25, 2011)">Hyper-V upgrade &#8211; The process</a> (2)</li>
	<li><a href="http://4sysops.com/archives/why-i-am-upgrading-from-hyper-v-1-0-to-2-0/" title="Why I am upgrading from Hyper-V 1.0 to 2.0 (July 20, 2011)">Why I am upgrading from Hyper-V 1.0 to 2.0</a> (0)</li>
	<li><a href="http://4sysops.com/archives/scvmm-2012-review-part-6-self-service-empowerment-service-deployment-and-conclusion/" title="SCVMM 2012 review &#8211; Part 6: Self-service empowerment, service deployment and conclusion (June 6, 2011)">SCVMM 2012 review &#8211; Part 6: Self-service empowerment, service deployment and conclusion</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-2008-rc1-will-be-released-this-month-february-release-date-confirmed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Update, Microsoft Update, Automatic Updates &#8211; Microsoft’s confusing terminology and Network Access Protection (NAP)</title>
		<link>http://4sysops.com/archives/windows-update-microsoft-update-automatic-updates-microsoft%e2%80%99s-confusing-terminology-and-network-access-protection-nap/</link>
		<comments>http://4sysops.com/archives/windows-update-microsoft-update-automatic-updates-microsoft%e2%80%99s-confusing-terminology-and-network-access-protection-nap/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 18:46:01 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[patch management]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[wsus]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-update-microsoft-update-automatic-updates-microsoft%e2%80%99s-confusing-terminology-and-network-access-protection-nap/</guid>
		<description><![CDATA[<p>Whenever I have to deal with Microsoft&#8217;s update services, I get confused about the different terms. When I configured the security health validator (SHV) policy of <a href="/archives/windows-server-2008-nap-network-access-protection-infrastructure/">NAP (Network Access Protection)</a> in Windows Server 2008, I was puzzled again by the <strong>difference of the phrases &#8220;Automatic Updates&#8221;, &#8220;Windows Update&#8221; and &#8220;Microsoft Update&#8221;.</strong></p>
<p>There are two different kinds of SHV policies with respect to updates. One is called &#8220;<strong>Automatic Updates</strong>&#8221; and the other one &#8220;<strong>Security Update Protection</strong>&#8220;. The latter offers two other options: &#8220;<strong>Windows Update</strong>&#8221; and &#8220;<strong>Windows Server Update Services</strong>&#8220;. And below that you will find this: &#8220;Note: Clients may always get their updates from <strong>Microsoft Update</strong>&#8220;. What the hell is the difference between Automatic Updates and Security Update Protection using Windows Update? And what&#8217;s about Microsoft Update? Isn&#8217;t that another update service? If you are confused now, then you should read ahead. If not, then you are released for today. <img src='http://4sysops.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> <a href="http://4sysops.com/wp-content/uploads/2007/09/nap_shv_policy.png" title="SHV Policy" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/nap_shv_policy.png','SHV Policy',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/09/nap_shv_policy.png" title="SHV Policy" alt="SHV Policy" align="left" height="131" width="100" /></a></p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/09/get_microsoft_update.png" title="Get Microsoft Update" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/get_microsoft_update.png','Get Microsoft Update',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/09/get_microsoft_update.png" title="Get Microsoft Update" alt="Get Microsoft Update" align="right" height="87" width="128" /></a>The most &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Whenever I have to deal with Microsoft&#8217;s update services, I get confused about the different terms. When I configured the security health validator (SHV) policy of <a href="/archives/windows-server-2008-nap-network-access-protection-infrastructure/">NAP (Network Access Protection)</a> in Windows Server 2008, I was puzzled again by the <strong>difference of the phrases &#8220;Automatic Updates&#8221;, &#8220;Windows Update&#8221; and &#8220;Microsoft Update&#8221;.</strong></p>
<p>There are two different kinds of SHV policies with respect to updates. One is called &#8220;<strong>Automatic Updates</strong>&#8221; and the other one &#8220;<strong>Security Update Protection</strong>&#8220;. The latter offers two other options: &#8220;<strong>Windows Update</strong>&#8221; and &#8220;<strong>Windows Server Update Services</strong>&#8220;. And below that you will find this: &#8220;Note: Clients may always get their updates from <strong>Microsoft Update</strong>&#8220;. What the hell is the difference between Automatic Updates and Security Update Protection using Windows Update? And what&#8217;s about Microsoft Update? Isn&#8217;t that another update service? If you are confused now, then you should read ahead. If not, then you are released for today. <img src='http://4sysops.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> <a href="http://4sysops.com/wp-content/uploads/2007/09/nap_shv_policy.png" title="SHV Policy" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/nap_shv_policy.png','SHV Policy',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/09/nap_shv_policy.png" title="SHV Policy" alt="SHV Policy" align="left" height="131" width="100" /></a></p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/09/get_microsoft_update.png" title="Get Microsoft Update" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/get_microsoft_update.png','Get Microsoft Update',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/09/get_microsoft_update.png" title="Get Microsoft Update" alt="Get Microsoft Update" align="right" height="87" width="128" /></a>The most important <strong>difference is the one between Windows Update and Microsoft Update</strong>. Windows Update allows you to <strong>patch Windows</strong> and Microsoft Update patches Windows and some <strong>other Microsoft applications</strong> (Microsoft Office, SQL Server, Exchange). In Windows XP/2003 you only can use Microsoft Update if you have the latest Windows Update Agent installed. You can do this thru Windows Update configuration which you can find in the Help and Support Center. Microsoft Update is then enabled by default, but you can disable it by clicking on &#8220;Change settings&#8221;. In Vista, you can change this setting in the Control Panel under System. Okay, that&#8217;s easy, so far.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/09/vista_microsoft_update.png" title="Vista Microsoft Update" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/vista_microsoft_update.png','Vista Microsoft Update',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/09/vista_microsoft_update.png" title="Vista Microsoft Update" alt="Vista Microsoft Update" align="left" height="86" width="101" /></a>But what is &#8220;<strong>Automatic Updates</strong>&#8221; then? Windows Update and Microsoft Update are also Web sites where you can download updates manually. &#8220;Automatic Updates&#8221; is not another service, it just means that the <strong>Windows Update Agent schedules the download updates automatically</strong>, regardless of whether you are using Windows Update or Microsoft Update.</p>
<p>However, &#8220;<strong>Automatic Updates&#8221; can mean something else sometimes.</strong> In Windows XP/2003 it is the <strong>name of the service of the Windows Update Agent</strong>. Now guess how this service is called in Windows Vista and Windows Server 2008? Its name is &#8220;Windows Update&#8221;. Note that this Windows Update service not only downloads from Windows Update but also from Microsoft Update. So sometimes &#8220;Windows Update&#8221; and &#8220;Automatic Updates&#8221; just refer to the same thing, i.e. to the Windows Update Agent service.</p>
<p>To come back to my starting point, <strong>why does NAP distinguish between Automatic Updates and Windows Update?</strong></p>
<p>If you enable <strong>Security Update Protection</strong>, it just means that the NAP client is compliant if it got the <strong>latest security updates installed</strong>, regardless if they were downloaded from a WSUS server, Microsoft&#8217;s patch management solution, from Windows Update or Microsoft Update. However, you can also restrict the possible download source to Windows Update or WSUS.</p>
<p>If you check <strong>Automatic Updates</strong> in the NAP configuration, it only means that the Windows Update Agent is set to <strong>download updates automatically </strong>no matter if the download source is Windows Update, Microsoft Update or your local WSUS server. Note that even if Automatic Updates is activated, the client might not have the latest updates installed, for example if it wasn&#8217;t online for some time.</p>
<p>In my view, Microsoft&#8217;s terminology is quite confusing. Why not just one Update service and one term for it? Well, I hope that after blogging about it, I won&#8217;t get confused again about this.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-update-errors-a-troubleshooting-guide/" title="Windows Update errors &#8211; A troubleshooting guide (April 18, 2011)">Windows Update errors &#8211; A troubleshooting guide</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-wsus-offline-update-update-windows-and-office-without-an-internet-connection/" title="FREE: WSUS Offline Update &#8211; Update Windows and Office without an Internet connection (January 17, 2011)">FREE: WSUS Offline Update &#8211; Update Windows and Office without an Internet connection</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-wsus-clientmanager-for-workgroups-add-computers-to-a-wsus-server/" title="FREE: WSUS ClientManager for Workgroups &#8211; Add computers to a WSUS server (January 7, 2011)">FREE: WSUS ClientManager for Workgroups &#8211; Add computers to a WSUS server</a> (0)</li>
	<li><a href="http://4sysops.com/archives/turn-off-automatic-windows-update-reboots/" title="Turn off automatic Windows Update reboots (October 13, 2010)">Turn off automatic Windows Update reboots</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-update-microsoft-update-automatic-updates-microsoft%e2%80%99s-confusing-terminology-and-network-access-protection-nap/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 RC0 and Windows Server Virtualization (WSV) are available</title>
		<link>http://4sysops.com/archives/windows-server-2008-rc0-and-windows-server-virtualization-wsv-are-available/</link>
		<comments>http://4sysops.com/archives/windows-server-2008-rc0-and-windows-server-virtualization-wsv-are-available/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 18:33:56 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-server-2008-rc0-and-windows-server-virtualization-wsv-are-available/</guid>
		<description><![CDATA[<p><a href="http://blogs.quality-training.co.uk/blog/_archives/2007/9/6/3211149.html">Andy Malone</a> reports that Windows Server 2008 RC0 is now offered to <strong>TAP customers (Technical Adoption Program)</strong>. He also thinks that it will be available for download on <strong>MSDN</strong> soon. Alessandro Perilli of <a href="http://www.virtualization.info/2007/09/microsoft-releases-viridian-hypervisor.html">virtualization.info</a> has learned that RC0 will contain <strong>Windows Server Virtualization (WSV) aka Viridian</strong>.</p>
<p>According to Malone, Windows Server 2008 is <strong>feature complete</strong> now. This probably also means that the new hypervisor will really become part of the operating system even though the <strong>final of WSV</strong> supposedly will only be released within <strong>180 days of the release of Windows Server 2008</strong>. Perilli is speculating that Microsoft is planning a <strong>hypervisor version for Vista</strong>. That could mean that WSV might not only replace Virtual Server 2005 but also Virtual PC 2007 in the long run.</p>
<p>I always wondered <a href="/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft’s-new-server-os/">how the hypervisor will be integrated in Windows Server 2008</a>. I read before that WSV will be just another <strong>server role</strong>. Although this seems to &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.quality-training.co.uk/blog/_archives/2007/9/6/3211149.html">Andy Malone</a> reports that Windows Server 2008 RC0 is now offered to <strong>TAP customers (Technical Adoption Program)</strong>. He also thinks that it will be available for download on <strong>MSDN</strong> soon. Alessandro Perilli of <a href="http://www.virtualization.info/2007/09/microsoft-releases-viridian-hypervisor.html">virtualization.info</a> has learned that RC0 will contain <strong>Windows Server Virtualization (WSV) aka Viridian</strong>.</p>
<p>According to Malone, Windows Server 2008 is <strong>feature complete</strong> now. This probably also means that the new hypervisor will really become part of the operating system even though the <strong>final of WSV</strong> supposedly will only be released within <strong>180 days of the release of Windows Server 2008</strong>. Perilli is speculating that Microsoft is planning a <strong>hypervisor version for Vista</strong>. That could mean that WSV might not only replace Virtual Server 2005 but also Virtual PC 2007 in the long run.</p>
<p>I always wondered <a href="/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft’s-new-server-os/">how the hypervisor will be integrated in Windows Server 2008</a>. I read before that WSV will be just another <strong>server role</strong>. Although this seems to be true, adding the WSV role changes more than usual. It will transform the OS in <strong>hypervisor mode</strong> which means that Windows will be moved to the so-called <strong>parent partition</strong>.</p>
<p>This is comparable to VMware&#8217;s <strong>ESX Server</strong>. VMware just utilizes a version of Red Hat Linux instead of Windows. One advantage of WSV over ESX will be that the device driver support for Windows is a bit better. ESX will certainly have more advantages, especially because Microsoft <a href="http://www.windowsitpro.com/mobile/Article.cfm?ArticleID=96121"><strong>dropped</strong></a><strong> some very important WSV features</strong> (live migration capabilities, support for up to 32 processor cores, hot-adding of storage, networking hardware, memory, and processors).</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-upgrade-conclusion/" title="Hyper-V upgrade &#8211; Conclusion (August 8, 2011)">Hyper-V upgrade &#8211; Conclusion</a> (4)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-upgrade-the-process/" title="Hyper-V upgrade &#8211; The process (July 25, 2011)">Hyper-V upgrade &#8211; The process</a> (2)</li>
	<li><a href="http://4sysops.com/archives/why-i-am-upgrading-from-hyper-v-1-0-to-2-0/" title="Why I am upgrading from Hyper-V 1.0 to 2.0 (July 20, 2011)">Why I am upgrading from Hyper-V 1.0 to 2.0</a> (0)</li>
	<li><a href="http://4sysops.com/archives/scvmm-2012-review-part-6-self-service-empowerment-service-deployment-and-conclusion/" title="SCVMM 2012 review &#8211; Part 6: Self-service empowerment, service deployment and conclusion (June 6, 2011)">SCVMM 2012 review &#8211; Part 6: Self-service empowerment, service deployment and conclusion</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-2008-rc0-and-windows-server-virtualization-wsv-are-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 NAP (Network Access Protection) infrastructure</title>
		<link>http://4sysops.com/archives/windows-server-2008-nap-network-access-protection-infrastructure/</link>
		<comments>http://4sysops.com/archives/windows-server-2008-nap-network-access-protection-infrastructure/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 19:19:30 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-server-2008-nap-network-access-protection-infrastructure/</guid>
		<description><![CDATA[<p>When I first read about NAP (Network Access Protection), Microsoft&#8217;s new Network Access Control (NAC) solution in Windows Server 2008, I was quite surprised how complex it has become. All the papers, I have read about its infrastructure, were somewhat confusing. This post lists all the important NAP components accompanied by a brief description of their function.  Just in case you didn&#8217;t read my post about the <a href="/archives/windows-server-2008-network-access-protection-nap-essentials/">NAP essentials</a> yet, I recommend having a look at it first.</p>
<p><a title="NAP Infrastructure" href="http://4sysops.com/wp-content/uploads/2007/09/nap.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/nap.png','NAP Infrastructure',event,300,75)"><img title="NAP Infrastructure" src="http://4sysops.com/wp-content/uploads/2007/09/nap.png" alt="NAP Infrastructure" width="145" height="111" align="right" /></a>If you have read already some of Microsoft&#8217;s white papers about this topic, you&#8217;ll realize that my description is quite simplified. But, I think, it is easier to understand and memorize this way.</p>
<p><strong>NAP client</strong>
The NAP client consists of three layers: the System Health Agents (SHA), the NAP Agent, and the Enforcement Clients (EC). There are also APIs allowing third-party vendors to integrate their own SHAs and ECs in Microsoft&#8217;s NAP infrastructure.</p>
<p><strong>System Health Agent (SHA)</strong>
The SHA checks if certain &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>When I first read about NAP (Network Access Protection), Microsoft&#8217;s new Network Access Control (NAC) solution in Windows Server 2008, I was quite surprised how complex it has become. All the papers, I have read about its infrastructure, were somewhat confusing. This post lists all the important NAP components accompanied by a brief description of their function.  Just in case you didn&#8217;t read my post about the <a href="/archives/windows-server-2008-network-access-protection-nap-essentials/">NAP essentials</a> yet, I recommend having a look at it first.</p>
<p><a title="NAP Infrastructure" href="http://4sysops.com/wp-content/uploads/2007/09/nap.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/nap.png','NAP Infrastructure',event,300,75)"><img title="NAP Infrastructure" src="http://4sysops.com/wp-content/uploads/2007/09/nap.png" alt="NAP Infrastructure" width="145" height="111" align="right" /></a>If you have read already some of Microsoft&#8217;s white papers about this topic, you&#8217;ll realize that my description is quite simplified. But, I think, it is easier to understand and memorize this way.</p>
<p><strong>NAP client</strong>
The NAP client consists of three layers: the System Health Agents (SHA), the NAP Agent, and the Enforcement Clients (EC). There are also APIs allowing third-party vendors to integrate their own SHAs and ECs in Microsoft&#8217;s NAP infrastructure.</p>
<p><strong>System Health Agent (SHA)</strong>
The SHA checks if certain system health requirements  are fulfilled. The SHA that comes with Vista and Windows Server 2008 can verify whether the following conditions are met: Windows Firewall is on; antivirus and antispyware software are installed, enabled, and updated; Microsoft Update Services is enabled, and the most recent security updates are installed. If the system is not in the required state, the SHA can then start a process to remedy the situation. For example, it can enable Windows Firewall or contact a remediation server to update the antivirus signatures.</p>
<p><strong>NAP Agent</strong>
Sometimes this component is also called Quarantine Agent. It maintains the health state information and facilitates the communication between the SHAs and the ECs.</p>
<p><strong>Enforcement Client (EC)</strong>
Sometimes you will also find this as the Quarantine Enforcement Client (QEC). Each NAP enforcement method has its own EC. So there is a DHCP EC and an IPsec EC, for example.  Usually, they are integrated with the corresponding service client. So the DHCP EC is a part of the DHCP client. Its main function is to communicate with the server side NAP infrastructure, thereby, enforcing the quarantine of the client if the health requirements are not met. It is the only client component that interacts with the NAP infrastructure on the server side.</p>
<p>Let&#8217;s look at the server side of the NAP infrastructure.</p>
<p><strong>Enforcement Server (ES)</strong>
This can also be referred to as the Quarantine Enforcement Server (QES). The NAP ES communicates with its corresponding NAP EC. Each enforcement method has its own ES and is integrated in the corresponding service. For example, the DHCP ES is a part of the DHCP Server. Essentially, the ES has the same functions as the EC. It is the interface between the server side NAP infrastructure and the client side, and ensures that noncompliant clients are quarantined. For example, the DHCP ES would make sure that a DHCP server issues the network mask 255.255.255.255 to noncompliant clients. This way they can&#8217;t access other computers in the network.</p>
<p><strong>NAP Server</strong>
A NAP server is just another name for a NAP-enabled server component. So a DHCP server supporting NAP is a NAP server, for example. Don&#8217;t confuse it with a NAP Health Policy Server.</p>
<p><strong>NAP Health Policy Server (NPS)</strong>
The NPS consists of the NPS Service, the NAP Administration Server and the System Health Validator (SHV) components.</p>
<p><strong>System Health Validator (SHV)</strong>
Each SHV has a corresponding SHA on the client side. It is here where you define the health requirements for your whole network. Windows Server 2008 comes with just one SHV allowing you to choose among the health requirements mentioned above (Windows Firewall enabled, antivirus software updated etc). Third-party vendors can integrate their own SHVs here.</p>
<p><strong>NAP Administration Server</strong>
The NAP Administration Server is kind of a distributor and integrator for NAP information. Information that comes from the NPS service is distributed to the different SHVs. Each SHV only receives the information which is relevant for it. The information that comes from the different SHVs is integrated in one message and passed on to the NPS Service.</p>
<p><strong>NPS Service</strong>
The NPS Service communicates with the NAP Server using the RADIUS protocol. It is kind of an interface between the NAP server and the NAP Administration Server.</p>
<p>The figure below is a simplified representation of the NAP infrastructure. It assumes that just one enforcement method (DHCP) is used and no third party extensions are involved. The arrows signify the communication paths between the NAP components.</p>
<p><a title="NAP Infrastructure" href="http://4sysops.com/wp-content/uploads/2007/09/nap.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/nap.png','NAP Infrastructure',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/09/nap.png" alt="NAP Infrastructure" /></a></p>
<p>Related: <a href="http://4sysops.com/archives/windows-server-2008-network-access-protection-nap-essentials/">Windows Server 2008: Network Access Protection (NAP) essentials</a></p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/" title="Windows Server 2008 step-by-step guides &#8211; Don’t waste your time (March 24, 2008)">Windows Server 2008 step-by-step guides &#8211; Don’t waste your time</a> (3)</li>
	<li><a href="http://4sysops.com/archives/new-features-in-windows-server-2008/" title="New features in Windows Server 2008 (February 13, 2008)">New features in Windows Server 2008</a> (0)</li>
	<li><a href="http://4sysops.com/archives/download-windows-server-2008-rtm/" title="Download Windows Server 2008 RTM? (February 5, 2008)">Download Windows Server 2008 RTM?</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-2008-nap-network-access-protection-infrastructure/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

