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

<channel>
	<title>Exchange Server Pro &#187; Core</title>
	<atom:link href="http://exchangeserverpro.com/tag/core/feed" rel="self" type="application/rss+xml" />
	<link>http://exchangeserverpro.com</link>
	<description>Microsoft Exchange Server News - Tips - Tutorials</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:00:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Add Multiple DNS Servers to Windows Server 2008 Core</title>
		<link>http://exchangeserverpro.com/how-to-add-multiple-dns-servers-to-windows-server-2008-core</link>
		<comments>http://exchangeserverpro.com/how-to-add-multiple-dns-servers-to-windows-server-2008-core#comments</comments>
		<pubDate>Wed, 22 Apr 2009 02:30:02 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/?p=644</guid>
		<description><![CDATA[After installing Windows Server 2008 Core you may wish to configure a static IP address and DNS servers.  Microsoft guides you through the process of configuring the IP address and primary DNS server using the Netsh command, but what about additional DNS server IP addresses?]]></description>
			<content:encoded><![CDATA[<p>After installing Windows Server 2008 Core you may wish to configure a static IP address and DNS servers.  Microsoft guides you through this process using the <strong>Netsh</strong> command.</p>
<h3>Configuring a Static IP Address in Windows Server 2008 Core</h3>
<p>Use <strong>Netsh</strong> to configure the static IP address:</p>
<pre>netsh interface ipv4 set address name="Local Area Connection" source=static address=192.168.100.48 mask=255.255.255.0 gateway=192.168.100.254</pre>
<h3>Configuring the Primary DNS Server in Windows Server 2008 Core</h3>
<p>Use <strong>Netsh</strong> again to configure the primary DNS server address:</p>
<pre>netsh interface ipv4 set dns name="Local Area Connection" source=static address=192.168.100.49 primary</pre>
<h3>Configuring Additional DNS Servers in Windows Server 2008 Core</h3>
<p>Use <strong>Netsh</strong> to configure a secondary DNS server address:</p>
<pre>netsh interface ipv4 add dnsserver name="Local Area Connection" address=192.168.100.48 index=2</pre>
<p>The static IP and DNS server configuration will now be shown in <strong>IPConfig</strong>:</p>
<pre>Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection
   Physical Address. . . . . . . . . : 00-0C-29-31-9E-AC
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::1884:ed1b:1548:43be%2(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.100.48(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.100.254
   DNS Servers . . . . . . . . . . . : 192.168.100.49
                                       192.168.100.48
   NetBIOS over Tcpip. . . . . . . . : Enabled</pre>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/changing-screen-resolution-on-windows-server-2008-core" title="Changing Screen Resolution on Windows Server 2008 Core">Changing Screen Resolution on Windows Server 2008 Core</a></li><li><a href="http://exchangeserverpro.com/update-required-for-windows-2003-certificate-services-web-enrollment-for-windows-72008-clients" title="Update Required for Windows 2003 Certificate Services Web Enrollment for Windows 7/2008 Clients">Update Required for Windows 2003 Certificate Services Web Enrollment for Windows 7/2008 Clients</a></li><li><a href="http://exchangeserverpro.com/exchange-2000-and-windows-server-2008-domain-controllers" title="Exchange 2000 and Windows Server 2008 Domain Controllers">Exchange 2000 and Windows Server 2008 Domain Controllers</a></li><li><a href="http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008" title="Installing Exchange Server 2010 Pre-Requisites on Windows Server 2008">Installing Exchange Server 2010 Pre-Requisites on Windows Server 2008</a></li><li><a href="http://exchangeserverpro.com/installing-vmware-tools-on-windows-server-2008-core" title="Installing VMWare Tools on Windows Server 2008 Core">Installing VMWare Tools on Windows Server 2008 Core</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/how-to-add-multiple-dns-servers-to-windows-server-2008-core">How to Add Multiple DNS Servers to Windows Server 2008 Core</a> is © 2009 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/how-to-add-multiple-dns-servers-to-windows-server-2008-core/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Changing Screen Resolution on Windows Server 2008 Core</title>
		<link>http://exchangeserverpro.com/changing-screen-resolution-on-windows-server-2008-core</link>
		<comments>http://exchangeserverpro.com/changing-screen-resolution-on-windows-server-2008-core#comments</comments>
		<pubDate>Tue, 21 Apr 2009 02:30:48 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/?p=629</guid>
		<description><![CDATA[When you first login to a Windows Server 2008 Core installation you may find the desktop screen resolution is too small at 640x480 pixels.  However the nature of the Core installation is that there is no graphical interface to modify the desktop resolution.  Fortunately the changes can be made via the registry.]]></description>
			<content:encoded><![CDATA[<p>When you first login to a Windows Server 2008 Core installation you may find the desktop screen resolution is too small at 640&#215;480 pixels.</p>
<p><img class="alignnone size-full wp-image-630" title="desktopres01" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/04/desktopres01.png" alt="desktopres01" width="500" height="378" /></p>
<p>However the nature of the Core installation is that there is no graphical interface to modify the desktop resolution.  Fortunately the changes can be made via the registry.</p>
<p>Launch Regedit.exe from the command prompt.</p>
<p><img class="alignnone size-full wp-image-631" title="desktopres02" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/04/desktopres02.png" alt="desktopres02" width="450" height="198" /></p>
<p>Navigate to <strong>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Video\&lt;GUID&gt;\0000</strong> where &lt;GUID&gt; is your video adapter (note: if there is more than one just check each one to see which matches the video hardware installed).</p>
<p>The desktop resolution is configured using the <strong>DefaultSettings.YResolution</strong> and <strong>DefaultSettings.XResolution</strong> keys.</p>
<p><img class="alignnone size-medium wp-image-632" title="desktopres03" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/04/desktopres03-300x125.png" alt="desktopres03" width="300" height="125" /></p>
<p>Modify the settings to the desired setting, in my case 1024&#215;768.</p>
<p><img class="alignnone size-full wp-image-633" title="desktopres04" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/04/desktopres04.png" alt="desktopres04" width="334" height="192" /></p>
<p><img class="alignnone size-medium wp-image-634" title="desktopres05" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/04/desktopres05-300x122.png" alt="desktopres05" width="300" height="122" /></p>
<p>Exit Registry Editor and issue a <strong>shutdown -r</strong> command to reboot the server.</p>
<p><img class="alignnone size-medium wp-image-635" title="desktopres06" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/04/desktopres06-300x132.png" alt="desktopres06" width="300" height="132" /></p>
<p>When the server restarts it will boot with the screen resolution that you configured in the registry.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/how-to-add-multiple-dns-servers-to-windows-server-2008-core" title="How to Add Multiple DNS Servers to Windows Server 2008 Core">How to Add Multiple DNS Servers to Windows Server 2008 Core</a></li><li><a href="http://exchangeserverpro.com/update-required-for-windows-2003-certificate-services-web-enrollment-for-windows-72008-clients" title="Update Required for Windows 2003 Certificate Services Web Enrollment for Windows 7/2008 Clients">Update Required for Windows 2003 Certificate Services Web Enrollment for Windows 7/2008 Clients</a></li><li><a href="http://exchangeserverpro.com/exchange-2000-and-windows-server-2008-domain-controllers" title="Exchange 2000 and Windows Server 2008 Domain Controllers">Exchange 2000 and Windows Server 2008 Domain Controllers</a></li><li><a href="http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008" title="Installing Exchange Server 2010 Pre-Requisites on Windows Server 2008">Installing Exchange Server 2010 Pre-Requisites on Windows Server 2008</a></li><li><a href="http://exchangeserverpro.com/installing-vmware-tools-on-windows-server-2008-core" title="Installing VMWare Tools on Windows Server 2008 Core">Installing VMWare Tools on Windows Server 2008 Core</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/changing-screen-resolution-on-windows-server-2008-core">Changing Screen Resolution on Windows Server 2008 Core</a> is © 2009 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/changing-screen-resolution-on-windows-server-2008-core/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing VMWare Tools on Windows Server 2008 Core</title>
		<link>http://exchangeserverpro.com/installing-vmware-tools-on-windows-server-2008-core</link>
		<comments>http://exchangeserverpro.com/installing-vmware-tools-on-windows-server-2008-core#comments</comments>
		<pubDate>Thu, 16 Apr 2009 05:24:56 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/?p=618</guid>
		<description><![CDATA[When installing the VMWare tools on a core install of Windows Server 2008 some people are confused to find that nothing happens after selecting &#8220;Install/Upgrade VMWare Tools&#8221; from the client window. Even though the VMWare Tools image mounts to the virtual CD-ROM drive it does not autorun as you would expect in a normal install [...]]]></description>
			<content:encoded><![CDATA[<p>When installing the VMWare tools on a core install of Windows Server 2008 some people are confused to find that nothing happens after selecting &#8220;Install/Upgrade VMWare Tools&#8221; from the client window.</p>
<p><img class="alignnone size-full wp-image-619" title="servercore02" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/04/servercore02.png" alt="servercore02" width="258" height="235" /></p>
<p>Even though the VMWare Tools image mounts to the virtual CD-ROM drive it does not autorun as you would expect in a normal install of Windows Server 2008.  However you can still change directory to the virtual CD-ROM and see the VMWare Tools installation files are available.</p>
<p><img class="alignnone size-full wp-image-620" title="servercore03" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/04/servercore03.png" alt="servercore03" width="467" height="189" /></p>
<p>To install the VMWare Tools you can simply launch <strong>setup.exe</strong> from the command line.</p>
<p><img class="alignnone size-full wp-image-621" title="servercore04" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/04/servercore04.png" alt="servercore04" width="465" height="408" /></p>
<p>Follow the installation wizard accepting the default settings.  You can also ignore the warnings about the Microsoft Help HTML engine and the version of Internet Explorer.</p>
<p><img class="alignnone size-medium wp-image-622" title="servercore05" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/04/servercore05-300x138.png" alt="servercore05" width="300" height="138" /> <img class="alignnone size-medium wp-image-623" title="servercore06" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/04/servercore06-300x139.png" alt="servercore06" width="300" height="139" /></p>
<p>When the installer has finished you can reboot as normal and the VMWare Tools will now be installed.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/installing-exchange-2007-hub-transport-server-windows-server-2008" title="Installing an Exchange 2007 Hub Transport Server on Windows Server 2008">Installing an Exchange 2007 Hub Transport Server on Windows Server 2008</a></li><li><a href="http://exchangeserverpro.com/microsoft-vs-vmware-on-exchange-virtualization-and-ha-best-practices" title="Microsoft vs VMware on Exchange Virtualization and HA Best Practices">Microsoft vs VMware on Exchange Virtualization and HA Best Practices</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2010-dags-and-vmware-high-availability" title="Exchange Server 2010 DAGs and VMware High Availability">Exchange Server 2010 DAGs and VMware High Availability</a></li><li><a href="http://exchangeserverpro.com/preparing-a-new-server-for-exchange-server-2007" title="Preparing a New Server for Exchange Server 2007">Preparing a New Server for Exchange Server 2007</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2007-service-pack-2-announced" title="Exchange Server 2007 Service Pack 2 Announced">Exchange Server 2007 Service Pack 2 Announced</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/installing-vmware-tools-on-windows-server-2008-core">Installing VMWare Tools on Windows Server 2008 Core</a> is © 2009 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/installing-vmware-tools-on-windows-server-2008-core/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

