<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>Implement Minimalist Solutions using Windows Server 2008 R2 Server Core</title><link>http://code.msdn.microsoft.com/r2core/Project/ProjectRss.aspx</link><description>With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for pre...</description><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h1&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.  Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=W2K8R2" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=W2K8R2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/W2K8R2" class="externalLink"&gt;http://Channel9.msdn.com/tags/W2K8R2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Feature Demos&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://channel9.msdn.com/tags/R2CORE" class="externalLink"&gt;http://channel9.msdn.com/tags/R2CORE&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://channel9.msdn.com/pdc2008/ES06" class="externalLink"&gt;http://channel9.msdn.com/pdc2008/ES06&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Team Blogs&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/server_core" class="externalLink"&gt;http://blogs.technet.com/server_core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Forums&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://forums.technet.microsoft.com/en-US/winservercore/threads" class="externalLink"&gt;http://forums.technet.microsoft.com/en-US/winservercore/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads" class="externalLink"&gt;http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Getting Started&lt;/b&gt;
&lt;/h2&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the optional features or optional server roles, perform the following procedure from a command prompt:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
     dism /online /enable-feature /featurename:&amp;lt;component&amp;gt;
&lt;/pre&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    C:\&amp;gt; oclist | more
&lt;/pre&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;
    C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;
    C:\&amp;gt; notepad c:\windows\logs\dism\dism.log
&lt;/pre&gt; &lt;br /&gt;Obtain the status of components within a feature area (e.g. ASP):&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    C:\&amp;gt; dism /online /get-feature /format:table | find /i &amp;quot;ASP&amp;quot;      
&lt;/pre&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Running 32-bit Applications on Server Core&lt;/b&gt;
&lt;/h2&gt;Even though Windows Server 2008 R2 is exclusively a 64-bit operating system, 32-bit applications are supported by enabling the WoW64 optional feature.  If this feature is not enabled and you try to run a 32-bit application, the application will fail to execute.   The WoW64 execution layer is an optional component that is installed by default.  You can save resources by removing the feature if you are not going to be running 32-bit applications on your Server Core install.  &lt;br /&gt; &lt;br /&gt;Install the WoW64 Execution Layer using the following command:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /enable-feature /featurename:ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt;If your solution has a .NET 32-bit dependency, then also invoke the following sequence:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /enable-feature /featurename:NetFx2-ServerCore
    dism /online /enable-feature /featurename:NetFx2-ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt;  With Windows Server 2008 R2 beta1, WoW64 is an optional feature.   This is changing.   With Windows Server 2008 R2 RC1, WoW64 will be enabled by default. If you don't want WoW64 enabled, just disable the feature as follows:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /disable-feature /featurename:ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Interesting New Solutions Scenarios&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/R2CoreApps" class="externalLink"&gt;How to Get Started with C++ and .NET Applications on Server Core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/R2CoreASPNET" class="externalLink"&gt;How to Get Started with ASP.NET Applications on Server Core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Thu, 04 Jun 2009 22:00:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20090604P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h1&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.  Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=W2K8R2" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=W2K8R2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/W2K8R2" class="externalLink"&gt;http://Channel9.msdn.com/tags/W2K8R2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Feature Demos&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://channel9.msdn.com/tags/R2CORE" class="externalLink"&gt;http://channel9.msdn.com/tags/R2CORE&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://channel9.msdn.com/pdc2008/ES06" class="externalLink"&gt;http://channel9.msdn.com/pdc2008/ES06&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Team Blogs&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/server_core" class="externalLink"&gt;http://blogs.technet.com/server_core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Forums&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://forums.technet.microsoft.com/en-US/winservercore/threads" class="externalLink"&gt;http://forums.technet.microsoft.com/en-US/winservercore/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads" class="externalLink"&gt;http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Getting Started&lt;/b&gt;
&lt;/h2&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the optional features or optional server roles, perform the following procedure from a command prompt:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
     dism /online /enable-feature /featurename:&amp;lt;component&amp;gt;
&lt;/pre&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    C:\&amp;gt; oclist | more
&lt;/pre&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;
    C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;
    C:\&amp;gt; notepad c:\windows\logs\dism\dism.log
&lt;/pre&gt; &lt;br /&gt;Obtain the status of components within a feature area (e.g. ASP):&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    C:\&amp;gt; dism /online /get-feature /format:table | find /i &amp;quot;ASP&amp;quot;      
&lt;/pre&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Running 32-bit Applications on Server Core&lt;/b&gt;
&lt;/h2&gt;Even though Windows Server 2008 R2 is exclusively a 64-bit operating system, 32-bit applications are supported by enabling the WoW64 optional feature.  If this feature is not enabled and you try to run a 32-bit application, the application will fail to execute.   The WoW64 execution layer is an optional component that is installed by default on R2 releases after beta1.  You can save resources by removing the feature if you are not going to be running 32-bit applications on your Server Core install.  &lt;br /&gt; &lt;br /&gt;Install the WoW64 Execution Layer using the following command:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /enable-feature /featurename:ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt;If your solution has a .NET 32-bit dependency, then also invoke the following sequence:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /enable-feature /featurename:NetFx2-ServerCore
    dism /online /enable-feature /featurename:NetFx2-ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt;  With Windows Server 2008 R2 beta1, WoW64 is an optional feature.   This is changing.   With Windows Server 2008 R2 RC1, WoW64 will be enabled by default. If you don't want WoW64 enabled, just disable the feature as follows:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /disable-feature /featurename:ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Interesting New Solutions Scenarios&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/R2CoreApps" class="externalLink"&gt;How to Get Started with C++ and .NET Applications on Server Core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/R2CoreASPNET" class="externalLink"&gt;How to Get Started with ASP.NET Applications on Server Core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Fri, 13 Mar 2009 16:29:29 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20090313P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h1&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.  Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=W2K8R2" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=W2K8R2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/W2K8R2" class="externalLink"&gt;http://Channel9.msdn.com/tags/W2K8R2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Feature Demos&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://channel9.msdn.com/tags/W2K8R2" class="externalLink"&gt;http://channel9.msdn.com/tags/W2K8R2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://channel9.msdn.com/pdc2008/ES06" class="externalLink"&gt;http://channel9.msdn.com/pdc2008/ES06&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Team Blogs&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/server_core" class="externalLink"&gt;http://blogs.technet.com/server_core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Forums&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://forums.technet.microsoft.com/en-US/winservercore/threads" class="externalLink"&gt;http://forums.technet.microsoft.com/en-US/winservercore/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads" class="externalLink"&gt;http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Getting Started&lt;/b&gt;
&lt;/h2&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the optional features or optional server roles, perform the following procedure from a command prompt:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
     dism /online /enable-feature /featurename:&amp;lt;component&amp;gt;
&lt;/pre&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    C:\&amp;gt; oclist | more
&lt;/pre&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;
    C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;
    C:\&amp;gt; notepad c:\windows\logs\dism\dism.log
&lt;/pre&gt; &lt;br /&gt;Obtain the status of components within a feature area (e.g. ASP):&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    C:\&amp;gt; dism /online /get-feature /format:table | find /i &amp;quot;ASP&amp;quot;      
&lt;/pre&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Running 32-bit Applications on Server Core&lt;/b&gt;
&lt;/h2&gt;Even though Windows Server 2008 R2 is exclusively a 64-bit operating system, 32-bit applications are supported by enabling the WoW64 optional feature.  If this feature is not enabled and you try to run a 32-bit application, the application will fail to execute.   The WoW64 execution layer is an optional component that is installed by default on R2 releases after beta1.  You can save resources by removing the feature if you are not going to be running 32-bit applications on your Server Core install.  &lt;br /&gt; &lt;br /&gt;Install the WoW64 Execution Layer using the following command:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /enable-feature /featurename:ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt;If your solution has a .NET 32-bit dependency, then also invoke the following sequence:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /enable-feature /featurename:NetFx2-ServerCore
    dism /online /enable-feature /featurename:NetFx2-ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt;  With Windows Server 2008 R2 beta1, WoW64 is an optional feature.   This is changing.   With Windows Server 2008 R2 RC1, WoW64 will be enabled by default. If you don't want WoW64 enabled, just disable the feature as follows:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /disable-feature /featurename:ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Interesting New Solutions Scenarios&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/R2CoreApps" class="externalLink"&gt;How to Get Started with C++ and .NET Applications on Server Core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/R2CoreASPNET" class="externalLink"&gt;How to Get Started with ASP.NET Applications on Server Core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Tue, 10 Mar 2009 00:54:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20090310A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h1&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.  Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=W2K8R2" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=W2K8R2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/W2K8R2" class="externalLink"&gt;http://Channel9.msdn.com/tags/W2K8R2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Feature Demos&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://channel9.msdn.com/tags/W2K8R2" class="externalLink"&gt;http://channel9.msdn.com/tags/W2K8R2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://channel9.msdn.com/pdc2008/ES06" class="externalLink"&gt;http://channel9.msdn.com/pdc2008/ES06&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Team Blogs&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/server_core" class="externalLink"&gt;http://blogs.technet.com/server_core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Forums&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://forums.technet.microsoft.com/en-US/winservercore/threads" class="externalLink"&gt;http://forums.technet.microsoft.com/en-US/winservercore/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads" class="externalLink"&gt;http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Getting Started&lt;/b&gt;
&lt;/h2&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the optional features or optional server roles, perform the following procedure from a command prompt:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
     dism /online /enable-feature /featurename:&amp;lt;component&amp;gt;
&lt;/pre&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    C:\&amp;gt; oclist | more
&lt;/pre&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;
    C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;
    C:\&amp;gt; notepad c:\windows\logs\dism\dism.log
&lt;/pre&gt; &lt;br /&gt;Obtain the status of components within a feature area (e.g. ASP):&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    C:\&amp;gt; dism /online /get-feature /format:table | find /i &amp;quot;ASP&amp;quot;      
&lt;/pre&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Running 32-bit Applications on Server Core&lt;/b&gt;
&lt;/h2&gt;Even though Windows Server 2008 R2 is exclusively a 64-bit operating system, 32-bit applications are supported by enabling the WoW64 optional feature.  If this feature is not enabled and you try to run a 32-bit application, the application will fail to execute.   The WoW64 execution layer is an optional component that is installed by default on R2 releases after beta1.  You can save resources by removing the feature if you are not going to be running 32-bit applications on your Server Core install.  &lt;br /&gt; &lt;br /&gt;Install the WoW64 Execution Layer using the following command:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /enable-feature /featurename:ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt;If your solution has a .NET 32-bit dependency, then also invoke the following sequence:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /enable-feature /featurename:NetFx2-ServerCore
    dism /online /enable-feature /featurename:NetFx2-ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt;  With Windows Server 2008 R2 beta1, WoW64 is an optional feature.   This is changing.   With Windows Server 2008 R2 RC1, WoW64 will be enabled by default. If you don't want WoW64 enabled, just disable the feature as follows:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /disable-feature /featurename:ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Interesting New Solutions Scenarios&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/R2CoreApps" class="externalLink"&gt;How to Get Started with C++ and .NET Applications on Server Core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Mon, 02 Mar 2009 17:41:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20090302P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h1&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.  Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=W2K8R2" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=W2K8R2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/W2K8R2" class="externalLink"&gt;http://Channel9.msdn.com/tags/W2K8R2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Feature Demos&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://channel9.msdn.com/tags/W2K8R2" class="externalLink"&gt;http://channel9.msdn.com/tags/W2K8R2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://channel9.msdn.com/pdc2008/ES06" class="externalLink"&gt;http://channel9.msdn.com/pdc2008/ES06&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Team Blogs&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/server_core" class="externalLink"&gt;http://blogs.technet.com/server_core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Forums&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://forums.technet.microsoft.com/en-US/winservercore/threads" class="externalLink"&gt;http://forums.technet.microsoft.com/en-US/winservercore/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads" class="externalLink"&gt;http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Getting Started&lt;/b&gt;
&lt;/h2&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the new additions to a Server Core installation of Windows Server 2008 R2, perform the following procedure from a command prompt:&lt;br /&gt;  &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;  C:\&amp;gt; oclist | more&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Or, uninstall an addition via the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; notepad c:\windows\logs\dism\dism.log&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Obtain the status of components within a feature area (e.g. ASP):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; dism /online /get-feature /format:table | find /i &amp;quot;ASP&amp;quot;      &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Running 32-bit Applications on Server Core&lt;/b&gt;
&lt;/h2&gt;Even though Windows Server 2008 R2 is exclusively a 64-bit operating system, 32-bit applications are supported by enabling the WoW64 optional feature.  If this feature is not enabled and you try to run a 32-bit application, the application will fail to execute.   The WoW64 execution layer is an optional component that is installed by default on R2 releases after beta1.  You can save resources by removing the feature if you are not going to be running 32-bit applications on your Server Core install.  &lt;br /&gt; &lt;br /&gt;Install the WoW64 Execution Layer using the following command:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /enable-feature /featurename:ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt;If your solution has a .NET 32-bit dependency, then also invoke the following sequence:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /enable-feature /featurename:NetFx2-ServerCore
    dism /online /enable-feature /featurename:NetFx2-ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt;  With Windows Server 2008 R2 beta1, WoW64 is an optional feature.   This is changing.   With Windows Server 2008 R2 RC1, WoW64 will be enabled by default. If you don't want WoW64 enabled, just disable the feature as follows:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    dism /online /disable-feature /featurename:ServerCore-WOW64
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Interesting New Solutions Scenarios&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/R2CoreApps" class="externalLink"&gt;How to Get Started with C++ and .NET Applications on Server Core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Mon, 02 Mar 2009 17:35:04 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20090302P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h1&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.  Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/Windows+7" class="externalLink"&gt;http://Channel9.msdn.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Feature Demos&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://channel9.msdn.com/pdc2008/ES06" class="externalLink"&gt;http://channel9.msdn.com/pdc2008/ES06&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://channel9.msdn.com/tags/W2K8R2" class="externalLink"&gt;http://channel9.msdn.com/tags/W2K8R2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Team Blogs&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/server_core" class="externalLink"&gt;http://blogs.technet.com/server_core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Forums&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://forums.technet.microsoft.com/en-US/winservercore/threads" class="externalLink"&gt;http://forums.technet.microsoft.com/en-US/winservercore/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads" class="externalLink"&gt;http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Getting Started&lt;/b&gt;
&lt;/h2&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the new additions to a Server Core installation of Windows Server 2008 R2, perform the following procedure from a command prompt:&lt;br /&gt;  &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;  C:\&amp;gt; oclist | more&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Or, uninstall an addition via the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup /uninstall &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; notepad c:\windows\logs\dism\dism.log&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Potential issues with early pre-release builds of Server Core R2 include component interdependencies.   For example, with the PDC/WinHEC 2008 pre-release evaluation edition, the IIS component has a dependency upon WOW64.   This has been fixed and will be correct with the R2 beta release.   But, if you're lucky enough to have a PDC evaluation edition, then you'll need to use the following sequence to ensure IIS-ASPNET and IIS-ASP components configure properly.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup WAS-WindowsActivationService&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-WebServerRole&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ISAPIExtensions&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ASP&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup ServerCore-WOW64   &lt;i&gt;(Note:  this is a workaround and has been fixed in post-M3 builds.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; shutdown /i                                        &lt;i&gt;(Note:  restart required with this workaround.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup WAS-NetFxEnvironment&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ASPNET&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism /online /get-feature /format:table | find /i &amp;quot;ASP&amp;quot;      &lt;i&gt;(Note:  verify that the IIS-ASPNET component installed properly.)&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Interesting New Solutions Scenarios&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/R2CoreApps" class="externalLink"&gt;How to Get Started with C++ and .NET Applications on Server Core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Fri, 27 Feb 2009 15:38:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20090227P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h1&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.  Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/Windows+7" class="externalLink"&gt;http://Channel9.msdn.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Feature Demos&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://channel9.msdn.com/pdc2008/ES06" class="externalLink"&gt;http://channel9.msdn.com/pdc2008/ES06&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Team Blogs&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/server_core" class="externalLink"&gt;http://blogs.technet.com/server_core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Forums&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://forums.technet.microsoft.com/en-US/winservercore/threads" class="externalLink"&gt;http://forums.technet.microsoft.com/en-US/winservercore/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads" class="externalLink"&gt;http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Getting Started&lt;/b&gt;
&lt;/h2&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the new additions to a Server Core installation of Windows Server 2008 R2, perform the following procedure from a command prompt:&lt;br /&gt;  &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;  C:\&amp;gt; oclist | more&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Or, uninstall an addition via the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup /uninstall &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; notepad c:\windows\logs\dism\dism.log&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Potential issues with early pre-release builds of Server Core R2 include component interdependencies.   For example, with the PDC/WinHEC 2008 pre-release evaluation edition, the IIS component has a dependency upon WOW64.   This has been fixed and will be correct with the R2 beta release.   But, if you're lucky enough to have a PDC evaluation edition, then you'll need to use the following sequence to ensure IIS-ASPNET and IIS-ASP components configure properly.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup WAS-WindowsActivationService&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-WebServerRole&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ISAPIExtensions&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ASP&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup ServerCore-WOW64   &lt;i&gt;(Note:  this is a workaround and has been fixed in post-M3 builds.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; shutdown /i                                        &lt;i&gt;(Note:  restart required with this workaround.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup WAS-NetFxEnvironment&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ASPNET&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism /online /get-feature /format:table | find /i &amp;quot;ASP&amp;quot;      &lt;i&gt;(Note:  verify that the IIS-ASPNET component installed properly.)&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Interesting New Solutions Scenarios&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/R2CoreApps" class="externalLink"&gt;How to Get Started with C++ and .NET Applications on Server Core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Fri, 27 Feb 2009 15:38:17 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20090227P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h1&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.  Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/Windows+7" class="externalLink"&gt;http://Channel9.msdn.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Feature Demos&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://channel9.msdn.com/pdc2008/ES06" class="externalLink"&gt;http://channel9.msdn.com/pdc2008/ES06&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Team Blogs&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/server_core" class="externalLink"&gt;http://blogs.technet.com/server_core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Forums&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://forums.technet.microsoft.com/en-US/winservercore/threads" class="externalLink"&gt;http://forums.technet.microsoft.com/en-US/winservercore/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads" class="externalLink"&gt;http://forums.msdn.microsoft.com/en-US/servercorefordevelopers/threads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Getting Started&lt;/b&gt;
&lt;/h2&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the new additions to a Server Core installation of Windows Server 2008 R2, perform the following procedure from a command prompt:&lt;br /&gt;  &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;  C:\&amp;gt; oclist | more&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Or, uninstall an addition via the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup /uninstall &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; notepad c:\windows\logs\dism\dism.log&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Potential issues with early pre-release builds of Server Core R2 include component interdependencies.   For example, with the PDC/WinHEC 2008 pre-release evaluation edition, the IIS component has a dependency upon WOW64.   This has been fixed and will be correct with the R2 beta release.   But, if you're lucky enough to have a PDC evaluation edition, then you'll need to use the following sequence to ensure IIS-ASPNET and IIS-ASP components configure properly.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup WAS-WindowsActivationService&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-WebServerRole&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ISAPIExtensions&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ASP&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup ServerCore-WOW64   &lt;i&gt;(Note:  this is a workaround and has been fixed in post-M3 builds.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; shutdown /i                                        &lt;i&gt;(Note:  restart required with this workaround.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup WAS-NetFxEnvironment&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ASPNET&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism /online /get-feature /format:table | find /i &amp;quot;ASP&amp;quot;      &lt;i&gt;(Note:  verify that the IIS-ASPNET component installed properly.)&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Interesting New Solutions Scenarios&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Coming Soon!&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Fri, 31 Oct 2008 23:28:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081031P</guid></item><item><title>UPDATED RELEASE: R2 Server Core Resources (Oct 29, 2008)</title><link>http://code.msdn.microsoft.com/r2core/Release/ProjectReleases.aspx?ReleaseId=1715</link><description></description><author></author><pubDate>Fri, 31 Oct 2008 20:46:06 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: R2 Server Core Resources (Oct 29, 2008) 20081031P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h1&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.  Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/Windows+7" class="externalLink"&gt;http://Channel9.msdn.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Feature Demos&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://channel9.msdn.com/pdc2008/ES06" class="externalLink"&gt;http://channel9.msdn.com/pdc2008/ES06&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Team Blogs&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/server_core" class="externalLink"&gt;http://blogs.technet.com/server_core&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Getting Started&lt;/b&gt;
&lt;/h2&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the new additions to a Server Core installation of Windows Server 2008 R2, perform the following procedure from a command prompt:&lt;br /&gt;  &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;  C:\&amp;gt; oclist | more&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Or, uninstall an addition via the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup /uninstall &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; notepad c:\windows\logs\dism\dism.log&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Potential issues with early pre-release builds of Server Core R2 include component interdependencies.   For example, with the PDC/WinHEC 2008 pre-release evaluation edition, the IIS component has a dependency upon WOW64.   This has been fixed and will be correct with the R2 beta release.   But, if you're lucky enough to have a PDC evaluation edition, then you'll need to use the following sequence to ensure IIS-ASPNET and IIS-ASP components configure properly.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup WAS-WindowsActivationService&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-WebServerRole&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ISAPIExtensions&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ASP&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup ServerCore-WOW64   &lt;i&gt;(Note:  this is a workaround and has been fixed in post-M3 builds.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; shutdown /i                                        &lt;i&gt;(Note:  restart required with this workaround.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup WAS-NetFxEnvironment&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ASPNET&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism /online /get-feature /format:table | find /i &amp;quot;ASP&amp;quot;      &lt;i&gt;(Note:  verify that the IIS-ASPNET component installed properly.)&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Interesting New Solutions Scenarios&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Coming Soon!&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Fri, 31 Oct 2008 20:43:15 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081031P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h1&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.  Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/Windows+7" class="externalLink"&gt;http://Channel9.msdn.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Feature Demos&lt;/b&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://channel9.msdn.com/pdc2008/ES06" class="externalLink"&gt;http://channel9.msdn.com/pdc2008/ES06&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Getting Started&lt;/b&gt;
&lt;/h2&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the new additions to a Server Core installation of Windows Server 2008 R2, perform the following procedure from a command prompt:&lt;br /&gt;  &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;  C:\&amp;gt; oclist | more&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Or, uninstall an addition via the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup /uninstall &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; notepad c:\windows\logs\dism\dism.log&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Potential issues with early pre-release builds of Server Core R2 include component interdependencies.   For example, with the PDC/WinHEC 2008 pre-release evaluation edition, the IIS component has a dependency upon WOW64.   This has been fixed and will be correct with the R2 beta release.   But, if you're lucky enough to have a PDC evaluation edition, then you'll need to use the following sequence to ensure IIS-ASPNET and IIS-ASP components configure properly.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup WAS-WindowsActivationService&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-WebServerRole&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ISAPIExtensions&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ASP&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup ServerCore-WOW64   &lt;i&gt;(Note:  this is a workaround and has been fixed in post-M3 builds.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; shutdown /i                                        &lt;i&gt;(Note:  restart required with this workaround.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup WAS-NetFxEnvironment&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ASPNET&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism /online /get-feature /format:table | find /i &amp;quot;ASP&amp;quot;      &lt;i&gt;(Note:  verify that the IIS-ASPNET component installed properly.)&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Interesting New Solutions Scenarios&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Coming Soon!&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Fri, 31 Oct 2008 20:40:47 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081031P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h1&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.  Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/Windows+7" class="externalLink"&gt;http://Channel9.msdn.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Getting Started&lt;/b&gt;
&lt;/h2&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the new additions to a Server Core installation of Windows Server 2008 R2, perform the following procedure from a command prompt:&lt;br /&gt;  &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;  C:\&amp;gt; oclist | more&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Or, uninstall an addition via the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup /uninstall &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; notepad c:\windows\logs\dism\dism.log&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Potential issues with early pre-release builds of Server Core R2 include component interdependencies.   For example, with the PDC/WinHEC 2008 pre-release evaluation edition, the IIS component has a dependency upon WOW64.   This has been fixed and will be correct with the R2 beta release.   But, if you're lucky enough to have a PDC evaluation edition, then you'll need to use the following sequence to ensure IIS-ASPNET and IIS-ASP components configure properly.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup WAS-WindowsActivationService&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-WebServerRole&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ISAPIExtensions&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ASP&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup ServerCore-WOW64   &lt;i&gt;(Note:  this is a workaround and has been fixed in post-M3 builds.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; shutdown /i                                        &lt;i&gt;(Note:  restart required with this workaround.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup WAS-NetFxEnvironment&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ASPNET&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism /online /get-feature /format:table | find /i &amp;quot;ASP&amp;quot;      &lt;i&gt;(Note:  verify that the IIS-ASPNET component installed properly.)&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Interesting New Solutions Scenarios&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Coming Soon!&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Wed, 29 Oct 2008 23:14:08 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081029P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h1&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.  Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/Windows+7" class="externalLink"&gt;http://Channel9.msdn.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Getting Started&lt;/b&gt;
&lt;/h2&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the new additions to a Server Core installation of Windows Server 2008 R2, perform the following procedure from a command prompt:&lt;br /&gt;  &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;  C:\&amp;gt; oclist | more&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Or, uninstall and addition via the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup /uninstall &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; notepad c:\windows\logs\dism\dism.log&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Potential issues with early pre-release builds of Server Core R2 include component interdependencies.   For example, with the PDC/WinHEC 2008 pre-release evaluation edition, the IIS component has a dependency upon WOW64.   This has been fixed and will be correct with the R2 beta release.   But, if you're lucky enough to have a PDC evaluation edition, then you'll need to use the following sequence to ensure IIS-ASPNET and IIS-ASP components configure properly.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup WAS-WindowsActivationService&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-WebServerRole&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ISAPIExtensions&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ASP&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup ServerCore-WOW64   &lt;i&gt;(Note:  this is a workaround and has been fixed in post-M3 builds.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; shutdown /i                                        &lt;i&gt;(Note:  restart required with this workaround.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup WAS-NetFxEnvironment&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; start /w ocsetup IIS-ASPNET&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism /online /get-feature /format:table | find /i &amp;quot;ASP&amp;quot;      &lt;i&gt;(Note:  verify that the IIS-ASPNET component installed properly.)&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Interesting New Solutions Scenarios&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Coming Soon!&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Wed, 29 Oct 2008 23:01:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081029P</guid></item><item><title>CREATED RELEASE: Server Core pre-beta Step-by-Step (Oct 29, 2008)</title><link>http://code.msdn.microsoft.com/r2core/Release/ProjectReleases.aspx?ReleaseId=1715</link><description></description><author></author><pubDate>Wed, 29 Oct 2008 22:41:03 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Server Core pre-beta Step-by-Step (Oct 29, 2008) 20081029P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h1&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.  Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/Windows+7" class="externalLink"&gt;http://Channel9.msdn.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Getting Started&lt;/b&gt;
&lt;/h2&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the new additions to a Server Core installation of Windows Server 2008 R2, perform the following procedure from a command prompt:&lt;br /&gt;  &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;  C:\&amp;gt; oclist | more&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Or, uninstall and addition via the following command:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; start /w ocsetup /uninstall &amp;lt;component&amp;gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;&lt;/li&gt;&lt;li&gt;   C:\&amp;gt; notepad c:\windows\logs\dism\dism.log&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;    &lt;br /&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Wed, 29 Oct 2008 22:39:08 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081029P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h1&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  &lt;br /&gt;&lt;br /&gt;Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.&lt;br /&gt;&lt;br /&gt;Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/Windows+7" class="externalLink"&gt;http://Channel9.msdn.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the new additions to a Server Core installation of Windows Server 2008 R2, perform the following procedure from a command prompt:&lt;br /&gt;  &lt;br /&gt;    C:\&amp;gt; start /w ocsetup &amp;lt;component&amp;gt;&lt;br /&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;    C:\&amp;gt; oclist | more&lt;br /&gt; &lt;br /&gt;Or, uninstall and addition via the following command:&lt;br /&gt; &lt;br /&gt;    C:\&amp;gt; start /w ocsetup /uninstall &amp;lt;component&amp;gt;&lt;br /&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;    C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;&lt;br /&gt;    C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;&lt;br /&gt;    C:\&amp;gt; notepad c:\windows\logs\dism\dism.log&lt;br /&gt; &lt;br /&gt;    &lt;br /&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Wed, 29 Oct 2008 22:35:23 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081029P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h2&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  &lt;br /&gt;&lt;br /&gt;Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.&lt;br /&gt;&lt;br /&gt;Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
&lt;b&gt;Related Community Properties&lt;/b&gt; 
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7" class="externalLink"&gt;http://code.msdn.microsoft.com/project/projectdirectory.aspx?TagName=Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;/li&gt;&lt;li&gt;&lt;a href="http://Channel9.msdn.com/tags/Windows+7" class="externalLink"&gt;http://Channel9.msdn.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://Edge.TechNet.com/tags/Windows+7" class="externalLink"&gt;http://Edge.TechNet.com/tags/Windows+7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The Server Core installation of Windows Server now supports the following additional server roles with optional features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Subsets of .NET Framework 2.0, 3.0, and 3.5, including WCF, WF, and LINQ&lt;/li&gt;&lt;li&gt;PowerShell 2.0&lt;/li&gt;&lt;li&gt;WoW64 support for 32bit applications&lt;/li&gt;&lt;li&gt;ASP.NET and IIS support&lt;/li&gt;&lt;li&gt;File Server Resource Manager (FSRM)&lt;/li&gt;&lt;li&gt;Certificate Services&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Components that were already available with Server 2008 are still supported.   Consequently, the &amp;quot;step-by-step&amp;quot; guide at &lt;a href="http://technet.microsoft.com/en-us/library/cc753802.aspx" class="externalLink"&gt;http://technet.microsoft.com/en-us/library/cc753802.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; still applies.   To install one of the new additions to a Server Core installation of Windows Server 2008 R2, perform the following procedure from a command prompt:&lt;br /&gt;  &lt;br /&gt;    C:\&amp;gt; start /w ocsetup &amp;lt;component&amp;gt;&lt;br /&gt; &lt;br /&gt;Where 'component' is one of the items in the following list (note that the component name is case-sensitive):&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;.NET Framework 3.0 and 3.5:&lt;/i&gt;  NetFx3-ServerCore&lt;/li&gt;&lt;li&gt;&lt;i&gt;Windows PowerShell:&lt;/i&gt;  MicrosoftWindowsPowerShell&lt;/li&gt;&lt;li&gt;&lt;i&gt;FSRM:&lt;/i&gt;  FSRM-Infrastructure-Core&lt;/li&gt;&lt;li&gt;&lt;i&gt;Certificate Services:&lt;/i&gt;  CertificateServices&lt;/li&gt;&lt;li&gt;&lt;i&gt;ASP.NET and IIS additions:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;IIS-FTPExtensibility &lt;/li&gt;&lt;li&gt;IIS-ASPNET&lt;/li&gt;&lt;li&gt;IIS-NetFxExtensibility &lt;/li&gt;&lt;li&gt;WCF-HTTP-Activation&lt;/li&gt;&lt;li&gt;IIS-WebDAV &lt;/li&gt;&lt;li&gt;IIS-ManagementService &lt;/li&gt;&lt;li&gt;IIS-PowerShellProvider&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;WoW64 Support for 32bit applications:&lt;/i&gt; ServerCore-WOW64&lt;/li&gt;&lt;li&gt;&lt;i&gt;Additional WoW64 support:&lt;/i&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;FailoverCluster-Core-WOW64&lt;/li&gt;&lt;li&gt;NetFx2-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;MicrosoftWindowsPowerShell-WOW64 &lt;i&gt;(requires NetFx2-ServerCore-WOW64 to be installed first)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;NetFx3-ServerCore-WOW64&lt;/li&gt;&lt;li&gt;Printing-ServerCore-Role-WOW64&lt;/li&gt;&lt;li&gt;ServerCore-EA-IME-WOW64&lt;/li&gt;&lt;li&gt;SUACore-WOW64&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;You can view the installed additions using the following command:&lt;br /&gt; &lt;br /&gt;    C:\&amp;gt; oclist | more&lt;br /&gt; &lt;br /&gt;Or, uninstall and addition via the following command:&lt;br /&gt; &lt;br /&gt;    C:\&amp;gt; start /w ocsetup /uninstall &amp;lt;component&amp;gt;&lt;br /&gt; &lt;br /&gt;If you experience problems installing a component, you can view more detailed error log information using the following commands:&lt;br /&gt; &lt;br /&gt;    C:\&amp;gt; dism.exe /Online /Get-FeatureInfo /FeatureName:&amp;lt;component&amp;gt;&lt;br /&gt;    C:\&amp;gt; dism.exe /Online /Enable-Feature /FeatureName:&amp;lt;component&amp;gt;&lt;br /&gt;    C:\&amp;gt; notepad c:\windows\logs\dism\dism.log&lt;br /&gt; &lt;br /&gt;    &lt;br /&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Wed, 29 Oct 2008 22:33:58 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081029P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
&lt;b&gt;Windows Server 2008 R2 Server Core&lt;/b&gt;
&lt;/h2&gt;With Windows Server 2008 R2, Server Core installations, more of the Windows server roles are available as optional configuration components.  We&amp;#8217;ve also broadened the capabilities available for previously available roles in Server Core.  &lt;br /&gt;&lt;br /&gt;Select portions of the .NET framework are also now supported on Server Core.   This significantly broadens the platform&amp;#39;s Application Server role and capabilities.  .NET feature subsets include .NET 2&amp;#47;3&amp;#47;3.5 and ASP.NET.&lt;br /&gt;&lt;br /&gt;Additionally, PowerShell is available with Server Core, allowing installations to benefit from local and remote command line administration and automation. 
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>philpenn</author><pubDate>Wed, 29 Oct 2008 20:18:48 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081029P</guid></item></channel></rss>