<?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; Technology</title>
	<atom:link href="http://www.virtualdojo.net/category/technology/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>Resize Root Partition on Ubuntu v9.10 Workstation</title>
		<link>http://www.virtualdojo.net/resize-rootpartition-on-ubuntu-v9-10-workstation/</link>
		<comments>http://www.virtualdojo.net/resize-rootpartition-on-ubuntu-v9-10-workstation/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 20:23:51 +0000</pubDate>
		<dc:creator>Clint Sulis</dc:creator>
				<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[GPartEd]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.virtualdojo.net/?p=535</guid>
		<description><![CDATA[The Virtual Machine (VM) templates I created for each Operating System (OS) were made with the smallest possible Virtual Hard Drives to conserve space.  When I deploy one of these VM templates I almost always run into disk space problems.  This is an easy situation to deal with in both the Windows and <a href='http://www.virtualdojo.net/resize-rootpartition-on-ubuntu-v9-10-workstation/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.virtualdojo.net/resize-rootpartition-on-ubuntu-v9-10-workstation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join Active Directory Domain using NetDom</title>
		<link>http://www.virtualdojo.net/join-active-directory-domain-using-netdom/</link>
		<comments>http://www.virtualdojo.net/join-active-directory-domain-using-netdom/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 10:37:52 +0000</pubDate>
		<dc:creator>Clint Sulis</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[NetDom]]></category>

		<guid isPermaLink="false">http://www.virtualdojo.net/?p=255</guid>
		<description><![CDATA[You can use the NetDom command-line utility to join a computer to an Active Directory domain.  This is useful when scripting or just for system administrators who prefer the command-line to GUI.
Join the Domain
netdom join %COMPUTERNAME% /Domain:virtualdojo /UserD:Administrator /PasswordD:*
Reboot Computer
shutdown -r -t 0
Note: You must set the Primary DNS server on the workstation to <a href='http://www.virtualdojo.net/join-active-directory-domain-using-netdom/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.virtualdojo.net/join-active-directory-domain-using-netdom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Error on File with User-Mapped Section Open</title>
		<link>http://www.virtualdojo.net/error-on-file-with-user-mapped-section-open/</link>
		<comments>http://www.virtualdojo.net/error-on-file-with-user-mapped-section-open/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 02:50:52 +0000</pubDate>
		<dc:creator>Clint Sulis</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[AVG]]></category>
		<category><![CDATA[uTorrent]]></category>

		<guid isPermaLink="false">http://www.virtualdojo.net/?p=293</guid>
		<description><![CDATA[Today I tried installing software from CD onto my Windows 7 Ultimate (x32) system and I encountered a read error on the media.  Since I have a valid Serial Number for the software, I decided to fire up uTorrent v1.8.5 (Build 17414) and download the CD ISO.  The torrent started downloading at over <a href='http://www.virtualdojo.net/error-on-file-with-user-mapped-section-open/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.virtualdojo.net/error-on-file-with-user-mapped-section-open/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows XP Service Pack 2 Support Tools</title>
		<link>http://www.virtualdojo.net/windows-xp-service-pack-2-support-tools/</link>
		<comments>http://www.virtualdojo.net/windows-xp-service-pack-2-support-tools/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 20:13:43 +0000</pubDate>
		<dc:creator>Clint Sulis</dc:creator>
				<category><![CDATA[Win XP]]></category>

		<guid isPermaLink="false">http://www.virtualdojo.net/?p=248</guid>
		<description><![CDATA[Many organizations still deploy the Windows XP SP2 Operating System on their workstations.  If you are a system administrator you are probably familiar with the essential command-line tools available in the Microsoft Server line of Operating Systems such as NetSh, NetDom, DnsCmd, and more.  Unfortunately the Windows XP SP2 Operating System does not <a href='http://www.virtualdojo.net/windows-xp-service-pack-2-support-tools/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.virtualdojo.net/windows-xp-service-pack-2-support-tools/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>Windows Server 2008 NetSh Utility</title>
		<link>http://www.virtualdojo.net/windows-server-2008-netsh-utility/</link>
		<comments>http://www.virtualdojo.net/windows-server-2008-netsh-utility/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 23:20:07 +0000</pubDate>
		<dc:creator>Clint Sulis</dc:creator>
				<category><![CDATA[Reference Guide]]></category>
		<category><![CDATA[NetSh]]></category>
		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://www.virtualdojo.net/?p=148</guid>
		<description><![CDATA[The Windows Server 2008 Network Shell (Netsh) Technical Reference provides a comprehensive command reference for networking technologies such as Dynamic Host Configuration Protocol (DHCP), Network Policy Server (NPS), Network Access Protection (NAP), and Routing and Remote Access Services (RRAS), among many other technologies for which there are netsh commands.
Netsh commands offer an alternative to configuring <a href='http://www.virtualdojo.net/windows-server-2008-netsh-utility/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.virtualdojo.net/windows-server-2008-netsh-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
