<?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>NTWEEKLY.COM</title>
	<atom:link href="http://www.ntweekly.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.ntweekly.com</link>
	<description>IT Questions And Answers</description>
	<lastBuildDate>Fri, 27 Aug 2010 00:22:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step</title>
		<link>http://www.ntweekly.com/?p=985</link>
		<comments>http://www.ntweekly.com/?p=985#comments</comments>
		<pubDate>Fri, 27 Aug 2010 00:15:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PowerShell 2.0]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.ntweekly.com/?p=985</guid>
		<description><![CDATA[Answer: One of the best things about Windows Server 2008 R2 is the way we can use PowerShell to install and configure roles and features. With R2 installing roles and features is really easy and simple, so in this article I&#8217;ll show you how to install DHCP server using PowerShell cmdlet with minimum clicks. To [...]


Related posts:<ol><li><a href='http://www.ntweekly.com/?p=975' rel='bookmark' title='Permanent Link: Question:How To Install Windows Server 2008 R2 Step By Step'>Question:How To Install Windows Server 2008 R2 Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=953' rel='bookmark' title='Permanent Link: Question:How To Upgrade Windows Server 2008 Standard Edition To Enterprise Edition Step By Step'>Question:How To Upgrade Windows Server 2008 Standard Edition To Enterprise Edition Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=747' rel='bookmark' title='Permanent Link: Question:How To Use The Active Directory Recycle Bin Step By step'>Question:How To Use The Active Directory Recycle Bin Step By step</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Answer: One of the best things about Windows Server 2008 R2 is the way we can use PowerShell to install and configure roles and features. <span id="more-985"></span></p>
<p>With R2 installing roles and features is really easy and simple, so in this article I&#8217;ll show you how to install DHCP server using PowerShell cmdlet with minimum clicks.</p>
<p><span style="text-decoration: underline;"><strong>To install DHCP Server on Windows Server 2008 R2 follow the steps below:</strong></span></p>
<p>Note:If you need to set the PowerShell Execution Policy use this article:<a href="http://www.ntweekly.com/?p=942"> http://www.ntweekly.com/?p=942</a></p>
<p>Right Click On the PowerShell icon and Click on Run as Administrator.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow1.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow1.png" alt="" width="248" height="71" /></a></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow2.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow2.png" alt="" width="226" height="208" /></a></p>
<p>In the PowerShell Screen type:</p>
<p>Import-module servermanager</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow3.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow3.png" alt="" width="450" height="122" /></a></p>
<p>To install the DHCP role type:</p>
<p>Add-windowsFeature –name dhcp -includeallsubfeature</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow4.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow4.png" alt="" width="450" height="94" /></a></p>
<p>Wait for the installation to finish.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow5.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow5.png" alt="" width="450" height="90" /></a></p>
<p>All done.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow6.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow6.png" alt="" width="450" height="140" /></a></p>
<p>To start the DHCP service type:</p>
<p>Set-service dhcpserver –startuptype automatic</p>
<p>Start-service dhcpserver</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow7.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow7.png" alt="" width="450" height="79" /></a></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow8.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082710_0015_QuestionHow8.png" alt="" width="279" height="302" /></a></p>
<p>In my next article I&#8217;ll show you how to configure DHCP server.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ntweekly.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.ntweekly.com/?p=975' rel='bookmark' title='Permanent Link: Question:How To Install Windows Server 2008 R2 Step By Step'>Question:How To Install Windows Server 2008 R2 Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=953' rel='bookmark' title='Permanent Link: Question:How To Upgrade Windows Server 2008 Standard Edition To Enterprise Edition Step By Step'>Question:How To Upgrade Windows Server 2008 Standard Edition To Enterprise Edition Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=747' rel='bookmark' title='Permanent Link: Question:How To Use The Active Directory Recycle Bin Step By step'>Question:How To Use The Active Directory Recycle Bin Step By step</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ntweekly.com/?feed=rss2&amp;p=985</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Question:How To Install Windows Server 2008 R2 Step By Step</title>
		<link>http://www.ntweekly.com/?p=975</link>
		<comments>http://www.ntweekly.com/?p=975#comments</comments>
		<pubDate>Mon, 23 Aug 2010 05:11:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[KB]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.ntweekly.com/?p=975</guid>
		<description><![CDATA[Answer: Windows Server 2008 R2 installation has become very simple while the need for the user input is very little. Like any installation you can either use the DVD media to install it or use ISO image if using virtual machine. The installation takes around 30 to 40 minutes depending on the hardware. To install [...]


Related posts:<ol><li><a href='http://www.ntweekly.com/?p=953' rel='bookmark' title='Permanent Link: Question:How To Upgrade Windows Server 2008 Standard Edition To Enterprise Edition Step By Step'>Question:How To Upgrade Windows Server 2008 Standard Edition To Enterprise Edition Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=985' rel='bookmark' title='Permanent Link: Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step'>Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=5' rel='bookmark' title='Permanent Link: WSUS 3.0 Install Fails &#8220;There is a problem with this Windows Installer package&#8221; Error'>WSUS 3.0 Install Fails &#8220;There is a problem with this Windows Installer package&#8221; Error</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Answer: Windows Server 2008 R2 installation has become very simple while the need for the user input is very little.<span id="more-975"></span></p>
<p>Like any installation you can either use the DVD media to install it or use ISO image if using virtual machine.</p>
<p>The installation takes around 30 to 40 minutes depending on the hardware.</p>
<p>To install Windows Server 2008 R2 follow the steps below:</p>
<p>Insert the media or mount the ISO image and boot the server from it:</p>
<p>Set will load all the installation files.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow1.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow1.png" alt="" width="450" height="402" /></a></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow1.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow2.png" alt="" width="450" height="333" /></a></p>
<p>In the first screen you can set the Language, Time and Keyboard type.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow3.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow3.png" alt="" width="450" height="443" /></a></p>
<p>Click on Install Now</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow4.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow4.png" alt="" width="450" height="448" /></a></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow5.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow5.png" alt="" width="392" height="318" /></a></p>
<p>Select the Version that you would like to install.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow6.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow6.png" alt="" width="450" height="456" /></a></p>
<p>Accept the terms.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow7.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow7.png" alt="" width="450" height="450" /></a></p>
<p>If doing a new install click on Custom.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow8.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow8.png" alt="" width="450" height="454" /></a></p>
<p>Here you can set the storage settings if needed and click Next.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow9.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow9.png" alt="" width="450" height="452" /></a></p>
<p>Now setup will start the installation task.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow10.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow10.png" alt="" width="450" height="452" /></a></p>
<p>After 20 minutes the server will restart itself.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow11.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow11.png" alt="" width="450" height="452" /></a></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow12.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow12.png" alt="" width="432" height="264" /></a></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow13.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow13.png" alt="" width="450" height="278" /></a></p>
<p>This is the last stage of the install.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow14.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow14.png" alt="" width="450" height="462" /></a></p>
<p>Now you just need to set the password and you can log on to the server.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow15.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow15.png" alt="" width="450" height="455" /></a></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow16.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow16.png" alt="" width="436" height="561" /></a></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow17.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082310_0509_QuestionHow17.png" alt="" width="450" height="147" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ntweekly.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.ntweekly.com/?p=953' rel='bookmark' title='Permanent Link: Question:How To Upgrade Windows Server 2008 Standard Edition To Enterprise Edition Step By Step'>Question:How To Upgrade Windows Server 2008 Standard Edition To Enterprise Edition Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=985' rel='bookmark' title='Permanent Link: Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step'>Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=5' rel='bookmark' title='Permanent Link: WSUS 3.0 Install Fails &#8220;There is a problem with this Windows Installer package&#8221; Error'>WSUS 3.0 Install Fails &#8220;There is a problem with this Windows Installer package&#8221; Error</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ntweekly.com/?feed=rss2&amp;p=975</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Question:How To Find Which PowerShell Version I’m Using</title>
		<link>http://www.ntweekly.com/?p=956</link>
		<comments>http://www.ntweekly.com/?p=956#comments</comments>
		<pubDate>Fri, 20 Aug 2010 06:29:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell 2.0]]></category>

		<guid isPermaLink="false">http://www.ntweekly.com/?p=956</guid>
		<description><![CDATA[To find which PowerShell Version your computer is running you simply need to type the following cmdlet: Get-Host The Get-Host Cmdlet will show you if you are running version 1 or 2. Related posts:Question: How To Use PowerShell Remoting Question:How To Set Execution Policy In PowerShell 2.0 Question:How To Install DHCP On Windows Server 2008 [...]


Related posts:<ol><li><a href='http://www.ntweekly.com/?p=549' rel='bookmark' title='Permanent Link: Question: How To Use PowerShell Remoting'>Question: How To Use PowerShell Remoting</a></li>
<li><a href='http://www.ntweekly.com/?p=942' rel='bookmark' title='Permanent Link: Question:How To Set Execution Policy In PowerShell 2.0'>Question:How To Set Execution Policy In PowerShell 2.0</a></li>
<li><a href='http://www.ntweekly.com/?p=985' rel='bookmark' title='Permanent Link: Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step'>Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>To find which PowerShell Version your computer is running you simply need to type the following cmdlet: <span id="more-956"></span></p>
<p><strong>Get-Host<br />
</strong></p>
<p>The Get-Host Cmdlet will show you if you are running version 1 or 2.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0628_QuestionHow1.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0628_QuestionHow1.png" alt="" width="450" height="260" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ntweekly.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.ntweekly.com/?p=549' rel='bookmark' title='Permanent Link: Question: How To Use PowerShell Remoting'>Question: How To Use PowerShell Remoting</a></li>
<li><a href='http://www.ntweekly.com/?p=942' rel='bookmark' title='Permanent Link: Question:How To Set Execution Policy In PowerShell 2.0'>Question:How To Set Execution Policy In PowerShell 2.0</a></li>
<li><a href='http://www.ntweekly.com/?p=985' rel='bookmark' title='Permanent Link: Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step'>Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ntweekly.com/?feed=rss2&amp;p=956</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Question:How To Upgrade Windows Server 2008 Standard Edition To Enterprise Edition Step By Step</title>
		<link>http://www.ntweekly.com/?p=953</link>
		<comments>http://www.ntweekly.com/?p=953#comments</comments>
		<pubDate>Fri, 20 Aug 2010 06:02:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.ntweekly.com/?p=953</guid>
		<description><![CDATA[Answer: Windows Server 2008 introduces a new feature that allows us to upgrade the O/S version from Standard edition to Enterprise edition without the need to rebuild the O/S from scratch. The entire operation can take 10 minutes. Remember: You can&#8217;t do a backward upgrade (from enterprise to standard). The operation for Windows Server 2008 [...]


Related posts:<ol><li><a href='http://www.ntweekly.com/?p=975' rel='bookmark' title='Permanent Link: Question:How To Install Windows Server 2008 R2 Step By Step'>Question:How To Install Windows Server 2008 R2 Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=937' rel='bookmark' title='Permanent Link: Error: When Upgrading Windows Server 2008 Standard To Enterprise You Get “Not enough free space for temporary files&#8221; Error'>Error: When Upgrading Windows Server 2008 Standard To Enterprise You Get “Not enough free space for temporary files&#8221; Error</a></li>
<li><a href='http://www.ntweekly.com/?p=985' rel='bookmark' title='Permanent Link: Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step'>Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Answer: Windows Server 2008 introduces a new feature that allows us to upgrade the O/S version from Standard edition to Enterprise edition without the need to rebuild the O/S from scratch. <span id="more-953"></span></p>
<p>The entire operation can take 10 minutes.</p>
<p><span style="color: red;"><strong>Remember: You can&#8217;t do a backward upgrade (from enterprise to standard).<br />
</strong></span></p>
<p>The operation for Windows Server 2008 or R2 version is the same, just remember to use the correct installation media.</p>
<p>To upgrade Windows Server 2008 from Standard Edition to Enterprise edition follow the steps below:</p>
<p>Insert the Windows Server 2008 or 2008 R2 Version to the Server DVD rom</p>
<p>(If using R2 you can only use R2 media for the upgrade) and start the installation wizard:</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow1.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow1.png" alt="" width="405" height="288" /></a></p>
<p>In the installation wizard click Install now:</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow2.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow2.png" alt="" width="450" height="432" /></a></p>
<p>Select if you want to check for updates before or not (I didn&#8217;t select that).</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow3.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow3.png" alt="" width="450" height="439" /></a></p>
<p>Select the O/S version you want to upgrade to.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow4.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow4.png" alt="" width="450" height="456" /></a></p>
<p>Accept license.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow5.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow5.png" alt="" width="450" height="446" /></a></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow6.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow6.png" alt="" width="450" height="455" /></a></p>
<p>Wait for the files to be copy, and note that the server will reboot for 10 minutes.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow7.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow7.png" alt="" width="450" height="463" /></a></p>
<p>After reboot the will start, with the new version.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow8.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0601_QuestionHow8.png" alt="" width="450" height="185" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ntweekly.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.ntweekly.com/?p=975' rel='bookmark' title='Permanent Link: Question:How To Install Windows Server 2008 R2 Step By Step'>Question:How To Install Windows Server 2008 R2 Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=937' rel='bookmark' title='Permanent Link: Error: When Upgrading Windows Server 2008 Standard To Enterprise You Get “Not enough free space for temporary files&#8221; Error'>Error: When Upgrading Windows Server 2008 Standard To Enterprise You Get “Not enough free space for temporary files&#8221; Error</a></li>
<li><a href='http://www.ntweekly.com/?p=985' rel='bookmark' title='Permanent Link: Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step'>Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ntweekly.com/?feed=rss2&amp;p=953</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Question:How To Set Execution Policy In PowerShell 2.0</title>
		<link>http://www.ntweekly.com/?p=942</link>
		<comments>http://www.ntweekly.com/?p=942#comments</comments>
		<pubDate>Fri, 20 Aug 2010 03:57:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PowerShell 2.0]]></category>

		<guid isPermaLink="false">http://www.ntweekly.com/?p=942</guid>
		<description><![CDATA[Answer: In PowerShell 2.0 we have the option to control what type of scripts we can run by applying a script execution policy. In PowerShell 2.0 we have three types of Execution Policy and they are: Allsigned All scripts needs to have a trusted signature Remotesigned All scripts downloaded from the internet needs to have [...]


Related posts:<ol><li><a href='http://www.ntweekly.com/?p=956' rel='bookmark' title='Permanent Link: Question:How To Find Which PowerShell Version I’m Using'>Question:How To Find Which PowerShell Version I’m Using</a></li>
<li><a href='http://www.ntweekly.com/?p=985' rel='bookmark' title='Permanent Link: Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step'>Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=549' rel='bookmark' title='Permanent Link: Question: How To Use PowerShell Remoting'>Question: How To Use PowerShell Remoting</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Answer: In PowerShell 2.0 we have the option to control what type of scripts we can run by applying a script execution policy. <span id="more-942"></span></p>
<p><strong>In PowerShell 2.0 we have three types of Execution Policy and they are:<br />
</strong></p>
<ol>
<li>Allsigned</li>
</ol>
<p>All scripts needs to have a trusted signature</p>
<ol>
<li>Remotesigned</li>
</ol>
<p>All scripts downloaded from the internet needs to have trusted signature</p>
<ol>
<li>Unrestricted</li>
</ol>
<p>Runs any script regardless if it&#8217;s signed or not</p>
<p style="margin-left: 18pt;">
<p><span style="text-decoration: underline;">To check the current Execution Policy applied to your computer \ server run the following cmdlet:<br />
</span></p>
<p><strong>Get-executionpolicy<br />
</strong></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0357_QuestionHow1.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0357_QuestionHow1.png" alt="" width="322" height="115" /></a></p>
<p><span style="text-decoration: underline;">To set the policy type:<br />
</span></p>
<p><strong>Set-executionpolicy unrestricted<br />
</strong></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0357_QuestionHow2.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0357_QuestionHow2.png" alt="" width="450" height="90" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ntweekly.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.ntweekly.com/?p=956' rel='bookmark' title='Permanent Link: Question:How To Find Which PowerShell Version I’m Using'>Question:How To Find Which PowerShell Version I’m Using</a></li>
<li><a href='http://www.ntweekly.com/?p=985' rel='bookmark' title='Permanent Link: Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step'>Question:How To Install DHCP On Windows Server 2008 R2 Using PowerShell Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=549' rel='bookmark' title='Permanent Link: Question: How To Use PowerShell Remoting'>Question: How To Use PowerShell Remoting</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ntweekly.com/?feed=rss2&amp;p=942</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: When Upgrading Windows Server 2008 Standard To Enterprise You Get “Not enough free space for temporary files&#8221; Error</title>
		<link>http://www.ntweekly.com/?p=937</link>
		<comments>http://www.ntweekly.com/?p=937#comments</comments>
		<pubDate>Fri, 20 Aug 2010 03:15:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.ntweekly.com/?p=937</guid>
		<description><![CDATA[When you try to upgrade Windows Server 2008 Standard Edition to Enterprise you get the following error: &#8220;This computer does not have enough free space for temporary files. Windows installation needs at least 512 megabytes(MB) of space on any partition for temporary files.To install Windows, free enough space and restart the installation. You get this [...]


Related posts:<ol><li><a href='http://www.ntweekly.com/?p=953' rel='bookmark' title='Permanent Link: Question:How To Upgrade Windows Server 2008 Standard Edition To Enterprise Edition Step By Step'>Question:How To Upgrade Windows Server 2008 Standard Edition To Enterprise Edition Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=975' rel='bookmark' title='Permanent Link: Question:How To Install Windows Server 2008 R2 Step By Step'>Question:How To Install Windows Server 2008 R2 Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=6' rel='bookmark' title='Permanent Link: How to delete Redo Files In VMware Server and Gsx'>How to delete Redo Files In VMware Server and Gsx</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p style="background: white;"><span style="color: #333333; font-family: Arial;">When you try to upgrade Windows Server 2008 Standard Edition to Enterprise you get the following error:<span id="more-937"></span><br />
</span></p>
<p style="background: white;"><span style="color: #333333; font-family: Arial;"><strong>&#8220;This computer does not have enough free space for temporary files. Windows installation needs at least 512 megabytes(MB) of space on any partition for temporary files.To install Windows, free enough space and restart the installation.<br />
</strong></span></p>
<p style="background: white;"><span style="color: #333333; font-family: Arial;">You get this error because the C: drive partition was not set to active.<br />
</span></p>
<p style="background: white;"><span style="color: #333333; font-family: Arial;">The fix is simple.<br />
</span></p>
<p style="background: white;"><span style="color: #333333; font-family: Arial;">Go to Computer Manager -&gt; Storage -&gt; Disk Managment<br />
</span></p>
<p style="background: white;"><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0315_ErrorWhenUp1.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0315_ErrorWhenUp1.png" alt="" width="197" height="360" /></a><span style="color: #333333; font-family: Arial;"><br />
</span></p>
<p>Right Click on the C: drive</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0315_ErrorWhenUp2.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0315_ErrorWhenUp2.png" alt="" width="450" height="126" /></a></p>
<p>And Click on Mark Partition as Active</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0315_ErrorWhenUp3.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/082010_0315_ErrorWhenUp3.png" alt="" width="198" height="234" /></a></p>
<p>Run setup again.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ntweekly.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.ntweekly.com/?p=953' rel='bookmark' title='Permanent Link: Question:How To Upgrade Windows Server 2008 Standard Edition To Enterprise Edition Step By Step'>Question:How To Upgrade Windows Server 2008 Standard Edition To Enterprise Edition Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=975' rel='bookmark' title='Permanent Link: Question:How To Install Windows Server 2008 R2 Step By Step'>Question:How To Install Windows Server 2008 R2 Step By Step</a></li>
<li><a href='http://www.ntweekly.com/?p=6' rel='bookmark' title='Permanent Link: How to delete Redo Files In VMware Server and Gsx'>How to delete Redo Files In VMware Server and Gsx</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ntweekly.com/?feed=rss2&amp;p=937</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Question:How To Backup And Restore Exchange Server 2010 Using Windows Server Backup</title>
		<link>http://www.ntweekly.com/?p=931</link>
		<comments>http://www.ntweekly.com/?p=931#comments</comments>
		<pubDate>Wed, 18 Aug 2010 04:35:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server 2010]]></category>

		<guid isPermaLink="false">http://www.ntweekly.com/?p=931</guid>
		<description><![CDATA[Answer:  When installing Exchange Server 2010 on a Windows Server 2008 or Windows Server 2008 R2 we can use the Windows backup application to Backup Exchange Server 2010. When using the Windows back remember the following limitations: The WSB (windows server backup) can only perform volume level backup There is no incremental or differential backup [...]


Related posts:<ol><li><a href='http://www.ntweekly.com/?p=700' rel='bookmark' title='Permanent Link: Question:How To Backup And Restore MySQL Database Using phpMyAdmin'>Question:How To Backup And Restore MySQL Database Using phpMyAdmin</a></li>
<li><a href='http://www.ntweekly.com/?p=839' rel='bookmark' title='Permanent Link: Question:How To Create And Apply A New ActiveSync Policy In Exchange Server 2010'>Question:How To Create And Apply A New ActiveSync Policy In Exchange Server 2010</a></li>
<li><a href='http://www.ntweekly.com/?p=3' rel='bookmark' title='Permanent Link: How To Backup Windows Server 2008 System State'>How To Backup Windows Server 2008 System State</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Answer:  When installing Exchange Server 2010 on a Windows Server 2008 or Windows Server 2008 R2 we can use the Windows<span id="more-931"></span> backup application to Backup Exchange Server 2010.</p>
<p>When using the Windows back remember the following limitations:</p>
<ul>
<li>The WSB (windows server backup) can only perform volume level backup</li>
<li>There is no incremental or differential backup option</li>
<li>The backup file can only be saved to a volume that is not part of the backup job</li>
<li>There is no Exchange backup option you will have to Backup the entire volume that Exchange server installed including log, database and software directory.</li>
</ul>
<p><span style="color: red;"><strong>Important</strong></span>: If you are using DAG make sure you switchover all databases to the mailbox server you taking the backup on, WBS can backup active copies of the DB.</p>
<p><span style="text-decoration: underline;"><strong>To Back and Restore Exchange Server 2010 using Windows Server Backup follow the steps below:<br />
</strong></span></p>
<p><span style="text-decoration: underline;"><strong>Step 1: Install Windows Server Backup:<br />
</strong></span></p>
<p>First we need to install Windows Server Backup feature.</p>
<p>Open Server Manager -&gt; Features -&gt; Add Features</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac1.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac1.png" alt="" width="136" height="259" /></a></p>
<p>Click Add Features</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac2.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac2.png" alt="" width="262" height="172" /></a></p>
<p>Select Windows Server Backup Features and tick the box next to it to install the feature.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac3.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac3.png" alt="" width="450" height="441" /></a></p>
<p>Click Finish when done.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac4.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac4.png" alt="" width="450" height="443" /></a></p>
<p><span style="text-decoration: underline;"><strong>Step 2: Bckup Exchange Server 2010 Using Windows Server Backup:<br />
</strong></span></p>
<p>Open WSB</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac5.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac5.png" alt="" width="289" height="225" /></a></p>
<p>In WSB click on Backup Once</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac6.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac6.png" alt="" width="450" height="119" /></a></p>
<p>Select Different options</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac7.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac7.png" alt="" width="450" height="471" /></a></p>
<p>Select Custom and Next</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac8.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac8.png" alt="" width="450" height="478" /></a></p>
<p>Click on Add Items</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac9.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac9.png" alt="" width="450" height="477" /></a></p>
<p>Select all the drives Exchange Server logs, mailboxes and program files are located on.</p>
<p>Remember that you can&#8217;t store the backup on the drive you going to backup.</p>
<p>Backup file needs to be stored either on a network drive or a separate volume.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac10.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac10.png" alt="" width="450" height="458" /></a></p>
<p>In my case, all the Exchange files, logs and DB are on the same drive.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac11.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac11.png" alt="" width="450" height="476" /></a></p>
<p>In the Advanced settings you can set the VSS options.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac12.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac12.png" alt="" width="450" height="537" /></a></p>
<p>Select Destination type and location.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac13.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac13.png" alt="" width="450" height="475" /></a></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac14.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac14.png" alt="" width="450" height="482" /></a></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac15.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac15.png" alt="" width="450" height="473" /></a></p>
<p>Wait for the backup to finish, note that it can take some time.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac16.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac16.png" alt="" width="450" height="480" /></a></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac17.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac17.png" alt="" width="399" height="498" /></a></p>
<p><span style="text-decoration: underline;"><strong>Step 3: How Restore Exchange Server 2010 backup using Windows Server Backup:<br />
</strong></span></p>
<p>Open WSB and click on Recover.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac18.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac18.png" alt="" width="188" height="289" /></a></p>
<p>Select the location the backup is located.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac19.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac19.png" alt="" width="450" height="466" /></a></p>
<p>Select Date and time</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac20.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac20.png" alt="" width="450" height="470" /></a></p>
<p>To restore Exchange Server backup select applications.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac21.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac21.png" alt="" width="450" height="467" /></a></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac22.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac22.png" alt="" width="450" height="468" /></a></p>
<p>Select the recovery settings.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac23.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac23.png" alt="" width="450" height="474" /></a></p>
<p>Click revover.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac24.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081810_0434_QuestionBac24.png" alt="" width="450" height="464" /></a></p>
<p>Wait for the restore to Finish and test.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ntweekly.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.ntweekly.com/?p=700' rel='bookmark' title='Permanent Link: Question:How To Backup And Restore MySQL Database Using phpMyAdmin'>Question:How To Backup And Restore MySQL Database Using phpMyAdmin</a></li>
<li><a href='http://www.ntweekly.com/?p=839' rel='bookmark' title='Permanent Link: Question:How To Create And Apply A New ActiveSync Policy In Exchange Server 2010'>Question:How To Create And Apply A New ActiveSync Policy In Exchange Server 2010</a></li>
<li><a href='http://www.ntweekly.com/?p=3' rel='bookmark' title='Permanent Link: How To Backup Windows Server 2008 System State'>How To Backup Windows Server 2008 System State</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ntweekly.com/?feed=rss2&amp;p=931</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Question:How To Set Individual Mailbox Storage Restrictions On Exchange Server 2010</title>
		<link>http://www.ntweekly.com/?p=903</link>
		<comments>http://www.ntweekly.com/?p=903#comments</comments>
		<pubDate>Tue, 17 Aug 2010 04:50:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server 2010]]></category>

		<guid isPermaLink="false">http://www.ntweekly.com/?p=903</guid>
		<description><![CDATA[Answer: In Exchange Server 2010 we can set mailbox storage restrictions on individual users , this is handy when it comes to managers that have special needs when it comes to their mail storage. To set individual mailbox storage restrictions follow the steps below: Open EMC -&#62; Recipient Configuration -&#62; go to the user account [...]


Related posts:<ol><li><a href='http://www.ntweekly.com/?p=883' rel='bookmark' title='Permanent Link: Question:How To Move A Mailbox To Exchange Server 2010'>Question:How To Move A Mailbox To Exchange Server 2010</a></li>
<li><a href='http://www.ntweekly.com/?p=839' rel='bookmark' title='Permanent Link: Question:How To Create And Apply A New ActiveSync Policy In Exchange Server 2010'>Question:How To Create And Apply A New ActiveSync Policy In Exchange Server 2010</a></li>
<li><a href='http://www.ntweekly.com/?p=509' rel='bookmark' title='Permanent Link: Question: How To Add A Mailbox Servers to Exchange 2010 DAG Group'>Question: How To Add A Mailbox Servers to Exchange 2010 DAG Group</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Answer: In Exchange Server 2010 we can set mailbox storage restrictions on individual users<span id="more-903"></span> , this is handy when it comes to managers that have special needs when it comes to their mail storage.</p>
<p><span style="text-decoration: underline;"><strong>To set individual mailbox storage restrictions follow the steps below: </strong></span></p>
<p>Open EMC -&gt; Recipient Configuration -&gt; go to the user account and click on properties.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0450_QuestionHow1.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0450_QuestionHow1.png" alt="" width="226" height="471" /></a></p>
<p>In the Properties window Click on Mailbox Settings Tab and select Storage Quotas and click on Properties.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0450_QuestionHow2.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0450_QuestionHow2.png" alt="" width="443" height="525" /></a></p>
<p>In the Storage Quote windows Un tick the <strong>Use Mailbox database defaults</strong></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0450_QuestionHow3.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0450_QuestionHow3.png" alt="" width="419" height="305" /></a></p>
<p>Now you can set the storage settings</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0450_QuestionHow4.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0450_QuestionHow4.png" alt="" width="428" height="302" /></a></p>
<p>If you need to Change the global Mailbox storage defaults for all users go to</p>
<p>EMC -&gt; Mailbox -&gt; Database Management tab ,- &gt; Select mailbox database -&gt; Right Click -&gt; Properties.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0450_QuestionHow5.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0450_QuestionHow5.png" alt="" width="433" height="289" /></a></p>
<p>Here you can change the storage settings to all users.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0450_QuestionHow6.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0450_QuestionHow6.png" alt="" width="431" height="494" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ntweekly.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.ntweekly.com/?p=883' rel='bookmark' title='Permanent Link: Question:How To Move A Mailbox To Exchange Server 2010'>Question:How To Move A Mailbox To Exchange Server 2010</a></li>
<li><a href='http://www.ntweekly.com/?p=839' rel='bookmark' title='Permanent Link: Question:How To Create And Apply A New ActiveSync Policy In Exchange Server 2010'>Question:How To Create And Apply A New ActiveSync Policy In Exchange Server 2010</a></li>
<li><a href='http://www.ntweekly.com/?p=509' rel='bookmark' title='Permanent Link: Question: How To Add A Mailbox Servers to Exchange 2010 DAG Group'>Question: How To Add A Mailbox Servers to Exchange 2010 DAG Group</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ntweekly.com/?feed=rss2&amp;p=903</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Question:How To Forward Emails To External Contact From Exchange Server 2010</title>
		<link>http://www.ntweekly.com/?p=895</link>
		<comments>http://www.ntweekly.com/?p=895#comments</comments>
		<pubDate>Tue, 17 Aug 2010 04:09:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server 2010]]></category>

		<guid isPermaLink="false">http://www.ntweekly.com/?p=895</guid>
		<description><![CDATA[Answer: In the past when we had to forword emails to external email address we had to use Active Directory Users and Computers to create the contact and then use the Exchange Server console to forwaord the email. With Exchange Server 2010 this task is being done from the EMC and takes couple of minutes. [...]


Related posts:<ol><li><a href='http://www.ntweekly.com/?p=647' rel='bookmark' title='Permanent Link: Question:How To Create A Journal Rules In Exchange Server 2010'>Question:How To Create A Journal Rules In Exchange Server 2010</a></li>
<li><a href='http://www.ntweekly.com/?p=653' rel='bookmark' title='Permanent Link: Question:Where is The Exchange server 2010 Mail Queue Database Located'>Question:Where is The Exchange server 2010 Mail Queue Database Located</a></li>
<li><a href='http://www.ntweekly.com/?p=839' rel='bookmark' title='Permanent Link: Question:How To Create And Apply A New ActiveSync Policy In Exchange Server 2010'>Question:How To Create And Apply A New ActiveSync Policy In Exchange Server 2010</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Answer: In the past when we had to forword emails to external email address we had to use Active Directory Users <span id="more-895"></span>and Computers to create the contact and then use the Exchange Server console to forwaord the email.</p>
<p>With Exchange Server 2010 this task is being done from the EMC and takes couple of minutes.</p>
<p>To forward emails to External contact in Exchange Server 2010 follow the steps below.</p>
<p><span style="text-decoration: underline;"><strong>Step 1 – Create mail contact<br />
</strong></span></p>
<p>Go to EMC -&gt; Recipient Configuration -&gt; Mail Contact</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow1.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow1.png" alt="" width="450" height="508" /></a></p>
<p> Right Click on a blank spot and Click on New Mail Contact</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow2.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow2.png" alt="" width="313" height="186" /></a></p>
<p>Select New Contact and Click Next</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow3.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow3.png" alt="" width="450" height="523" /></a></p>
<p>Fill in the details and make sure you type the correct external email address.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow4.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow4.png" alt="" width="450" height="529" /></a></p>
<p>Click On Next and New.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow5.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow5.png" alt="" width="450" height="520" /></a></p>
<p><span style="text-decoration: underline;"><strong>Step 2 – Forward Emails to external email address.<br />
</strong></span></p>
<p>Find the user you need to forward his emails to external email address and right click on his account and click properties.  </p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow6.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow6.png" alt="" width="200" height="192" /></a></p>
<p>In the properties page go to the Mail Flow Settings tab and click on Delivery Options.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow7.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow7.png" alt="" width="230" height="379" /></a></p>
<p>On the Delivery Option page Tick <strong>the Forward To</strong> and click on Browse</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow8.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow8.png" alt="" width="433" height="437" /></a></p>
<p> Select the mail contact we created on Step 1.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow9.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0408_QuestionHow9.png" alt="" width="263" height="236" /></a></p>
<p>Click OK, and test.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ntweekly.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.ntweekly.com/?p=647' rel='bookmark' title='Permanent Link: Question:How To Create A Journal Rules In Exchange Server 2010'>Question:How To Create A Journal Rules In Exchange Server 2010</a></li>
<li><a href='http://www.ntweekly.com/?p=653' rel='bookmark' title='Permanent Link: Question:Where is The Exchange server 2010 Mail Queue Database Located'>Question:Where is The Exchange server 2010 Mail Queue Database Located</a></li>
<li><a href='http://www.ntweekly.com/?p=839' rel='bookmark' title='Permanent Link: Question:How To Create And Apply A New ActiveSync Policy In Exchange Server 2010'>Question:How To Create And Apply A New ActiveSync Policy In Exchange Server 2010</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ntweekly.com/?feed=rss2&amp;p=895</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Question:How To Move A Mailbox To Exchange Server 2010</title>
		<link>http://www.ntweekly.com/?p=883</link>
		<comments>http://www.ntweekly.com/?p=883#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:10:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server 2010]]></category>

		<guid isPermaLink="false">http://www.ntweekly.com/?p=883</guid>
		<description><![CDATA[Answer: Moving mailboxes to Exchange Server 2010 has become a very simple process. Note: When moving a mailbox from Exchange Server 2007 to Exchange Server 2010 the client doesn&#8217;t need to restart his Outlook client, However if moving from Exchange Server 2003 to 2010 there is a need for a restart. Also remember that when [...]


Related posts:<ol><li><a href='http://www.ntweekly.com/?p=903' rel='bookmark' title='Permanent Link: Question:How To Set Individual Mailbox Storage Restrictions On Exchange Server 2010'>Question:How To Set Individual Mailbox Storage Restrictions On Exchange Server 2010</a></li>
<li><a href='http://www.ntweekly.com/?p=846' rel='bookmark' title='Permanent Link: Question:How To Archive Mailboxes With Exchange Server 2010'>Question:How To Archive Mailboxes With Exchange Server 2010</a></li>
<li><a href='http://www.ntweekly.com/?p=661' rel='bookmark' title='Permanent Link: Question:How To Move Exchange Server 2010 Mail Queue Database'>Question:How To Move Exchange Server 2010 Mail Queue Database</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Answer: Moving mailboxes to Exchange Server 2010 has become a very simple process. <span id="more-883"></span></p>
<p>Note: When moving a mailbox from Exchange Server 2007 to Exchange Server 2010 the client doesn&#8217;t need to restart his Outlook client, However if moving from Exchange Server 2003 to 2010 there is a need for a restart.</p>
<p>Also remember that when moving a mailbox to Exchange Server 2010, the move needs to be done from the Exchange Server 2010.</p>
<p>To move a mailbox to Exchange Server 2010 follow the steps bellow.</p>
<p> Open Exchange Server 2010 EMC -&gt; Recipient Configuration</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow1.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow1.png" alt="" width="422" height="503" /></a></p>
<p>Right Click on the Users that you need move, and Click on <strong>New Local Move Request</strong></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow2.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow2.png" alt="" width="297" height="347" /></a></p>
<p>Click on Browse and Select the Database.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow3.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow3.png" alt="" width="450" height="518" /></a></p>
<p>Click OK.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow4.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow4.png" alt="" width="450" height="458" /></a></p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow5.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow5.png" alt="" width="450" height="519" /></a></p>
<p>Click Next.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow6.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow6.png" alt="" width="450" height="520" /></a></p>
<p>After you move the mailbox you will see a Green Arrow next to the mailbox which means that the mailbox was moved.</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow7.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow7.png" alt="" width="248" height="22" /></a></p>
<p>You can see all the move requests by going to Exchange EMC -&gt; Recipient Configuration -&gt; Move Request</p>
<p><a href="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow8.png"><img src="http://www.ntweekly.com/wp-content/uploads/2010/08/081710_0210_QuestionHow8.png" alt="" width="446" height="391" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ntweekly.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.ntweekly.com/?p=903' rel='bookmark' title='Permanent Link: Question:How To Set Individual Mailbox Storage Restrictions On Exchange Server 2010'>Question:How To Set Individual Mailbox Storage Restrictions On Exchange Server 2010</a></li>
<li><a href='http://www.ntweekly.com/?p=846' rel='bookmark' title='Permanent Link: Question:How To Archive Mailboxes With Exchange Server 2010'>Question:How To Archive Mailboxes With Exchange Server 2010</a></li>
<li><a href='http://www.ntweekly.com/?p=661' rel='bookmark' title='Permanent Link: Question:How To Move Exchange Server 2010 Mail Queue Database'>Question:How To Move Exchange Server 2010 Mail Queue Database</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ntweekly.com/?feed=rss2&amp;p=883</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
