<?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>Information Technology Discussion Site</title>
	<atom:link href="http://blog.globalpointllc.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.globalpointllc.com</link>
	<description>Helping To Solve Technology Problems</description>
	<lastBuildDate>Fri, 23 Mar 2012 20:12:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>serverConfigure an SSL Certificate for Exchange Server 2010</title>
		<link>http://blog.globalpointllc.com/2012/03/23/configure-ssl-certificate-exchange-server-2010-2/</link>
		<comments>http://blog.globalpointllc.com/2012/03/23/configure-ssl-certificate-exchange-server-2010-2/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 20:06:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Email Servers]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://blog.globalpointllc.com/?p=333</guid>
		<description><![CDATA[  By Paul Cunningham Exchange Server 2010 like its predecessor Exchange Server 2007 makes heavy use of SSL certificates for various communications protocols. When you install a new Exchange server is comes pre-configured with a self-signed certificate. Before putting a new server into production you should create and assign a new SSL cert for the [...]]]></description>
			<content:encoded><![CDATA[<h1> </h1>
<div>By Paul Cunningham</div>
<div>
<p>Exchange Server 2010 like its predecessor Exchange Server 2007 makes heavy use of SSL certificates for various communications protocols. When you install a new Exchange server is comes pre-configured with a self-signed certificate. Before putting a new server into production you should create and assign a new SSL cert for the server.</p>
<p>In this example an SSL cert is being configured for the <strong>contoso.local</strong> organzation.</p>
<h2>Generate a New Exchange Server 2010 Certificate</h2>
<p>In the <strong>Exchange Management Console</strong> navigate to <strong>Server Configuration</strong>. Right-click the server and choose <strong>New Exchange Certificate</strong>.</p>
<p><img title="certificate001" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate001-450x161.png" alt="" width="450" height="161" /></p>
<p>Enter a friendly name for the new cert. In this example I have named it “Contoso Exchange Server”.</p>
<p><img title="certificate002" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate002-449x392.png" alt="" width="449" height="392" /></p>
<p>Although wildcard certificates are supported in Exchange Server 2010 it is recommended to use a SAN (Subject Alternative Name) cert instead.</p>
<p><img title="certificate003" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate003-450x392.png" alt="" width="450" height="392" /></p>
<p>Next we can configure the names for each of the Exchange 2010 services that are secured with the SSL certificate.</p>
<p>First is the <a href="http://exchangeserverpro.com/publish-outlook-web-app-isa-server-2006">Outlook Web App</a> service. Enter the internal and external names of Outlook Web App. In this example I am using “ex2010.contoso.local” for internal, and “mail.contoso.local” for external.</p>
<p><img title="certificate004" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate004-450x163.png" alt="" width="450" height="163" /></p>
<p>Next configure the ActiveSync domain name. For ease of administration and configuration I am using the same name as for Outlook Web App.</p>
<p><img title="certificate005" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate005.png" alt="" width="448" height="90" /></p>
<p>Next are the Web Services, Outlook Anywhere and Autodiscover names. Once again I am using the same name of “mail.contoso.local”. For Autodiscover the additional names of “autodiscover.contoso.local” and “autodiscover.xyzimports.local” are also configured, for each of the accepted email domains in this example organization.</p>
<p><img title="certificate006" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate006.png" alt="" width="434" height="300" /></p>
<p>The Hub Transport server also requires SSL for secure SMTP communications. In this example I am using the name “mail.contoso.local”.</p>
<p><img title="certificate007" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate007.png" alt="" width="449" height="175" /></p>
<p>A legacy name for co-existence is required if you are planning to gradually transition services and data from Exchange 2003 to Exchange 2010. Configure legacy names for each of the namespaces in the organization, in this example “legacy.contoso.local” and “legacy.xyzimports.local”.</p>
<p><img title="certificate008" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate008.png" alt="" width="449" height="94" /></p>
<p>When all of the services have been configured proceed to the next step of the New Exchange Certificate wizard.</p>
<p>Confirm that all of the required names have been included in the cert request. You can add any additional names at this stage before proceeding.</p>
<p><img title="certificate009" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate009-450x392.png" alt="" width="450" height="392" /></p>
<p>Next configure the organization and location information for the certificate, and choose a location to generate the request file.</p>
<p><img title="certificate010" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate010-450x393.png" alt="" width="450" height="393" /></p>
<p>When you have finished filling out the wizard click the New button to generate the cert request file.</p>
<p><img title="certificate011" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate011-450x392.png" alt="" width="450" height="392" /></p>
<p>Confirm that the request file was successfully generated.</p>
<p><img title="certificate012" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate012-450x392.png" alt="" width="450" height="392" /></p>
<p>You will notice that the wizard makes a recommendation as to the type of certificate that is required for your Exchange organization. In most cases a “Unified Communications certificate” will be necessary, which is basically another name for a SAN certificate.</p>
<p><img title="certificate013" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate013.png" alt="" width="426" height="115" /></p>
<p>Although you can issue the certificate from a private Certificate Authority it is recommended to use a commercial Certificate Authority such as Digicert.</p>
<p>After you have acquired the new certificate return to the Exchange Management Console, navigate to Server Configuration, right-click the server and choose <strong>Complete Pending Request</strong>.</p>
<p><img title="certificate014" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate014-450x255.png" alt="" width="450" height="255" /></p>
<p>Browse to the location of the file you downloaded from the CA and complete the wizard. Confirm that the new SSL certificate was imported successfully.</p>
<p><img title="certificate015" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate015-450x392.png" alt="" width="260" height="227" /> <img title="certificate016" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate016-450x392.png" alt="" width="260" height="227" /></p>
<p>The new certificate now appears in the list of valid certificates for the server.</p>
<p><img title="certificate017" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate017-450x44.png" alt="" width="450" height="44" /></p>
<h2>Assign the New Certificate to Exchange Server 2010</h2>
<p>With the valid SSL certificate installed it is now time to assign it to the Exchange Server 2010 services. Right-click the new certificate and choose “Assign Services to Certificate”.</p>
<p><img title="certificate018" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate018-450x187.png" alt="" width="450" height="187" /></p>
<p>Choose the new Exchange server and click the Next button.</p>
<p><img title="certificate019" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate019-450x392.png" alt="" width="450" height="392" /></p>
<p>Choose the services to assign to the certificate. In this example the IIS and SMTP services are being assigned.</p>
<p><img title="certificate020" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate020.png" alt="" width="447" height="158" /></p>
<p>Complete the wizard to assign the services to the new SSL certificate. You will be prompted to overwrite the existing self-signed certificate, so choose Yes to that prompt.</p>
</div>
<div id="seo_alrp_related"><h2>Posts Related to serverConfigure an SSL Certificate for Exchange Server 2010</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/17/configure-ssl-certificate-exchange-server-2010/" rel="bookmark">Configure an SSL Certificate for Exchange Server 2010</a></h3><p>Exchange Server 2010 like its predecessor Exchange Server 2007 makes heavy use of SSL certificates for various communications protocols. When you install a new Exchange ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2012/03/23/installing-ssl-certificate-windows-server-2008-2008r2/" rel="bookmark">Installing an SSL Certificate in Windows Server 2008 or 2008R2</a></h3><p>Installing an SSL Certificate in Windows Server 2008 (IIS 7.0) Microsoft's new server platform, Windows Server 2008 uses Internet Information Services (IIS) 7.0. This new ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/14/upgrade-exchange-2003-exchange-2010/" rel="bookmark">Upgrade Exchange 2003 to Exchange 2010 Part 1</a></h3><p>Microsoft released Exchange Server 2010 in October 2009, and this new version of Exchange Server contains a lot of  compelling new features such as the new High ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/14/upgrade-exchange-2003-exchange-2010-part-2/" rel="bookmark">Upgrade Exchange 2003 to Exchange 2010 Part 2</a></h3><p>Offline Address Book generation Changing the Offline Address Book generation isn’t the most difficult part of a migration. Logon to the new Exchange 2010 Server ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2012/03/23/migrate-small-business-server-2003-small-business-server-2011/" rel="bookmark">Migrate Small Business Server 2003 to Small Business Server 2011</a></h3><p>Reprint from article by  Demazter     For this migration to work you will need the following software: Windows Small Business Server 2003 (SBS 2003) ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.globalpointllc.com/2012/03/23/configure-ssl-certificate-exchange-server-2010-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing an SSL Certificate in Windows Server 2008 or 2008R2</title>
		<link>http://blog.globalpointllc.com/2012/03/23/installing-ssl-certificate-windows-server-2008-2008r2/</link>
		<comments>http://blog.globalpointllc.com/2012/03/23/installing-ssl-certificate-windows-server-2008-2008r2/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 19:32:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[iis7]]></category>
		<category><![CDATA[implement]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 2008 r2]]></category>

		<guid isPermaLink="false">http://blog.globalpointllc.com/?p=287</guid>
		<description><![CDATA[Installing an SSL Certificate in Windows Server 2008 (IIS 7.0) Microsoft&#8217;s new server platform, Windows Server 2008 uses Internet Information Services (IIS) 7.0. This new version makes big changes in the way that SSL certificates are generated, primarily making it much easier than previous versions of IIS. In addition to the new method of requesting [...]]]></description>
			<content:encoded><![CDATA[<h1>Installing an SSL Certificate in Windows Server 2008 (IIS 7.0)</h1>
<p>Microsoft&#8217;s new server platform, <strong>Windows Server 2008</strong> uses <strong>Internet Information Services (IIS) 7.0</strong>. This new version makes big changes in the way that SSL certificates are generated, primarily making it much easier than previous versions of IIS. In addition to the new method of requesting and installing SSL certificates, IIS 7 includes the ability to:</p>
<ul>
<li>Request more than one SSL certificate at a time</li>
<li>Import, export, and renew SSL certificates easily in IIS</li>
<li>Quickly create a <a href="http://www.sslshopper.com/article-how-to-create-a-self-signed-certificate.html">self-signed certificate</a> for testing</li>
</ul>
<p>This article will walk you through the process of ordering an SSL certificate from a commercial <a href="http://www.sslshopper.com/certificate-authority-reviews.html">certificate authority</a> and installing it on an IIS 7 Windows Server 2008 machine.</p>
<h2>Create the Certificate Signing Request</h2>
<p>The first step in ordering an SSL certificate is generating a <a href="http://www.sslshopper.com/what-is-a-csr-certificate-signing-request.html">Certificate Signing Request</a>. This is very easy to do in IIS7 using the following instructions. <a id="image_toggle">Click here to hide or show the images</a></p>
<ol>
<li>Click on the Start menu, go to <strong>Administrative Tools</strong>, and click on <strong>Internet Information Services (IIS) Manager</strong>.<img src="http://www.sslshopper.com/assets/images/iis7/1-open-iis7.png" alt="" /></li>
<li>Click on the name of the server in the Connections column on the left. Double-click on <strong>Server Certificates</strong>.<img src="http://www.sslshopper.com/assets/images/iis7/2-server-certificates.png" alt="" /></li>
<li>In the Actions column on the right, click on <strong>Create Certificate Request&#8230;</strong><img src="http://www.sslshopper.com/assets/images/iis7/3-create-certificate-request.png" alt="" /></li>
<li>Enter all of the following information about your company and the domain you are securing and then click <strong>Next</strong>.<img src="http://www.sslshopper.com/assets/images/iis7/4-csr-info.png" alt="" /><br />
<table>
<tbody>
<tr>
<th>Name</th>
<th>Explanation</th>
<th>Examples</th>
</tr>
<tr>
<td>Common Name</td>
<td>The fully qualified domain name (FQDN) of your server. This must match exactly what you type in your web browser or you will receive a <a href="http://www.sslshopper.com/ssl-certificate-name-mismatch-error.html">name mismatch error</a>.</td>
<td>*.google.com<br />
mail.google.com</td>
</tr>
<tr>
<td>Organization</td>
<td>The legal name of your organization. This should not be abbreviated and should include suffixes such as Inc, Corp, or LLC.</td>
<td>Google Inc.</td>
</tr>
<tr>
<td>Organizational Unit</td>
<td>The division of your organization handling the certificate. (Most CAs don&#8217;t validate this field)</td>
<td>IT<br />
Web</td>
</tr>
<tr>
<td>City/Locality</td>
<td>The city where your organization is located.</td>
<td>Mountain View</td>
</tr>
<tr>
<td>State/province</td>
<td>The state/region where your organization is located. This shouldn&#8217;t be abbreviated.</td>
<td>California</td>
</tr>
<tr>
<td>Country/Region</td>
<td>The two-letter ISO code for the country where your organization is location.</td>
<td>US<br />
GB</td>
</tr>
</tbody>
</table>
</li>
<li>Leave the default Cryptographic Service Provider. Increase the Bit length to 2048 bit or higher. Click <strong>Next</strong>.<img src="http://www.sslshopper.com/assets/images/iis7/5-csp-bit-length.png" alt="" /></li>
<li>Click the button with the three dots and enter a location and filename where you want to save the CSR file. Click Finish.<img src="http://www.sslshopper.com/assets/images/iis7/6-csr-file-name.png" alt="" /></li>
</ol>
<p>Once you have generated a CSR you can use it to order the certificate from a <a href="http://www.sslshopper.com/certificate-authority-reviews.html">certificate authority</a>. If you don&#8217;t already have a favorite, you can <a href="http://www.sslshopper.com/ssl-certificate-wizard.html">compare SSL</a> features from each provider using our SSL Wizard or by comparing <a href="http://www.sslshopper.com/cheapest-ssl-certificates.html">cheap SSL certificates</a>, <a href="http://www.sslshopper.com/best-ssl-wildcard-certificate.html">Wildcard Certificates</a>, or <a href="http://www.sslshopper.com/cheapest-ev-ssl-certificates.html">EV certificates</a>. Once you paste the contents of the CSR and complete the ordering process, your order is validated, and you will receive the SSL certificate file.</p>
<h2>Install the Certificate</h2>
<p>To install your newly acquired SSL certificate in IIS 7, first copy the file somewhere on the server and then follow these instructions:</p>
<ol>
<li>Click on the Start menu, go to <strong>Administrative Tools</strong>, and click on <strong>Internet Information Services (IIS) Manager</strong>.</li>
<li>Click on the name of the server in the Connections column on the left. Double-click on <strong>Server Certificates</strong>.<img src="http://www.sslshopper.com/assets/images/iis7/2-server-certificates.png" alt="" /></li>
<li>In the Actions column on the right, click on <strong>Complete Certificate Request&#8230;</strong><img src="http://www.sslshopper.com/assets/images/iis7/7-complete-certificate-request.png" alt="" /></li>
<li>Click the button with the three dots and select the server certificate that you received from the certificate authority. If the certificate doesn&#8217;t have a .cer file extension, select to view all types. Enter any friendly name you want so you can keep track of the certificate on this server. Click <strong>OK</strong>.<img src="http://www.sslshopper.com/assets/images/iis7/8-select-certificate.png" alt="" /></li>
<li>If successful, you will see your newly installed certificate in the list. If you receive an error stating that the request or private key cannot be found, make sure you are using the correct certificate and that you are installing it to the same server that you generated the CSR on. If you are sure of those two things, you may just need to create a new Certificate Request and reissue/replace the certificate. Contact your certificate authority if you have problems with this.<img src="http://www.sslshopper.com/assets/images/iis7/9-certificate-installed.png" alt="" /></li>
</ol>
<h2>Bind the Certificate to a website</h2>
<ol>
<li>In the Connections column on the left, expand the sites folder and click on the website that you want to bind the certificate to. Click on <strong>Bindings&#8230;</strong>in the right column.<img src="http://www.sslshopper.com/assets/images/iis7/10-edit-bindings.png" alt="" /></li>
<li>Click on the <strong>Add&#8230;</strong>button.<img src="http://www.sslshopper.com/assets/images/iis7/11-site-bindings.png" alt="" /></li>
<li>Change the Type to <strong>https</strong> and then select the SSL certificate that you just installed. Click <strong>OK</strong>.<img src="http://www.sslshopper.com/assets/images/iis7/12-add-site-binding.png" alt="" /></li>
<li>You will now see the binding for port 443 listed. Click <strong>Close</strong>.<img src="http://www.sslshopper.com/assets/images/iis7/13-site-bindings2.png" alt="" /></li>
</ol>
<h2>Install any Intermediate Certificates</h2>
<p>Most SSL providers issue server certificates off of an Intermediate certificate so you will need to install this Intermediate certificate to the server as well or your visitors will receive a <a href="http://www.sslshopper.com/ssl-certificate-not-trusted-error.html">Certificate Not Trusted Error</a>. You can install each Intermediate certificate (sometimes there is more than one) using these instructions:</p>
<ol>
<li>Download the intermediate certificate to a folder on the server.</li>
<li>Double click the certificate to open the certificate details.</li>
<li>At the bottom of the General tab, click the <strong>Install Certificate</strong> button to start the certificate import wizard. Click <strong>Next</strong>.<img src="http://www.sslshopper.com/assets/images/IIS_SSL_Installation_5.gif" alt="" width="409" height="476" /></li>
<li>Select <strong>Place all certificates in the following store</strong> and click <strong>Browse</strong>.<img src="http://www.sslshopper.com/assets/images/IIS_SSL_Installation_6.gif" alt="" width="503" height="386" /></li>
<li>Check the <strong>Show physical stores</strong> checkbox, then expand the <strong>Intermediate Certification Authorities</strong> folder, select the <strong>Local Computer folder</strong> beneath it. Click <strong>OK</strong>. Click <strong>Next</strong>, then <strong>Finish</strong>to finish installing the intermediate certificate.<img src="http://www.sslshopper.com/assets/images/IIS_SSL_Installation_7.gif" alt="" width="285" height="256" /></li>
</ol>
<p>You may need to restart IIS so that it starts giving out the new certificate. You can verify that the certificate is installed correctly by visiting the site in your web browser using https instead of http or using our <a href="http://www.sslshopper.com/ssl-checker.html">SSL Checker</a>.</p>
<h3> </h3>
<div id="seo_alrp_related"><h2>Posts Related to Installing an SSL Certificate in Windows Server 2008 or 2008R2</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/17/configure-ssl-certificate-exchange-server-2010/" rel="bookmark">Configure an SSL Certificate for Exchange Server 2010</a></h3><p>Exchange Server 2010 like its predecessor Exchange Server 2007 makes heavy use of SSL certificates for various communications protocols. When you install a new Exchange ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2012/03/23/configure-ssl-certificate-exchange-server-2010-2/" rel="bookmark">serverConfigure an SSL Certificate for Exchange Server 2010</a></h3><p>  By Paul Cunningham Exchange Server 2010 like its predecessor Exchange Server 2007 makes heavy use of SSL certificates for various communications protocols. When you ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/14/upgrade-exchange-2003-exchange-2010/" rel="bookmark">Upgrade Exchange 2003 to Exchange 2010 Part 1</a></h3><p>Microsoft released Exchange Server 2010 in October 2009, and this new version of Exchange Server contains a lot of  compelling new features such as the new High ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/14/upgrade-exchange-2003-exchange-2010-part-2/" rel="bookmark">Upgrade Exchange 2003 to Exchange 2010 Part 2</a></h3><p>Offline Address Book generation Changing the Offline Address Book generation isn’t the most difficult part of a migration. Logon to the new Exchange 2010 Server ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2012/03/23/migrate-small-business-server-2003-small-business-server-2011/" rel="bookmark">Migrate Small Business Server 2003 to Small Business Server 2011</a></h3><p>Reprint from article by  Demazter     For this migration to work you will need the following software: Windows Small Business Server 2003 (SBS 2003) ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.globalpointllc.com/2012/03/23/installing-ssl-certificate-windows-server-2008-2008r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrate Small Business Server 2003 to Small Business Server 2011</title>
		<link>http://blog.globalpointllc.com/2012/03/23/migrate-small-business-server-2003-small-business-server-2011/</link>
		<comments>http://blog.globalpointllc.com/2012/03/23/migrate-small-business-server-2003-small-business-server-2011/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 19:27:21 +0000</pubDate>
		<dc:creator>gzejer</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2011 SBS]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[SBS]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[small business server]]></category>
		<category><![CDATA[steps]]></category>

		<guid isPermaLink="false">http://blog.globalpointllc.com/?p=293</guid>
		<description><![CDATA[Reprint from article by  Demazter     For this migration to work you will need the following software: Windows Small Business Server 2003 (SBS 2003) Windows Small Business Server 2011 Microsoft Baseline Configuration Analyzer which can be downloaded from:http://www.microsoft.com/downloads/en/details.aspx?familyid=1B6E9026-F505-403E-84C3-A5DEA704EC67&#38;displaylang=en Steps required: Health Checks on Small Business Server 2003 Configure SBS2003 for single NIC Run Migration [...]]]></description>
			<content:encoded><![CDATA[<div>
<div><span class="Apple-style-span" style="font-size: 9px; line-height: 33px;">Reprint from article by  Demazter</span></div>
<div> </div>
<div> </div>
</div>
<div>
<div><span style="font-size: small;"><span class="Apple-style-span" style="line-height: 24px;"><br />
</span></span></div>
<ul>
<li>For this migration to work you will need the following software:</li>
<li>Windows Small Business Server 2003 (SBS 2003)</li>
<li>Windows Small Business Server 2011</li>
<li>Microsoft Baseline Configuration Analyzer which can be downloaded from:<a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=1B6E9026-F505-403E-84C3-A5DEA704EC67&amp;displaylang=en">http://www.microsoft.com/downloads/en/details.aspx?familyid=1B6E9026-F505-403E-84C3-A5DEA704EC67&amp;displaylang=en</a></li>
</ul>
<p>Steps required:</p>
<ol>
<li>Health Checks on Small Business Server 2003</li>
<li>Configure SBS2003 for single NIC</li>
<li>Run Migration Preparation tool on SBS2003 &amp; Create Answer File</li>
<li>Administrative User Creation</li>
<li>Setting data locations</li>
<li>Configure the Network</li>
<li>Configure the Internet Address</li>
<li>Migrate Exchange Mailboxes and Settings</li>
<li>Remove Legacy Group Policies and Logon Settings</li>
<li>Migrate users’ Shared Data</li>
<li>Migrate Fax Data</li>
<li>Migrate Users and Groups</li>
<li>Uninstall Exchange 2003 from Small Business Server 2003</li>
<li>Check Transfer of the 5 FSMO roles to SBS2011</li>
<li>DCPROMO SBS 2003 server so it is no longer a domain controller and remove from network</li>
</ol>
<h2>Step 1. Health Checks on Small Business Server 2003</h2>
<p>The absolute first thing you need to do is take a SYSTEM STATE backup of your Small Business Server as well as a full system backup. There is little chance of the data getting lost but the SYSTEM STATE backup backs up Active Directory so that if it all goes wrong we can recover it if needed.</p>
<p>To do this from using your preferred backup product ensure that System Stare is selected from the selection list then run a backup.</p>
<p>What you then need to do on the SBS 2003 server is to make sure you have all the latest available updates. This means you should at a minimum have:</p>
<ul>
<li>Windows 2003 Service Pack 2 – verify this by right clicking on My Computer and select properties. It should tell you here the Windows Service Pack</li>
<li>Windows Small Business Server Service Pack 1 – verify this by checking the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\SmallBusinessServer\ServicePackNumber you are looking for a value of 1 in the bracket.</li>
<li>Microsoft Exchange 2003 Service Pack 2 – verify this using the Exchange System Manager. Navigate to first administrative &gt; Servers. With the Servers folder highlighted on the right hand side you will see the SBS2003 server name with the service pack version listed.</li>
</ul>
<p>Once you have installed all of the above, run Windows Update and make sure you select the option in the blue banner bar across the top for Microsoft Update. Microsoft Update will then allow you to update all Microsoft products installed on the server providing a more comprehensive update solution. Keep running the check and installing all updates until there are no more available.</p>
<p>Check the health of your Active Directory by running DCDIAG, if there is anything reported as an error fix it before moving on.</p>
<p>A common problem that can cause this migration to fail is that the SBS 2003 server does not have its own IP address listed for DNS in the network properties under TCP/IP. If this is the case, update it so that it does (do not use the loopback 127.0.0.1 address).</p>
<h2>Step 2 – Configure SBS2003 for single NIC</h2>
<p>Before you can migrate from SBS2003 it needs to be configured in a single NIC configuration and ISA server (if in use) needs to be removed.</p>
<p>To do this uninstall the ISA components from Add/Remove programmes.</p>
<p>You may also need an additional internet router appropriate for the type of connection you use. This should support NAT and needs to be configured with an IP address to match the internal NIC on your server.</p>
<p>Once you have done this, disable the second NIC and then run the Connect to the Internet Wizard to ensure SBS2003 is configured correctly.</p>
<p>I would then suggest a reboot to ensure that all these changes are taken in to effect.</p>
<h2>Step 3. Run Migration Preparation tool on SBS2003 &amp; Create Answerfile</h2>
<p>As part of the Migration Preparation tool it will run the best practice analyzer to identify any issues with the current setup. Before you run the tool you will need to download and install from Microsoft Baseline Configuration Analyzer which can be downloaded from: <a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=1B6E9026-F505-403E-84C3-A5DEA704EC67&amp;displaylang=en">http://www.microsoft.com/downloads/en/details.aspx?familyid=1B6E9026-F505-403E-84C3-A5DEA704EC67&amp;displaylang=en</a></p>
<p>We can then run the wizard by inserting the SBS2011 DVD in to the SBS2003 server drive. Allow it to autoplay and you should see the following screen. If you don’t have a DVD drive in the SBS2003 server then there are a few options. Either use a USB DVD Drive, share the drive out from another workstation that does have a DVD drive, or copy the contents of the SBS2011 DVD to the SBS2003 server hard drive. The folders you require specifically are<strong>TOOLS</strong> and <strong>SOURCES</strong>. If you copy these 2 folders then instead of seeing the link below you will need to run the SourceTool installer from the <strong>TOOLS </strong>folder.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img01-sbs2003-preparation-tool.jpg"><img title="IMG01-sbs2003-Preparation-Tool" src="http://demazter.files.wordpress.com/2011/02/img01-sbs2003-preparation-tool.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>From here we need to select the option for <strong>Install the Migration Preparation Tool</strong>. The first screen we will see asks about getting and installing installation updates. My recommendation here would be to not install updates unless you are encountering an issue that has been identified by the SBS team and you are following specific advice regarding this. (screen below)</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img02-sbs2003-preparation-tool-01.jpg"><img title="IMG02-sbs2003-Preparation-Tool-01" src="http://demazter.files.wordpress.com/2011/02/img02-sbs2003-preparation-tool-01.jpg?w=300&amp;h=138" alt="" width="300" height="138" /></a></p>
<p>Once you have made your choice, the following screen will ask you to confirm that you have an adequate backup of the SBS system. Obviously the data needs to be backed up. But the important thing that needs to be backed up that is often missed is the System State Backup. This includes Active Directory and will be needed to recover with should the migration fail. (screen below)</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img03-sbs2003-preparation-tool-02.jpg"><img title="IMG03-sbs2003-Preparation-Tool-02" src="http://demazter.files.wordpress.com/2011/02/img03-sbs2003-preparation-tool-02.jpg?w=300&amp;h=241" alt="" width="300" height="241" /></a></p>
<p>Once you check the box to say you have a backup and click next you will see the screen below. This is preparing Exchange and Active Directory for the introduction of your new SBS2011 server. We are looking for 4 green ticks here.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img04-sbs2003-preparation-tool-03.jpg"><img title="IMG04-sbs2003-Preparation-Tool-03" src="http://demazter.files.wordpress.com/2011/02/img04-sbs2003-preparation-tool-03.jpg?w=300&amp;h=242" alt="" width="300" height="242" /></a></p>
<p>Once this has completed click next. The next stage is the Migration Wizard will use the baseline analyzer tools you installed earlier to check the organisation for any misconfiguration that should cause the migration to fail (screen below)</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img05-sbs2003-preparation-tool-04.jpg"><img title="IMG05-sbs2003-Preparation-Tool-04" src="http://demazter.files.wordpress.com/2011/02/img05-sbs2003-preparation-tool-04.jpg?w=300&amp;h=241" alt="" width="300" height="241" /></a></p>
<p>This could take a few minutes but what we are hoping to see is the screen below that says we have no errors. This means we are ready to proceed with the introduction of the new server.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img06-sbs2003-preparation-tool-05.jpg"><img title="IMG06-sbs2003-Preparation-Tool-05" src="http://demazter.files.wordpress.com/2011/02/img06-sbs2003-preparation-tool-05.jpg?w=300&amp;h=242" alt="" width="300" height="242" /></a></p>
<p>Clicking Next to move on will tell us the source server has been successfully (image below) prepared and give us the option to view the migration guide. At time of writing this article there was no migration content on the link provided.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img07-sbs2003-preparation-tool-06.jpg"><img title="IMG07-sbs2003-Preparation-Tool-06" src="http://demazter.files.wordpress.com/2011/02/img07-sbs2003-preparation-tool-06.jpg?w=300&amp;h=241" alt="" width="300" height="241" /></a></p>
<p>The second option is to create an answer file. This is essential for the successful migration to SBS2011 so click this option and complete with the detail as illustrated below. The reason I select these options is that it then asks you to confirm some information at the installation stage. Almost like a second check before proceeding. One of the key options is not to perform any updates. This can be done after the migration, and with my experience from SBS2008 migrations these updates have been known to make changes which cause the migration to fail.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img08-answer-file-01.jpg"><img title="IMG08-Answer-File-01" src="http://demazter.files.wordpress.com/2011/02/img08-answer-file-01.jpg?w=233&amp;h=300" alt="" width="233" height="300" /></a></p>
<p>Now we need to save the answer file using the save option. Once done, copy it to a USB drive and place this in your new server along with the SBS2011 DVD and post up.</p>
<p>The first screen we see is the language and keyboard selection screen (image below)</p>
<p>&nbsp;</p>
<p>Make the appropriate selections and click next.</p>
<p>We then see the screen below. Click Install Now</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img09-sbs2011-install.jpg"><img title="IMG09-sbs2011-install" src="http://demazter.files.wordpress.com/2011/02/img09-sbs2011-install.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>We are then presented with the usual License Agreement screen (below). Put a check in the check box and click Next. Obviously only if you agree to the licensing terms as set out by Microsoft.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img10-sbs2011-install-02.jpg"><img title="IMG10-sbs2011-install" src="http://demazter.files.wordpress.com/2011/02/img10-sbs2011-install-02.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>The following screen (below) provides any storage that has already been configured on your new hardware. If you don’t see anything here you will need to load 3rd party drivers from your vendor using the <strong>Load Driver</strong> option. If you still don’t see anything listed then you may need to configure your RAID Controller so that there is a volume, most will do this by default on first boot if you don’t select to configure yourself, but some might not.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img11-sbs2011-install-03.jpg"><img title="IMG11-sbs2011-install-03" src="http://demazter.files.wordpress.com/2011/02/img11-sbs2011-install-03.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Once you have made the appropriate selections click next and we will see the usual Windows 2008 R2 component configuration and file copy screen as below.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img12-sbs2011-install-05.jpg"><img title="IMG12-sbs2011-install-05" src="http://demazter.files.wordpress.com/2011/02/img12-sbs2011-install-05.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Once this has finished the server will reboot and display the screen below. As this is a migration we will be selecting<strong>Server Migration</strong> and then click next.</p>
<p>The screen below is the time zone and date/time selection screen. It is absolutely essential that this matches the source server otherwise connection to the domain and promotion to a domain controller will fail.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img13-sbs2011-install-06.jpg"><img title="IMG13-sbs2011-install-06" src="http://demazter.files.wordpress.com/2011/02/img13-sbs2011-install-06.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Verify the time zone and date/time then click Next.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img14-sbs2011-install-07.jpg"><img title="IMG14-sbs2011-install-07" src="http://demazter.files.wordpress.com/2011/02/img09-sbs2011-install.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>The screen below asks you to verify the source server IP address, the IP address you wish to assign the new server and the gateway address. Confirm the details and then click next.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img15-sbs2011-install-09.jpg"><img title="IMG15-sbs2011-install-09" src="http://demazter.files.wordpress.com/2011/02/img15-sbs2011-install-09.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>The next screen is more confirmation. This time it is the source server name and internal domain name along with the administrative user details and the source server name.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img16-sbs2011-install-10.jpg"><img title="IMG16-sbs2011-install-10" src="http://demazter.files.wordpress.com/2011/02/img16-sbs2011-install-10.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Confirm the details, and even retype the password just to be sure. Then click Next.</p>
<p>We then see the update screen below. Again, my recommendation here would be to not install updates. And then click next.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img17-sbs2011-install-11.jpg"><img title="IMG17-sbs2011-install-11" src="http://demazter.files.wordpress.com/2011/02/img17-sbs2011-install-11.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>The screen below is your company details, this will be used on Companyweb/Remote Web Workplace. Fill in the form an click next.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img18-sbs2011-install-12.jpg"><img title="IMG18-sbs2011-install-12" src="http://demazter.files.wordpress.com/2011/02/img18-sbs2011-install-12.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>We then see the screen below which is the start of the SBS2011 component installation, this could take around 30-45 minutes and you can expect the server to reboot at least once during this phase.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img19-sbs2011-install-13.jpg"><img title="IMG19-sbs2011-install-13" src="http://demazter.files.wordpress.com/2011/02/img19-sbs2011-install-13.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Once this has finished you should be presented with the SBS2011 desktop and the screen below. This means that the installation phase of the migration has been completed.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img20-sbs2011-install-14.jpg"><img title="IMG20-sbs2011-install-14" src="http://demazter.files.wordpress.com/2011/02/img20-sbs2011-install-14.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>If there were any problems with the migration you would see a troubleshooting assistant informing you of what has failed and how to correct it.</p>
<h2>Step 4. Administrative User Creation</h2>
<p>Now that SBS2011 has been successfully installed and you have logged in for the first time we will see SBS console. Those of you familiar with SBS2008 will notice that not much has changed.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img21-sbs2011-install-15.jpg"><img title="IMG21-sbs2011-install-15" src="http://demazter.files.wordpress.com/2011/02/img21-sbs2011-install-15.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>As with SBS2008 most of the tasks we need to complete need to be performed with an Administrative user other than the built-in Administrator account. This was not the case with SBS2003 and you probably do not have another Administrative user. If this is not completed we will receive the error below when trying to launch the <strong>Migration Wizard</strong>.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img23-sbs2011-postinstall-02.jpg"><img title="IMG23-sbs2011-Postinstall-02" src="http://demazter.files.wordpress.com/2011/02/img23-sbs2011-postinstall-02.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>So the first step is to create this user.</p>
<p>Using the SBS Console select the <strong>Users and Groups</strong> option across the top of the console. You will then see the screen as illustrated below.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img24-sbs2011-postinstall-03.jpg"><img title="IMG24-sbs2011-Postinstall-03" src="http://demazter.files.wordpress.com/2011/02/img24-sbs2011-postinstall-03.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>There will be no users listed here, don’t panic, this is perfectly normal. You will not see the existing users in the SBS Console until the migration is complete.</p>
<p>Click on the <strong>Add a new user account</strong> on the right hand side. This will launch the new user wizard.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img25-admin-user-01.jpg"><img title="IMG25-admin-user-01" src="http://demazter.files.wordpress.com/2011/02/img25-admin-user-01.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Enter the details for your user. The important part is that you select Network Administrator as the User Role. Once you are done click next.</p>
<p>The following screen we are asked to enter a password for the user, enter a password and click Add User Account.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img26-admin-user-02.jpg"><img title="IMG26-admin-User-02" src="http://demazter.files.wordpress.com/2011/02/img26-admin-user-02.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>We then see the following screen, this can take a few minutes to complete but what we are looking for is 5 green ticks. If for any reason any of the stages fail the final screen will tell you what failed and why.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img27-admin-user-03.jpg"><img title="IMG27-admin-User-03" src="http://demazter.files.wordpress.com/2011/02/img27-admin-user-03.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>The following screen allows us to associate computers with this user or add an additional computer. There is no need to do this for the new Administrative User. Click finish to exit the wizard. From the SBS Console select the Home section and click <strong>Migrate to Windows SBS</strong> to start the migration tasks.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img28-admin-user-04.jpg"><img title="IMG28-admin-User-04" src="http://demazter.files.wordpress.com/2011/02/img28-admin-user-04.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<h2>Step 5. Setting data locations</h2>
<p>When launching the migration wizard there is a list of tasks to complete. These should be done in the order they are presented. As illustrated below.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img29-migration-wizard-01.jpg"><img title="IMG29-migration-wizard-01" src="http://demazter.files.wordpress.com/2011/02/img29-migration-wizard-01.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>The first task is to set the data locations for Exchange, Sharepoint, Shared Folders, Redirected My Documents and Windows Software Update Services. The wizards are the same for each so this guide will only run through one of them.</p>
<p><strong>NOTE:</strong> If you don’t have a second volume configured there is no need to run this part. If you try to you will receive the following error.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img30-migration-wizard-error.jpg"><img title="IMG30-migration-wizard-error" src="http://demazter.files.wordpress.com/2011/02/img30-migration-wizard-error.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>If you do not have a second volume and don’t intend to have one, then on the first screen of the wizard put a check in the <strong>Task Complete</strong> radio and click next.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img31-migration-wizard-02.jpg"><img title="IMG31-migration-wizard-02" src="http://demazter.files.wordpress.com/2011/02/img31-migration-wizard-02.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>To run the wizards click the hyperlinks on the above screen one by one. The first screen (below) is simply the summary of what you will be doing, click next when ready.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img32-migration-wizard-03.jpg"><img title="IMG32-migration-wizard-03" src="http://demazter.files.wordpress.com/2011/02/img32-migration-wizard-03.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>The next screen runs a check of the configuration, one of the tasks this is completing is checking for available volumes and disk space for the files to be moved to.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img33-migration-wizard-04.jpg"><img title="IMG33-migration-wizard-04" src="http://demazter.files.wordpress.com/2011/02/img33-migration-wizard-04.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Once this is complete we are given the options of locations to select from. At this stage because we have not configured a backup you will see an error that this has not been done. Click OK to continue.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img34-migration-wizard-06.jpg"><img title="IMG34-migration-wizard-06" src="http://demazter.files.wordpress.com/2011/02/img34-migration-wizard-06.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Make the drive selection and then click Move. What we want to see is the screen below indicating that the move has been successful. Click finish and then move on to the next hyperlink to continue setting the data locations.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img35-migration-wizard-07.jpg"><img title="IMG35-migration-wizard-07" src="http://demazter.files.wordpress.com/2011/02/img35-migration-wizard-07.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<h2>Step 6. Configure the Network</h2>
<p>The next task the wizards want us to complete is the <strong>Configure the Network</strong> wizard. <strong>This is the Connect to the Internet Wizard</strong>.</p>
<p>When launched, the first screen we see is the one below. From here we need to select the <strong>Start the Connect to the Internet Wizard</strong> hyper link.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img36-migration-wizard-08.jpg"><img title="IMG36-migration-wizard-08" src="http://demazter.files.wordpress.com/2011/02/img36-migration-wizard-08.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>The following screen will give you a summary of some information that will be required to allow the wizard to be completed.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img37migration-wizard-09.jpg"><img title="IMG37migration-wizard-09" src="http://demazter.files.wordpress.com/2011/02/img37migration-wizard-09.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Make sure you have this information to hand and click Next.</p>
<p>The next screen does a check of the network configuration and will attempt to discover among other things your router. Part of these checks will also detect if there are any other DHCP services running on the network.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img38-migration-wizard-10.jpg"><img title="IMG38-migration-wizard-10" src="http://demazter.files.wordpress.com/2011/02/img38-migration-wizard-10.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>The wizard will not continue if another DHCP service is detected (see image below). Therefore if you plan to use another device for DHCP then this must be temporarily disabled to allow you to complete this task. I would however recommend that you do use SBS2011 for DHCP rather than another device.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img39-migration-wizard-11.jpg"><img title="IMG39-migration-wizard-11" src="http://demazter.files.wordpress.com/2011/02/img39-migration-wizard-11.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Once you have disabled any DHCP services the wizard will move on and display what it has detected from your network configuration.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img40-migration-wizard-12.jpg"><img title="IMG40-migration-wizard-12" src="http://demazter.files.wordpress.com/2011/02/img40-migration-wizard-12.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Check the information is correct and if so click Next. If not make any appropriate changes before clicking next.</p>
<p>Once done, we are looking for the big green tick as illustrated below that says our network has been configured.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img41-migration-wizard-13.jpg"><img title="IMG41-migration-wizard-13" src="http://demazter.files.wordpress.com/2011/02/img41-migration-wizard-13.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<h2>Step 7. Configure the Internet Address</h2>
<p>The 3rd task in the migration wizard is to <strong>Configure the Internet Address</strong> this wizard is for configuring the external domain you intend to use with the SBS2011 server.</p>
<p>The first screen we see is a summary screen explaining what the wizard will do.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img42-migration-wizard-14.jpg"><img title="IMG42-migration-wizard-14" src="http://demazter.files.wordpress.com/2011/02/img42-migration-wizard-14.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Click the hyperlink for <strong>Start the Internet Address Wizard</strong> and then read the guidance on the screen below.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img43-migration-wizard-15.jpg"><img title="IMG43-migration-wizard-15" src="http://demazter.files.wordpress.com/2011/02/img43-migration-wizard-15.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>As this is a migration you will probably already have an external domain name and it will already be configured. The rest of this guide will assume you have a domain name registered and that you will use the control panel from your ISP to manage your External DNS. Click Next to start the configuration.</p>
<p>On the following screen, select the <strong>I already have a domain name that I want to use</strong> and click Next.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img44-migration-wizard-16.jpg"><img title="IMG44-migration-wizard-16" src="http://demazter.files.wordpress.com/2011/02/img44-migration-wizard-16.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>On this screen select the <strong>I want to manage the domain name myself</strong> and click Next.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img45-migration-wizard-17.jpg"><img title="IMG45-migration-wizard-17" src="http://demazter.files.wordpress.com/2011/02/img45-migration-wizard-17.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>The following screen we need to enter the external domain name we will be using, this will be the domain name used in the hyperlink for Remote Web Workplace, Outlook Web App, ActiveSync and will be used to create your email address.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img46-migration-wizard-18.jpg"><img title="IMG46-migration-wizard-18" src="http://demazter.files.wordpress.com/2011/02/img46-migration-wizard-18.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Clicking the Advanced Settings link will allow us to reconfigure the name that appears in the self-signed SSL certificate from remote.domainname.com to something else. If you have mail.domainname.com or owa.domainname.com setup currently then this is where you would enter this information.</p>
<p>Once done click the configure button and the wizard will make the necessary changes. Once completed we want to see the summary screen as below. We are looking for 3 green ticks to say it has been successful.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img47-migration-wizard-20.jpg"><img title="IMG47-migration-wizard-20" src="http://demazter.files.wordpress.com/2011/02/img47-migration-wizard-20.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<h2>Step 8. Migrate Exchange Mailboxes and Settings</h2>
<p>The next step of the Migration process is to migrate the Exchange Mailboxes and Public Folders. When we launch the wizard for this task we see the following screen.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img48-migrate-exchange-mailboxes-and-s.jpg"><img title="IMG47-migrate-exchange-mailboxes-and-s" src="http://demazter.files.wordpress.com/2011/02/img48-migrate-exchange-mailboxes-and-s.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Clicking the hyperlink (at time of writing) takes you to the technet article for Migrating Mailboxes. To do this, we need to delve in to the Exchange Management Console. Click Start &gt; All Programs &gt; Microsoft Exchange Server 2010 and select Exchange Management Console.</p>
<p>Once the console has launched, navigate to Recipient Configuration &gt; Mailbox. Here we should see all our mailboxes listed. All the mailboxes that appear as Legacy Mailbox are currently located on the SBS2003 servers mailstore.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img49-migrate-exchange-mailboxes-and-s.jpg"><img title="IMG49-migrate-exchange-mailboxes-and-s" src="http://demazter.files.wordpress.com/2011/02/img49-migrate-exchange-mailboxes-and-s.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>You can either batch select the mailboxes using SHIFT or CTRL or do each mailbox one by one. Once you have selected the mailboxes to move, from the Action Pane on the right hand side select <strong>New Local Move Request</strong>. This will start the move mailbox wizard.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img50-migrate-exchange-mailboxes-and-s.jpg"><img title="IMG50-migrate-exchange-mailboxes-and-s" src="http://demazter.files.wordpress.com/2011/02/img50-migrate-exchange-mailboxes-and-s.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>From the first screen click the browse button to select the Mailbox Store on the new SBS2011 Server. Once you have done this click Next.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img51-migrate-exchange-mailboxes-and-s.jpg"><img title="IMG51-migrate-exchange-mailboxes-and-s" src="http://demazter.files.wordpress.com/2011/02/img51-migrate-exchange-mailboxes-and-s.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>For this screen, leave it at defaults for the first run. If you find that mailboxes fail to move due to corrupt items you may have to increase the value here to allow those corrupt items to be skipped and for the mailbox to move successfully.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img52-migrate-exchange-mailboxes-and-s.jpg"><img title="IMG52-migrate-exchange-mailboxes-and-s" src="http://demazter.files.wordpress.com/2011/02/img52-migrate-exchange-mailboxes-and-s.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>The screen above is simply a summary of what task you will be performing, clicking the New button will start the mailbox moves.</p>
<p>Once complete, we are looking for the following screen, all green ticks.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img53-migrate-exchange-mailboxes-and-s.jpg"><img title="IMG53-migrate-exchange-mailboxes-and-s" src="http://demazter.files.wordpress.com/2011/02/img53-migrate-exchange-mailboxes-and-s.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>If you are moving the mailboxes in batches then repeat this task until all mailboxes have been moved to the SBS2011 server.</p>
<p>The next stage is to migrate the Public Folders. To do this, complete the following steps on the SBS 2003 Server:</p>
<ol>
<li>
<div>Click Start &gt; All Programs &gt; Microsoft Exchange Server &gt; System Manager</div>
</li>
<li>Navigate to Administrative Groups &gt; First Administrative Group &gt; Servers &gt; Servername &gt; First Storage Group</li>
<li>Right click on the Public Folder Store and select Move All Replicas. The only option that should appear in the list is your Exchange 2010 server. Click OK.</li>
</ol>
<p>Now that we have moved the data to the SBS2011 server it’s best to leave the Exchange Settings as is for a day or so to a) make sure all the data is moved before we perform any other Exchange related tasks. b) Allow all the outlook clients to update automatically with the new server settings. We can now continue with the rest of the migration.</p>
<h2>Step 9. Remove Legacy Group Policies and Logon Settings</h2>
<p>The next step is to remove any Legacy Group Policies and Logon Configurations that are incompatible with SBS2011. The recommendation here is that any logon scripts in use should be migrated to Group Policies and/or Group Policy preferences. However in my experience it doesn’t cause any problems if this is not done.</p>
<p>Further information on these processes can be found here:</p>
<p>Remove old logon scripts for Windows SBS migration: <a href="http://technet.microsoft.com/en-us/library/cc527605(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc527605(WS.10).aspx</a></p>
<p>Remove old Active Directory Group Policy objects for Windows SBS 2008 migration: <a href="http://technet.microsoft.com/en-us/library/cc527585(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc527585(WS.10).aspx</a></p>
<h2>Step 10. Migrate users’ Shared Data</h2>
<p>This is another task where you need to perform the configuration manually. The steps required can be found here:<a href="http://technet.microsoft.com/en-us/library/cc527517(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc527517(WS.10).aspx</a></p>
<p>Once you have the shares configured a simple backup of the SBS2003 server and restore to the 2011 server will restore all data with associated permissions.</p>
<p>Alternatively you could use robocopy which is part of the Windows 2003 Resource Kit which can be downloaded from: <a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;displaylang=en">http://www.microsoft.com/downloads/en/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;displaylang=en</a></p>
<p>There is also command line reference for robocopy here: <a href="http://technet.microsoft.com/en-us/library/cc733145(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc733145(WS.10).aspx</a></p>
<h2>Step 11. Migrate Fax Data</h2>
<p>There is no fax function in SBS2011 (this may change in the final release) but if you already have Fax data stored on the SBS2003 server you will need to migrate this data.</p>
<p>Launching the wizard will display the following screen.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img54-migrate-fax-01.jpg"><img title="img54-migrate-fax-01" src="http://demazter.files.wordpress.com/2011/02/img54-migrate-fax-01.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Clicking the hyperlink <strong>Click to start Migrating your fax data</strong> this will move the data to the new server. At this stage if there is no fax services installed/configured on the SBS2003 server you will receive the error displayed below.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img55-migrate-fax-02.jpg"><img title="img55-migrate-fax-02" src="http://demazter.files.wordpress.com/2011/02/img55-migrate-fax-02.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>This is not a problem and can be ignored, mark this task as complete.</p>
<h2>Step 12. Migrate Users and Groups</h2>
<p>As part of joining the SBS2011 server to the domain which contains SBS2003 and making it a Domain Controller it has already got a copy of the Active Directory and all the users and groups.</p>
<p>However, they will not appear in the SBS Console, this is normal and can be resolved following the instructions here.</p>
<p>To allow the users to be seen a new role needs to be applied. To do this on the first screen the wizard shows a hyperlink to <strong>Run the change user role wizard</strong> as illustrated below.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img56-migrate-users-01.jpg"><img title="img56-migrate-users-01" src="http://demazter.files.wordpress.com/2011/02/img56-migrate-users-01.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Click this link, to start the wizard. From the list displayed select the role you wish to assign to these users.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img57-migrate-users-02.jpg"><img title="img57-migrate-users-02" src="http://demazter.files.wordpress.com/2011/02/img57-migrate-users-02.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>On the following screen put a check in the box for <strong>Display all user accounts in the Active Directory</strong> as illustrated below. This will display all of the users. Highlight your existing user then click the Add button to move them to the right hand side.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img58-migrate-users-03.jpg"><img title="img58-migrate-users-03" src="http://demazter.files.wordpress.com/2011/02/img58-migrate-users-03.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>Click the change user role button. We are looking for a screen similar to the one below with lots of green ticks to confirm the roles have changed.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img59-migrate-users-05.jpg"><img title="img59-migrate-users-05" src="http://demazter.files.wordpress.com/2011/02/img59-migrate-users-05.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<h2>Step 13 – Uninstall Exchange 2003 from Small Business Server 2003</h2>
<p>Hopefully you are arriving at this step a day or two after you have migrated all the mailboxes, if not then I would recommend you leave it for a day or two just to allow all client computers to automatically update the Exchange server setting in outlook. If you uninstall Exchange 2003 from the Small Business Server and this hasn’t happened then the clients will have to be changed manually.</p>
<p>To perform this task we will need Small Business Server 2003 CD 2, which will be asked for during the uninstallation. Before we can do this though, there are a few steps we need to perform otherwise we will not be able to uninstall it.</p>
<p>If you use Recipient Policies that are Manage Mailbox policies, then these will need to be removed. Likewise, if you have Recipient Policies that are used for both e-mail address definition and mailbox management, the settings defined under Mailbox Manager Settings will need to be removed. You DO NOT need to remove your e-mail address policies.</p>
<p>The Recipient Update Service is not used in Exchange 2010 and is therefore not required, so it can be removed. To do this you will need to use ADSI Edit. This can be done by using the following procedure:</p>
<ol>
<li>Click Start &gt; Run &gt; MMC &gt; Click OK</li>
<li>Select File then Add/Remove Snap-in</li>
<li>Click Add and select ADSI Edit and click Add, then close and OK</li>
<li>Right click on the ADSI Edit and select ‘Connect to’. From the drop down under ‘Select a well known Naming Context’, select Configuration and click OK</li>
<li>Expand Configuration &gt; Services &gt; Microsoft Exchange &gt; Organisation Name &gt; Address List Container &gt; Recipient Update Services</li>
</ol>
<p>Right click on Recipient Update Service (Enterprise Configuration) and select Delete. There may also be a Recipient Update Service (ORGNAME) this also needs to be deleted</p>
<p><strong>Only delete the Recipient Update Service entries under the container; DO NOT delete the container itself or any other entries</strong></p>
<p>The final step in preparation for uninstalling Exchange Server 2003 is to delete the routing group connectors that would have been created as part of the installation. I have highlighted them in the image below. Simply right click on each connector and select delete.<strong></strong></p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img60-uninstall-exchange-01.jpg"><img title="img60-uninstall-exchange-01" src="http://demazter.files.wordpress.com/2011/02/img60-uninstall-exchange-01.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<p>We are now ready to uninstall Exchange 2003. To do this, navigate to Start &gt; Control Panel &gt; Add or Remove Programs. From the list of installed applications, highlight Windows Small Business Server 2003 and click Change/Remove.</p>
<p>Click next on the Welcome screen, and next on the screen that follows. Once the component screen opens pull down the drop down next to Exchange Server and select remove, as shown below. Then click next and next again.</p>
<p><a href="http://demazter.files.wordpress.com/2011/02/img61-uninstall-exchange-02.jpg"><img title="img61-uninstall-exchange-02" src="http://demazter.files.wordpress.com/2011/02/img61-uninstall-exchange-02.jpg?w=300&amp;h=250" alt="" width="300" height="250" /></a></p>
<h2>Step 14. Check Transfer of the 5 FSMO roles to SBS2011</h2>
<p>All of the 5 FSMO roles should already have been transferred to the SBS2011 as part of the installation process but it’s always worth a check. The steps below will give instructions on how to do this if required.</p>
<p><strong>Caution needs to be taken when performing this next step.</strong>[/b] I would advise that ALL of the previous steps need to be completed before this is done as Small Business Server MUST hold all 5 FSMO roles.</p>
<p>Once you are ready, the roles can be transferred as follows. Working on the Windows 2008 server do the following:</p>
<ol>
<li>Click Start &gt; Administrative Tools &gt; Active Directory Users and Computers</li>
<li>Right click on the domain name and select Operations Masters. You will see the screen below.</li>
<li>On each tab (RID, PDC &amp; Infrastructure) click the change button.</li>
<li>Accept the confirmation that you want each role to be transferred.</li>
</ol>
<p>&nbsp;</p>
<p>That is 3 of the 5 roles transferred. To do the next one, which is the Domain Naming Master we need to do the following:</p>
<ol>
<li>Click Start &gt; Administrative Tools &gt; Active Directory Domains and Trusts.</li>
<li>Right click where it says Active Directory Domains and Trusts and select Operations Master.</li>
<li>Once again click the Change button and say yes to the notification dialog.</li>
</ol>
<p>4 down with 1 to go. To move the Schema Master role we need to do the following:</p>
<ol>
<li>Click Start &gt; Run and type regsvr32 schmmgmt.dll</li>
<li>Click OK to the confirmation</li>
<li>Click Start &gt; Run and type MMC and click OK</li>
<li>Select File &gt; Add/Remove Snap-in from the console</li>
<li>From the list select Active Directory Schema, click Add</li>
<li>Click Close and OK.</li>
<li>Right click on Active Directory Schema and select Change Active Directory Domain Controller</li>
<li>Choose the Windows 2008 Server from the list and click OK</li>
<li>Click OK on the warning Dialog box.</li>
<li>Right click on Active Directory Schema and select Operations Master</li>
<li>Click the Change button and say yes to the notification dialog</li>
</ol>
<p>That’s all the FSMO roles transferred from the Small Business 2003 Server. The next and final step is to demote the server from being a Domain Controller.</p>
<p>Step 15. DCPROMO SBS 2003 server so it is no longer a domain controller and remove from network</p>
<p>This is the final step of the migration process. If you have made it this far, well done! This is the easy bit!</p>
<p>At this point it is worth double checking that both the SBS2003 and SBS2011 server are both configured to use the SBS2011 server for DNS in the TCP/IP properties of the NIC. The only DNS entry should be the IP address of the SBS2011 server.</p>
<p>The first thing we need to do is make sure the SBS2003 is no longer a Global Catalog Server. Click on Start &gt; Administrative Tools &gt; Active Directory Sites and Services. Locate the Small Business Server</p>
<p>Right click on NTDS settings located under the Small Business Server and select properties. Remove the check from the Global Catalog check box and click OK. Close Active Directory Sites and Services snap-in.</p>
<p>The final step is to run DCPROMO. To do this, do the following:</p>
<p>Click Start &gt; Run and type DCPROMO and click OK</p>
<p>Click next on the Welcome screen</p>
<p><strong>DO NOT</strong> check the box that says “This server is the last domain controller in the domain” and Click next</p>
<p>Enter a new administrator password for the local administrator user and click next</p>
<p>The server will then remove Active Directory Services from the SBS2003 server and it will no longer be a Domain Controller.</p>
<p>Once this has finished, allow the server to restart, login and then shut it down. You have now completed the migration.</p>
<p>If you are still with me, well done! There are a few sections of additional reading below if you would like to know some more detail about some of the processes we have just completed. There is an excellent article from EE Expert tigermatt around the purpose of the FSMO roles which you will find under the further reading section.</p>
<h2>Further Reading</h2>
<p>You will also need a trusted SSL Certificate which can be purchased from <a href="http://www.exchangecertificates.com/">http://www.exchangecertificates.com</a></p>
<p>Move/Migrate Sharepoint Services: <a href="http://technet.microsoft.com/en-us/library/cc288664.aspx">http://technet.microsoft.com/en-us/library/cc288664.aspx</a></p>
<p>Move last legacy Exchange Server: <a href="http://technet.microsoft.com/en-us/library/bb288905(EXCHG.80).aspx">http://technet.microsoft.com/en-us/library/bb288905(EXCHG.80).aspx</a></p>
<p>Demystifying the Active Directory FSMO Roles by tigermatt: <a href="http://www.experts-exchange.com/articles/Software/Server_Software/File_Servers/Active_Directory/Demystifying-the-Active-Directory-FSMO-Roles.html">http://www.experts-exchange.com/articles/Software/Server_Software/File_Servers/Active_Directory/Demystifying-the-Active-Directory-FSMO-Roles.html</a></p>
</div>
<div id="seo_alrp_related"><h2>Posts Related to Migrate Small Business Server 2003 to Small Business Server 2011</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/14/upgrade-exchange-2003-exchange-2010-part-2/" rel="bookmark">Upgrade Exchange 2003 to Exchange 2010 Part 2</a></h3><p>Offline Address Book generation Changing the Offline Address Book generation isn’t the most difficult part of a migration. Logon to the new Exchange 2010 Server ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/14/upgrade-exchange-2003-exchange-2010/" rel="bookmark">Upgrade Exchange 2003 to Exchange 2010 Part 1</a></h3><p>Microsoft released Exchange Server 2010 in October 2009, and this new version of Exchange Server contains a lot of  compelling new features such as the new High ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/03/24/turn-automatic-display-server-manager-mmc-logon/" rel="bookmark">Turn Off The Automatic Display Of Server Manager MMC At Logon</a></h3><p>Problem: Server Manager MMC starts At Logon for all users on a Terminal Server Solution: To Set it though Group Policy, then follow these steps ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/03/29/purging-wsus-updates-storage-folder/" rel="bookmark">Purging WSUS Updates Storage Folder</a></h3><p>Problem: After reviewing disk space allocation you find WSUS using large portion of the hard drive to store windows update files. Running WSUS cleanup located within WSUS control console does not purge ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/10/11/configure-cisco-wireless-access-point-ap/" rel="bookmark">How to Configure a Cisco Wireless Access-Point (AP)</a></h3><p>by DAVID DAVIS Cisco APs are strong and reliable but require a little more configuration than your typical Linksys, Dlink, or Netgear. In this article, you ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.globalpointllc.com/2012/03/23/migrate-small-business-server-2003-small-business-server-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Windows Server Backup on Windows Server 2008 R2</title>
		<link>http://blog.globalpointllc.com/2012/03/23/installing-windows-server-backup-windows-server-2008-r2/</link>
		<comments>http://blog.globalpointllc.com/2012/03/23/installing-windows-server-backup-windows-server-2008-r2/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 19:21:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 2008 R2]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Windows 2008 r2]]></category>

		<guid isPermaLink="false">http://blog.globalpointllc.com/?p=323</guid>
		<description><![CDATA[  Overview Reprint from Petri IT Knowledgebase. Windows Server Backup is a built-in component of Windows Server 2008 R2 that consists of a Microsoft Management Console (MMC) snap-in, command-line tools, and Windows PowerShell cmdlets. Windows Server Backup, like its predecessor &#8211; Ntbackup (on Windows Server 2000/2003), provides a complete solution for your day-to-day backup and [...]]]></description>
			<content:encoded><![CDATA[<h1> </h1>
<div>
<h2>Overview</h2>
<p><span style="text-decoration: underline;">Reprint from Petri IT Knowledgebase.</span></p>
<p>Windows Server Backup is a built-in component of Windows Server 2008 R2 that consists of a Microsoft Management Console (MMC) snap-in, command-line tools, and Windows PowerShell cmdlets. Windows Server Backup, like its predecessor &#8211; Ntbackup (on Windows Server 2000/2003), provides a complete solution for your day-to-day backup and recovery needs.</p>
<div id="adkit_freestyle">
<div>
<p>When compared to Windows Server 2008 RTM, in Windows Server 2008 R2 there are new features that expand what you can back up, where you can store backups, and how you can perform recoveries.</p>
</div>
</div>
<div id="adkit_content-block"><strong>Note</strong>: One thing to keep in mind is that you cannot recover backups with Windows Server Backup that were created in earlier versions of Windows with Ntbackup. However, a read-only version of Ntbackup is freely available if you want to recover data from backups created using Ntbackup, and can be installed to recover files on Windows Server 2008 R2 and Windows 7:</div>
<p>Download Details &#8211; Microsoft Download Center &#8211; Windows NT Backup &#8211; Restore Utility<br />
<a href="http://blog.globalpointllc.com/go/MS/" target="_blank">http://www.microsoft.com/download/en/details.aspx?DisplayLang=en&amp;id=4220</a></p>
<h2>What You Can Backup with Windows Server Backup</h2>
<p>You can use Windows Server Backup to back up a full server (all volumes), a selected list of volumes, the system state, or specific files or folders—and to create a backup that you can use for bare metal recovery.</p>
<p><strong>Note</strong>: In Windows Server 2008 RTM, you were very limited in what you could choose to backup, with the only choices being volumes or the entire server. Luckily, this was changed in R2.</p>
<p>After performing a backup, and if need arises, you can recover volumes, folders, files, certain applications, and the system state. And, in case of disasters like hard disk failures, you can even perform a bare metal recovery.</p>
<p>You can use Windows Server Backup to create and manage backups for the local computer or a remote computer (even for Server Core installations), and you can schedule backups to run automatically.</p>
<h2>Installing Windows Server Backup</h2>
<p>When you add the Windows Server Backup Features and subordinate items, you also install the following tools:</p>
<ul>
<li>Windows Server Backup Microsoft Management Console (MMC) snap-in</li>
<li>Wbadmin command-line tool</li>
<li>Windows PowerShell cmdlets for Windows Server Backup</li>
</ul>
<p>To install Windows Server Backup you can use one of 3 methods:</p>
<ol>
<li>Using Server Manager</li>
<li>Using Servermanagercmd.exe</li>
<li>Using PowerShell (See why every admin needs to learn PowerShell)</li>
</ol>
<p>We&#8217;ll take a look at each of the installation methods in more detail below.</p>
<p>To install Windows Server Backup, log on to the computer by using the local Administrator account or another account with Administrator privileges. To perform backups or recoveries by using Windows Server Backup, you must be a member of the Administrators or Backup Operators groups.</p>
<h2>1. Installing Windows Server Backup Using Server Manager</h2>
<p>Probably the easiest for this specific role. I would use this method.</p>
<p>1. Open the Server Manager and wait for it to load.</p>
<p>2. Click on &#8220;<strong>Features</strong>&#8221; and wait for it to load.</p>
<p>3. Click &#8220;<strong>Add Features</strong>&#8220;.</p>
<p><a href="http://blog.globalpointllc.com/go/P1/"><img title="Installing Windows Server Backup Using Server Manager" src="http://www.petri.co.il/wp-content/uploads/install-windows-server-backup-1-300x202.png" alt="Installing Windows Server Backup Using Server Manager" width="300" height="202" /></a></p>
<p>4. In the &#8220;<strong>Add Features Wizard</strong>&#8221; page, scroll down and click to select &#8220;<strong>Windows Server Backup features</strong>&#8220;. If you also want to get the PowerShell command samples, manually select &#8220;<strong>Command Line Tools</strong>&#8220;. You do not need this addition if you plan to use the GUI or the WBADMIN command line tool. Click &#8220;<strong>Next</strong>&#8220;.</p>
<p><a href="http://blog.globalpointllc.com/go/p2/"><img title="Select features in Server Manager" src="http://www.petri.co.il/wp-content/uploads/install-windows-server-backup-2-300x202.png" alt="Select features in Server Manager" width="300" height="202" /></a></p>
<p>5. In the &#8220;<strong>Confirm Installation Selections</strong>&#8221; page click &#8220;<strong>Install</strong>&#8220;.</p>
<p><a href="http://blog.globalpointllc.com/go/p3/"><img title="Confirm Installation Selections" src="http://www.petri.co.il/wp-content/uploads/install-windows-server-backup-3-300x202.png" alt="Confirm Installation Selections" width="300" height="202" /></a></p>
<p><a href="http://blog.globalpointllc.com/go/p4/"><img title="Windows Server Backup Installation Complete" src="http://www.petri.co.il/wp-content/uploads/install-windows-server-backup-4-300x202.png" alt="Windows Server Backup Installation Complete" width="300" height="202" /></a></p>
<p>8. Once finished, there is no need to reboot the server.</p>
<p>&nbsp;</p>
<div id="adkit_in-content-lower-block"><a title="" href="http://blog.globalpointllc.com/go/p5/" rel="nofollow"> </a></div>
<p>&nbsp;</p>
<h2>2. Installing Windows Server Backup Using Servermanagercmd.exe</h2>
<p>Using the servermanagercmd.exe command is easy, however this command will be deprecated in future versions of Windows, so don&#8217;t get used to it too much&#8230;</p>
<p>1. Open a Command Prompt window with elevated permissions (right-click CMD and select &#8220;<strong>Run as Administrator</strong>&#8220;).</p>
<p>2. Type:</p>
<p><em><strong>servermanagercmd -i Backup-Features</strong></em></p>
<p><a href="http://blog.globalpointllc.com/go/p6/"><img title="servermanagercmd -i Backup-Features" src="http://www.petri.co.il/wp-content/uploads/install-windows-server-backup-5-300x150.png" alt="servermanagercmd -i Backup-Features" width="300" height="150" /></a></p>
<p><strong>Note</strong>: <em>Servermanagercmd.exe</em> is not case sensitive.</p>
<h2>3. Installing Windows Server Backup Using PowerShell</h2>
<p>In Windows Server 2008 R2, PowerShell is installed by default. However, in order to install roles with it, you need to import the Server Manager module.</p>
<p>1. Open a PowerShell window with elevated permissions (right-click PowerShell and select &#8220;<strong>Run as Administrator</strong>&#8220;).</p>
<p>2. Type:</p>
<p><em><strong>Import-Module servermanager</strong></em></p>
<p>3. Once imported, type:</p>
<p><em><strong>Add-WindowsFeature Backup-Features</strong></em></p>
<p><a href="http://blog.globalpointllc.com/go/p7/"><img title="Add-WindowsFeature Backup-Features" src="http://www.petri.co.il/wp-content/uploads/install-windows-server-backup-6-300x192.png" alt="Add-WindowsFeature Backup-Features" width="300" height="192" /></a></p>
<p><strong>Note</strong>: The <em>Add-WindowsFeature</em> command is not case sensitive.</p>
<p>Get the full Microsoft article:</p>
<p>Windows Server Backup Step-by-Step Guide for Windows Server 2008 R2<br />
<a href="http://blog.globalpointllc.com/go/MS1/" target="_blank">http://technet.microsoft.com/en-us/library/ee849849(WS.10).aspx</a></p>
</div>
<div id="seo_alrp_related"><h2>Posts Related to Installing Windows Server Backup on Windows Server 2008 R2</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/23/restore-individual-exchange-2010-mailbox-windows-server-backup/" rel="bookmark">How to Restore an Individual Exchange 2010 Mailbox or Mailbox Items with Windows Server Backup</a></h3><p>Article is a re-print from exchangeserverpro.com by Paul Cunningham Restoring an Exchange Server 2010 Mailbox Database to an Alternate Location The first step is to ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/07/29/resolve-windows-backup-failure-related-installing-sharepoint-foundation-2010-sp1/" rel="bookmark">How To Resolve Windows Backup Failure Related to installing SharePoint Foundation 2010 SP1</a></h3><p>Problem: Windows Backup is Failing After installing SharePoint Foundation 2010 SP1  Update Resolution: Install SharePoint Foundation 2010 Patch Link to Article : http://blogs.technet.com/b/sbs/archive/2011/07/06/potential-issues-after-installing-sharepoint-foundation-2010-sp1.aspx &nbsp; TechNet Blogs &gt; The Official ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/19/set-calendarpermissions-exchange-2007-2010/" rel="bookmark">Set-CalendarPermissions in Exchange 2007 and 2010</a></h3><p>&nbsp; Description Script to set calendar-permission for mailboxes in Exchange Server 2010. PowerShell &lt;#   NAME: Set-CalendarPermissions.ps1   AUTHOR: Jan Egil Ring   EMAIL: jan.egil.ring@powershell.no   COMMENT: Script to set calendar-permission for mailboxes in Exchange Server 2010.            For a list of valid AccessRights, see http://technet.microsoft.com/en-us/library/ff522363.aspx            More information: http://blog.powershell.no/2010/09/20/managing-calendar-permissions-in-exchange-server-2010   You have a royalty-free right to use, modify, reproduce, and   distribute this script file in any way you find useful, provided that   you agree that the creator, owner above has no warranty, obligations,   or liability for such use.   VERSION HISTORY:  ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2012/03/23/migrate-small-business-server-2003-small-business-server-2011/" rel="bookmark">Migrate Small Business Server 2003 to Small Business Server 2011</a></h3><p>Reprint from article by  Demazter     For this migration to work you will need the following software: Windows Small Business Server 2003 (SBS 2003) ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/19/exchange-2010-database-html-email-report/" rel="bookmark">Exchange 2010 Database HTML Email Report</a></h3><p>Article from MS Technet &nbsp; PowerShell #####################################################################################  # Exchange 2010 Mailbox Database HTML Email Report  # Author: Thiyagu14  # Date Jan 28th 2010  # Script gathers below information  # 1. Server currently hosting the Database.  # 2. Database Size  # 3. Database file path  # 4. Number of users in the Database.  # 5. Amount of Whitespace  # 6. Top Mailbox in the Database and the size of it.  # 7. Last Backup time and days since last backup.  # ###################################################################################  # It then generates HTML Files for this.  # You can setup Threshold in the script,below are the items which can have threshold  # 1. Number of Mailboxes  # 2. Database Size  # 3. How old a Backup can be  # 4. Top Mailbox Size  ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.globalpointllc.com/2012/03/23/installing-windows-server-backup-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing Exchange 2010 send/receive message size in the organization or individual user.</title>
		<link>http://blog.globalpointllc.com/2012/02/22/increasing-exchange-2010-sendreceive-message-size-nthe-organization-individual-user/</link>
		<comments>http://blog.globalpointllc.com/2012/02/22/increasing-exchange-2010-sendreceive-message-size-nthe-organization-individual-user/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 23:06:28 +0000</pubDate>
		<dc:creator>gzejer</dc:creator>
				<category><![CDATA[Email Servers]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[mailbox size]]></category>
		<category><![CDATA[message size]]></category>
		<category><![CDATA[receive]]></category>
		<category><![CDATA[send]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://blog.globalpointllc.com/?p=318</guid>
		<description><![CDATA[Reprint from Khrishna MVP There is always been the requirement that in any organization few users or High profiles users wanted to send and receiver bigger attachment. Bigger the attachment, bigger the challenges for the Administrators. It is recommended to keep attachment size smaller. Smaller the email faster will be processing both on the SMTP [...]]]></description>
			<content:encoded><![CDATA[<p>Reprint from Khrishna MVP</p>
<p>There is always been the requirement that in any organization few users or High profiles users wanted to send and receiver bigger attachment. Bigger the attachment, bigger the challenges for the Administrators. It is recommended to keep attachment size smaller. Smaller the email faster will be processing both on the SMTP gateway servers and Hub servers. Bigger the attached size bigger the storage you need. These some of the few challenges as an administrator you may come across when users asks for bigger email attachments. Restricting the message size is important and some times in most times its been neglected. This can have a great Impact on the Exchange organization.</p>
<p>Lets understand this better with the below scenario and configure attachment based on new business requirement</p>
<p>Current Status</p>
<p>1. 100000 Normal users</p>
<p>2. 1000 High Profile Users</p>
<p>3. 10 MB of email attachment size for all</p>
<p>New Business Requirement</p>
<p>1. 1000 High profiles users should be able send and receive 30 MB attachment emails</p>
<p>2. Normal users should be able to continue with sending and receiving 10 MB size</p>
<p>attachments</p>
<p>We can implement this solution in two way, Now we need to really new think and decide which is the solution will ideally fit into our organization. You also need to consider to convent conversion when exchange converts from MAPI/Exchange format to Internal/ MIME Message format and vice versa. Content conversion normally increases the message size by 30 MB. This is really important which should not be overlooked.</p>
<p><strong>Solution 1</strong></p>
<p>This solution will be good for smaller origination</p>
<p>1. First we need to make changes with the Transport organization(Global) configuration.</p>
<p>Below command gets us the details of the current MaxSendSize and MaxReceiveSize limits set.</p>
<p><em>Get-TransportConfig | fl MaxSendSize,MaxReceiveSize</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0028.jpg"><img title="clip_image002[8]" src="http://smtpport25.files.wordpress.com/2010/06/clip_image0028_thumb.jpg?w=353&amp;h=57" alt="clip_image002[8]" width="353" height="57" border="0" /></a></p>
<p>2. This Global configuration is applied to all the Exchange Hub Servers. To change this global configuration we can use blow commands. We can also set this MaxSize limits on the individual Hub Servers. Below is the example on how to Increase the MaxSend and MaxReceive Size limits on the Organization level</p>
<p><em>Set-TransportConfig -MaxReceiveSize 30MB -MaxSendSize 30MB</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0042.jpg"><img title="clip_image004" src="http://smtpport25.files.wordpress.com/2010/06/clip_image004_thumb1.jpg?w=361&amp;h=46" alt="clip_image004" width="361" height="46" border="0" /></a></p>
<p>3. Exchange 2010 uses AD Site topology to determine the low cost path to route the email to the Destination if user is located in the different site. If Message to be delivered to the remote AD size is larger then the limits set on Site link then message delivery will be failed. By Default MaxMessageSize on the AD Site link is set to unlimited.</p>
<p><em>Get-Adsitelink &lt;AdSitelink&gt; | select Maxmessagesize</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0062.jpg"><img title="clip_image006" src="http://smtpport25.files.wordpress.com/2010/06/clip_image006_thumb1.jpg?w=351&amp;h=53" alt="clip_image006" width="351" height="53" border="0" /></a></p>
<p>4. If we are changing the Maxsize limitation, its important that you need to check if there is any limits set on the AD site link and change it accordingly if required. Below is the command to set the new MaxMessageSize</p>
<p><em> </em></p>
<p><em>Set-Adsitelink &lt;Sitelinkname&gt; -MaxMessageSize 30MB</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0082.jpg"><img title="clip_image008" src="http://smtpport25.files.wordpress.com/2010/06/clip_image008_thumb1.jpg?w=380&amp;h=45" alt="clip_image008" width="380" height="45" border="0" /></a></p>
<p>5. To Send Bigger email to Internet we need to make sure that Send connectors is configured correctly with appropriate message size. To get the current MaxMessageSize configuration on the send connecters</p>
<p><em>Get-Sendconnector “To Internet” | fl Name,MaxMessageSize</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0102.jpg"><img title="clip_image010" src="http://smtpport25.files.wordpress.com/2010/06/clip_image010_thumb1.jpg?w=372&amp;h=65" alt="clip_image010" width="372" height="65" border="0" /></a></p>
<p>6. To Set MaxMessageSize we can use powershell to command to set the same. This will allow users to send bigger attachment.</p>
<p><em>Set-Sendconnector “To Internet” -MaxMessageSize 30 MB</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0122.jpg"><img title="clip_image012" src="http://smtpport25.files.wordpress.com/2010/06/clip_image012_thumb1.jpg?w=371&amp;h=45" alt="clip_image012" width="371" height="45" border="0" /></a></p>
<p>7. How about receiving bigger attachment email ? our requirement is that High profile users should also receive bigger attachment email from Internet. For this we need to configure receive connector which receives email from Internet. To Get the current size limit on receive connector, below is the command</p>
<p><em>Get-Receiveconnector -Identity “&lt;Connectorname&gt;” | fl Name,MaxMessagesize<br />
</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0142.jpg"><img title="clip_image014" src="http://smtpport25.files.wordpress.com/2010/06/clip_image014_thumb1.jpg?w=356&amp;h=49" alt="clip_image014" width="356" height="49" border="0" /></a></p>
<p>8. To Set the MaxMessage size to 30 MB we need to use the below command for the connector which receives email from Internet</p>
<p><em>Set-ReceiveConnector -Identity “&lt;connectorname&gt; -MaxMessageSize 30 MB</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0162.jpg"><img title="clip_image016" src="http://smtpport25.files.wordpress.com/2010/06/clip_image016_thumb1.jpg?w=385&amp;h=41" alt="clip_image016" width="385" height="41" border="0" /></a></p>
<p>9. With this we are almost done with the configuration on the organization and Connectors end. Now the Final Part is to set the Message Size restriction on the users mailbox. By default all users will be able to send and receive based on the global configuration. If any users wanted to send or receive bigger email then we need to Increase Sending and Receiving MaxMessageSize from mailbox configuration.</p>
<p>There is catch here which you should know</p>
<p><strong>Setting Higher limits on the Individual recipients bypasses organization size limits but its only Internal. Users with Individual Higher limits cannot send and receive email from Internet (unauthenticated users) </strong></p>
<p><strong> </strong></p>
<p>This is reason why we have configured higher organization size limits, higher connecter limits for users to send and receive higher email. With Higher organization size limits all users will be able to send and receive bigger emails. We wanted only few users to have this higher limits and others to retain 10 MB size limits. For this we need to make changes on max size limit on individual mailbox configuration on all the mailbox except the high profile mailbox. As we have already discussed setting individual mailbox limits</p>
<p>will override the organization limits.</p>
<p>10. Below command get you the current Send and Receive Size configuration on the mailbox By Default it is set to unlimited. This setting uses the Global size limits</p>
<p><em>Get-Mailbox &lt;mailbox&gt; | fl MaxSendSize,MaxReceiveSize </em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0181.jpg"><img title="clip_image018" src="http://smtpport25.files.wordpress.com/2010/06/clip_image018_thumb1.jpg?w=427&amp;h=82" alt="clip_image018" width="427" height="82" border="0" /></a></p>
<p>11. To Set Size on the Individual mailbox limits you need to use the below mentioned command. As we have configured Global Max message size configuration to 30 MB, now we wanted to restricted all users except High profile to 10 MB limits. Below is the example to set on the Individual Mailbox and get the status</p>
<p><em>Set-Mailbox &lt;mailbox&gt; -MaxSendSize 10MB -MaxReceiveSize 10MB</em></p>
<p><em> </em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0201.jpg"><img title="clip_image020" src="http://smtpport25.files.wordpress.com/2010/06/clip_image020_thumb1.jpg?w=442&amp;h=73" alt="clip_image020" width="442" height="73" border="0" /></a></p>
<p>12. We can use powershell commands to set all the mailbox size limit using single command. This is bit tedious right, you really don’t wanted to configure on every Individual Mailbox. I know we can do this easily with powershell but this would be ongoing and needs to apply for any new users. In the coming days if you wanted to apply the Bigger size limits for the Entire organization then you have change this configuration on every mailbox.</p>
<p>Below are the few cmdlets which helps to get where all the message size is applied and to get the current MaxMessageSize limits.</p>
<div id="highlighter_602838">
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>&lt;em&gt;Get</code><code>-ForeignConnector</code> <code>| </code><code>fl</code> <code>Name,MaxMessageSize</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td><code>Get</code><code>-SendConnector</code> <code>| </code><code>fl</code> <code>Name,MaxMessageSize</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code>Get</code><code>-ReceiveConnector</code> <code>| </code><code>fl</code> <code>Name,MaxMessageSize</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code>Get</code><code>-ADSiteLink</code> <code>| </code><code>fl</code> <code>Name,MaxMessageSize</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code>Get</code><code>-RoutingGroupConnector</code> <code>| </code><code>fl</code> <code>Name,MaxMessageSize</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code>Get</code><code>-TransportConfig</code> <code>| </code><code>fl</code> <code>MaxSendSize,MaxReceiveSize</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code>Get</code><code>-DistributionGroup</code> <code>| </code><code>fl</code> <code>name,MaxSendSize,MaxReceiveSize</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td><code>Get</code><code>-DynamicDistributionGroup</code> <code>| </code><code>fl</code> <code>name,MaxSendSize,MaxReceiveSize</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code>Get</code><code>-Mailbox</code> <code>| </code><code>fl</code> <code>name,MaxSendSize,MaxReceiveSize</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code>Get</code><code>-MailContact</code> <code>| </code><code>fl</code> <code>name,MaxSendSize,MaxReceiveSize</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code>Get</code><code>-MailPublicFolder</code> <code>| </code><code>fl</code> <code>name,MaxSendSize,MaxReceiveSize</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td><code>Get</code><code>-MailUser</code> <code>| </code><code>fl</code> <code>name,MaxSendSize,MaxReceiveSize&lt;/em&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p><strong>Solution 2</strong></p>
<p>This solution will be good for Bigger organization</p>
<p>1. First we need to make changes with the Transport organization(Global) configuration.</p>
<p>Below command gets us the details of the current MaxSendSize and MaxReceiveSize limits set.</p>
<p><em>Get-TransportConfig | fl MaxSendSize,MaxReceiveSize</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image00211.jpg"><img title="clip_image002[1]" src="http://smtpport25.files.wordpress.com/2010/06/clip_image0021_thumb1.jpg?w=416&amp;h=73" alt="clip_image002[1]" width="416" height="73" border="0" /></a></p>
<p>2. This Global configuration is applied to all the Exchange Hub Servers. To change this global configuration we can use blow commands. We can also set this MaxSize limits on the individual Hub Servers. Below is the example on how to Increase the MaxSend and MaxReceive Size limits on the Organization level</p>
<p><em>Set-TransportConfig -MaxReceiveSize 30MB -MaxSendSize 30MB</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image00411.jpg"><img title="clip_image004[1]" src="http://smtpport25.files.wordpress.com/2010/06/clip_image0041_thumb1.jpg?w=427&amp;h=53" alt="clip_image004[1]" width="427" height="53" border="0" /></a></p>
<p>3. Exchange 2010 uses AD Site topology to determine the low cost path to route the email to the Destination if user is located in the different site. If Message to be delivered to the remote AD size is larger then the limits set on Site link then message delivery will be failed. By Default MaxMessageSize on the AD Site link is set to unlimited.</p>
<p><em>Get-Adsitelink &lt;AdSitelink&gt; | select Maxmessagesize</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image00611.jpg"><img title="clip_image006[1]" src="http://smtpport25.files.wordpress.com/2010/06/clip_image0061_thumb1.jpg?w=438&amp;h=59" alt="clip_image006[1]" width="438" height="59" border="0" /></a></p>
<p>4. If we are changing the Maxsize limitation, its important that you need to check if there is any limits set on the AD site link and change it accordingly if required. Below is the command to set the new MaxMessageSize</p>
<p><em> </em></p>
<p><em>Set-Adsitelink &lt;Sitelinkname&gt; -MaxMessageSize 30MB</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image00811.jpg"><img title="clip_image008[1]" src="http://smtpport25.files.wordpress.com/2010/06/clip_image0081_thumb1.jpg?w=462&amp;h=54" alt="clip_image008[1]" width="462" height="54" border="0" /></a></p>
<p>5. To Send Bigger email to Internet we need to make sure that Send connectors is configured correctly with appropriate message size. To get the current MaxMessageSize configuration on the send connecters</p>
<p><em>Get-Sendconnector “To Internet” | fl Name,MaxMessageSize</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image01011.jpg"><img title="clip_image010[1]" src="http://smtpport25.files.wordpress.com/2010/06/clip_image0101_thumb1.jpg?w=474&amp;h=63" alt="clip_image010[1]" width="474" height="63" border="0" /></a></p>
<p>6. To Set MaxMessageSize we can use powershell to command to set the same. This will allow users to send bigger attachment.</p>
<p><em>Set-Sendconnector “To Internet” -MaxMessageSize 30 MB</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image01211.jpg"><img title="clip_image012[1]" src="http://smtpport25.files.wordpress.com/2010/06/clip_image0121_thumb1.jpg?w=477&amp;h=57" alt="clip_image012[1]" width="477" height="57" border="0" /></a></p>
<p>7. How about receiving bigger attachment email ? our requirement is that High profile users should also receive bigger attachment email from Internet. For this we need to configure receive connector which receives email from Internet. To Get the current size limit on receive connector, below is the command</p>
<p><em>Get-Receiveconnector -Identity “&lt;Connectorname&gt;” | fl Name,MaxMessagesize<br />
</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image01411.jpg"><img title="clip_image014[1]" src="http://smtpport25.files.wordpress.com/2010/06/clip_image0141_thumb1.jpg?w=470&amp;h=65" alt="clip_image014[1]" width="470" height="65" border="0" /></a></p>
<p>8. To Set the MaxMessage size to 30 MB we need to use the below command for the connector which receives email from Internet</p>
<p><em>Set-ReceiveConnector -Identity “&lt;connectorname&gt; -MaxMessageSize 30 MB</em></p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image01611.jpg"><img title="clip_image016[1]" src="http://smtpport25.files.wordpress.com/2010/06/clip_image0161_thumb1.jpg?w=467&amp;h=48" alt="clip_image016[1]" width="467" height="48" border="0" /></a></p>
<p>9. With this we have almost done with the configuration on the organization level. Now all users where be able to send and receive 30 MB of email size but our requirement is allow only 1000 users to send and receive 30 MB emails. This can be configured with Transport rules</p>
<p>10. Before configuring Transport rules, lets create a Distribution group with list of High Profile users. Below is the command to create a new DL. Once you created the below DL then you can add the required(1000) users to this DL</p>
<p><em>New-DistributionGroup -Name ‘HighProfileUsers’ -Type ‘Distribution’ -Samaccountname ‘Highprofileusers’ -Alias ‘Highprofileusers’</em></p>
<p><em> </em></p>
<p>11.<em> </em>Now lets create a new Transport rule. Open Exchange Management console -&gt; Expand Organization Configuration -&gt; Hub Transport Server -&gt; on the Result pane click on Transport rules Tab -&gt; click on New Transport rule on Action pane to create a new Transport rule</p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0221.jpg"><img title="clip_image022" src="http://smtpport25.files.wordpress.com/2010/06/clip_image022_thumb1.jpg?w=475&amp;h=110" alt="clip_image022" width="475" height="110" border="0" /></a></p>
<p>12. Provide Suitable name for the new transport rule. Providing the appropriate name is very Important. If there are multiples rules then name will help in easy identifying of the rules . Once this is done click on Next</p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0241.jpg"><img title="clip_image024" src="http://smtpport25.files.wordpress.com/2010/06/clip_image024_thumb1.jpg?w=343&amp;h=189" alt="clip_image024" width="343" height="189" border="0" /></a></p>
<p>13. Select option <strong>When the size of any attachment is great then or email to limi</strong>t and enter the value 10240 (10 MB) on the below edit pane. This is shown in the below Image and click on Next</p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0261.jpg"><img title="clip_image026" src="http://smtpport25.files.wordpress.com/2010/06/clip_image026_thumb1.jpg?w=340&amp;h=255" alt="clip_image026" width="340" height="255" border="0" /></a></p>
<p>14. Select the option <strong>Send reject message to the sender with enabled status code</strong> and Enter appropriate Bounce messages and Error code. Enabling option will restrict users from sending email size with attachment bigger then 10 MB and if sends bigger email then this will be error message which users will be Getting. Make sure that you enter the appropriate Error message with the Status code. This message should be very clear that senders should be able to Identify the Issue and should send smaller attachment size.</p>
<p>Then click on Next</p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0281.jpg"><img title="clip_image028" src="http://smtpport25.files.wordpress.com/2010/06/clip_image028_thumb1.jpg?w=349&amp;h=228" alt="clip_image028" width="349" height="228" border="0" /></a></p>
<p>15. Here we select except when the message is from the member of the Distribution list and except when the message is sent to the member of distribution list and add the newly created DL to this exception. Here we are setting except the members of the DL. Except DL members other users will be to able to send and receive bigger attachment size email.</p>
<p>As we have excluded for DL members, now you may think what is the Max message for the DL members. Its 30 MB. This is the global configuration. Now DL members will come under global configuration. Only they can enjoy email with bigger attachment up to 30 MB. Need to make sure that any new High profiles users should be added to the DL so that they also enjoy 30 MB attachment restriction.</p>
<p><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0301.jpg"><img title="clip_image030" src="http://smtpport25.files.wordpress.com/2010/06/clip_image030_thumb1.jpg?w=357&amp;h=248" alt="clip_image030" width="357" height="248" border="0" /></a></p>
<p><em> </em></p>
<p>16. Click on new to create this new transport rule. Once this rule is create any email sent with higher attachment other than the members of High Profile users will get the bounce back messages with the custom message set in the transport rule</p>
<p><em> </em></p>
<p><em><a href="http://smtpport25.files.wordpress.com/2010/06/clip_image0321.jpg"><img title="clip_image032" src="http://smtpport25.files.wordpress.com/2010/06/clip_image032_thumb1.jpg?w=426&amp;h=220" alt="clip_image032" width="426" height="220" border="0" /></a></em></p>
<p><em> </em></p>
<p>Idea of Transport rule is that any email send from mailbox goes to the Hub transport servers where email is categorized and it will applied again all the transport rules available. If any of the condition matches then according action will be taken based on the rules.</p>
<p>I think solution with Transport rule would be easy and Simple. Where in you don’t have the make changes on the every individual mailboxes and also if you wanted to scale this solution to every one in the organization then all you need to do is to just remove the transport rule. Then every one in the organization will be able to send and receive email of 30 MB size.</p>
<p>You have the choice to use both the solution and you are best person to decide which solution will ideally fit into your organization.</p>
<div id="seo_alrp_related"><h2>Posts Related to Increasing Exchange 2010 send/receive message size in the organization or individual user.</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/09/26/setting-message-size-limits-exchange-2010-exchange-2007/" rel="bookmark">Setting Message Size Limits in Exchange 2010 and Exchange 2007</a></h3><p>by BHARAT SUNEJA In Distribution Groups and maximum recipients per message, we looked at how the maximum recipients per message settings are treated differently by Exchange Server ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/14/upgrade-exchange-2003-exchange-2010-part-2/" rel="bookmark">Upgrade Exchange 2003 to Exchange 2010 Part 2</a></h3><p>Offline Address Book generation Changing the Offline Address Book generation isn’t the most difficult part of a migration. Logon to the new Exchange 2010 Server ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/19/exchange-2010-database-html-email-report/" rel="bookmark">Exchange 2010 Database HTML Email Report</a></h3><p>Article from MS Technet &nbsp; PowerShell #####################################################################################  # Exchange 2010 Mailbox Database HTML Email Report  # Author: Thiyagu14  # Date Jan 28th 2010  # Script gathers below information  # 1. Server currently hosting the Database.  # 2. Database Size  # 3. Database file path  # 4. Number of users in the Database.  # 5. Amount of Whitespace  # 6. Top Mailbox in the Database and the size of it.  # 7. Last Backup time and days since last backup.  # ###################################################################################  # It then generates HTML Files for this.  # You can setup Threshold in the script,below are the items which can have threshold  # 1. Number of Mailboxes  # 2. Database Size  # 3. How old a Backup can be  # 4. Top Mailbox Size  ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/23/calculate-exchange-2010-mailbox-sizes-powershell/" rel="bookmark">How to Calculate Exchange 2010 Mailbox Sizes with PowerShell</a></h3><p>Article is a re-print from exchangeserverpro.com by Paul Cunningham The Exchange Management Shell, powered by PowerShell, makes it easy to collect size information for the mailboxes ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/14/upgrade-exchange-2003-exchange-2010/" rel="bookmark">Upgrade Exchange 2003 to Exchange 2010 Part 1</a></h3><p>Microsoft released Exchange Server 2010 in October 2009, and this new version of Exchange Server contains a lot of  compelling new features such as the new High ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.globalpointllc.com/2012/02/22/increasing-exchange-2010-sendreceive-message-size-nthe-organization-individual-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Configure a Cisco Wireless Access-Point (AP)</title>
		<link>http://blog.globalpointllc.com/2011/10/11/configure-cisco-wireless-access-point-ap/</link>
		<comments>http://blog.globalpointllc.com/2011/10/11/configure-cisco-wireless-access-point-ap/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 01:53:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco ASA5500]]></category>
		<category><![CDATA[1230]]></category>
		<category><![CDATA[1240]]></category>
		<category><![CDATA[1242G]]></category>
		<category><![CDATA[Access Point]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[AP]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[Lan]]></category>
		<category><![CDATA[WEP]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[WLAN]]></category>
		<category><![CDATA[WPA]]></category>

		<guid isPermaLink="false">http://blog.globalpointllc.com/?p=289</guid>
		<description><![CDATA[by DAVID DAVIS Cisco APs are strong and reliable but require a little more configuration than your typical Linksys, Dlink, or Netgear. In this article, you will find out how to configure this enterprise grade wireless AP (a Cisco 1242G) to allow your wireless users to connect to your LAN, through your Wireless LAN (WLAN). Lots [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>
<div>
<div>
<h1></h1>
<p>by DAVID DAVIS</p>
</div>
<div>
<p>Cisco APs are strong and reliable but require a little more configuration than your typical Linksys, Dlink, or Netgear. In this article, you will find out how to configure this enterprise grade wireless AP (a Cisco 1242G) to allow your wireless users to connect to your LAN, through your Wireless LAN (WLAN). Lots of photos are included!</p>
<p>&nbsp;</p>
<p><span style="font-size: x-small;"><em>This article was originally published at SearchNetworking.com</em></span></p>
<p>This Cisco 1242 wireless access-point (AP) is a wireless AP for business-grade users. If you have a lot of traffic, you need reliability, and some advanced features, this AP is for you. For a business, you should never install any consumer grade AP unless you are asking for trouble. The reason being is that those consumer grade APs (the ones you can buy at your local electronics store), just don’t have the capabilities, the reliability of connections, the troubleshooting, or the throughput to do what you need them to do.</p>
<p>This AP has an power connection port (which goes to an AC/DC adaptor), a console port, Ethernet port (to connect to the physical LAN), and indicator lights. You can also power the AP over the Ethernet wire with PoE (802.3af) On this model of AP, you will notice 4 black rubber covers. These cover the connectors for the wireless antennas (2 on the front and 2 on the back). On the front of the AP are the 2 antenna connectors for the 2.4Ghz network with the right connector being the primary. On the back, are the connectors for the 5Ghz network. These antennas can be bought separately and are only required if you want to extend the range in some way or do point to point bridging between APs. Many times, in a business you do want to extend or shape the wireless range, both for coverage and security. In that case, you would want to investigate and use the external antennas.</p>
<p>The 1242 offers the following:</p>
<ul>
<li>A, B, and G wireless protocols in the 2.4 and 5Ghz wireless ranges</li>
<li>A long list of security protocols that you won’t find in consumer grade APs</li>
<li>Intrusion Detection &amp; Prevention</li>
<li>Hardware assisted AES encryption</li>
<li>Locking mounting bracket and a rugged NEMA metal case</li>
<li>Compatibility with Cisco’s wireless management applications</li>
<li>That Cisco IOS CLI look and feel that we are used to configuring (or a web browser interface if you so desire)</li>
</ul>
<p>You can find more specifics on these APs at the <a href="http://cisco.com/en/US/products/ps6521/index.html">Cisco homepage for the Aironet 1242 series</a>.</p>
<p><strong>Configuring the 1242 Wireless AP</strong></p>
<p>Here are the steps I took to get my wireless AP functioning on my network:</p>
<ol start="1">
<li>Connect to power and LAN Ethernet</li>
<li>AP obtains IP address from DHCP server. I went to my DHCP server and found the IP address that it had obtained:</li>
</ol>
<p><strong>  </strong></p>
<ol start="3">
<li>Point your web browser to the AP. In my case, the DHCP-obtained IP address was 192.168.1.106. The default login (console or web) is Cisco and Cisco (not cisco and cisco) for the username &amp; password. Here is what I saw:</li>
</ol>
<p>Notice how both the 2.4Ghz and 5Ghz radios show to be “down”. On APs with version 12.3(4)JA and above, the wireless radio is disabled by default and there is no SSID configured. This is for security reasons.</p>
<p>Also, note on the menu selections for the interface that there are options for Express Setup and Express Security. If these are available, why not use them?</p>
<p><span style="font-size: small;"><br />
</span></p>
<ol start="4">
<li>Click on <strong>Express Set-up</strong>. Notice the changes I made in the following screen. Not all of these are required. I changed the AP’s name, set it to a static IP, changed the SNMP community string, and took the default of “Access Point” for both radios.</li>
</ol>
<p>Next, I clicked <strong>Apply</strong>. I was redirected to the new IP address of the AP and I had to login again.</p>
<ol start="5">
<li>Next, I clicked on <strong>Express Security</strong> and set the SSID, the SSID to be broadcast, and 40bit WEP encryption with a static key (basic I know but just an example).</li>
</ol>
<ol start="6">
<li>Still, there are two important things left to do- change the admin password and enable the radios. To enable the radios, I clicked in <strong>Network Interfaces</strong>, on the left. In my case, I was only using the 2.4Ghz radio so I clicked on <strong>Radio0-802.11G</strong>, then on the <strong>Settings </strong>tab. I clicked on <strong>Enable</strong> for the radio and took all the other default settings.</li>
</ol>
<p>At the bottom of the page, I clicked Apply.</p>
<ol start="7">
<li>Finally, let’s change the admin password so that no one else can get into our AP. To do this, I clicked on <strong>Security </strong>on the left hand side, then <strong>Admin</strong> <strong>Access</strong>. From here, I changed the default Authentication password and clicked Apply. I had to reauthenticate to the AP.</li>
</ol>
<p>Then, I created a new account called <strong>Admin</strong> with a <strong>secure password, </strong>and<strong>Read-Write</strong> capability (clicked Apply). After that, I deleted the default Cisco account (clicked Apply).</p>
<p>Here is what is looked like:<br />
Note that we are still using a single global password for all users instead of individual users having their own passwords. You may want to change this.</p>
<ol start="8">
<li>At this point, I could see the wireless network from my Windows computer and was successfully able to connect to it using the configured WEP key. My computer received a DHCP IP address from my DHCP server.</li>
</ol>
<p>&nbsp;</p>
<p>Configuration Successful!<br />
Complete Cisco documentation for the Cisco AP1242 is available at:<a href="http://www.cisco.com/univercd/cc/td/doc/product/wireless/airo1240/index.htm">http://www.cisco.com/univercd/cc/td/doc/product/wireless/airo1240/index.htm</a></p>
</div>
</div>
</div>
</div>
<div></div>
<div id="seo_alrp_related"><h2>Posts Related to How to Configure a Cisco Wireless Access-Point (AP)</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/03/24/cisco-asa5500-password-reset-steps/" rel="bookmark">Cisco ASA5500 Password Reset Steps</a></h3><p>Problem: No password or forgoten password Solution: Step 1 Connect to the security appliance console port according to the "Accessing the Command-Line Interface". Step 2 ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2012/03/23/migrate-small-business-server-2003-small-business-server-2011/" rel="bookmark">Migrate Small Business Server 2003 to Small Business Server 2011</a></h3><p>Reprint from article by  Demazter     For this migration to work you will need the following software: Windows Small Business Server 2003 (SBS 2003) ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/09/26/setting-message-size-limits-exchange-2010-exchange-2007/" rel="bookmark">Setting Message Size Limits in Exchange 2010 and Exchange 2007</a></h3><p>by BHARAT SUNEJA In Distribution Groups and maximum recipients per message, we looked at how the maximum recipients per message settings are treated differently by Exchange Server ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/03/24/turn-automatic-display-server-manager-mmc-logon/" rel="bookmark">Turn Off The Automatic Display Of Server Manager MMC At Logon</a></h3><p>Problem: Server Manager MMC starts At Logon for all users on a Terminal Server Solution: To Set it though Group Policy, then follow these steps ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/14/upgrade-exchange-2003-exchange-2010-part-2/" rel="bookmark">Upgrade Exchange 2003 to Exchange 2010 Part 2</a></h3><p>Offline Address Book generation Changing the Offline Address Book generation isn’t the most difficult part of a migration. Logon to the new Exchange 2010 Server ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.globalpointllc.com/2011/10/11/configure-cisco-wireless-access-point-ap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Message Size Limits in Exchange 2010 and Exchange 2007</title>
		<link>http://blog.globalpointllc.com/2011/09/26/setting-message-size-limits-exchange-2010-exchange-2007/</link>
		<comments>http://blog.globalpointllc.com/2011/09/26/setting-message-size-limits-exchange-2010-exchange-2007/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 23:21:59 +0000</pubDate>
		<dc:creator>gzejer</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[connector]]></category>
		<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[size]]></category>

		<guid isPermaLink="false">http://blog.globalpointllc.com/?p=285</guid>
		<description><![CDATA[by BHARAT SUNEJA In Distribution Groups and maximum recipients per message, we looked at how the maximum recipients per message settings are treated differently by Exchange Server 2010/2007 and Exchange 2003/2000 when sending to Distribution Groups. Message size limits are an important mechanism to control mailbox sizes, guarantee service availability, and protect from potential DOS attacks. Another commonly asked [...]]]></description>
			<content:encoded><![CDATA[<div>
<h1></h1>
<p>by BHARAT SUNEJA</p>
</div>
<div>
<p>In Distribution Groups and maximum recipients per message, we looked at how the maximum recipients per message settings are treated differently by Exchange Server 2010/2007 and Exchange 2003/2000 when sending to Distribution Groups.</p>
<p>Message size limits are an important mechanism to control mailbox sizes, guarantee service availability, and protect from potential <acronym title="Denial of Service">DOS</acronym> attacks. Another commonly asked question is about message size limits and the inability to send messages that are apparently within the maximum sizes configured. Let’s take a look at the message size settings in different places in Exchange 2010 and Exchange 2007.</p>
<p><img src="http://exchangepedia.com/blog/images/1-blue.gif" alt="1" />Organizational limits: The organizational send and receive size limits apply to all Exchange servers in the Organization. The default is 10MB.</p>
<p>You can modify these using the Set-TransportConfig cmdlet from the Exchange shell:</p>
<p>Set-TransportConfig -MaxReceiveSize 40MB -MaxSendSize 40MB</p>
<div>
<p>In Exchange 2007 SP1 and later, you can also set the organizational message size limits using the <acronym title="Exchange Management Console">EMC</acronym> by going to Organization Configuration | Hub Transport | Global Settings tab | Transport Settings | properties | General tab.</p>
<p><img src="http://exchangepedia.com/blog/images/Ex2007-TransportSettings.gif" alt="Exchange Server 2007 | Transport Settings" /><br />
Figure 1: Setting the organizational message size limits from the Global Settings tab in the <acronym title="Exchange Managemnt Console">EMC</acronym>in Exchange 2007 SP1 and later</p>
</div>
<p><img src="http://exchangepedia.com/blog/images/2-blue.gif" alt="2" />Receive Connector limit: Unlike Exchange <acronym title="Simple Mail Transfer Protocol">SMTP</acronym> Virtual Servers in Exchange Server 2003/2000, Exchange 2007′s Receive Connectors are only used to receive messages. The maximum message size limit can be different on different Receive Connectors on a Hub Transport or Edge Transport server. For example, a Receive Connector for inbound Internet mail may have lower message size limits, but you may want to allow larger messages on Receive Connector for authenticated senders or partners.</p>
<p>To modify the maximum message size on a Receive Connector using the Exchange console, select Server Configuration | Hub Transport | select a Hub Transport server | Receive Connectors -&gt; select a connector | Properties | General tab.</p>
<p><img src="http://exchangepedia.com/blog/images/Ex2007-ReceiveConnMaxMsgSize.gif" alt="Screenshot: Maximum message size on a Receive Connector" /><br />
Figure 2: Setting the maximum message size on a Receive Connector</p>
<p>To set ReceiveConnector limit using the shell:</p>
<p>Set-ReceiveConnector “CONNECTOR NAME” -MaxMessageSize 40Mb</p>
<div>
<h2>What’s a Unique Binding for a Receive Connector?</h2>
<p>Exchange 2010 and Exchange 2007′s definition of a unique binding for a Receive Connector is different than Exchange 2003/2000.</p>
<p>Whereas the latter considers a unique combination of an IP address + TCP port number as a unique binding, and does not allow another <acronym title="Simple Mail Transfer Protocol">SMTP</acronym> Virtual Server to be boundto the same combination of IP address + port number, Exchange 2010/2007 view a combination of IP address + port number + RemoteIPRanges as unique. This allows you to create a Receive Connector using the same IP address + port number, but using different RemoteIPRanges to specify the remote hosts that can connect to it. For example, you can create a Receive Connector for a set of remote hosts and specify a different message size to allow those hosts to send larger messages, or to restrict them to smaller messages.</p>
</div>
<p><img src="http://exchangepedia.com/blog/images/3-blue.gif" alt="3" />Send Connector limit: Send Connectors are used for sending outbound messages to the internet or particular address spaces (domains). Edge Transport servers also have a Send Connector to send inbound messages to Hub Transport servers in an AD Site. To modify the maximum message size on Send Connectors, select Organization Configuration | Hub Transport | Send Connectors -&gt; select connector | Properties | General tab.</p>
<p><img src="http://exchangepedia.com/blog/images/Ex2007-SendConnMaxMsgSize.gif" alt="Screenshot: Maximum message size on a Send Connector" /><br />
Figure 3: Setting the maximum message size on a Send Connector</p>
<p>To set SendConnector limit using the shell:</p>
<p>Set-SendConnector “CONNECTOR NAME” -MaxMessageSize 40Mb</p>
<p><img src="http://exchangepedia.com/blog/images/4-blue.gif" alt="4" />Recipient limits: In Exchange 2010/2007, you can configure individual message size limits on the following recipient types to bypass the Organizational limits:</p>
<ul>
<li>Mailbox (Mailbox User, aka mailbox-enabled user in previous versions)</li>
<li>Contact (aka Mail Contact)</li>
<li>Mail User (aka mail-enabled user in previous versions)</li>
<li>Distribution Group</li>
<li>Personal Folder</li>
</ul>
<p>To set these using the Exchange console: Recipients | Mailbox -&gt; select mailbox (or select another recipient type such as a contact or mail user from the corresponding node) |properties | Mail Flow Settings tab | Message Size Restrictions.</p>
<p><img src="http://exchangepedia.com/blog/images/Ex2007-MailboxSettingsMsgSize.gif" alt="" /><br />
Figure 4: Setting the maximum message size on a mailbox</p>
<p>To set these using the Exchange shell:</p>
<p>Set-Mailbox “Joe Adams” -MaxSendSize 20Mb -MaxReceiveSize 20Mb</p>
<p>Distribution Groups and Contacts (MailContacts) only have maximum receive size in the Exchange console, but both MaxReceiveSize and MaxSendSize properties can be set for them using the Exchange shell.</p>
<div>
<h2>Do individual message size limits bypass the Organization message size limits?</h2>
<p>Setting higher message size limits on an Exchange recipient bypasses the maximum message sizes in the Exchange Organization configuration, but only for internal messages, not for messages sent to or received from the Internet and other unauthenticated sources.</p>
<p>Remember, for a message to be delivered successfully, the message size must be within the max message size limits applicable to both – the sender and the recipient. Because the identity of unauthenticated or anonymous senders and recipients can’t be established(because… they’re unauthenticated!), the organizational limit applies.</p>
<h4>Troubleshooting Sender and Recipient Size Limits</h4>
<p>Consider the sender’s MaxSendSize and the internal recipient’s MaxReceiveSize when troubleshooting message size issues.</p>
<p>If the the sender isn’t allowed to send a message of that size, you get the following NDR:</p>
<blockquote><p>#550 5.2.3 RESOLVER.RST.SendSizeLimit; message too large for this sender ##</p></blockquote>
<p>If the sender’s size limits allow sending a large message, but the recipient’s limits do not allow receiving a message of that size, you get a <acronym title="Non-Delivery Report">NDR</acronym> with the following text (note the enhanced status code informing you exactly why the message was rejected):</p>
<blockquote><p>#550 5.2.3 RESOLVER.RST.RecipSizeLimit; message too large for this recipient ##</p></blockquote>
</div>
<p><img src="http://exchangepedia.com/blog/images/5-blue.gif" alt="5" />Active Directory SiteLink limit: In Exchange Server 2007 SP1, you can also set maximum message size limit on AD Site Links. Exchange Server 2007 uses the AD Site topology to determine the least cost paths. If the message size to be delivered to a remote AD Site exceeds the limit on the AD Site Link, message delivery will fail. By default, the MaxMessageSize on AD Site Links is set to unlimited. This can be changed using the following command:</p>
<p>Set-ADSiteLink “SITE LINK NAME” -MaxMessageSize 20Mb</p>
<h2>Message size limits during coexistence with Exchange 2003</h2>
<p><img src="http://exchangepedia.com/blog/images/6-blue.gif" alt="" />Global Settings: Besides the above, another message size limit can impact Exchange Server 2010/2007 recipients if you’re transitioning from Exchange 2003/2000, but it’s often overlooked when troubleshooting. This is the one in Exchange Server 2003 Global Settings | Message Delivery -&gt; Properties.</p>
<p><img src="http://exchangepedia.com/blog/images/Ex2007-GlobalSettingsMsgSize.gif" alt="Screenshot: Using ADSIEdit to configure message sizes and max recipients per message in Global Settings" /><br />
Figure 5: You can use ADSIEdit to configure message size and max recipients per message in Global Settings</p>
<p>- If you have these configured to a specific value before you upgrade the Organization to Exchange Server 2010/2007, these are left untouched.<br />
- If you have these set to “No Limit” before the Exchange Server 2007 upgrade, these are reset to the Exchange Server 2007 defaults.<br />
- In case Exchange Server 2007′s Organization settings (the ones you can set using Set-TransportConfig) conflict with these legacy Global Settings, the lower of the two sizes are used.</p>
<p>The problem is, these are neither visible in the <acronym title="Exchange Management Console">EMC</acronym>, nor using any of the Exchange shell commands.</p>
<p>If you still have an Exchange Server 2003 server in the Organization, you can use <acronym title="Exchange System Manager">ESM</acronym> to modify these limits. Alternatively, you can use ADSIEdit to browse to the Configurationcontainer | Services | Microsoft Exchange | YourOrgName | Global Settings |Message Delivery -&gt; Properties, and modify the following attributes as required:</p>
<ol>
<li>delivContentLength -&gt; corresponds to MaxReceiveSize parameter in Set-TransportConfig command.</li>
<li>SubmissionContentLength -&gt; corresponds to MaxSendSize parameter in Set-TransportConfig command.Note: The maximum value for both of the above is 2097151 KB, slightly under 2 Gb.</li>
<li>msExchRecipLimit -&gt; corresponds to MaxRecipientEnvelopeLimit parameter in Set-TransportConfig command.</li>
</ol>
<p>Set these to be the same as the equivalent Organization settings in Exchange Server 2007.</p>
<div>
<p>Exchange Server 2007 SP1 makes managing changes to Exchange 2003′s Global Settings easier— if they have numeric values (i.e. aren’t set to “No Limit”), using Set-TransportConfig to change maxReceiveSize, maxSendSize ormaxRecipientEnvelopeLimit also changes the corresponding Global Settings.</p>
</div>
<p><img src="http://exchangepedia.com/blog/images/7-blue.gif" alt="" />Routing Group Connector Limit: Routing Group Connectors are used in co-existence scenarios to transfer messages between Exchange Server 2003/2000 Routing Groups and the Exchange Server 2007 Routing Group (yes, there is one under the hood.. ). Messages exchanged between these Routing Groups should be below the message size limits of their respective RGCs. The default is set to unlimited. To set the MaxMessageSize on a Routing Group Connector:</p>
<p>Set-RoutingGroupConnector “CONNECTOR NAME” -MaxMessageSize 20Mb</p>
<h2>Content conversion and message size limits</h2>
<p>When troubleshooting message size-related issues, the content conversion process was another source of confusion. Content conversion happens when Exchange converts an internet/<acronym title="Multipurpose Internet Message Extensions">MIME</acronym> message to <acronym title="Messaging Application Programming Interface">MAPI</acronym>/Exchange format, and vice versa. Content conversion generally increases the message size — roughly by 30%. If you set a maximum message size of 10Mb., and wonder why a 9 Mb. attachment didn’t make it through, consider the content conversion overhead, as also message headers (which are computed along with the DATA portion of the message to calculate the message size), and any actions taken by Transport Rules or other transport agents.</p>
<p>How does Exchange 2010/2007 handle such messages? When a message enters the Exchange 2010/2007 Organization, it gets stamped with a X-MS-Exchange-Organization-OriginalSize header, which indicates the original size of the message before content conversion. When considering message size limits, if the message has since ballooned to a larger size due to content conversion, added headers, etc. the lower of the original message size and the current (converted) message size is considered, eliminating some of the confusion seen with message sizes in previous versions.</p>
<div>
<h3><a name="track"></a>Using the Exchange shell to track failed message delivery</h3>
<p>You can use the Exchange shell to track messages that could not be delivered because of message size issues. The RecipientStatus field in Message Tracking logs is used to store the SMTP response and enhanced status codes. The Message Tracking EventID we’re looking for is FAIL. (Read previous post on message tracking: “Exchange Server 2007: Message Tracking from the command line“)</p>
<p>To track messages that failed because of recipient’s MaxReceiveSize:</p>
<p>Get-MessageTrackingLog -EventID FAIL | where {$_.RecipientStatus -like “*RecipSizeLimit*”}</p>
<p>To track messages that failed because of the sender’s MaxSendSize:</p>
<p>Get-MessageTrackingLog -EventID FAIL | where {$_.RecipientStatus -like “*SendSizeLimit*”}</p>
</div>
</div>
<div id="seo_alrp_related"><h2>Posts Related to Setting Message Size Limits in Exchange 2010 and Exchange 2007</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2012/02/22/increasing-exchange-2010-sendreceive-message-size-nthe-organization-individual-user/" rel="bookmark">Increasing Exchange 2010 send/receive message size in the organization or individual user.</a></h3><p>Reprint from Khrishna MVP There is always been the requirement that in any organization few users or High profiles users wanted to send and receiver ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/14/upgrade-exchange-2003-exchange-2010-part-2/" rel="bookmark">Upgrade Exchange 2003 to Exchange 2010 Part 2</a></h3><p>Offline Address Book generation Changing the Offline Address Book generation isn’t the most difficult part of a migration. Logon to the new Exchange 2010 Server ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/23/calculate-exchange-2010-mailbox-sizes-powershell/" rel="bookmark">How to Calculate Exchange 2010 Mailbox Sizes with PowerShell</a></h3><p>Article is a re-print from exchangeserverpro.com by Paul Cunningham The Exchange Management Shell, powered by PowerShell, makes it easy to collect size information for the mailboxes ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/09/24/defragment-eseutil-utility-eseutil-exe/" rel="bookmark">How to defragment with the Eseutil utility (Eseutil.exe)</a></h3><p>Eseutil Defrag Tool Database defragmentation is a process to arrange non-contagious data into contagious form to reduce the size of database and eliminating the extra ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/14/upgrade-exchange-2003-exchange-2010/" rel="bookmark">Upgrade Exchange 2003 to Exchange 2010 Part 1</a></h3><p>Microsoft released Exchange Server 2010 in October 2009, and this new version of Exchange Server contains a lot of  compelling new features such as the new High ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.globalpointllc.com/2011/09/26/setting-message-size-limits-exchange-2010-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to defragment with the Eseutil utility (Eseutil.exe)</title>
		<link>http://blog.globalpointllc.com/2011/09/24/defragment-eseutil-utility-eseutil-exe/</link>
		<comments>http://blog.globalpointllc.com/2011/09/24/defragment-eseutil-utility-eseutil-exe/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 02:06:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Email Servers]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[defrag]]></category>
		<category><![CDATA[eseutil]]></category>
		<category><![CDATA[eseutil.exe]]></category>
		<category><![CDATA[exchange]]></category>

		<guid isPermaLink="false">http://blog.globalpointllc.com/?p=280</guid>
		<description><![CDATA[Eseutil Defrag Tool Database defragmentation is a process to arrange non-contagious data into contagious form to reduce the size of database and eliminating the extra space. In case of Microsoft Exchange Server, online defragmentation of the Exchange database is performed automatically during normal database maintenance. But, being the system administrator you cannot just rely on [...]]]></description>
			<content:encoded><![CDATA[<h2>Eseutil Defrag Tool</h2>
<p>Database defragmentation is a process to arrange non-contagious data into contagious form to reduce the size of database and eliminating the extra space. In case of Microsoft Exchange Server, online defragmentation of the Exchange database is performed automatically during normal database maintenance. But, being the system administrator you cannot just rely on online defragmentation to manage the disk space. Therefore, Microsoft provides you a command-line tool called eseutil, which you can use for defragmentation of Exchange database.</p>
<p>Eseutil uses /d switch or eseutil defrag command to defragment the database. When you defragment the database using eseutil /d command, the Exchange database gets also compacted i.e. extra free space gets deleted leading into the reduced size of the database. Using eseutil defrag is not an easy task; for this you must have good technical knowledge. Let us explore more about eseutil /d under following headings :</p>
<ul>
<li>How eseutil /d command works?</li>
<li>How much time is required to defragment Exchange database?</li>
<li>How to confirm free space available in the database?</li>
<li>At what time eseutil /d should be executed.</li>
<li>When eseutil /d should not be used.</li>
<li>Using eseutil /d.</li>
</ul>
<p><strong>How eseutil /d command works?</strong></p>
<p>When you execute eseutil defrag with /d switch to defragment the database then the eseutil defrag utility creates a temporary copy of the original database having all of the information similar to the original database. While copying data from original file to its copy, the tool discards the empty pages and then rebuilds the indexes of the database pages. After that the original file is replaced with the temporary copy, which is then renamed as the original file.</p>
<p>While using eseutil /d command, you should make sure that the hard disk will have 110% of the free disk space to store the temporary database otherwise the database defragmentation will not be completed. Another reason due to which the defragmentation process gets aborted is presence of bad records. If eseutil /d come across bad records in the database then it stops defragmenting the database and displays an error message saying bad records are found in the database. After that you have to repair the database before defragmenting it. To repair the Exchange database use Exchange Server recovery tool.</p>
<p><strong>How much time is required to defragment the database?</strong></p>
<p>The time required to defragment the Exchange database depends on two factors. First, the availability of free space in the database. Second, the presence of the temporary database on same drive. If you think that eseutil takes more time in defragmenting the database if the size of Exchange database is more then you are wrong. Eseutil considers empty space in the Exchange database not the size of database. For example, if the size of Exchange database is 50 GB and free space is 20 GB then it will take the same time in defragmenting the database, as it takes to defragment the database of 30 GB having 20 GB of free space.</p>
<p>Another factor that affects the speed of defragmentation is presence of the temporary database on the same drive and availability of free space on that drive. If the temporary database is available on the same drive having original database and the free available disk space is 110% of the original database then eseutil /d will defragment the database in less time. But, in case the temporary database is stored on any other drive or at network drive then the time consumption will be more. Therefore, always try to keep temporary database on the same drive having original database that you want to defragment.</p>
<p><strong>How to confirm free space available in the database?</strong></p>
<p>As discussed that the time utilization while defragmenting the database depends on the free space available in the database, you must check the free space available in the database. Use eseutil defrag tool to defragment the database only when large amount of free space is available in the database. Free space available in Exchange database file is recorded in an event log file after online defragmentation, which is done automatically by Exchange Server. By viewing that event log you can find out the free space available in the database. The event log contains following information related to the availability of free space:</p>
<ul>
<li>“Event Type: Information</li>
<li>Event Source: MSExchangeIS Mailbox Store</li>
<li>Event Category: General</li>
<li>Event ID: 1221</li>
<li>Date: 8/16/2006</li>
<li>Time: 9:15:00 AM</li>
<li>User: N/A</li>
<li>Computer: Computer Name</li>
<li><strong>Description</strong>: The database &#8220;storage_group\mailbox_database&#8221; has xxx megabytes of free space after online defragmentation has terminated.”</li>
</ul>
<p>In above log, xxx is the amount of free space available in the database while the computer name is the name of the computer having Exchange Server. Once you have confirmed the presence of free space in database, you can move ahead for eseutil defrag.</p>
<p><strong>At what time eseutil /d should be used</strong></p>
<p>Eseutil /d command must be executed when following situations are true:</p>
<ul>
<li>Exchange Server database must have sufficient free space so that you can free up that space during the defragmentation process.</li>
<li>When you get ESE -1018 error. This error occurs when there is some problem in the indexes of the database.</li>
<li>After repairing the database using eseutil /p command you must perform Exchange defragmentation.</li>
<li>When database is in consistent state.</li>
</ul>
<p><strong>When eseutil /d should not be used</strong></p>
<p>Eseutil /d command must not be executed when following situations are true:</p>
<ul>
<li>Exchange Server automatically performs online defragmentation regularly; therefore, there is no need to run eseutil /d for normal maintenance of the database.</li>
<li>When sufficient free space is not available in the database.</li>
<li>You should not execute this command when database is in inconsistent state.</li>
<li>When ESE -1018 error is affecting some portion of Exchange database.</li>
</ul>
<p><strong>Using eseutil /d</strong></p>
<p>Now, when you have gathered information about what eseutil /d is, when it should be executed, when it should not be executed, and affect of free space on defragmentation, let us see how to use eseutil /d for defragmenting the database. Before executing eseutil /d command makes sure that you login as an administrator and 110% of the free disk space is available on the disk for storing temporary database file. Now, execute the following steps to defragment the Exchange database on mailbox server:</p>
<ol>
<li>Dismount the Exchange database by right clicking the database that you want to defragment in the Exchange Server console.</li>
<li>Now, type the location of Exchange Server at command prompt, as shown below:<br />
&lt;Drive&gt;:\program files\microsoft\exchange server\bin</li>
<li>In the preceding location replace the term Drive with the letter where Exchange Server is available. Now, type the following command to defragment the database on mailbox server:<br />
&lt;Drive&gt;:\program files\microsoft\exchange server\bin eseutil /d &lt;db_name&gt;</p>
<p>In the preceding command, replace the term Drive with the letter where Exchange Server is available and replace the term db_name with the name of database that you want to defrag.</li>
</ol>
<p>Let’s execute the following steps to defragment the Exchange database on Hub Transport or Edge Transport Server:</p>
<ol>
<li>Dismount the Queue database.</li>
<li>Stop the Microsoft Exchange transport service using Service snap-in.</li>
<li>Now, type the location of Exchange Server at command prompt, as shown below:
<p>&lt;Drive&gt;:\program files\microsoft\exchange server\bin</li>
<li>In the preceding location replace the term Drive with the letter where Exchange Server is available. Now, type the following command to defragment the database on Edge Transport server:
<p>&lt;Drive&gt;:\program files\microsoft\exchange server\bin eseutil /d &lt;Drive&gt;:\program files\exchange server\TransportRoles\data\queue\mail.que</li>
</ol>
<p>In step 4 above, replace the term Drive with the Drive letter where Exchange Server and the Exchange database is available. This is how you can defragment the Exchange database on mailbox server and Edge Transport server. As discussed, the defragmentation process may be aborted if any sort of inconsistency or bad records are found in the database. At that time, you have to repair the database. You can repair the Exchange database using Exchange Server Recovery tool.</p>
<div id="seo_alrp_related"><h2>Posts Related to How to defragment with the Eseutil utility (Eseutil.exe)</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/04/27/exchange-database-repair-eseutil/" rel="bookmark">Exchange Database Repair via Eseutil</a></h3><p>The real job of an exchange administrator is to maintain high availability when it comes to a messaging environment. Below mentioned processes are not done ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/23/restore-individual-exchange-2010-mailbox-windows-server-backup/" rel="bookmark">How to Restore an Individual Exchange 2010 Mailbox or Mailbox Items with Windows Server Backup</a></h3><p>Article is a re-print from exchangeserverpro.com by Paul Cunningham Restoring an Exchange Server 2010 Mailbox Database to an Alternate Location The first step is to ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/23/calculate-exchange-2010-mailbox-sizes-powershell/" rel="bookmark">How to Calculate Exchange 2010 Mailbox Sizes with PowerShell</a></h3><p>Article is a re-print from exchangeserverpro.com by Paul Cunningham The Exchange Management Shell, powered by PowerShell, makes it easy to collect size information for the mailboxes ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/19/set-calendarpermissions-exchange-2007-2010/" rel="bookmark">Set-CalendarPermissions in Exchange 2007 and 2010</a></h3><p>&nbsp; Description Script to set calendar-permission for mailboxes in Exchange Server 2010. PowerShell &lt;#   NAME: Set-CalendarPermissions.ps1   AUTHOR: Jan Egil Ring   EMAIL: jan.egil.ring@powershell.no   COMMENT: Script to set calendar-permission for mailboxes in Exchange Server 2010.            For a list of valid AccessRights, see http://technet.microsoft.com/en-us/library/ff522363.aspx            More information: http://blog.powershell.no/2010/09/20/managing-calendar-permissions-in-exchange-server-2010   You have a royalty-free right to use, modify, reproduce, and   distribute this script file in any way you find useful, provided that   you agree that the creator, owner above has no warranty, obligations,   or liability for such use.   VERSION HISTORY:  ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/19/exchange-2010-database-html-email-report/" rel="bookmark">Exchange 2010 Database HTML Email Report</a></h3><p>Article from MS Technet &nbsp; PowerShell #####################################################################################  # Exchange 2010 Mailbox Database HTML Email Report  # Author: Thiyagu14  # Date Jan 28th 2010  # Script gathers below information  # 1. Server currently hosting the Database.  # 2. Database Size  # 3. Database file path  # 4. Number of users in the Database.  # 5. Amount of Whitespace  # 6. Top Mailbox in the Database and the size of it.  # 7. Last Backup time and days since last backup.  # ###################################################################################  # It then generates HTML Files for this.  # You can setup Threshold in the script,below are the items which can have threshold  # 1. Number of Mailboxes  # 2. Database Size  # 3. How old a Backup can be  # 4. Top Mailbox Size  ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.globalpointllc.com/2011/09/24/defragment-eseutil-utility-eseutil-exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Calculate Exchange 2010 Mailbox Sizes with PowerShell</title>
		<link>http://blog.globalpointllc.com/2011/08/23/calculate-exchange-2010-mailbox-sizes-powershell/</link>
		<comments>http://blog.globalpointllc.com/2011/08/23/calculate-exchange-2010-mailbox-sizes-powershell/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 20:38:24 +0000</pubDate>
		<dc:creator>gzejer</dc:creator>
				<category><![CDATA[Email Servers]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[mailbox]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://blog.globalpointllc.com/?p=268</guid>
		<description><![CDATA[Article is a re-print from exchangeserverpro.com by Paul Cunningham The Exchange Management Shell, powered by PowerShell, makes it easy to collect size information for the mailboxes in an Exchange 2010 organization. For example, to list the sizes of all mailboxes on a particular database we can use this command. [PS] C:\&#62;Get-Mailbox -Database MB-HO-01 &#124; Get-MailboxStatistics &#124; ft displayname,totaldeleteditemsize,totalitemsize [...]]]></description>
			<content:encoded><![CDATA[<p><em>Article is a re-print from exchangeserverpro.com by Paul Cunningham</em></p>
<p>The Exchange Management Shell, powered by PowerShell, makes it easy to collect size information for the mailboxes in an Exchange 2010 organization.</p>
<p>For example, to list the sizes of all mailboxes on a particular database we can use this command.</p>
<pre>[PS] C:\&gt;Get-Mailbox -Database MB-HO-01 | Get-MailboxStatistics | ft displayname,totaldeleteditemsize,totalitemsize

DisplayName      TotalDeletedItemSize    TotalItemSize
-----------      --------------------    -------------
Administrator    0 B (0 bytes)           85.42 KB (87,468 bytes)
Alan Reid        80.08 KB (82,000 bytes) 30.9 MB (32,400,667 bytes)
Alex Heyne       12.35 KB (12,644 bytes) 8.734 MB (9,158,159 bytes)
Aisha Bhari      0 B (0 bytes)           190.4 KB (194,983 bytes)
Aleisha Harrison 0 B (0 bytes)           142.4 KB (145,797 bytes)</pre>
<p>If we wanted to know the total size of all of those mailboxes we could output the data to CSV file, import it into Excel, and use formulas to get the results. However that is time-consuming if all you are after is a quick answer.</p>
<p>So instead we can use the Measure-Object command in PowerShell to get the answers we’re looking for. However if we try to use it with the data shown above we’ll get this error.</p>
<pre>Measure-Object : Input object "79.95 KB (81,870 bytes)" is not numeric.</pre>
<p>So first we need to convert the data into numeric form.</p>
<p>For example, to see the sum, average, minimum and maximum size of the “total item size” for the mailboxes above we run this command.</p>
<pre>[PS] C:\&gt;Get-Mailbox -Database MB-HO-01 | Get-MailboxStatistics | %{$_.TotalItemSize.Value.ToMB()} | Measure-Object -sum
 -average -max -min

Count    : 5
Average  : 7.6
Sum      : 38
Maximum  : 30
Minimum  : 0
Property :</pre>
<div id="seo_alrp_related"><h2>Posts Related to How to Calculate Exchange 2010 Mailbox Sizes with PowerShell</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/19/set-calendarpermissions-exchange-2007-2010/" rel="bookmark">Set-CalendarPermissions in Exchange 2007 and 2010</a></h3><p>&nbsp; Description Script to set calendar-permission for mailboxes in Exchange Server 2010. PowerShell &lt;#   NAME: Set-CalendarPermissions.ps1   AUTHOR: Jan Egil Ring   EMAIL: jan.egil.ring@powershell.no   COMMENT: Script to set calendar-permission for mailboxes in Exchange Server 2010.            For a list of valid AccessRights, see http://technet.microsoft.com/en-us/library/ff522363.aspx            More information: http://blog.powershell.no/2010/09/20/managing-calendar-permissions-in-exchange-server-2010   You have a royalty-free right to use, modify, reproduce, and   distribute this script file in any way you find useful, provided that   you agree that the creator, owner above has no warranty, obligations,   or liability for such use.   VERSION HISTORY:  ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/19/exchange-2010-database-html-email-report/" rel="bookmark">Exchange 2010 Database HTML Email Report</a></h3><p>Article from MS Technet &nbsp; PowerShell #####################################################################################  # Exchange 2010 Mailbox Database HTML Email Report  # Author: Thiyagu14  # Date Jan 28th 2010  # Script gathers below information  # 1. Server currently hosting the Database.  # 2. Database Size  # 3. Database file path  # 4. Number of users in the Database.  # 5. Amount of Whitespace  # 6. Top Mailbox in the Database and the size of it.  # 7. Last Backup time and days since last backup.  # ###################################################################################  # It then generates HTML Files for this.  # You can setup Threshold in the script,below are the items which can have threshold  # 1. Number of Mailboxes  # 2. Database Size  # 3. How old a Backup can be  # 4. Top Mailbox Size  ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/09/26/setting-message-size-limits-exchange-2010-exchange-2007/" rel="bookmark">Setting Message Size Limits in Exchange 2010 and Exchange 2007</a></h3><p>by BHARAT SUNEJA In Distribution Groups and maximum recipients per message, we looked at how the maximum recipients per message settings are treated differently by Exchange Server ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/09/24/defragment-eseutil-utility-eseutil-exe/" rel="bookmark">How to defragment with the Eseutil utility (Eseutil.exe)</a></h3><p>Eseutil Defrag Tool Database defragmentation is a process to arrange non-contagious data into contagious form to reduce the size of database and eliminating the extra ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/14/upgrade-exchange-2003-exchange-2010-part-2/" rel="bookmark">Upgrade Exchange 2003 to Exchange 2010 Part 2</a></h3><p>Offline Address Book generation Changing the Offline Address Book generation isn’t the most difficult part of a migration. Logon to the new Exchange 2010 Server ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.globalpointllc.com/2011/08/23/calculate-exchange-2010-mailbox-sizes-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Restore an Individual Exchange 2010 Mailbox or Mailbox Items with Windows Server Backup</title>
		<link>http://blog.globalpointllc.com/2011/08/23/restore-individual-exchange-2010-mailbox-windows-server-backup/</link>
		<comments>http://blog.globalpointllc.com/2011/08/23/restore-individual-exchange-2010-mailbox-windows-server-backup/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 19:26:36 +0000</pubDate>
		<dc:creator>gzejer</dc:creator>
				<category><![CDATA[Email Servers]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[mailbox]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://blog.globalpointllc.com/?p=262</guid>
		<description><![CDATA[Article is a re-print from exchangeserverpro.com by Paul Cunningham Restoring an Exchange Server 2010 Mailbox Database to an Alternate Location The first step is to perform a restore of the mailbox server backup, redirecting the restore to an alternate location on the server.  Start by launching Windows Server Backup, and then in the Actions panel click on Recover to start [...]]]></description>
			<content:encoded><![CDATA[<p><em>Article is a re-print from exchangeserverpro.com by Paul Cunningham</em></p>
<h2>Restoring an Exchange Server 2010 Mailbox Database to an Alternate Location</h2>
<p>The first step is to perform a restore of the mailbox server backup, redirecting the restore to an alternate location on the server.  Start by launching <strong>Windows Server Backup</strong>, and then in the <strong>Actions</strong> panel click on <strong>Recover</strong> to start the <strong>Recovery Wizard</strong>.</p>
<div id="attachment_2521"><img title="Launch the Windows Server Backup Recovery Wizard" src="http://exchangeserverpro.com/wp-content/uploads/2010/12/windows-server-backup-restore.png" alt="Launch the Windows Server Backup Recovery Wizard" width="298" height="221" />Launch the Windows Server Backup Recovery Wizard</div>
<p>Choose the location of the backup you wish to restore from, and click <strong>Next</strong> to continue.</p>
<div id="attachment_2522"><img title="Choose the Backup Location to Restore from" src="http://exchangeserverpro.com/wp-content/uploads/2010/12/recovery-wizard01.png" alt="Choose the Backup Location to Restore from" width="600" height="226" />Choose the Backup Location to Restore from</div>
<p>Choose the backup date and time to restore from, and click <strong>Next</strong> to continue.</p>
<div id="attachment_2523"><img title="Choose the Backup Date and Time to Restore from" src="http://exchangeserverpro.com/wp-content/uploads/2010/12/recovery-wizard02.png" alt="Choose the Backup Date and Time to Restore from" width="600" height="370" />Choose the Backup Date and Time to Restore from</div>
<p>For Exchange Server 2010 mailbox database restores choose <strong>Applications</strong> as the Recovery Type.  Click <strong>Next</strong> to continue.</p>
<div id="attachment_2524"><img title="Choose the Recovery Type of Applications" src="http://exchangeserverpro.com/wp-content/uploads/2010/12/recovery-wizard03.png" alt="Choose the Recovery Type of Applications" width="600" height="282" />Choose the Recovery Type of Applications</div>
<p>Choose Exchange as the application to recover, and check the box to not perform a roll forward of the database.  Click <strong>Next</strong> to continue.</p>
<div id="attachment_2525"><img title="Select Exchange as the application to recover" src="http://exchangeserverpro.com/wp-content/uploads/2010/12/recovery-wizard04-600x295.png" alt="Select Exchange as the application to recover" width="600" height="295" />Select Exchange as the application to recover</div>
<p><strong>This step is very important</strong>.  Select <strong>Recover to another location</strong> and enter the path to a folder that is different to the location of the live mailbox database or log files.  Click <strong>Next</strong> to continue.</p>
<div id="attachment_2526"><img title="Select Recover to Another Location" src="http://exchangeserverpro.com/wp-content/uploads/2010/12/recovery-wizard05.png" alt="Select Recover to Another Location" width="600" height="270" />Select Recover to Another Location</div>
<p>At the confirmation screen if you are happy with the selections you’ve made click on <strong>Recover</strong> to start the restore.</p>
<div id="attachment_2527"><img title="Click on Recover to start the restore" src="http://exchangeserverpro.com/wp-content/uploads/2010/12/recovery-wizard06.png" alt="Click on Recover to start the restore" width="600" height="468" />Click on Recover to start the restore</div>
<p>When the restore has completed successfully you can close the Recovery Wizard.</p>
<div id="attachment_2528"><img title="Close the Recovery Wizard when the restore is complete" src="http://exchangeserverpro.com/wp-content/uploads/2010/12/recovery-wizard07.png" alt="Close the Recovery Wizard when the restore is complete" width="600" height="468" />Close the Recovery Wizard when the restore is complete</div>
<p>On the Exchange Server 2010 mailbox server where the database files were restored open Windows Explorer and look at the folder where the restored files are located.  Notice how the recovery process has created the original folder structure for the data under the D:\Recovery folder.</p>
<p><img title="Recovered data in Windows Explorer" src="http://exchangeserverpro.com/wp-content/uploads/2010/12/recover-folder.png" alt="Recovered data in Windows Explorer" width="440" height="231" /></p>
<p>Those restored paths are important for the next steps.<br />
<a name="eseutil"></a></p>
<h2><a name="eseutil"></a>Bringing the Restored Database to a Clean Shutdown State with ESEUtil</h2>
<p>The restored database file will be in a state known as “dirty shutdown”.  You can confirm this by running the following ESEUtil command, specifying the path to the restored .edb file on your server.</p>
<pre>[PS] D:\&gt;eseutil /mh 'D:\Recovery\D_\Data\EX201\Mailbox Database EX2 01.edb

Extensible Storage Engine Utilities for Microsoft(R) Exchange Server
Version 14.01
Copyright (C) Microsoft Corporation. All Rights Reserved.

Initiating FILE DUMP mode...
         Database: D:\Recovery\D_\Data\EX201\Mailbox Database EX2 01.edb

DATABASE HEADER:
Checksum Information:
Expected Checksum: 0x1d0abd9b
  Actual Checksum: 0x1d0abd9b

Fields:
        File Type: Database
         Checksum: 0x1d0abd9b
   Format ulMagic: 0x89abcdef
   Engine ulMagic: 0x89abcdef
 Format ulVersion: 0x620,17
 Engine ulVersion: 0x620,17
Created ulVersion: 0x620,17
     DB Signature: Create time:12/03/2010 21:20:08 Rand:715244149 Computer:
         cbDbPage: 32768
           dbtime: 21550 (0x542e)
            State: Dirty Shutdown
     Log Required: 143-143 (0x8f-0x8f)</pre>
<p>Next check the state of the log files with the following ESEUtil command, specifying the path to the restored log files. Note the end of the path is the log file prefix, in this case “E00″.</p>
<pre>[PS] D:\&gt;eseutil /ml D:\Recovery\E_\Logs\EX201\E00

Extensible Storage Engine Utilities for Microsoft(R) Exchange Server
Version 14.01
Copyright (C) Microsoft Corporation. All Rights Reserved.

Initiating FILE DUMP mode...

Verifying log files...
     Base name: E00

      Log file: D:\Recovery\E_\Logs\EX201\E000000007B.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E000000007C.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E000000007D.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E000000007E.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E000000007F.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E0000000080.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E0000000081.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E0000000082.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E0000000083.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E0000000084.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E0000000085.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E0000000086.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E0000000087.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E0000000088.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E0000000089.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E000000008A.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E000000008B.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E000000008C.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E000000008D.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E000000008E.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E000000008F.log - OK
      Log file: D:\Recovery\E_\Logs\EX201\E0000000090.log - OK

No damaged log files were found.

Operation completed successfully in 0.922 seconds.</pre>
<p>Now we can run ESEUtil in recovery mode to bring the database into a clean shutdown state.</p>
<pre>[PS] D:\&gt;eseutil /r E00 /i /l D:\Recovery\E_\Logs\EX201 /d 'D:\Recovery\D_\Data\EX201\Mailbox Database EX2 01.edb'

Extensible Storage Engine Utilities for Microsoft(R) Exchange Server
Version 14.01
Copyright (C) Microsoft Corporation. All Rights Reserved.

Initiating RECOVERY mode...
    Logfile base name: E00
            Log files: D:\Recovery\E_\Logs\EX201
         System files:
   Database Directory: D:\Recovery\D_\Data\EX201\Mailbox Database EX2 01.edb

Performing soft recovery...
                      Restore Status (% complete)

          0    10   20   30   40   50   60   70   80   90  100
          |----|----|----|----|----|----|----|----|----|----|
          ...................................................

Operation completed successfully in 0.985 seconds.</pre>
<p>Now run ESEUtil to check the database state again.</p>
<pre>[PS] D:\&gt;eseutil /mh 'D:\Recovery\D_\Data\EX201\Mailbox Database EX2 01.edb' | findstr "State:"
            State: Clean Shutdown</pre>
<p><em>Note: if the database is still in a dirty shutdown state you can try a repair using ESEUtil /p instead.</em></p>
<pre>[PS] D:\&gt;eseutil /p 'D:\Recovery\D_\Data\EX201\Mailbox Database EX2 01.edb'

Extensible Storage Engine Utilities for Microsoft(R) Exchange Server
Version 14.01
Copyright (C) Microsoft Corporation. All Rights Reserved.

Initiating REPAIR mode...
        Database: .\Mailbox Database EX2 01.edb
  Temp. Database: TEMPREPAIR1492.EDB

Checking database integrity.

The database is not up-to-date. This operation may find that
this database is corrupt because data from the log files has
yet to be placed in the database.

To ensure the database is up-to-date please use the 'Recovery' operation.

                     Scanning Status (% complete)

          0    10   20   30   40   50   60   70   80   90  100
          |----|----|----|----|----|----|----|----|----|----|
          ...................................................

Integrity check successful.

Note:
  It is recommended that you immediately perform a full backup
  of this database. If you restore a backup made before the
  repair, the database will be rolled back to the state
  it was in at the time of that backup.

Operation completed successfully in 3.547 seconds.</pre>
<p><a name="recoverydb"></a></p>
<h2><a name="recoverydb"></a>Creating an Exchange Server 2010 Recovery Database</h2>
<p>The next stage of the recovery process is creating the Recovery Database.  Launch the <strong>Exchange Management Shell</strong>.  Run the <strong>New-MailboxDatabase</strong> cmdlet with the following parameters:</p>
<ul>
<li>-Recovery:$true (specifies that the database will be a Recovery Database)</li>
<li>-EdbFilePath (the path to the restored mailbox database file)</li>
<li>-LogFolderPath (the path to be used for transaction log files, which must be an empty folder)</li>
<li>-Server (the server that the recovery is being performed on)</li>
</ul>
<p>In this example the following command is run.</p>
<pre>[PS] D:\&gt;New-MailboxDatabase RecoveryDB -Server EX2 -Recovery:$true -EdbFilePath 'D:\Recovery\D_\Data\EX201\Mailbox Database EX2 01.edb' -LogFolderPath 'D:\Recovery\E_\Logs\EX201-RecoveryDB'

WARNING: Recovery database 'RecoveryDB' was created using existing file
D:\Recovery\D_\Data\EX201\Mailbox Database EX2 01.edb. The database
must be brought into a clean shutdown state before it can be mounted.

Name                           Server          Recovery        ReplicationType
----                           ------          --------        ---------------
RecoveryDB                     EX2             True            None</pre>
<p>Note the warning about the database not being in a clean shutdown state. Since we’ve already brought the database to a clean shutdown state we can now mount the recovery database.</p>
<pre>[PS] D:\&gt;Mount-Database RecoveryDB</pre>
<p><a name="mailbox"></a></p>
<h2><a name="mailbox"></a>Restoring Mailbox Items from a Recovery Database</h2>
<p>With the recovery database mounted we can now proceed with mailbox item restores.  You can see the available items to restore by looking at the mailbox statistics for the recovery database.</p>
<pre>[PS] D:\&gt;Get-MailboxStatistics -Database RecoveryDB

DisplayName               ItemCount    StorageLimitStatus
-----------               ---------    ------------------
Alex Heyne                11                   BelowLimit
SystemMailbox{f13446dd... 1                    BelowLimit</pre>
<p>To restore all mailbox items into a sub-folder of the existing mailbox so that they can be inspected use the following command.</p>
<pre>[PS] D:\&gt;Restore-Mailbox -Identity "Mark Ju" -RecoveryDatabase RecoveryDB -RecoveryMailbox "Mark Hu" -TargetFolder Restore

Confirm
Are you sure you want to perform this action?
Recovering mailbox content from mailbox 'Mark Ju' in the recovery database 'RecoveryDB' to the mailbox for 'Mark Ju (Mark.Ju@globalpointllc.com)'. This operation may take a long time to complete.
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [?] Help (default is "Y"): y</pre>
<p>The restored items will now be visible in the mailbox.</p>
<div id="attachment_2596"><img title="Restored Individual Mailbox in Exchange Server 2010" src="http://exchangeserverpro.com/wp-content/uploads/2011/01/exchange-2010-individual-mailbox-restore.png" alt="Restored Individual Mailbox in Exchange Server 2010" width="600" height="385" />Restored Individual Mailbox in Exchange Server 2010</div>
<div id="seo_alrp_related"><h2>Posts Related to How to Restore an Individual Exchange 2010 Mailbox or Mailbox Items with Windows Server Backup</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/04/27/exchange-database-repair-eseutil/" rel="bookmark">Exchange Database Repair via Eseutil</a></h3><p>The real job of an exchange administrator is to maintain high availability when it comes to a messaging environment. Below mentioned processes are not done ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/09/24/defragment-eseutil-utility-eseutil-exe/" rel="bookmark">How to defragment with the Eseutil utility (Eseutil.exe)</a></h3><p>Eseutil Defrag Tool Database defragmentation is a process to arrange non-contagious data into contagious form to reduce the size of database and eliminating the extra ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/19/exchange-2010-database-html-email-report/" rel="bookmark">Exchange 2010 Database HTML Email Report</a></h3><p>Article from MS Technet &nbsp; PowerShell #####################################################################################  # Exchange 2010 Mailbox Database HTML Email Report  # Author: Thiyagu14  # Date Jan 28th 2010  # Script gathers below information  # 1. Server currently hosting the Database.  # 2. Database Size  # 3. Database file path  # 4. Number of users in the Database.  # 5. Amount of Whitespace  # 6. Top Mailbox in the Database and the size of it.  # 7. Last Backup time and days since last backup.  # ###################################################################################  # It then generates HTML Files for this.  # You can setup Threshold in the script,below are the items which can have threshold  # 1. Number of Mailboxes  # 2. Database Size  # 3. How old a Backup can be  # 4. Top Mailbox Size  ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2011/08/23/calculate-exchange-2010-mailbox-sizes-powershell/" rel="bookmark">How to Calculate Exchange 2010 Mailbox Sizes with PowerShell</a></h3><p>Article is a re-print from exchangeserverpro.com by Paul Cunningham The Exchange Management Shell, powered by PowerShell, makes it easy to collect size information for the mailboxes ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://blog.globalpointllc.com/2012/03/23/installing-windows-server-backup-windows-server-2008-r2/" rel="bookmark">Installing Windows Server Backup on Windows Server 2008 R2</a></h3><p>  Overview Reprint from Petri IT Knowledgebase. Windows Server Backup is a built-in component of Windows Server 2008 R2 that consists of a Microsoft Management ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.globalpointllc.com/2011/08/23/restore-individual-exchange-2010-mailbox-windows-server-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

