<?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"
	>

<channel>
	<title>Network Administrator Knowledgebase</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-administrator/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/network-administrator</link>
	<description></description>
	<pubDate>Thu, 25 Jun 2009 07:00:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Windows Preinstallation Environment (Windows PE 3.0 - based on Windows 7)</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/windows-preinstallation-environment-windows-pe-30-based-on-windows-7/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/windows-preinstallation-environment-windows-pe-30-based-on-windows-7/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 07:00:27 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
		
		<category><![CDATA[WinPE]]></category>

		<category><![CDATA[winpe 3.0]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/windows-preinstallation-environment-windows-pe-30-based-on-windows-7/</guid>
		<description><![CDATA[Windows® Preinstallation Environment (Windows PE) is a minimal operating system designed to prepare a computer for Windows installation (and not just for Installation). Windows PE is available as a stand-alone product to customers with the proper licensing agreement. It is an integrated component of many Windows Setup and recovery technologies, including Setup for Windows® 7and [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold">Windows® Preinstallation Environment</span> (<span style="font-weight: bold">Windows PE</span>) is a minimal operating system designed to prepare a computer for Windows installation (and not just for Installation). Windows PE is available as a stand-alone product to customers with the proper licensing agreement. It is an integrated component of many Windows Setup and recovery technologies, including Setup for Windows® 7and Windows Deployment Services (WDS).</p>
<p>Windows PE 3.0 is the latest release based on the Windows 7 operating system.</p>
<p>I&#8217;ve changed few scripts that I&#8217;ve found on <span style="font-weight: bold">MSFN Forum</span> and now I&#8217;d like to share a script, that will create a WinPE 3.0 ISO just by one click :)&#8230;<br />
<span class="fullpost"><br />
I called this script _WinPE-3_Builder.bat. here is a content of _WinPE-3_Builder.bat:</span></p>
<p><em>@Echo off<br />
%SYSTEMDRIVE%</p>
<p>CD &#8220;C:\Program Files\Windows AIK\Tools\PETools&#8221;</p>
<p>Set Architecture=x86<br />
Set PEDest=c:\winpe_x86<br />
Set ISOName=winpe_x86.iso<br />
Set removeboot=true</p>
<p>pushd %cd%</p>
<p>call copype.cmd %Architecture% %PEDest%</p>
<p>Dism /Mount-Wim /WimFile:%PEDest%\winpe.wim /index:1 /MountDir:%PEDest%\mount<br />
Dism /image:%PEDest%\mount /Get-Packages</p>
<p>Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\winpe-hta.cab&#8221;<br />
Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\en-us\winpe-hta_en-us.cab&#8221;</p>
<p>Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\winpe-legacysetup.cab&#8221;<br />
Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\en-us\winpe-legacysetup_en-us.cab&#8221;</p>
<p>Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\winpe-mdac.cab&#8221;<br />
Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\en-us\winpe-mdac_en-us.cab&#8221;</p>
<p>Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\winpe-pppoe.cab&#8221;<br />
Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\en-us\winpe-PPPOE_en-us.cab&#8221;</p>
<p>Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\winpe-scripting.cab&#8221;<br />
Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\en-us\winpe-scripting_en-us.cab&#8221;</p>
<p>REM Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\winpe-setup.cab&#8221;<br />
REM Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\en-us\winpe-setup_en-us.cab&#8221;</p>
<p>REM Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\winpe-setup-client.cab&#8221;<br />
REM Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\en-us\winpe-setup-client_en-us.cab&#8221;</p>
<p>REM Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\winpe-setup-server.cab&#8221;<br />
REM Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\en-us\winpe-setup-server_en-us.cab&#8221;</p>
<p>Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\winpe-wmi.cab&#8221;<br />
Dism /image:%PEDest%\mount /Add-Package /PackagePath:&#8221;C:\Program Files\Windows AIK\Tools\PETools\%Architecture%\WinPE_FPs\en-us\winpe-wmi_en-us.cab&#8221;</p>
<p>copy &#8220;C:\Program Files\Windows AIK\Tools\%Architecture%\imagex.exe&#8221; %PEDest%\mount\Windows\System32\</p>
<p>Dism /Unmount-Wim /MountDir:%PEDest%\mount /Commit<br />
Copy %PEDest%\winpe.wim %PEDest%\ISO\sources\boot.wim</p>
<p>IF &#8220;%removeboot%&#8221;==&#8221;true&#8221; del /q %pedest%\iso\boot\bootfix.bin</p>
<p>oscdimg -n -b%PEDest%\etfsboot.com %PEDest%\ISO %PEDest%\%ISOName%</p>
<p>popd<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/windows-preinstallation-environment-windows-pe-30-based-on-windows-7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hyper-V: Step-by-Step Guide to Using Live Migration in Windows Server 2008 R2</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/hyper-v-step-by-step-guide-to-using-live-migration-in-windows-server-2008-r2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/hyper-v-step-by-step-guide-to-using-live-migration-in-windows-server-2008-r2/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 07:00:39 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
		
		<category><![CDATA[Microsoft Hyper-V Server 2008 R2]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/hyper-v-step-by-step-guide-to-using-live-migration-in-windows-server-2008-r2/</guid>
		<description><![CDATA[Microsoft released Step-by-Step Guide to Using Live Migration in Windows Server 2008 R2
]]></description>
			<content:encoded><![CDATA[<p>Microsoft released <span style="font-weight: bold"><a href="http://technet.microsoft.com/en-us/library/dd446679.aspx">Step-by-Step Guide to Using Live Migration in Windows Server 2008 R2</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/hyper-v-step-by-step-guide-to-using-live-migration-in-windows-server-2008-r2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSH in vSphere 4i</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/ssh-in-vsphere-4i/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/ssh-in-vsphere-4i/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 07:00:42 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
		
		<category><![CDATA[SSH]]></category>

		<category><![CDATA[vSphere 4i]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/ssh-in-vsphere-4i/</guid>
		<description><![CDATA[To enable SSH in vSphere 4i we should do the following steps (similar as esx 3i):

1. First, press Alt + f1 then type “unsupported” and press enter.
2. At the prompt for password, provide the credentials, previously configured, and we will be able to log in to the service console.
3. Do a vi /etc/inetd.conf and look [...]]]></description>
			<content:encoded><![CDATA[<p>To enable SSH in vSphere 4i we should do the following steps (similar as esx 3i):<br />
<span class="fullpost"><br />
1. First, press <span style="font-weight: bold">Alt + f1</span> then type “unsupported” and press enter.<br />
2. At the prompt for password, provide the credentials, previously configured, and we will be able to log in to the service console.<br />
3. Do a <span style="font-weight: bold">vi /etc/inetd.conf and look for #ssh</span>. Remove the <span style="font-weight: bold">#</span> and save the file after this.<br />
4. Go to <span style="font-weight: bold">/sbin</span>, and run this command <span style="font-weight: bold">./services.sh restart</span></p>
<p>Now, we will have SSH enabled.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/ssh-in-vsphere-4i/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install Windows updates on the command line and in scripts</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/install-windows-updates-on-the-command-line-and-in-scripts/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/install-windows-updates-on-the-command-line-and-in-scripts/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 07:00:04 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
		
		<category><![CDATA[windows updates]]></category>

		<category><![CDATA[wsus]]></category>

		<category><![CDATA[Command line]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/install-windows-updates-on-the-command-line-and-in-scripts/</guid>
		<description><![CDATA[Everybody knows that i&#8217;m a real fan of scripting :).
I was really happy to read post of Michael Pietroforte about  WuInstall 1.2 Pro&#8230;

Continue at http://4sysops.com
]]></description>
			<content:encoded><![CDATA[<p>Everybody knows that i&#8217;m a real fan of scripting :).<br />
I was really happy to read post of <a href="http://4sysops.com/">Michael Pietroforte</a> about <span style="font-weight: bold"> WuInstall 1.2 Pro</span>&#8230;<br />
<span class="fullpost"><br />
Continue at <a href="http://4sysops.com/archives/contest-wuinstall-12-pro-install-windows-updates-on-the-command-line-and-in-scripts/">http://4sysops.com</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/install-windows-updates-on-the-command-line-and-in-scripts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Windows 7 Upgrade Advisor Beta</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/the-windows-7-upgrade-advisor-beta/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/the-windows-7-upgrade-advisor-beta/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 15:50:39 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
		
		<category><![CDATA[Win7]]></category>

		<category><![CDATA[Windows 7]]></category>

		<category><![CDATA[Advisor]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/the-windows-7-upgrade-advisor-beta/</guid>
		<description><![CDATA[Want a quick way to check if your PC can run Windows 7? In general, if your PC can run Windows Vista, it can run Windows 7. But if you&#8217;re not running Windows Vista, or are just not sure if your system is ready to run Windows 7, download the Windows 7 Upgrade Advisor Beta. [...]]]></description>
			<content:encoded><![CDATA[<p>Want a quick way to check if your PC can run <span style="font-weight: bold">Windows 7</span>? In general, if your PC can run <span style="font-weight: bold">Windows Vista</span>, it can run <span style="font-weight: bold">Windows 7</span>. But if you&#8217;re not running Windows Vista, or are just not sure if your system is ready to run Windows 7, download the <span style="font-weight: bold"><a href="http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11946428&amp;s1=f12578b4-20db-af07-45b6-0a70eb77d3ff">Windows 7 Upgrade Advisor Beta</a></span>. The Windows 7 Upgrade Advisor Beta is a pre-release version, and is available in U.S. English only.</p>
]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/the-windows-7-upgrade-advisor-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Shrink VMware Virtual Disk Files (.vmdk) (Windows OS installed as Guest).</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/how-to-shrink-vmware-virtual-disk-files-vmdk-windows-os-installed-as-guest/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/how-to-shrink-vmware-virtual-disk-files-vmdk-windows-os-installed-as-guest/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 15:41:53 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
		
		<category><![CDATA[vmdk]]></category>

		<category><![CDATA[virtual disk]]></category>

		<category><![CDATA[shrink]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/how-to-shrink-vmware-virtual-disk-files-vmdk-windows-os-installed-as-guest/</guid>
		<description><![CDATA[Recently I worked on building VM Appliance and when I was ready to convert my VM to appliance I&#8217;ve figured out that virtual disk is too big. So, I did what I usually do in this situation. And now I&#8217;d like to show how you can shrink the virtual disk files of your VMware virtual [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I worked on building <span style="font-weight: bold">VM Appliance</span> and when I was ready to convert my <span style="font-weight: bold">VM</span> to appliance I&#8217;ve figured out that virtual disk is too big. So, I did what I usually do in this situation. And now I&#8217;d like to show how you can <span style="font-weight: bold">shrink</span> the <span style="font-weight: bold">virtual disk</span> files of your VMware virtual machines so that if you zip them, they will use much less space. It is then easier to upload and share them with other people.</p>
<p>Yes, I know, many of you now said “<span style="font-style: italic">Misha is going to talk about Shrink</span>”. You know what, you pretty true, but &#8230;<br />
<span><span> </span></span><span class="fullpost"><br />
Everybody knows What the &#8220;shrink&#8221; does. Shrink removes an empty space from .VMDK file.</span></p>
<p>However, the problem is this: <span style="font-weight: bold"><span style="font-style: italic">What is empty space?</span></span></p>
<p>When <span style="font-weight: bold">Windows</span> deletes a file, it doesn&#8217;t actually delete the data on the disk, it just deletes the references/pointers in the file allocation table. So when “Shrink” is processing a vmdk and is looking at the raw disk, it&#8217;s seeing values that aren&#8217;t empty (non-zero), and exports them as such.</p>
<p>You can easily test this out. Create a new vmdk on a VM. Export the VMDK right after you&#8217;ve created it. The exported files will be very small. Now fill the vmdk up with files and export; it will be very big. Now, delete all the files in the vmdk and export; it&#8217;ll still be big! If you will try to do a &#8220;Shrink&#8221;, you will see that the vmdk file is still big.</p>
<p>So, before doing a Shrink, I’m always using a really cool command line tool developed by <span style="font-weight: bold">Mark Russinovich</span>, <span style="font-weight: bold"><a href="http://technet.microsoft.com/en-ca/sysinternals/bb897443.aspx">SDelete</a></span>. Simply, execute <span style="font-weight: bold">SDelete</span> with parameter <span style="font-weight: bold">-c</span> inside running Virtual machine, then shut down the Guest and do a Shrink.</p>
<p>Last note. Just in case you forget how to do a shrink ;). From command line go to <span style="font-style: italic">C:\Programme\VMware\VMware Server\</span> and execute the <span style="font-weight: bold">vmware-vdiskmanager.exe</span> as shown in following example:</p>
<p><em>&#8220;C:\Programme\VMware\VMware Server\vmware-vdiskmanager.exe&#8221; -k &#8220;ITSTUFF-SRV-1.vmdk&#8221;</em></p>
<pre></pre>
]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/how-to-shrink-vmware-virtual-disk-files-vmdk-windows-os-installed-as-guest/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simplify the ImageX Result, Make it More Readable</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/simplify-the-imagex-result-make-it-more-readable/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/simplify-the-imagex-result-make-it-more-readable/#comments</comments>
		<pubDate>Sat, 23 May 2009 15:23:15 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
		
		<category><![CDATA[ImageX]]></category>

		<category><![CDATA[wim]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/simplify-the-imagex-result-make-it-more-readable/</guid>
		<description><![CDATA[Simplify the ImageX&#8217;s result, make it more readable. See the result in following format:

Index Image Name
[1] Windows 7 STARTER
[2] Windows 7 HOMEBASIC
[3] Windows 7 HOMEPREMIUM
[4] Windows 7 PROFESSIONAL
[5] Windows 7 ULTIMATE
Continue @ ITstuff.ca
]]></description>
			<content:encoded><![CDATA[<p>Simplify the<strong> ImageX</strong>&#8217;s result, make it more readable. See the result in following format:<br />
<em></em></p>
<p><em>Index Image Name<br />
[1] Windows 7 STARTER<br />
[2] Windows 7 HOMEBASIC<br />
[3] Windows 7 HOMEPREMIUM<br />
[4] Windows 7 PROFESSIONAL<br />
[5] Windows 7 ULTIMATE</em></p>
<p>Continue @ <a title="Simplify the Imagex result, make it more readable" href="http://www.itstuff.ca/2009/05/information-about-wim-file-by-imagex.html" target="_blank">ITstuff.ca</a></p>
]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/simplify-the-imagex-result-make-it-more-readable/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unattended Installation Avira Antivirus on Windows 7</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/unattended-installation-avira-antivirus-on-windows-7/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/unattended-installation-avira-antivirus-on-windows-7/#comments</comments>
		<pubDate>Sun, 03 May 2009 22:05:07 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
		
		<category><![CDATA[Unattended]]></category>

		<category><![CDATA[silent]]></category>

		<category><![CDATA[Installation]]></category>

		<category><![CDATA[Avira Antivirus]]></category>

		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/?p=248</guid>
		<description><![CDATA[Everybody knows that I&#8217;m real fun of Unattended Installation. I try to do as much as possible to automate everything :). Time to time, I meet applications are not supporting unattended or silent installation. In this situation, my &#8220;Best Friend&#8221; is Autoit helps me. In the following video, you can see a demo, how by [...]]]></description>
			<content:encoded><![CDATA[<p>Everybody knows that I&#8217;m real fun of <span style="font-weight: bold">Unattended Installation</span>. I try to do as much as possible to <span style="font-weight: bold">automate</span> everything :). Time to time, I meet applications are not supporting <span style="font-weight: bold">unattended</span> or <span style="font-weight: bold">silent</span> installation. In this situation, my &#8220;Best Friend&#8221; is <span style="font-weight: bold">Autoit</span> helps me. In the following video, you can see a demo, how by using <span style="font-weight: bold">Autoit script</span> (<span style="font-style: italic">BTW, any Autoit script could be compiled into .EXE file</span>) I&#8217;m installing <span style="font-weight: bold">Avira Antivirus</span> on <span style="font-weight: bold">Windows 7 RC1</span> (<span style="font-style: italic">Win7 RC1</span>).</p>
<p style="text-align: center"><code>
<object	type="application/x-shockwave-flash"
			data="http://www.youtube.com/v/f5yTmFLtwj0"
			width="425"
			height="350">
	<param name="movie" value="http://www.youtube.com/v/f5yTmFLtwj0" />
	<param name=wmode" value="transparent" />
</object></code></p>
]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/unattended-installation-avira-antivirus-on-windows-7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FREE Live Migration and Host Clustering in Hyper-V Server 2008 R2</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/free-live-migration-and-host-clustering-in-hyper-v-server-2008-r2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/free-live-migration-and-host-clustering-in-hyper-v-server-2008-r2/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 16:06:16 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
		
		<category><![CDATA[Microsoft Hyper-V Server 2008 R2]]></category>

		<category><![CDATA[System Center Virtual Machine Manager 2008 R2]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/free-live-migration-and-host-clustering-in-hyper-v-server-2008-r2/</guid>
		<description><![CDATA[According to Zane Adam, senior director of virtualization and System Center, Microsoft Hyper-V Server 2008 R2 will continue to be free, and now will include live migration and host clustering capabilities&#8230;

Customers won’t need to pay thousands of dollars for alternate Virtualization platforms to get these features. With Microsoft Hyper-V Server 2008 R2, customers have a [...]]]></description>
			<content:encoded><![CDATA[<p>According to <span style="font-weight: bold">Zane Adam</span>, senior director of virtualization and System Center, <span style="font-weight: bold">Microsoft Hyper-V Server 2008 R2</span> will continue to be free, and now will include live migration and host clustering capabilities&#8230;<br />
<span class="fullpost"><br />
Customers won’t need to pay thousands of dollars for alternate <span style="font-weight: bold">Virtualization </span>platforms to get these features. With <span style="font-weight: bold">Microsoft Hyper-V Server 2008 R2</span>, customers have a solution for both planned and unplanned downtime and can use it for scenarios like <span style="font-weight: bold">server consolidation</span>, <span style="font-weight: bold">branch server consolidation</span>, <span style="font-weight: bold">high availability</span> (HA), and VDI.</span></p>
<p>You can download <span style="font-weight: bold">Microsoft Hyper-V Server 2008 R2</span> beta here. Microsoft <span style="font-weight: bold">Hyper-V Server 2008 R2</span> can be managed by <span style="font-weight: bold">System Center Virtual Machine Manager 2008 R2</span>. You can download the beta here.</p>
<p>You can find more info on Microsoft’s <span style="font-weight: bold">virtualization</span> products and solutions at&nbsp;<a href="http://www.microsoft.com/virtualization" title="http://www.microsoft.com/virtualization" target="_blank">http://www.microsoft.com/virtualization</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/free-live-migration-and-host-clustering-in-hyper-v-server-2008-r2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Join ITStuff.ca</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/join-itstuffca/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/join-itstuffca/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 13:36:36 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[vmware]]></category>

		<category><![CDATA[Hyper-V]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[HP Servers]]></category>

		<category><![CDATA[Blades]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/join-itstuffca/</guid>
		<description><![CDATA[I&#8217;d like to let everybody know about my new (rebuild) blog, ITStuff.ca. This blog dedicated to IT Technologies.
ITStuff.ca is all about Windows, VMware, Hyper-V, Virtualization, HP Servers, Blades and other IT Technologies. An invaluable source of Tools and Scripts for IT Network Administrators. A valuable advice, Tips, Tricks and best practices for Net Admins.
Please join ITStuff.ca. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to let everybody know about my new (rebuild) blog, <a title="ITstuff.ca - Tips and Tricks for IT Stuff" href="http://thesystemadministrator.com/redir?www.itstuff.ca/" target="_blank"><strong>ITStuff.ca</strong></a>. This blog dedicated to <strong>IT</strong> <strong>Technologies</strong>.<br />
<a title="ITstuff.ca - Tips and Tricks for IT Stuff" href="http://thesystemadministrator.com/redir?www.itstuff.ca/" target="_blank"><strong>ITStuff.ca</strong></a> is <span class="attribute-value">all about <strong>Windows</strong>, <strong>VMware</strong>, <strong>Hyper-V</strong>, <strong>Virtualization</strong>, <strong>HP Servers</strong>, <strong>Blades</strong> and other <strong>IT Technologies</strong>. An invaluable source of Tools and Scripts for IT Network Administrators. A valuable advice, Tips, Tricks and best practices for Net Admins.</span></p>
<p>Please join <a title="ITstuff.ca - Tips and Tricks for IT Stuff" href="http://thesystemadministrator.com/redir?www.itstuff.ca/" target="_blank"><strong>ITStuff.ca</strong></a>. And, PLEASE <img src='http://itknowledgeexchange.techtarget.com/network-administrator/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> promote my new endeavour, <a title="ITstuff.ca - Tips and Tricks for IT Stuff" href="http://thesystemadministrator.com/redir?www.itstuff.ca/" target="_blank"><strong>ITStuff.ca</strong></a><a href="http://App-V.ca" target="_blank"><em><strong></strong></em></a> by spreading the word!</p>
]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/join-itstuffca/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
