<?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>Virtual Dojo &#187; Win 2008 Core</title>
	<atom:link href="http://www.virtualdojo.net/category/technology/win-2008-core/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualdojo.net</link>
	<description>Information Technology</description>
	<lastBuildDate>Sat, 10 Apr 2010 03:43:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install DNS Server Role using OCSetup</title>
		<link>http://www.virtualdojo.net/install-dn-server-role-using-ocsetup/</link>
		<comments>http://www.virtualdojo.net/install-dn-server-role-using-ocsetup/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 08:12:05 +0000</pubDate>
		<dc:creator>Clint Sulis</dc:creator>
				<category><![CDATA[Win 2008 Core]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[OCSetup]]></category>
		<category><![CDATA[Role]]></category>

		<guid isPermaLink="false">http://www.virtualdojo.net/?p=257</guid>
		<description><![CDATA[It is essential to install the DNS server role on any Domain Controller you promote in an Active Directory domain.  This can be accomplished on your Windows Server 2008 Core systems using the OCSetup command-line utility.
Start /w OCSetup DNS-Server-Core-Role
]]></description>
		<wfw:commentRss>http://www.virtualdojo.net/install-dn-server-role-using-ocsetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Demote Last Domain Controller using DCPromo</title>
		<link>http://www.virtualdojo.net/demote-last-domain-controller-using-dcpromo/</link>
		<comments>http://www.virtualdojo.net/demote-last-domain-controller-using-dcpromo/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:09:30 +0000</pubDate>
		<dc:creator>Clint Sulis</dc:creator>
				<category><![CDATA[Win 2008 Core]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[DCPromo]]></category>

		<guid isPermaLink="false">http://www.virtualdojo.net/?p=259</guid>
		<description><![CDATA[You can demote the last domain controller in an Active Directory domain using the DCPromo command-line utility.  Once it has been demoted you can safely remove the DNS Role from the server and reboot.
Demote Domain Controller
dcpromo /DemoteFSMO:Yes /IsLastDCInDomain:Yes /RemoveApplicationPartitions:Yes
/AdministratorPassword:Password!
Uninstall DNS Server Role
start /w ocsetup DNS-Server-Core-Role /uninstall
Reboot Server
shutdown -r -t 0

]]></description>
		<wfw:commentRss>http://www.virtualdojo.net/demote-last-domain-controller-using-dcpromo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Active Directory with DCPromo Utility</title>
		<link>http://www.virtualdojo.net/configure-active-directory-with-dcpromo-utility/</link>
		<comments>http://www.virtualdojo.net/configure-active-directory-with-dcpromo-utility/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 01:59:32 +0000</pubDate>
		<dc:creator>Clint Sulis</dc:creator>
				<category><![CDATA[Win 2008 Core]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[DCPromo]]></category>

		<guid isPermaLink="false">http://www.virtualdojo.net/?p=167</guid>
		<description><![CDATA[To configure Windows Server 2008 Core to be the first Domain Controller (DC) in a new Active Directory (AD) Domain Services (DS) Forest, you must configure some prerequisites such as Rename the Computer with NetDom, Configure the Network Interface with NetSh, and Install the DNS Server Role with OCSetup.
Use notepad to create an unattend.txt installation <a href='http://www.virtualdojo.net/configure-active-directory-with-dcpromo-utility/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.virtualdojo.net/configure-active-directory-with-dcpromo-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rename Computer with NetDom</title>
		<link>http://www.virtualdojo.net/rename-computer-with-netdom/</link>
		<comments>http://www.virtualdojo.net/rename-computer-with-netdom/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 00:26:39 +0000</pubDate>
		<dc:creator>Clint Sulis</dc:creator>
				<category><![CDATA[Win 2008 Core]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[NetDom]]></category>

		<guid isPermaLink="false">http://www.virtualdojo.net/?p=159</guid>
		<description><![CDATA[After a fresh Windows Server 2008 Core installation, the computer is given a random hostname.  One of the first steps to configuring the server is to rename the computer.  To do this you must use the NetDom command-line utility and then reboot the server.
View Computer Name
hostname
Rename Computer
netdom renamecomputer %COMPUTERNAME% /NewName:Win2008Core
Reboot Computer
shutdown -r -t <a href='http://www.virtualdojo.net/rename-computer-with-netdom/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.virtualdojo.net/rename-computer-with-netdom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Network Interface with NetSh Utility</title>
		<link>http://www.virtualdojo.net/configure-network-interface-with-netsh-utility/</link>
		<comments>http://www.virtualdojo.net/configure-network-interface-with-netsh-utility/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 23:49:39 +0000</pubDate>
		<dc:creator>Clint Sulis</dc:creator>
				<category><![CDATA[Win 2008 Core]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[NetSh]]></category>

		<guid isPermaLink="false">http://www.virtualdojo.net/?p=152</guid>
		<description><![CDATA[While you can use a remote MMC to make configuration changes to a Windows Server 2008 Core installation, you can only use a remote MMC once you have already configured the required network and administrative configuration of the Server Core system from the command line first.
Show Interfaces
netsh interface ipv4 show interfaces
Set Interface
netsh interface ipv4 set <a href='http://www.virtualdojo.net/configure-network-interface-with-netsh-utility/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.virtualdojo.net/configure-network-interface-with-netsh-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install VMware Tools on Windows Server 2008 Core</title>
		<link>http://www.virtualdojo.net/install-vmware-tools-on-windows-server-2008-core/</link>
		<comments>http://www.virtualdojo.net/install-vmware-tools-on-windows-server-2008-core/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 20:39:28 +0000</pubDate>
		<dc:creator>Clint Sulis</dc:creator>
				<category><![CDATA[Win 2008 Core]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.virtualdojo.net/?p=132</guid>
		<description><![CDATA[VMware Tools is a suite of utilities that enhances the performance of the virtual machine’s guest operating system and improves management of the virtual machine.  Installing VMware Tools in the guest operating system is vital. Although the guest operating system can run without VMware Tools, you lose important functionality and convenience.  Windows Server <a href='http://www.virtualdojo.net/install-vmware-tools-on-windows-server-2008-core/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.virtualdojo.net/install-vmware-tools-on-windows-server-2008-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
