<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"><id>tag:blogger.com,1999:blog-1327431886118922768</id><updated>2009-11-06T14:41:59.098-08:00</updated><title type="text">The EXPTA {blog}</title><subtitle type="html">Random musings of a senior IT systems consultant</subtitle><link rel="alternate" type="text/html" href="http://www.expta.com/" /><link rel="hub" href="http://pubsubhubbub.appspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default?start-index=26&amp;max-results=25" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://www.expta.com/atom.xml" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>347</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><geo:lat>37.613806</geo:lat><geo:long>-122.482299</geo:long><link rel="self" href="http://feeds.feedburner.com/TheExptaBlog" type="application/atom+xml" /><feedburner:emailServiceId>TheExptaBlog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-6355979532364433928</id><published>2009-11-06T13:55:00.000-08:00</published><updated>2009-11-06T14:41:59.130-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="troubleshooting" /><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2007" /><title type="text">Fix for 'The server name is invalid' error when installing Exchange 2007 Management Tools</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.expta.com/uploaded_images/Invalid-Server-Name-795408.PNG" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="" border="0" src="http://www.expta.com/uploaded_images/Invalid-Server-Name-795403.PNG" style="display: block; height: 349px; margin: 0px auto 10px; text-align: center; width: 400px;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;You may receive the following error when installing the Exchange 2007 management tools on a computer:&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;span style="font-family: arial; font-size: x-small;"&gt;&lt;strong&gt;Error:&lt;br /&gt;The server name is invalid. It contains characters other than 'A'-'Z', 'a'-'z', '0'-'9' and "-".&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;While the error indicates that the problem is with the server, it's actually with the name of the local computer where the Exchange 2007 management&amp;nbsp;tools are being installed. The most common reason for this I've seen is when there's a underscore "&lt;strong&gt;_&lt;/strong&gt;" in the local computer name.&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;The fix for this is to replace the &lt;strong&gt;exbpa.prereqs.xml&lt;/strong&gt; file on the Exchange Server 2007 installation source with the RTM version of the file.&amp;nbsp; Here are the steps to do this:&lt;br /&gt;&lt;/div&gt;&lt;ul&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Download the RTM version of &lt;strong&gt;&lt;a href="http://www.expta.com/exbpa.prereqs.xml"&gt;exbpa.prereqs.xml&lt;/a&gt;&lt;/strong&gt; from this blog (right-click the link and choose &lt;strong&gt;Save target as...&lt;/strong&gt;) and save it to a temporary location&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Disable automatic updating for Exchange 2007 setup.&amp;nbsp;Otherwise, setup will automatically download the most recent version of the file and replace it.&amp;nbsp;Run the following command at the CMD prompt:&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: small;"&gt;&lt;strong&gt;&lt;blockquote&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: small;"&gt;&lt;strong&gt;reg add "HKCU\Software\Microsoft\Exchange\ExBPA" /v "VersionCheckAlways" /t REG_DWORD /d 0 /f&lt;/strong&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/strong&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;Copy the exbpa.prereqs.xml file you downloaded earlier to the &lt;strong&gt;\setup\serverroles\common\en&lt;/strong&gt; folder on your Exchange 2007 installation media.&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Now run setup and install the Management Tools, as usual.&amp;nbsp; You will still see the same error message, as shown above, but you will see an &lt;strong&gt;Install&lt;/strong&gt; button instead of a &lt;strong&gt;Retry&lt;/strong&gt; button.&lt;/li&gt;&lt;/ul&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;When the installation is complete, remove the VersionCheckAlways registry key to reenable the automatic update feature using the following command:&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;"&gt;&lt;strong&gt;reg delete "HKCU\Software\Microsoft\Exchange\ExBPA" /v "VersionCheckAlways" /f&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Keep in mind that you may have to do this same procedure again in future update rollups and/or service pack updates.&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-6355979532364433928?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/eMyEQxjn8lE4VIFnk3R8ZhP4J7w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eMyEQxjn8lE4VIFnk3R8ZhP4J7w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/eMyEQxjn8lE4VIFnk3R8ZhP4J7w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eMyEQxjn8lE4VIFnk3R8ZhP4J7w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=14zzDTdUfmE:sCIDLZ_pzTY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=14zzDTdUfmE:sCIDLZ_pzTY:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=14zzDTdUfmE:sCIDLZ_pzTY:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=14zzDTdUfmE:sCIDLZ_pzTY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=14zzDTdUfmE:sCIDLZ_pzTY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=14zzDTdUfmE:sCIDLZ_pzTY:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=14zzDTdUfmE:sCIDLZ_pzTY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=14zzDTdUfmE:sCIDLZ_pzTY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=14zzDTdUfmE:sCIDLZ_pzTY:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=14zzDTdUfmE:sCIDLZ_pzTY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=14zzDTdUfmE:sCIDLZ_pzTY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=14zzDTdUfmE:sCIDLZ_pzTY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/14zzDTdUfmE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/6355979532364433928/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/11/fix-for-server-name-is-invalid-error.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/6355979532364433928" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/6355979532364433928" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/14zzDTdUfmE/fix-for-server-name-is-invalid-error.html" title="Fix for 'The server name is invalid' error when installing Exchange 2007 Management Tools" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/11/fix-for-server-name-is-invalid-error.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-5151935292753591524</id><published>2009-11-06T13:11:00.000-08:00</published><updated>2009-11-06T13:11:53.434-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="troubleshooting" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008 R2" /><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term="RDP" /><title type="text">Fix for Remote Desktop Gateway authentication error from clients</title><content type="html">&lt;div&gt;If you use Remote Desktop Gateway Manager (formerly, Terminal Services Gateway) in Windows Server 2008 R2, you may find that Windows clients are unable to authenticate to the RD Gateway server. &lt;br /&gt;&lt;br /&gt;This happens because the default configuration in Windows Server 2008 R2 Remote Desktop Gateway is to request that clients send a statement of health before the connection can be made. If this option is selected and you do not have a Remote Desktop connection authorization policy (RD CAP) for Network Access Protection (NAP) configured, clients will be unable to connect to the RD Gateway. They will repeatedly be prompted for Gateway Server Credentials as shown below:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://www.expta.com/uploaded_images/Gateway-Credentials-745762.PNG"&gt;&lt;img alt="" border="0" src="http://www.expta.com/uploaded_images/Gateway-Credentials-745762.PNG" style="cursor: hand; display: block; height: 302px; margin: 0px auto 10px; text-align: center; width: 326px;" /&gt;&lt;/a&gt;&lt;br /&gt;To fix this issue, ensure that you have a valid statement of health configured in NAP.&amp;nbsp; Alternatively, as in the case of clients that cannot or do not provide a statement of health (I'm looking at you, Windows XP), you can disable requesting statements of healthy entirely.&amp;nbsp; Here's how to do that:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Logon to the Remote Desktop Gateway computer and open the &lt;strong&gt;RD Gateway Manager&lt;/strong&gt; (Start &amp;gt; Administrative Tools&amp;gt; Remote Desktop Services &amp;gt; Remote Desktop Gateway Manager)&lt;/li&gt;&lt;li&gt;Click the &lt;strong&gt;RD CAP Store&lt;/strong&gt; tab and clear the checkbox for "&lt;strong&gt;Request clients to send a statement of health&lt;/strong&gt;", as shown below and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;a href="http://www.expta.com/uploaded_images/Statement-of-Health-754363.PNG"&gt;&lt;img alt="" border="0" src="http://www.expta.com/uploaded_images/Statement-of-Health-754360.PNG" style="cursor: hand; display: block; height: 400px; margin: 0px auto 10px; text-align: center; width: 356px;" /&gt;&lt;/a&gt;&lt;br /&gt;It may take a moment for the change to go into effect.&amp;nbsp; Occacionally, I've had to restart the &lt;strong&gt;Remote Desktop Services&lt;/strong&gt; service.&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-5151935292753591524?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/YfgamoalTT9UblR07mo7Gyk0wHI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YfgamoalTT9UblR07mo7Gyk0wHI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/YfgamoalTT9UblR07mo7Gyk0wHI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YfgamoalTT9UblR07mo7Gyk0wHI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=1rZLBQKcW6g:juATjtMmA3c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=1rZLBQKcW6g:juATjtMmA3c:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=1rZLBQKcW6g:juATjtMmA3c:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=1rZLBQKcW6g:juATjtMmA3c:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=1rZLBQKcW6g:juATjtMmA3c:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=1rZLBQKcW6g:juATjtMmA3c:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=1rZLBQKcW6g:juATjtMmA3c:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=1rZLBQKcW6g:juATjtMmA3c:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=1rZLBQKcW6g:juATjtMmA3c:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=1rZLBQKcW6g:juATjtMmA3c:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=1rZLBQKcW6g:juATjtMmA3c:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=1rZLBQKcW6g:juATjtMmA3c:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/1rZLBQKcW6g" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/5151935292753591524/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/11/fix-for-remote-desktop-gateway.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/5151935292753591524" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/5151935292753591524" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/1rZLBQKcW6g/fix-for-remote-desktop-gateway.html" title="Fix for Remote Desktop Gateway authentication error from clients" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/11/fix-for-remote-desktop-gateway.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-3159188878144595751</id><published>2009-10-30T14:35:00.000-07:00</published><updated>2009-10-30T14:35:39.246-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2010" /><category scheme="http://www.blogger.com/atom/ns#" term="Disaster Recovery" /><title type="text">How to Use a Recovery Database in Exchange 2010</title><content type="html">This is another in my series of articles on Exchange 2010.&amp;nbsp; In this post I'll be writing about the Recovery Database feature in Exchange 2010.&lt;br /&gt;&lt;br /&gt;Exchange 2010 no longer has the notion of Storage Groups, which were used in Exchange 2007 and 2003 to contain logical groupings of databases.&amp;nbsp; E2010 now simply lets you create databases on mailbox servers.&amp;nbsp; E2010 Standard Edition lets you create up to 5 databases per server.&amp;nbsp;The Enterprise Edtion scales up to 100 databases per server.&lt;br /&gt;&lt;br /&gt;In Exchange 2003/2007 you could restore a database "on top" of an original database to&amp;nbsp;replace the existing database, or you could restore the database "along side" the existing database to recover select mailboxes or items.&amp;nbsp; You can do the same thing with Exchange 2010.&amp;nbsp; The difference is that in Exchange 2003/2007, you created a Recover Storage Group (RSG) to restore the database into.&amp;nbsp; In Exchange 2010, you simply restore the database and connect to it as a Recovery Database (RDB).&amp;nbsp; Here's how you do it in Exchange 2010.&lt;br /&gt;&lt;blockquote&gt;&lt;strong&gt;Note:&lt;/strong&gt; Ross Smith IV has a great article on &lt;a href="http://msexchangeteam.com/archive/2009/09/25/452632.aspx%20_target='blank'"&gt;single item recovery in Exchange 2010&lt;/a&gt;.&amp;nbsp; This assumes that the item can be recovered from the dumpster.&amp;nbsp; This article covers how to restore from a backup when the item cannot be recovered from the dumpster.&amp;nbsp; For example, on the rare occasion when a user realizes he/she deleted a folder or item past the dumpster retention period.&lt;br /&gt;&lt;/blockquote&gt;First, you have to have a good backup that contains the item to be recovered.&amp;nbsp; Windows Server 2008 and Windows Server 2008 R2 have the built-in &lt;strong&gt;Windows Server Backup&lt;/strong&gt; feature.&amp;nbsp; I cover how to use WSB to backup Exchange&amp;nbsp;&lt;a href="http://www.expta.com/2009/10/how-to-backup-exchange-2010-rtm-at.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Now you must restore the data, but redirect it to another location.&amp;nbsp; In Windows Server Backup, this is done by choosing to recover the Exchange application (detailed in my &lt;a href="http://www.expta.com/2009/10/how-to-backup-exchange-2010-rtm-at.html"&gt;previous article&lt;/a&gt;) and recovered to another location.&amp;nbsp; Typically, this is a new folder on the same Exchange server:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.expta.com/uploaded_images/Recover-to-Another-Location-787791.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="249" src="http://www.expta.com/uploaded_images/Recover-to-Another-Location-787785.PNG" vr="true" width="320" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;Once the recovery is complete, the database (EDB file) and transaction logs (LOG files) will reside in the new recovery &lt;strong&gt;D:\Recovery&lt;/strong&gt; folder.&amp;nbsp; Note that WSB will not create this folder, it must already exist.&lt;br /&gt;&lt;br /&gt;Now you need to add this database to the Exchange mailbox server as a Recovery Database. Currently, this is done using the&amp;nbsp;Exchange Management Shell (EMS), as there is no way to do this from the GUI.&amp;nbsp; Run the following command to create a Recovery Database:&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;strong&gt;New-MailboxDatabase -Recovery -Name RDB1 -Server EX1 -EdbFilePath "D:\Recovery\Mailbox Database 1882717321.edb" -LogFolderPath "D:\Recovery"&lt;/strong&gt;&lt;/span&gt;&lt;/blockquote&gt;This will cause Exchange to create a new recovery database named &lt;strong&gt;RDB1&lt;/strong&gt; on server &lt;strong&gt;EX1&lt;/strong&gt; using the database and logs in &lt;strong&gt;D:\Recovery&lt;/strong&gt;.&amp;nbsp; Once this command is run, you will see the recovery database in the Exchange Management Console (EMC), but it must be brought into a clean shutdown state before it can be mounted.&lt;br /&gt;&lt;br /&gt;To bring the database into a clean shutdown state, use &lt;strong&gt;ESEUTIL&amp;nbsp;/R&lt;/strong&gt; to perform a recovery&amp;nbsp;of the database.&amp;nbsp; Often, I've seen that Exchange is unable to perform a successful recovery, giving the following error:&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Operation terminated with error -1216 (JET_errAttachedDatabaseMismatch, An outstanding database attachment has been detected at the start or end of recovery, but database is missing or does not match attachment info) after 11.625 seconds.&lt;/span&gt;&lt;/blockquote&gt;In these cases, I have run an &lt;strong&gt;ESEUTIL /P&lt;/strong&gt; (repair) to force the database into consistency.&amp;nbsp; Once the database has been successfully recovered or repaired, mount the database in EMC or using the &lt;strong&gt;Mount-Database&lt;/strong&gt; cmdlet.&lt;br /&gt;&lt;br /&gt;Now we're ready to recover deleted items from the recovery database.&amp;nbsp; In order to do this, though, you need Organization Management rights in Exchange 2010.&amp;nbsp; The following are cmdlet examples for recovering items from the RDB:&lt;br /&gt;&lt;br /&gt;This example restores a mailbox for user Keith Johnson, overwriting the existing mailbox:&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;strong&gt;Restore-Mailbox -ID 'Keith Johnson' -RecoveryDatabase RDB1&lt;/strong&gt;&lt;/span&gt;&lt;/blockquote&gt;This example restores Keith Johnson's mailbox content into an Investigation mailbox:&lt;br /&gt;&lt;blockquote&gt;&lt;strong&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Restore-Mailbox -ID 'Keith Johnson' -RecoveryDatabase RDB1 -RecoveryMailbox Investigation&lt;/span&gt;&lt;/strong&gt;&lt;/blockquote&gt;This example restores only the mail with the word "contract" in the subject and the word "CompanyABC" in the body of the message from the Inbox or Saved folders.&lt;br /&gt;&lt;blockquote&gt;&lt;strong&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Restore-Mailbox -ID 'Keith Johnson' -RecoveryDatabase RDB1 -SubjectKeywords 'contract' -ContentKeywords 'companyabc' -IncludeFolders \Inbox,\Saved&lt;/span&gt;&lt;/strong&gt;&lt;/blockquote&gt;There are a lot of different options in the Restore-Mailbox cmdlet&amp;nbsp;and recovery databases that make it a powerful tool for recovery.&amp;nbsp; Take the time to learn them before you need to use them.&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-3159188878144595751?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/s0e_rbf9_ttuolDgy5QQjBrXP8U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/s0e_rbf9_ttuolDgy5QQjBrXP8U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/s0e_rbf9_ttuolDgy5QQjBrXP8U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/s0e_rbf9_ttuolDgy5QQjBrXP8U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=kAFdmgPItZU:9VhhrJLJqug:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=kAFdmgPItZU:9VhhrJLJqug:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=kAFdmgPItZU:9VhhrJLJqug:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=kAFdmgPItZU:9VhhrJLJqug:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=kAFdmgPItZU:9VhhrJLJqug:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=kAFdmgPItZU:9VhhrJLJqug:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=kAFdmgPItZU:9VhhrJLJqug:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=kAFdmgPItZU:9VhhrJLJqug:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=kAFdmgPItZU:9VhhrJLJqug:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=kAFdmgPItZU:9VhhrJLJqug:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=kAFdmgPItZU:9VhhrJLJqug:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=kAFdmgPItZU:9VhhrJLJqug:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/kAFdmgPItZU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/3159188878144595751/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/10/how-to-use-recovery-database-in.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/3159188878144595751" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/3159188878144595751" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/kAFdmgPItZU/how-to-use-recovery-database-in.html" title="How to Use a Recovery Database in Exchange 2010" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/10/how-to-use-recovery-database-in.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-5630686441801259113</id><published>2009-10-30T10:46:00.000-07:00</published><updated>2009-10-30T10:54:35.004-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2010" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2007" /><title type="text">How to Backup Exchange 2010 RTM at Release Timeframe</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.expta.com/uploaded_images/Exchange-2010-Logo-748516.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="152" src="http://www.expta.com/uploaded_images/Exchange-2010-Logo-748513.PNG" vr="true" width="320" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;As with any other major release of Exchange, there will be a&amp;nbsp;gap in third-party vendor support for Exchange 2010 when it is released to general availability next month.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;One of those gaps will be supported backup solutions for Exchange 2010.&amp;nbsp; Thankfully, Microsoft recognized this and added VSS backup support to the built-in Windows Server Backup feature in both Windows Server 2008 and Windows Server 2008 R2.&amp;nbsp; This capability has been&amp;nbsp;introduced in Exchange 2007 SP2 and Exchange 2010 RTM, allowing you to&amp;nbsp;backup Exchange 2007 SP2 and Exchange 2010 using a native VSS application provider.&lt;br /&gt;&lt;br /&gt;Exchange automatically registers its application provider in VSS when Exchange 2010 is installed or when the Exchange 2007 server is upgraded to SP2.&amp;nbsp; This happens even if the Windows Server Backup feature isn't installed on the server yet.&amp;nbsp; You simply need to add the Windows Server Backup feature using Server Manager to your Exchange server to enable the Exchange aware VSS backup capability.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Windows Server Backup&amp;nbsp;(WSB) will allow you to perform Exchange aware backups, similar to NTBackup, with a few notible points:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Legacy (streaming) backups are not supported.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Since Windows Server Backup performs volume-only Volume Snapshot Service (VSS) backups, there is no specific "Exchange only" backup capability.&amp;nbsp; When you perform a backup of a volume that contains Exchange data (EDB and log files), WSB automatically performs an Exchange aware backup.&amp;nbsp; The only visual queue you will see is this, just before the data is backed up:&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: center;"&gt;&amp;nbsp;&lt;a href="http://www.expta.com/uploaded_images/Exchange-2010-Backup-708932.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://www.expta.com/uploaded_images/Exchange-2010-Backup-708930.PNG" vr="true" /&gt;&lt;/a&gt; &lt;br /&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Once WSB notifies Exchange that the VSS Full Backup has completed successfully, Exchange will truncate the log files for all the Exchange 2010 databases or Exchange 2007 SP2 Storage Groups.&lt;/li&gt;&lt;/ul&gt;&lt;blockquote&gt;&lt;span style="background-color: #cccccc;"&gt;&lt;strong&gt;Note:&lt;/strong&gt; The default behavior of WSB is to perform a &lt;strong&gt;VSS &lt;u&gt;Copy&lt;/u&gt; Backup&lt;/strong&gt;, which will not truncate the logs.&amp;nbsp;To configure a &lt;strong&gt;VSS &lt;u&gt;Full&lt;/u&gt; Backup&lt;/strong&gt; you must configure a &lt;strong&gt;Custom&lt;/strong&gt; backup (not Full Server), add the volumes that contain the Exchange data, click &lt;strong&gt;Advanced Settings&lt;/strong&gt;, and select &lt;strong&gt;VSS Full Backup&lt;/strong&gt; on the VSS Settings tab.&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;ul&gt;&lt;li&gt;Backups must be run against the active node on Database Availability Groups (DAGs) or the active node in an Exchange 2007 CCR cluster.&amp;nbsp; When the backups complete successfully and the logs are truncated on the active node, the same operation will occur on the passive node.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;You can backup either to a local hard drive or a network share&lt;br /&gt;&lt;/li&gt;&lt;li&gt;There is no remote server backup functionality. You must perform the backup from the Exchange server.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;You can schedule the backups using WSB or install the WSB command line extensions&amp;nbsp;to run a backup from the command line.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;When restoring, you do not have to restore the whole backed up volume. You can choose to restore only Exchange application data by choosing to recover only the Exchange application, as shown:&lt;/li&gt;&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.expta.com/uploaded_images/Restore-Application-753882.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="249" src="http://www.expta.com/uploaded_images/Restore-Application-753879.PNG" vr="true" width="320" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;And then select Exchange:&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;img border="0" src="http://www.expta.com/uploaded_images/Restore-Exchange-745381.PNG" vr="true" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Recovery can be performed to the original location (overwriting the existing data) or to a new folder or location.&amp;nbsp; If you choose to recover to another location, WSB will copy just the application data, not recover the Exchange application itself.&amp;nbsp; You can then use&amp;nbsp;this data in an Exchange 2010 Recovery Database (RDB) or an Exchange 2007&amp;nbsp;Recovery Storage Group (RSG).&lt;br /&gt;&lt;/li&gt;&lt;li&gt;You can redirect the restore of an Exchange application to another server.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Microsoft &lt;a href="http://www.microsoft.com/systemcenter/dataprotectionmanager/en/us/2010beta-overview.aspx%20_target='blank'"&gt;Data Protection Manager (DPM) 2010&lt;/a&gt; is also in beta&amp;nbsp;and is available for download.&lt;/li&gt;&lt;/ul&gt;In a future article, I will explain the process of using an Exchange 2010 Recovery Database (RDB) to recover data from a backup set.&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-5630686441801259113?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qOJEgfoyhn-mfgkuqC2On04xm5I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qOJEgfoyhn-mfgkuqC2On04xm5I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qOJEgfoyhn-mfgkuqC2On04xm5I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qOJEgfoyhn-mfgkuqC2On04xm5I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=pyvMr11X0xw:KGCYqy4bsvY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=pyvMr11X0xw:KGCYqy4bsvY:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=pyvMr11X0xw:KGCYqy4bsvY:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=pyvMr11X0xw:KGCYqy4bsvY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=pyvMr11X0xw:KGCYqy4bsvY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=pyvMr11X0xw:KGCYqy4bsvY:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=pyvMr11X0xw:KGCYqy4bsvY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=pyvMr11X0xw:KGCYqy4bsvY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=pyvMr11X0xw:KGCYqy4bsvY:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=pyvMr11X0xw:KGCYqy4bsvY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=pyvMr11X0xw:KGCYqy4bsvY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=pyvMr11X0xw:KGCYqy4bsvY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/pyvMr11X0xw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/5630686441801259113/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/10/how-to-backup-exchange-2010-rtm-at.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/5630686441801259113" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/5630686441801259113" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/pyvMr11X0xw/how-to-backup-exchange-2010-rtm-at.html" title="How to Backup Exchange 2010 RTM at Release Timeframe" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/10/how-to-backup-exchange-2010-rtm-at.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-5256176511675203142</id><published>2009-10-27T15:25:00.000-07:00</published><updated>2009-10-27T15:25:36.450-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term="Vista" /><category scheme="http://www.blogger.com/atom/ns#" term="PowerShell" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows7" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft" /><title type="text">Windows 7 Interoperability Pack Released</title><content type="html">Microsoft announced today&amp;nbsp;the release of the &lt;a href="http://support.microsoft.com/kb/971644"&gt;Platform Update for Windows Server 2008 and Windows Vista&lt;/a&gt;, as well as &lt;a href="http://support.microsoft.com/kb/969084"&gt;Remote Desktop Connection Client 7.0&lt;/a&gt; and &lt;a href="http://support.microsoft.com/kb/960568"&gt;Windows Management Framework&lt;/a&gt;.&amp;nbsp; This was previously known as&amp;nbsp;the &lt;strong&gt;Windows 7 Interoperability Pack&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;Please see the following Microsoft Knowledge Base articles for more information.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Platform Update for Windows Server 2008 and Windows Vista&lt;/strong&gt; - &lt;a href="http://support.microsoft.com/kb/971644"&gt;http://support.microsoft.com/kb/971644&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;strong&gt;Remote Desktop Connection 7.0 client update&lt;/strong&gt; - &lt;a href="http://support.microsoft.com/kb/969084"&gt;http://support.microsoft.com/kb/969084&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Windows Management Framework Core&lt;/strong&gt; - &lt;a href="http://support.microsoft.com/kb/960930"&gt;http://support.microsoft.com/kb/960930&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Windows Management Framework BITS&lt;/strong&gt; - &lt;a href="http://support.microsoft.com/kb/960568"&gt;http://support.microsoft.com/kb/960568&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-5256176511675203142?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/woRjmGuK_H8ag9LPEa6eAiDXeIs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/woRjmGuK_H8ag9LPEa6eAiDXeIs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/woRjmGuK_H8ag9LPEa6eAiDXeIs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/woRjmGuK_H8ag9LPEa6eAiDXeIs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=VThGBcvQNqk:gO6FYrHhv7M:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=VThGBcvQNqk:gO6FYrHhv7M:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=VThGBcvQNqk:gO6FYrHhv7M:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=VThGBcvQNqk:gO6FYrHhv7M:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=VThGBcvQNqk:gO6FYrHhv7M:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=VThGBcvQNqk:gO6FYrHhv7M:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=VThGBcvQNqk:gO6FYrHhv7M:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=VThGBcvQNqk:gO6FYrHhv7M:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=VThGBcvQNqk:gO6FYrHhv7M:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=VThGBcvQNqk:gO6FYrHhv7M:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=VThGBcvQNqk:gO6FYrHhv7M:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=VThGBcvQNqk:gO6FYrHhv7M:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/VThGBcvQNqk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/5256176511675203142/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/10/windows-7-interoperability-pack.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/5256176511675203142" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/5256176511675203142" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/VThGBcvQNqk/windows-7-interoperability-pack.html" title="Windows 7 Interoperability Pack Released" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/10/windows-7-interoperability-pack.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-696955930658192224</id><published>2009-10-27T15:16:00.001-07:00</published><updated>2009-10-27T15:16:20.382-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows" /><category scheme="http://www.blogger.com/atom/ns#" term="PowerShell" /><title type="text">Windows Management Framework Released</title><content type="html">Windows Management Framework, which includes Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0, was officially released to the world this morning. By providing a consistent management interface across the various flavors of Windows, we are making our platform that much more attractive to deploy. IT Professionals can now easily manage their Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, and Windows Server 2008 R2 machines through PowerShell remoting – that’s a huge win! &lt;br /&gt;&lt;br /&gt;You can download the packages here: &lt;a href="http://go.microsoft.com/fwlink/?LinkID=151321"&gt;http://go.microsoft.com/fwlink/?LinkID=151321&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-696955930658192224?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6vTflEOcFULw_AnIdaakwvQU7Y0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6vTflEOcFULw_AnIdaakwvQU7Y0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6vTflEOcFULw_AnIdaakwvQU7Y0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6vTflEOcFULw_AnIdaakwvQU7Y0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=vLahTFF52ck:URHvn-Qzx4U:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=vLahTFF52ck:URHvn-Qzx4U:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=vLahTFF52ck:URHvn-Qzx4U:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=vLahTFF52ck:URHvn-Qzx4U:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=vLahTFF52ck:URHvn-Qzx4U:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=vLahTFF52ck:URHvn-Qzx4U:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=vLahTFF52ck:URHvn-Qzx4U:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=vLahTFF52ck:URHvn-Qzx4U:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=vLahTFF52ck:URHvn-Qzx4U:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=vLahTFF52ck:URHvn-Qzx4U:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=vLahTFF52ck:URHvn-Qzx4U:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=vLahTFF52ck:URHvn-Qzx4U:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/vLahTFF52ck" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/696955930658192224/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/10/windows-management-framework-released.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/696955930658192224" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/696955930658192224" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/vLahTFF52ck/windows-management-framework-released.html" title="Windows Management Framework Released" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/10/windows-management-framework-released.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-7767228292075982517</id><published>2009-10-26T14:28:00.000-07:00</published><updated>2009-10-26T14:28:39.302-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="troubleshooting" /><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term="Hyper-V" /><title type="text">Paused Hyper-V VMs Do Not Release RAM</title><content type="html">&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Windows Server 2008 Hyper-V allows the administrator to pause a running Hyper-V virtual machine.&amp;nbsp; When a VM is paused, the VM system state is written to a file on the host server and the VM no longer will process operations.&amp;nbsp; This is similar to the sleep feature in other versions of Windows.&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;When the VM is resumed, Hyper-V will read this saved state information back into its working set and the VM will continue to function as it was when the VM was paused.&amp;nbsp; This is a very quick operation.&lt;br /&gt;&lt;br /&gt;Pausing a VM is handy when you want to quickly and temporarily take a machine offline without shutting it down.&amp;nbsp; For example, you may want to test cluster failover or you may need to briefly free up main processor resources.&lt;br /&gt;&lt;br /&gt;Be aware, however, that pausing a VM does not free up the RAM associated with the VM.&amp;nbsp; I've seen several customers make this mistake, thinking that they could essentially "over-subscribe" their Hyper-V host server by pausing running VMs to free up resources (RAM) and run other VMs.&lt;br /&gt;&lt;br /&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;When you pause a virtual machine, the RAM allocated to the paused VM is not released back to the host.&amp;nbsp; Take a look at the sample perfomance monitor screenshot below:&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: center;"&gt;&lt;img border="0" src="http://www.expta.com/uploaded_images/VM-RAM-Usage-786678.png" vr="true" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: left;"&gt;This perfmon example shows available megabytes free on a Windows Server 2008 Hyper-V host server with 8GB RAM.&amp;nbsp; RAM drops when a 4GB VM is started up, as expected.&amp;nbsp; The VM is then pause and the available megabytes free remains steady at about 3289MB free.&amp;nbsp; RAM utilization remains steady when the VM is resumed a short time later.&amp;nbsp; RAM is only released back to the Hyper-V host when the VM is powered off.&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: left;"&gt;If you want to free up RAM from a running VM, you need to either turn off the VM or use the Hyper-V "Save" action.&amp;nbsp; Save is similar to the Windows hibernate feature, where both the system state and the RAM working set are written to disk files and then released to the host server.&amp;nbsp; When the VM is started, it will read these files back into memory and restore the VM to its previous state.&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-7767228292075982517?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/n0uwf3A1Ccw-NNBWGegrlzO39fA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/n0uwf3A1Ccw-NNBWGegrlzO39fA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/n0uwf3A1Ccw-NNBWGegrlzO39fA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/n0uwf3A1Ccw-NNBWGegrlzO39fA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=6tgm0USnLI4:B_UDI9OeKg8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=6tgm0USnLI4:B_UDI9OeKg8:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=6tgm0USnLI4:B_UDI9OeKg8:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=6tgm0USnLI4:B_UDI9OeKg8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=6tgm0USnLI4:B_UDI9OeKg8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=6tgm0USnLI4:B_UDI9OeKg8:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=6tgm0USnLI4:B_UDI9OeKg8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=6tgm0USnLI4:B_UDI9OeKg8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=6tgm0USnLI4:B_UDI9OeKg8:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=6tgm0USnLI4:B_UDI9OeKg8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=6tgm0USnLI4:B_UDI9OeKg8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=6tgm0USnLI4:B_UDI9OeKg8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/6tgm0USnLI4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/7767228292075982517/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/10/paused-hyper-v-vms-do-not-release-ram.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/7767228292075982517" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/7767228292075982517" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/6tgm0USnLI4/paused-hyper-v-vms-do-not-release-ram.html" title="Paused Hyper-V VMs Do Not Release RAM" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/10/paused-hyper-v-vms-do-not-release-ram.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-4383452973905903529</id><published>2009-10-23T10:07:00.000-07:00</published><updated>2009-10-23T10:07:45.196-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="troubleshooting" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008 R2" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008" /><category scheme="http://www.blogger.com/atom/ns#" term="Hyper-V" /><title type="text">Hyper-V-Worker Event 23012 Explained</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.expta.com/uploaded_images/23012-780977.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://www.expta.com/uploaded_images/23012-780974.PNG" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;If you load a Windows Server 2008 R2 virtual machine on a Windows Server 2008 Hyper-V host server, you will get an error on the host server similar to the following:&lt;br /&gt;&lt;/div&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Log Name: Microsoft-Windows-Hyper-V-Worker-Admin&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Source: Microsoft-Windows-Hyper-V-Worker&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Date: 10/23/2009 7:56:48 AM&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Event ID: 23012&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Task Category: None&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Level: Error&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Keywords: &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;User: NETWORK SERVICE&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Computer: mailgate.theguillets.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Description:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;strong&gt;Device 'VMBus' in 'EX1 ENT x64' cannot load because it is incompatible with virtualization stack.&lt;/strong&gt; Server version 13 Client version 65537 (Virtual machine 98EEEED7-A97D-48CF-87F5-E1E8F698D169).&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;This happens because the Windows Server 2008 R2&amp;nbsp;Hyper-V Integration Components are not compatible with the Hyper-V v1 release components.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Incompatible does not mean they won't work - because they do.&amp;nbsp; It's just that the R2 version includes enhancements and changes that are beyond the capabilities of Hyper-V v1.&lt;br /&gt;&lt;br /&gt;If you want to run an R2 build in a VM on Hyper-V v1 and you don't want to see this error, use a Legacy NIC for the R2 VM.&lt;br /&gt;&lt;br /&gt;The Integration Components are already present in Windows Server 2008 and Windows Server 2008 R2.&amp;nbsp; You do not need to install them&amp;nbsp;on these VMs.&amp;nbsp; You can only upgrade the Integration Components, not downgrade them.&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-4383452973905903529?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ySBupRPDGJ13fVmcVFKbtDF5h-0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ySBupRPDGJ13fVmcVFKbtDF5h-0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ySBupRPDGJ13fVmcVFKbtDF5h-0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ySBupRPDGJ13fVmcVFKbtDF5h-0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=IcOuYjbWIZo:g7KsjcIJ08w:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=IcOuYjbWIZo:g7KsjcIJ08w:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=IcOuYjbWIZo:g7KsjcIJ08w:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=IcOuYjbWIZo:g7KsjcIJ08w:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=IcOuYjbWIZo:g7KsjcIJ08w:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=IcOuYjbWIZo:g7KsjcIJ08w:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=IcOuYjbWIZo:g7KsjcIJ08w:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=IcOuYjbWIZo:g7KsjcIJ08w:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=IcOuYjbWIZo:g7KsjcIJ08w:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=IcOuYjbWIZo:g7KsjcIJ08w:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=IcOuYjbWIZo:g7KsjcIJ08w:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=IcOuYjbWIZo:g7KsjcIJ08w:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/IcOuYjbWIZo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/4383452973905903529/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/10/hyper-v-worker-event-23012-explained.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/4383452973905903529" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/4383452973905903529" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/IcOuYjbWIZo/hyper-v-worker-event-23012-explained.html" title="Hyper-V-Worker Event 23012 Explained" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/10/hyper-v-worker-event-23012-explained.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-797009965029123624</id><published>2009-10-22T21:54:00.000-07:00</published><updated>2009-10-23T12:19:57.273-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2010" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2007" /><category scheme="http://www.blogger.com/atom/ns#" term="dogfood" /><title type="text">Exchange Server 2010 RTM Upgrade and Installation - Phase 2</title><content type="html">These are my notes for&amp;nbsp;phase 2 of my migration from Exchange 2007 SP2 to Exchange 2010 RTM.&amp;nbsp; My notes for phase 1, where&amp;nbsp;I introduced the first Exchange 2010 Hub/CAS/Mailbox server into my existing Exchange 2007 environment,&amp;nbsp;can be read &lt;a href="http://www.expta.com/2009/10/exchange-server-2010-rtm-upgrade-and.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Now in phase 2, I needed to configure the new 2010 server,&amp;nbsp;test mailflow, move the mailboxes, and configure ActiveSync.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;I decided to create a third phase, where I will decommission the Exchange 2007 Hub/CAS/Mailbox server, migrate the Windows Server 2008 SP2 Hyper-V host server to Windows Server 2008 R2, and install the Exchange 2010 Edge Transport role on it.&lt;br /&gt;&lt;br /&gt;I configured the logging for each server and resubscribed my Edge Transport server.&amp;nbsp; If you don't do this, you'll get the following warning in the Application event log of the 2010 Hub Transport server:&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Log Name: Application&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Source: MSExchange EdgeSync&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Date: 10/22/2009 3:07:25 PM&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Event ID: 1032&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Task Category: Topology&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Level: Warning&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Keywords: Classic&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;User: N/A&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Computer: ex1.expta.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Description:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Microsoft Exchange EdgeSync can't find the replication credential on EX1.expta.com to synchronize with Edge server mailgate.expta.com. This may happen if EX1.expta.com joined the current Active Directory site after subscription for edge.expta.com was established. To have this Hub Transport server participate in EdgeSync, re-subscribe mailgate.expta.com to the current Active Directory site.&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;There's no need to remove the old subscription. Just create a new subscription file using the New-EdgeSubscription cmdlet on the Edge Transport server and import it using the New Edge Subscription action in EMC on the 2010 Hub Transport server, as usual. It will update the existing Edge subscription for the new 2010 server.&lt;br /&gt;&lt;br /&gt;Next, I reconfigured port forwarding for my Client SMTP Send Connector (TCP port 587) to be directed to the new 2010 server.&amp;nbsp; I tested this using my iPhone, which is connected to my home email using IMAP4 and SMTP.&amp;nbsp; In this configuration, the iPhone gets email from the Exchange 2007 server, but sends email through the Exchange 2010 server.&amp;nbsp; Both incoming and outgoing emails tested fine.&lt;br /&gt;&lt;br /&gt;Now I needed to move the mailboxes to the new 2010 server. This is accomplished using the Exchange 2010 Management Console to perform Local Move Requests to the database on the 2010 server. Once the move is completed, I cleared the Move Request in the console to complete the move.&lt;br /&gt;&lt;br /&gt;Now it was time to move IMAP services to the new 2010 server.&amp;nbsp; As in previous versions of Exchange, the &lt;strong&gt;Microsoft Exchange IMAP4&lt;/strong&gt; and &lt;strong&gt;Microsoft Exchange POP3&lt;/strong&gt; services are set to manual and stopped, by default.&amp;nbsp; I changed the Microsoft Exchange IMAP4 service to automatic and started it.&amp;nbsp; Then I reconfigured port forwarding for IMAP4 (TCP port 143) and IMAP4/TLS (TCP port 993) to be directed to the new server.&amp;nbsp; I sync'd the iPhone using secure IMAP and it worked fine.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;strong&gt;Note:&lt;/strong&gt; I use self-signed certificates for Exchange 2007 and 2010.&amp;nbsp; The iPhone will give a warning saying that the certificate may not be trusted.&amp;nbsp; When you continue anyway, the certificate is automatically installed on the iPhone and you won't be prompted again.&amp;nbsp; Cool!&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Next, I used the &lt;strong&gt;Microsoft Exchange ActiveSync Connectivity Tests&lt;/strong&gt; in the&amp;nbsp;&lt;strong&gt;&lt;a _target="blank" href="https://www.testexchangeconnectivity.com/"&gt;Microsoft Exchange Remote Connectivity Analyzer&lt;/a&gt;&lt;/strong&gt; to test that ActiveSync is working properly.&amp;nbsp; This tool allows you to remotely test several aspects of you Exchange infrastructure, including Outlook and ActiveSync AutoDiscover records, ActiveSync functionality, Outlook Anywhere, inbound&amp;nbsp;/ outbound SMTP email, and more from a Microsoft-hosted website.&amp;nbsp; &lt;a href="http://www.youtube.com/watch?v=OAzJqCtgw_0 _target='blank'"&gt;Very. Very. Cool.&lt;/a&gt;&amp;nbsp; The Exchange team just recently updated the ExRCA to work with Exchange 2010.&lt;br /&gt;&lt;br /&gt;Here, I ran into an unexpected problem.&amp;nbsp; The ActiveSync tests were failing in ExRCA with the error,&amp;nbsp;"Exchange ActiveSync returned an HTTP 500 response", as shown below.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.expta.com/uploaded_images/ExCRA-780243.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://www.expta.com/uploaded_images/ExCRA-780239.png" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Unfortunately, the "Tell me more about this issue and how to resolve it" link refers to a less than helpful article for Exchange 2003.&amp;nbsp; I checked the event logs and found the following error in the Application event log:&lt;br /&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Log Name: Application&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Source: MSExchange ActiveSync&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Date: 10/22/2009 9:18:03 PM&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Event ID: 1053&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Task Category: Configuration&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Level: Error&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Keywords: Classic&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;User: N/A&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Computer: ex1.expta.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Description:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Exchange ActiveSync doesn't have sufficient permissions to create the "CN=Keith Johnson,CN=Users,DC=expta,DC=com" container under Active Directory user "Active Directory operation failed on dc1.expta.com. This error is not retriable. Additional information: Access is denied.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Active directory response: 00000005: SecErr: DSID-031521D0, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;".&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Make sure the user has inherited permission granted to domain\Exchange Servers to allow List, Create child, Delete child of object type "msExchangeActiveSyncDevices" and doesn't have any deny permissions that block such operations.&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;After a bit of research, I discovered that this happens when a user is a member of a Windows built-in group. In my case, the user was a member of Domain Admins. As you probably know, it's best practice to only use admin accounts for administrative functions and to not use them for regular user functions, such as ActiveSync. &lt;br /&gt;&lt;br /&gt;To fix the problem, you must remove the user from the built-in group and reconfigure the user's security to apply inheritance (in ADUC, select the Security tab, Advanced, and check Include inheritable permissions from this object's parent). If you don't remove the user from the built-in group, Windows will deselect inheritance.&lt;br /&gt;&lt;br /&gt;Once I did all this and retested the ActiveSync functionality using ExRCA, I was ready to configure ActiveSync for my most important user - my wife with her iPhone.&amp;nbsp; It worked like a charm.&lt;br /&gt;&lt;br /&gt;There's just a little bit of cleanup to do now.&amp;nbsp; I need to move the Offline Address Book to the new 2010 server and then I can move on to phase 3, where I will decommission the Exchange 2007 server and upgrade the Hyper-V host and Edge Transport server.&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-797009965029123624?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/pEy-I7dTwDYtFQ9r95YuouAIHyg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pEy-I7dTwDYtFQ9r95YuouAIHyg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/pEy-I7dTwDYtFQ9r95YuouAIHyg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pEy-I7dTwDYtFQ9r95YuouAIHyg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=rudGn3emDnQ:S-AJVX6ISHo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=rudGn3emDnQ:S-AJVX6ISHo:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=rudGn3emDnQ:S-AJVX6ISHo:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=rudGn3emDnQ:S-AJVX6ISHo:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=rudGn3emDnQ:S-AJVX6ISHo:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=rudGn3emDnQ:S-AJVX6ISHo:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=rudGn3emDnQ:S-AJVX6ISHo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=rudGn3emDnQ:S-AJVX6ISHo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=rudGn3emDnQ:S-AJVX6ISHo:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=rudGn3emDnQ:S-AJVX6ISHo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=rudGn3emDnQ:S-AJVX6ISHo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=rudGn3emDnQ:S-AJVX6ISHo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/rudGn3emDnQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/797009965029123624/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/10/exchange-server-2010-rtm-upgrade-and_22.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/797009965029123624" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/797009965029123624" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/rudGn3emDnQ/exchange-server-2010-rtm-upgrade-and_22.html" title="Exchange Server 2010 RTM Upgrade and Installation - Phase 2" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/10/exchange-server-2010-rtm-upgrade-and_22.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-1827468228367087605</id><published>2009-10-19T11:50:00.000-07:00</published><updated>2009-10-19T11:50:22.975-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2010" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2007" /><category scheme="http://www.blogger.com/atom/ns#" term="dogfood" /><title type="text">Exchange Server 2010 RTM Upgrade and Installation Notes</title><content type="html">&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;I installed Exchange 2010 RTM into my Exchange 2007 SP2 environment this weekend. This article explains the upgrade process, steps, issues, and resolution for those issues.&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;My environment consists of a single Windows Server 2008 SP2 Hyper-V host server, running the Exchange 2007 SP2 Edge Transport role. There are two VMs -- one Windows Server 2008 R2 DC/GC and one Exchange 2007 SP2 Hub/CAS/Mailbox server running on Windows Server 2008 SP2.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;a href="http://www.expta.com/uploaded_images/Home-Network-781213.png"&gt;&lt;img src="http://www.expta.com/uploaded_images/Home-Network-781209.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;My upgrade will be in two stages, as shown above. Stage one is to remove the Exchange 2010 RC1 beta, introduce Exchange Server 2010 RTM into my existing Exchange 2007 environment, and to migrate all the mailboxes to it. Stage two is to upgrade my host server from Windows Server 2008 to Windows Server 2008 R2 and decommission the Exchange 2007 infrastructure.&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Prior to stage one, I've already replaced my existing Windows 2008 SP2 DC/GC with a new Windows 2008 R2 DC/GC and installed Exchange Server 2007 SP2. Exchange 2007 SP2 extends the Active Directory schema to include all the new Exchange 2010 attributes and allows for interoperability between the two versions.&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;strong&gt;&lt;span style="color: #073763;"&gt;Removing the Exchange 2010 RC1 Beta&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Before I began to install Exchange Server 2010 RTM, I wanted to completely remove Exchange 2010 RC1 (build 639.11) from my environment. As with any other version of Exchange, you need to move/remove all mailboxes from the E2010 RC1 server first.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;The only mailboxes I had on Exchange 2010 RC1 were test accounts that I used when writing for the book, "Exchange 2010 Unleashed", so I simply deleted them with the following commands in the Exchange 2010 Management Shell (EMS):&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;strong&gt;[PS] C:\&amp;gt;Get-MailboxDatabase&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Name Server Recovery ReplicationType&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;---- ------ -------- ---------------&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;Mailbox Database 0767927725 EX1 False None&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;strong&gt;[PS] C:\&amp;gt;Get-Mailbox -Database 'Mailbox Database 0767927725' | Remove-Mailbox&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;This will delete all the regular mailboxes in the specified database. Exchange 2010 also uses hidden arbitration mailboxes, which must be deleted before the mailbox server can be decommissioned. Chris Lehr wrote a &lt;a href="http://chrislehr.com/2009/10/exchange-2010-what-is-arbitration.htm"&gt;great article&lt;/a&gt; explaining arbitration mailboxes, which I highly recommend reading. If you don't delete the arbitration mailboxes you will get the following error when you try to uninstall the Exchange 2010 mailbox role:&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Error:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Uninstall cannot continue. Database 'Mailbox Database 0767927725': This mailbox database contains one or more mailboxes or arbitration mailboxes. To get a list of all mailboxes in this database, run the command Get-Mailbox -Database . To get a list of all arbitration mailboxes in this database, run the command Get-Mailbox -Database -Arbitration. Before you can remove this mailbox database, you must disable, move, or remove user mailboxes and move arbitration mailboxes.&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;Run the following command in EMS to delete the arbitration mailboxes:&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;strong&gt;&lt;blockquote&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;strong&gt;[PS] C:\Get-Mailbox -Arbitration | &lt;/strong&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;strong&gt;Remove-Mailbox -Arbitration -RemoveLastArbitrationMailboxAllowed &lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;/strong&gt;&lt;/span&gt;Now you can uninstall all the Exchange 2010 RC1 roles and management tools using Control Panel &amp;gt; Programs and Features. This will also uninstall the Microsoft Full Text Indexing Engine for Exchange, also listed in Programs and Features. Once the uninstallation completes, restart the server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color: #073763;"&gt;Installing Exchange 2010 RTM&lt;/span&gt;&lt;/strong&gt; &lt;br /&gt;Installing Exchange 2010 RTM is very straight-forward and has very few prerequisites in Windows Server 2008 R2, since it already includes Powershell V2 and WSMan. Windows Server 2008 will require ManagementPlatformx64.msi to install these components.&lt;br /&gt;&lt;br /&gt;Here are the steps I used for installation of Exchange 2010 RTM:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Extract &lt;strong&gt;Exchange2010-RC1-x64_639-21.exe&lt;/strong&gt; to a destination folder and run &lt;strong&gt;Setup.exe&lt;/strong&gt;&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Select &lt;strong&gt;Step 3. Choose Exchange Language Option&lt;/strong&gt; and &lt;strong&gt;Install only languages from the DVD&lt;/strong&gt;&lt;/li&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;img border="0" src="http://www.expta.com/uploaded_images/1-784706.png" vr="true" /&gt;&lt;/div&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Select &lt;strong&gt;Step 4. Install Microsoft Exchange&lt;/strong&gt;. The Exchange 2010 binaries will copy to a temporary folder for installation.&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Click &lt;strong&gt;Next&lt;/strong&gt; at the Introduction screen&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Accept the license agreement and click &lt;strong&gt;Next&lt;/strong&gt;&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Enable automatic error reporting and click &lt;strong&gt;Next&lt;/strong&gt;&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Select &lt;strong&gt;Custom Exchange Server Installation&lt;/strong&gt; and click &lt;strong&gt;Next&lt;/strong&gt;&lt;/li&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;img border="0" src="http://www.expta.com/uploaded_images/2-724591.png" vr="true" /&gt;&lt;/div&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Select the &lt;strong&gt;Mailbox Role&lt;/strong&gt;, &lt;strong&gt;Client Access Role&lt;/strong&gt;, and &lt;strong&gt;Hub Transport Role&lt;/strong&gt;. The Exchange 2010 Management Tools are installed automatically. Click &lt;strong&gt;Next&lt;/strong&gt;.&lt;/li&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;img border="0" src="http://www.expta.com/uploaded_images/3-777185.png" vr="true" /&gt;&lt;/div&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Check &lt;strong&gt;The Client Access server role will be Internet-facing&lt;/strong&gt;. Enter the FQDN for the CAS (i.e., &lt;strong&gt;&lt;em&gt;webmail.companyabc.com&lt;/em&gt;&lt;/strong&gt;) and click &lt;strong&gt;Next&lt;/strong&gt;.&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Select the Customer Experience Improvement Program choice and click &lt;strong&gt;Next&lt;/strong&gt;. The Exchange Readiness Checks will run.&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;The Readiness Checks said that&amp;nbsp;the Hub Transport and Mailbox roles require the &lt;strong&gt;2007 Office System Converter: Microsoft Filter Pack &lt;/strong&gt;(&lt;a href="http://go.microsoft.com/fwlink/?LinkId=123380"&gt;http://go.microsoft.com/fwlink/?LinkId=123380&lt;/a&gt;)&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Download and install &lt;strong&gt;FilterPackx64.exe&lt;/strong&gt;. Click &lt;strong&gt;Back&lt;/strong&gt; and &lt;strong&gt;Next&lt;/strong&gt; to re-run the Exchange Readiness Checks.&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Click &lt;strong&gt;Install&lt;/strong&gt; to install Exchange 2010 RTM. The installation ran without error in 9 minutes; 24 seconds on my Hyper-V VM.&lt;/li&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;img border="0" src="http://www.expta.com/uploaded_images/4-739757.png" vr="true" /&gt;&lt;/div&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Clear the &lt;strong&gt;Finalize installation in the Exchange Management Console&lt;/strong&gt; checkbox and click &lt;strong&gt;Finish&lt;/strong&gt;&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Click &lt;strong&gt;Step 5: Get critical updates for Microsoft Exchange&lt;/strong&gt;. Windows Update will run. If prompted, install and run the ActiveX component to install Microsoft Update for other products.&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Click &lt;strong&gt;Check for new updates&lt;/strong&gt; and install any needed updates. Restart if prompted.&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Click &lt;strong&gt;Close&lt;/strong&gt; in the Exchange 2010 setup program&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Launch the &lt;strong&gt;Exchange Management Console&lt;/strong&gt; and verify the Exchange 2010 version is build 639.21.&lt;/li&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;img border="0" src="http://www.expta.com/uploaded_images/5-775350.png" vr="true" /&gt;&lt;/div&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Restart the Exchange 2010 server if it was not restarted for the updates, just to ensure that all the services come up OK.&lt;/li&gt;&lt;li style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Create a test mailbox on the new server and test mailflow&lt;/li&gt;&lt;/ul&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;This is where I'm at right now.&amp;nbsp; I still need to move my mailboxes from the Exchange 2007 mailbox server to Exchange 2010 before moving on to phase 2.&amp;nbsp; I'll post again when that's done.&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-1827468228367087605?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_B6O47-cQRzxXgEHMSpF5ejEQqI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_B6O47-cQRzxXgEHMSpF5ejEQqI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_B6O47-cQRzxXgEHMSpF5ejEQqI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_B6O47-cQRzxXgEHMSpF5ejEQqI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=d-si5EkXr0k:vMoQ7P9Lb1Y:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=d-si5EkXr0k:vMoQ7P9Lb1Y:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=d-si5EkXr0k:vMoQ7P9Lb1Y:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=d-si5EkXr0k:vMoQ7P9Lb1Y:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=d-si5EkXr0k:vMoQ7P9Lb1Y:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=d-si5EkXr0k:vMoQ7P9Lb1Y:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=d-si5EkXr0k:vMoQ7P9Lb1Y:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=d-si5EkXr0k:vMoQ7P9Lb1Y:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=d-si5EkXr0k:vMoQ7P9Lb1Y:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=d-si5EkXr0k:vMoQ7P9Lb1Y:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=d-si5EkXr0k:vMoQ7P9Lb1Y:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=d-si5EkXr0k:vMoQ7P9Lb1Y:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/d-si5EkXr0k" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/1827468228367087605/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/10/exchange-server-2010-rtm-upgrade-and.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/1827468228367087605" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/1827468228367087605" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/d-si5EkXr0k/exchange-server-2010-rtm-upgrade-and.html" title="Exchange Server 2010 RTM Upgrade and Installation Notes" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://www.expta.com/2009/10/exchange-server-2010-rtm-upgrade-and.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-2151390844023282791</id><published>2009-10-19T08:21:00.000-07:00</published><updated>2009-10-19T08:21:32.529-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Security" /><category scheme="http://www.blogger.com/atom/ns#" term="humor" /><title type="text">Users... Ugh</title><content type="html">Quote of the day:&lt;br /&gt;&lt;span style="font-family: Georgia, &amp;quot;Times New Roman&amp;quot;, serif;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family: Georgia, &amp;quot;Times New Roman&amp;quot;, serif;"&gt;"And don't even get me started on the kind of trash that average users install on their machines when they have local-admin rights. It's amazing how the most unsophisticated user, incapable of so much as a password reset without help-desk support, can find a way to install complex multi-tiered client-server front-end applications if the reward involves shopping or sports."&lt;/span&gt;&amp;nbsp; &lt;strong&gt;&lt;span style="font-size: x-small;"&gt;-- &lt;a href="http://technet.microsoft.com/en-us/magazine/ee518862.aspx%20_target='blank'"&gt;Bill Boswell&lt;/a&gt;, TechNet Magazine&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-2151390844023282791?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mJS1jAU2q04eFmPP4HI0QAGcZIQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mJS1jAU2q04eFmPP4HI0QAGcZIQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mJS1jAU2q04eFmPP4HI0QAGcZIQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mJS1jAU2q04eFmPP4HI0QAGcZIQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=_N9D3lCS6hA:LlR8wR8aYCQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=_N9D3lCS6hA:LlR8wR8aYCQ:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=_N9D3lCS6hA:LlR8wR8aYCQ:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=_N9D3lCS6hA:LlR8wR8aYCQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=_N9D3lCS6hA:LlR8wR8aYCQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=_N9D3lCS6hA:LlR8wR8aYCQ:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=_N9D3lCS6hA:LlR8wR8aYCQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=_N9D3lCS6hA:LlR8wR8aYCQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=_N9D3lCS6hA:LlR8wR8aYCQ:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=_N9D3lCS6hA:LlR8wR8aYCQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=_N9D3lCS6hA:LlR8wR8aYCQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=_N9D3lCS6hA:LlR8wR8aYCQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/_N9D3lCS6hA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/2151390844023282791/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/10/users-ugh.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/2151390844023282791" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/2151390844023282791" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/_N9D3lCS6hA/users-ugh.html" title="Users... Ugh" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/10/users-ugh.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-2605129385654806594</id><published>2009-10-16T09:16:00.000-07:00</published><updated>2009-10-16T09:29:22.293-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="certifications" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2010" /><title type="text">Exchange 2010 Certified!</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.expta.com/uploaded_images/Exchange-2010-Logo-733341.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="152" src="http://www.expta.com/uploaded_images/Exchange-2010-Logo-733339.PNG" vr="true" width="320" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;This morning I received the following email from Microsoft:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;strong&gt;&lt;span style="font-family: Georgia, &amp;quot;Times New Roman&amp;quot;, serif;"&gt;Congratulations on earning your Microsoft Exchange Server 2010, Configuration certification! We hope you enjoy the benefits of your certification and of membership in the Microsoft Certified Professional community.&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;/blockquote&gt;Nice way to start the day!&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-2605129385654806594?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/yRRIyH3FDPMFcfwmU_quiHU-PGw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yRRIyH3FDPMFcfwmU_quiHU-PGw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/yRRIyH3FDPMFcfwmU_quiHU-PGw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yRRIyH3FDPMFcfwmU_quiHU-PGw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=apUxFqWYZBQ:gH0J05F9YGo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=apUxFqWYZBQ:gH0J05F9YGo:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=apUxFqWYZBQ:gH0J05F9YGo:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=apUxFqWYZBQ:gH0J05F9YGo:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=apUxFqWYZBQ:gH0J05F9YGo:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=apUxFqWYZBQ:gH0J05F9YGo:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=apUxFqWYZBQ:gH0J05F9YGo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=apUxFqWYZBQ:gH0J05F9YGo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=apUxFqWYZBQ:gH0J05F9YGo:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=apUxFqWYZBQ:gH0J05F9YGo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=apUxFqWYZBQ:gH0J05F9YGo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=apUxFqWYZBQ:gH0J05F9YGo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/apUxFqWYZBQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/2605129385654806594/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/10/exchange-2010-certified.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/2605129385654806594" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/2605129385654806594" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/apUxFqWYZBQ/exchange-2010-certified.html" title="Exchange 2010 Certified!" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/10/exchange-2010-certified.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-1397041967341950167</id><published>2009-10-15T16:16:00.000-07:00</published><updated>2009-10-15T16:16:00.159-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="scripts" /><category scheme="http://www.blogger.com/atom/ns#" term="Security" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2010" /><category scheme="http://www.blogger.com/atom/ns#" term="PowerShell" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2007" /><title type="text">How to Convert Local and Global Groups to Universal Groups</title><content type="html">&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://www.expta.com/uploaded_images/Universal-Distribution-Group-759848.png" imageanchor="1" style="clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img $r="true" border="0" height="179" src="http://www.expta.com/uploaded_images/Universal-Distribution-Group-759844.png" width="200" /&gt;&lt;/a&gt;As you may know, Exchange Server 2007 and Exchange Server 2010 force you to create all new distribution groups as universal distribution groups.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;The reason for this is that Exchange 2007/2010 requires a local Global Catalog (GC) server in the Exchange site to query for group expansion. A GC can expand domain local, global, and universal groups. However, domain local groups (and sometimes global groups) can only be expanded within the domain local scope. If the GC is a member of the companyabc.com domain, it will be unable to expand a domain local group in the sales.companyabc.com subdomain.&lt;br /&gt;&lt;br /&gt;Universal groups can be used anywhere in the same Windows forest. A GC is able expand universal groups in any domain or subdomain in that forest, as long as the domain functional level (DFL) and forest functional level (FFL) are at least Windows Server 2003 Interim Level.&lt;br /&gt;&lt;br /&gt;Obviously, the issue with group expansion only occurs in multi-domain "enterprise" environments, but Exchange 2007/2010 doesn't care. Distribution groups and mail-enabled security groups must still be universal groups, even in a single domain environment.&lt;br /&gt;If you're moving from Exchange 2000/2003 to Exchange 2007 or Exchange 2010, you're going to want to convert all your domain local and global distribution and mail-enabled security groups to universal groups so they can be managed using the Exchange management tools.&lt;br /&gt;&lt;br /&gt;You can change group types and group scope using Active Directory Users and Computers (ADUC), but you can only do one group at a time. When I first started writing this article I was convinced that Powershell was the best way to do this. But due to limitations in the way that Powershell accesses Active Directory, my scripts were getting quite large and complicated, even when using third party Powershell extensions like Quest's free &lt;a href="http://www.quest.com/Powershell/activeroles-server.aspx"&gt;ActiveRoles Management Shell for Active Directory&lt;/a&gt;. I started to look for other ways to perform bulk changes of distribution and security groups.&lt;br /&gt;&lt;br /&gt;The most efficient way I found is to use the internal Windows dsquery and dsmod tools. These handy and oft-forgotten tools are installed with the operating system in Windows 2000 and later.&lt;br /&gt;&lt;br /&gt;The following command will produce a list of all the groups in the domain and their scope (domain local, global, or universal) and whether the group is a security group. The output is redirected to the Groups.txt file:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;This command can take a while to run if the domain contains a large number of groups. It took about a minute to process over 6,100 groups.&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;strong&gt;dsquery group -limit 0 | dsget group -samid -scope -secgrp&amp;nbsp;&amp;gt; Groups.txt&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;The command to convert all domain local and global groups (both distribution and security groups) is:&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;"&gt;&lt;strong&gt;dsquery group -limit 0 | dsmod group -c -q -scope u&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;The first part of this command uses dsquery to query AD for all groups and then pipes the collection to dsmod to convert each group to a universal group. The -c switch tells dsmod to output any errors and continue. The -q switch tells dsmod to run in quiet mode (suppress successful changes).&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Note:&lt;/strong&gt; Some groups cannot be converted to Universal groups. All of the Windows built-on groups are global and cannot be converted to a different group scope.&lt;br /&gt;&lt;br /&gt;Also know that a global group cannot have a universal group as a member. When you see this error, it means that the group is a member of another group that cannot be converted to a universal group (for example, the built-in Account Operators group. Sometimes, this can be like chasing a rat down a hole. The groups may be so deeply nested that it's hard to find the group that is preventing the conversion.&lt;br /&gt;&lt;br /&gt;Sometimes it helps to run the conversion command again. For example, dsmod may be unable to convert Group-A to a universal group because it contains the domain local group, Group-B. Later in the process, Group-B is converted from a local group to a universal group. If you run the conversion again, Group-A can now be converted.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Note:&lt;/strong&gt; Exchange 2007 and Exchange 2010 will automatically convert universal distribution groups to universal security groups if the distribution group is used to apply security settings for a MAPI or Public Folder. My next article will cover this in more detail.&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-1397041967341950167?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/G00GkJrG5n1RSKLK73BXms_Mb-k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/G00GkJrG5n1RSKLK73BXms_Mb-k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/G00GkJrG5n1RSKLK73BXms_Mb-k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/G00GkJrG5n1RSKLK73BXms_Mb-k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=AFMuXapx-JY:Vq0p7NYBjO8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=AFMuXapx-JY:Vq0p7NYBjO8:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=AFMuXapx-JY:Vq0p7NYBjO8:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=AFMuXapx-JY:Vq0p7NYBjO8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=AFMuXapx-JY:Vq0p7NYBjO8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=AFMuXapx-JY:Vq0p7NYBjO8:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=AFMuXapx-JY:Vq0p7NYBjO8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=AFMuXapx-JY:Vq0p7NYBjO8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=AFMuXapx-JY:Vq0p7NYBjO8:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=AFMuXapx-JY:Vq0p7NYBjO8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=AFMuXapx-JY:Vq0p7NYBjO8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=AFMuXapx-JY:Vq0p7NYBjO8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/AFMuXapx-JY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/1397041967341950167/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/10/how-to-convert-local-and-global-groups.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/1397041967341950167" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/1397041967341950167" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/AFMuXapx-JY/how-to-convert-local-and-global-groups.html" title="How to Convert Local and Global Groups to Universal Groups" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/10/how-to-convert-local-and-global-groups.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-5623686561333413209</id><published>2009-10-08T14:51:00.000-07:00</published><updated>2009-10-08T14:53:45.325-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2010" /><title type="text">Exchange 2010 - Stick a Fork in it</title><content type="html">&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;a href="http://www.expta.com/uploaded_images/fork1-756519.jpg" imageanchor="1" style="clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img $r="true" border="0" height="63" src="http://www.expta.com/uploaded_images/fork1-756457.jpg" width="96" TARGET='_blank' /&gt;&lt;/a&gt;It's done!&amp;nbsp; The &lt;a href="http://msexchangeteam.com/archive/2009/10/08/452775.aspx"&gt;Microsoft Exchange&amp;nbsp;Team&lt;/a&gt; reported today that Exchange 2010 is code complete and on its way to general availability.&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;I think this is the best version of Exchange I've ever worked with.&amp;nbsp; Finally, Exchange Server is truly enterprise ready with true high availability built in, not just as an afterthought.&lt;br /&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;Exchange 2010 is scheduled to RTM in November along with the launch of TechEd Europe 2009.&lt;br /&gt;&lt;br /&gt;I'm proud to have been a co-writer for the upcoming book, "Exchange 2010 Unleashed," by Sams Publishing.&amp;nbsp; I've been working with it through several alpha and beta builds and have been consistently impressed with the build quality and the direction that Microsoft is taking with this product.&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-5623686561333413209?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1rdjzl240KukCD4TpZX6p5QvWUM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1rdjzl240KukCD4TpZX6p5QvWUM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1rdjzl240KukCD4TpZX6p5QvWUM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1rdjzl240KukCD4TpZX6p5QvWUM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=OkZ-2oMvnUI:TJ4qahqfbj8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=OkZ-2oMvnUI:TJ4qahqfbj8:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=OkZ-2oMvnUI:TJ4qahqfbj8:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=OkZ-2oMvnUI:TJ4qahqfbj8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=OkZ-2oMvnUI:TJ4qahqfbj8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=OkZ-2oMvnUI:TJ4qahqfbj8:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=OkZ-2oMvnUI:TJ4qahqfbj8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=OkZ-2oMvnUI:TJ4qahqfbj8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=OkZ-2oMvnUI:TJ4qahqfbj8:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=OkZ-2oMvnUI:TJ4qahqfbj8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=OkZ-2oMvnUI:TJ4qahqfbj8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=OkZ-2oMvnUI:TJ4qahqfbj8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/OkZ-2oMvnUI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/5623686561333413209/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/10/exchange-2010-stick-fork-in-it.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/5623686561333413209" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/5623686561333413209" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/OkZ-2oMvnUI/exchange-2010-stick-fork-in-it.html" title="Exchange 2010 - Stick a Fork in it" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/10/exchange-2010-stick-fork-in-it.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-4041570326566963997</id><published>2009-10-05T16:41:00.000-07:00</published><updated>2009-10-06T12:55:59.835-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="iPhone" /><category scheme="http://www.blogger.com/atom/ns#" term="Exchange" /><category scheme="http://www.blogger.com/atom/ns#" term="ActiveSync" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows Mobile" /><title type="text">Joining the Dark Side</title><content type="html">&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://www.expta.com/uploaded_images/Dark-Side-730713.png" imageanchor="1" style="clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img $r="true" border="0" height="200" src="http://www.expta.com/uploaded_images/Dark-Side-730710.png" width="199" /&gt;&lt;/a&gt;So, I finally joined the dark side by getting an Apple iPhone 3GS and....&amp;nbsp;I absolutely love it.&amp;nbsp; It's nothing short of awesome.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Now that the iPhone support most of the features of ActiveSync for Exchange 2007/2010, I can say it's &lt;em&gt;almost&lt;/em&gt; enterprise ready.&amp;nbsp; I say "almost" because it still requires iTunes and it doesn't support all the ActiveSync policy features.&lt;br /&gt;&lt;br /&gt;Even so, for me, it's a truly fabulous device that I can use as my phone, email device, music player and more.&amp;nbsp; Oh, so much more.&amp;nbsp; I love all the apps!&lt;br /&gt;&lt;br /&gt;And best of all, it just plain works.&amp;nbsp; No more tinkering in the Windows Mobile registry, trying new ROMS, etc. just to try to get it to work the way I want.&amp;nbsp; The iPhone works -- right out of the box.&lt;br /&gt;&lt;br /&gt;I highly recommend it.&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-4041570326566963997?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ksHU3Kl2noyv4VW-JR7YPKvE4hY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ksHU3Kl2noyv4VW-JR7YPKvE4hY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ksHU3Kl2noyv4VW-JR7YPKvE4hY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ksHU3Kl2noyv4VW-JR7YPKvE4hY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Tjr_THeQsaU:8RD66j6ZFvo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Tjr_THeQsaU:8RD66j6ZFvo:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=Tjr_THeQsaU:8RD66j6ZFvo:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Tjr_THeQsaU:8RD66j6ZFvo:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=Tjr_THeQsaU:8RD66j6ZFvo:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Tjr_THeQsaU:8RD66j6ZFvo:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Tjr_THeQsaU:8RD66j6ZFvo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=Tjr_THeQsaU:8RD66j6ZFvo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Tjr_THeQsaU:8RD66j6ZFvo:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Tjr_THeQsaU:8RD66j6ZFvo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=Tjr_THeQsaU:8RD66j6ZFvo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Tjr_THeQsaU:8RD66j6ZFvo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/Tjr_THeQsaU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/4041570326566963997/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/10/joining-dark-side.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/4041570326566963997" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/4041570326566963997" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/Tjr_THeQsaU/joining-dark-side.html" title="Joining the Dark Side" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://www.expta.com/2009/10/joining-dark-side.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-7107162983601997461</id><published>2009-09-28T14:03:00.000-07:00</published><updated>2009-09-28T14:07:00.098-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Best Practices" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2010" /><title type="text">Sizing Recommendations for Exchange 2010</title><content type="html">There are some changes in architecture in Exchange 2010. All clients, even Outlook, connect via the Client Access Servers (CAS). There are some changes in recommendations around the ratio of resource for CAS/Hub and the mailbox servers. &lt;br /&gt;&lt;br /&gt;Microsoft provides detailed guidelines on &lt;a href="http://technet.microsoft.com/en-us/library/dd346701(EXCHG.140).aspx"&gt;this Technet page&lt;/a&gt; and &lt;a href="http://technet.microsoft.com/en-us/library/dd346700(EXCHG.140).aspx"&gt;this one&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The basic guidelines for server role ratios are as follows. They're based on the number of mailbox server cores.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Hub Transport&amp;nbsp;Server&lt;/strong&gt; — 7:1 (no antivirus on Hub) or 5:1 (antivirus on hub). 1GB of memory for each core. &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Client Access Server (CAS)&lt;/strong&gt; — 4:3 (note this is much higher than with previous Exchange installations). 2GB of memory for each core. &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Domain Controller&lt;/strong&gt; — 1:4 (32-bit Domain Controller (DC)) or 1:8 (64-bit DC, and the DC has enough memory to cache the entire NTDS.DIT file).&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Edge Transport Server&lt;/strong&gt; — Based on peak connections and messages per second and average message size. 1GB of memory for each core.&lt;/li&gt;&lt;/ul&gt;Each mailbox server should have 4GB of memory plus 2-10MB per mailbox, based on if the mailbox is in light, average, or heavy use.&lt;br /&gt;&lt;br /&gt;Thanks to John Savill for the info.&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-7107162983601997461?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/u7xOuu5Ve3oHMRfw6jl1WCXmvTU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/u7xOuu5Ve3oHMRfw6jl1WCXmvTU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/u7xOuu5Ve3oHMRfw6jl1WCXmvTU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/u7xOuu5Ve3oHMRfw6jl1WCXmvTU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=tg7j3bnDins:kJXPyP1d-eA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=tg7j3bnDins:kJXPyP1d-eA:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=tg7j3bnDins:kJXPyP1d-eA:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=tg7j3bnDins:kJXPyP1d-eA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=tg7j3bnDins:kJXPyP1d-eA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=tg7j3bnDins:kJXPyP1d-eA:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=tg7j3bnDins:kJXPyP1d-eA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=tg7j3bnDins:kJXPyP1d-eA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=tg7j3bnDins:kJXPyP1d-eA:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=tg7j3bnDins:kJXPyP1d-eA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=tg7j3bnDins:kJXPyP1d-eA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=tg7j3bnDins:kJXPyP1d-eA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/tg7j3bnDins" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/7107162983601997461/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/09/sizing-recommendations-for-exchange.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/7107162983601997461" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/7107162983601997461" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/tg7j3bnDins/sizing-recommendations-for-exchange.html" title="Sizing Recommendations for Exchange 2010" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/09/sizing-recommendations-for-exchange.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-7126768313408997880</id><published>2009-09-10T08:54:00.000-07:00</published><updated>2009-09-10T08:54:46.775-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Commentary" /><category scheme="http://www.blogger.com/atom/ns#" term="Networking" /><title type="text">Worst. AT&amp;T Experience. Ever.</title><content type="html">The EXPTA {blog} is back online!&amp;nbsp; Sorry about the prolonged outage, folks.&lt;br /&gt;&lt;br /&gt;This blog is hosted on my own server, which is connected to the Internet using a DSL line from AT&amp;amp;T.&amp;nbsp; I choose to do this instead of hosting it on blogspot because it gives me a lot more flexibility.&lt;br /&gt;&lt;br /&gt;I finally decided to cancel my local phone service, since we only use our cell phones anyway, and why pay $25 a month to let cold-callers interrupt our dinner.&amp;nbsp; Trouble is, a provisioned DSL line is normally tied to the landline phone number.&amp;nbsp; To get DSL on its own,&amp;nbsp;it needs to be converted to&amp;nbsp;what AT&amp;amp;T calls a&amp;nbsp;"dry loop".&amp;nbsp; This can be done very quickly at the central office (CO), and then the phone line can be disconnected.&amp;nbsp; When done correctly, the outage is very brief and the DSL customer (me) retains his user accounts, email addresses, and settings.&amp;nbsp; But, when it's done wrong....&lt;br /&gt;&lt;br /&gt;Problem #1: Human nature. When making a change request such as this (disconnect local phone service), the AT&amp;amp;T rep taking the call is a salesperson.&amp;nbsp; Salespeople don't make money disconnecting service.&amp;nbsp; Salesperson: "How can I make a buck off this? Ahh, I'll cancel BOTH the local phone service and DSL, and then put in a NEW order for DSL.&amp;nbsp; Cha-ching!"&amp;nbsp; Oh, and don't bother telling the customer (me) that you're going to do this.&lt;br /&gt;&lt;br /&gt;Problem #2: Phone mail hell. The work will be performed sometime between 8am-8pm.&amp;nbsp; My DSL was turned off promptly at 8am (of course), but my phone still worked.&amp;nbsp; Several calls throughout the day resulted in transfers to at least three different departments. Apparently none of them work for the same company. "Be patient, sir, your order will be completed by 8pm."&lt;br /&gt;&lt;br /&gt;Problem #3: We're closed.&amp;nbsp;At 8pm sharp, my phone service stops, but I still don't have DSL.&amp;nbsp; I called the "broadband customer care" department and find that all the techs have gone home for the day.&amp;nbsp; A supervisor says he'll put me "first on the list tomorrow morning at 8am and we'll call your cell".&amp;nbsp; Guess what?&lt;br /&gt;&lt;br /&gt;Problem #4: Wires crossed. Many phone calls (all by me) and a service tech visit to the house (how could it possibly be a problem with my house wiring when it was working before they started screwing around?) results in a trip to the central office.&amp;nbsp; "Oops, we connected the wrong wires."&lt;br /&gt;&lt;br /&gt;So, 34 hours later I finally have my DSL service back, albeit with a new account and no access to my old email accounts.&amp;nbsp; Next stop, a call to the Customer Retention department for a bill credit.&amp;nbsp; Grrrrr!&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-7126768313408997880?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Zd_uTIXCAnswGVnQWcbiFxtfqB8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Zd_uTIXCAnswGVnQWcbiFxtfqB8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Zd_uTIXCAnswGVnQWcbiFxtfqB8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Zd_uTIXCAnswGVnQWcbiFxtfqB8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Yld3M0AVvSM:XYpGZhtDTj4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Yld3M0AVvSM:XYpGZhtDTj4:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=Yld3M0AVvSM:XYpGZhtDTj4:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Yld3M0AVvSM:XYpGZhtDTj4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=Yld3M0AVvSM:XYpGZhtDTj4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Yld3M0AVvSM:XYpGZhtDTj4:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Yld3M0AVvSM:XYpGZhtDTj4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=Yld3M0AVvSM:XYpGZhtDTj4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Yld3M0AVvSM:XYpGZhtDTj4:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Yld3M0AVvSM:XYpGZhtDTj4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=Yld3M0AVvSM:XYpGZhtDTj4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Yld3M0AVvSM:XYpGZhtDTj4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/Yld3M0AVvSM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/7126768313408997880/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/09/worst-at-experience-ever.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/7126768313408997880" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/7126768313408997880" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/Yld3M0AVvSM/worst-at-experience-ever.html" title="Worst. AT&amp;T Experience. Ever." /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.expta.com/2009/09/worst-at-experience-ever.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-5079000198128959901</id><published>2009-09-04T17:40:00.000-07:00</published><updated>2009-09-04T17:40:49.962-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="scripts" /><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term="Exchange" /><title type="text">Getting Information About User's Exchange Mailbox Using VBScript and PowerShell</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.expta.com/uploaded_images/FindMailbox-705954.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="81" lk="true" src="http://www.expta.com/uploaded_images/FindMailbox-705951.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;br /&gt;Here are two short scripts, one in VBScript and the other in PowerShell that search Active Directory and display a user's Exchange server, storage group, and mailbox store.&amp;nbsp; They work on against any version of Exchange 20xx.&lt;br /&gt;&lt;br /&gt;First, the VBScript:&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&lt;blockquote&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;'Mailbox.vbs, v1.00&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;'This script will display a user's current mailbox server and storage group&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;Set theArgs = WScript.Arguments&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;If theArgs.Count &amp;gt; 0 Then strSearch = theArgs.Item(0)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;If strSearch = "" Then&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; strSearch = InputBox("Please enter the user ID to look up.", "Mailbox Search")&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If strSearch = "" Then WScript.Quit&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;End If&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;Set con = CreateObject("ADODB.Connection")&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;con.Provider = "ADsDSOObject"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;con.Open "DS Query"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;Set command = CreateObject("ADODB.Command")&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;Set command.ActiveConnection = con&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;Command.Properties("searchscope") = 2&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;command.CommandText = "SELECT AdsPath,homeMDB,name FROM 'LDAP://DC=domain,DC=com' WHERE sAMAccountName = '" &amp;amp; strSearch &amp;amp; "' AND objectclass='User'"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;Set rs = Command.Execute&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;If NOT rs.EOF Then &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mailbox = rs.Fields(1).Value&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mailbox = Left(mailbox, Instr(mailbox, "CN=InformationStore") - 2)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; msg = "User: " &amp;amp; rs.Fields(0) &amp;amp; vbCRLF &amp;amp; "Mailbox: " &amp;amp; mailbox&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MsgBox msg, vbInformation, "Mailbox Search"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;Else&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MsgBox "User '" &amp;amp; strSearch &amp;amp; "' not found!", vbCritical, "Mailbox Search"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;End If&lt;/span&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;br /&gt;And here's the same script in PowerShell:&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&lt;blockquote&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;$sam = Read-Host "Enter the user logon name"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;$searcher=New-Object DirectoryServices.DirectorySearcher&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;$searcher.Filter="(&amp;amp;(objectcategory=person)(objectclass=user)(samaccountname="+$sam+"))"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;$result=$searcher.FindOne()&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;if ($result -eq $null)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Write-Host "Logon name not found" &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;else&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $a = [string] $result.properties.homemdb&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $b = $a.split(",")&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Write-Host "Exchange Mailbox Server: " $b[3]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Write-Host "Storage Group: " $b[1]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Write-Host "Mailbox Database: " $b[0]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: xx-small;"&gt;Write-Host&lt;/span&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;br /&gt;Both scripts will take an argument (the user's logon name), and will prompt for it if it was not supplied in the command line.&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-5079000198128959901?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jyU7fNNQtrn1ocRM54-6KZC1KG0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jyU7fNNQtrn1ocRM54-6KZC1KG0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jyU7fNNQtrn1ocRM54-6KZC1KG0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jyU7fNNQtrn1ocRM54-6KZC1KG0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=-UMkr-kOEmE:EAE6iZer3JE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=-UMkr-kOEmE:EAE6iZer3JE:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=-UMkr-kOEmE:EAE6iZer3JE:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=-UMkr-kOEmE:EAE6iZer3JE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=-UMkr-kOEmE:EAE6iZer3JE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=-UMkr-kOEmE:EAE6iZer3JE:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=-UMkr-kOEmE:EAE6iZer3JE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=-UMkr-kOEmE:EAE6iZer3JE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=-UMkr-kOEmE:EAE6iZer3JE:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=-UMkr-kOEmE:EAE6iZer3JE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=-UMkr-kOEmE:EAE6iZer3JE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=-UMkr-kOEmE:EAE6iZer3JE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/-UMkr-kOEmE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/5079000198128959901/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/09/getting-information-about-users.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/5079000198128959901" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/5079000198128959901" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/-UMkr-kOEmE/getting-information-about-users.html" title="Getting Information About User's Exchange Mailbox Using VBScript and PowerShell" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/09/getting-information-about-users.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-1723274233358276458</id><published>2009-08-31T11:10:00.000-07:00</published><updated>2009-08-31T12:30:05.659-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows7" /><title type="text">Convert Your Windows 7 ISO to a Universal ISO Disk</title><content type="html">&lt;p&gt;When you download Windows 7 ISOs from MSDN or TechNet, you'll notice that there are several versions of the same disk. These downloads include the &lt;strong&gt;Home Premium&lt;/strong&gt;, &lt;strong&gt;Professional&lt;/strong&gt;, and &lt;strong&gt;Ultimate&lt;/strong&gt; editions.&lt;/p&gt;&lt;p&gt;An ISO-9660 image file is an exact representation of a CD or DVD, including the content and the logical format. The Windows 7 binaries for each edition are identical, it's the product key that unlocks the &lt;a href="http://www.expta.com/2009/08/windows-7-feature-matrix.html" target="_blank"&gt;various features&lt;/a&gt; that make each edition what it is. &lt;/p&gt;&lt;p&gt;There is a small file called &lt;strong&gt;ei.cfg&lt;/strong&gt; in the &lt;strong&gt;\sources&lt;/strong&gt; folder of each ISO that "locks" them to each edition. If this file is deleted, it unlocks the ISO and allows you to select to edition of the Windows 7 operating system to install, as shown below:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.expta.com/uploaded_images/Win7-Editions-776713.PNG"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 300px; CURSOR: hand" border="0" alt="" src="http://www.expta.com/uploaded_images/Win7-Editions-776701.PNG" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;As you can see, this not only allows you to install &lt;strong&gt;Home Premium&lt;/strong&gt;, &lt;strong&gt;Professional&lt;/strong&gt;, or &lt;strong&gt;Ultimate&lt;/strong&gt; editions, it also allows you to install &lt;strong&gt;Starter&lt;/strong&gt; or &lt;strong&gt;Home Basic&lt;/strong&gt; editions. Starter and Home Basic editions are less featured and are designed for emerging markets and low powered netbooks and laptops.&lt;/p&gt;&lt;p&gt;You can edit the ISO to remove the &lt;strong&gt;ei.cfg&lt;/strong&gt; file using any ISO editor, such as &lt;a href="http://www.poweriso.com/" target="_blank"&gt;PowerISO&lt;/a&gt; or &lt;a href="http://www.ezbsystems.com/ultraiso/" target="_blank"&gt;UltraISO&lt;/a&gt;. Keep in mind that you will have to rebuild (save) the new ISO, which can take some time and disk space.&lt;/p&gt;&lt;p&gt;An even better way to do this is by using a cool little utility called &lt;a href="http://code.kliu.org/misc/win7utils/"&gt;&lt;strong&gt;eicfg_remover&lt;/strong&gt;&lt;/a&gt; from code.kliu.org. The utility disables the ei.cfg file by toggling the deletion bit in the UDF table in the ISO to treat it like it no longer exists. This eliminates the need to rebuild the ISO and makes it possible to reverse the patch, restoring it to its original state. Just run &lt;strong&gt;eicfg_remover&lt;/strong&gt; again to do so.&lt;/p&gt;&lt;p&gt;By creating a "universal" Windows 7 disk, you'll save disk space and increase the ISO's versatility.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-1723274233358276458?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_Awqp5mZyk-J89PBT2uHLZv0ZOM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_Awqp5mZyk-J89PBT2uHLZv0ZOM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_Awqp5mZyk-J89PBT2uHLZv0ZOM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_Awqp5mZyk-J89PBT2uHLZv0ZOM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SE-1FI5qEWY:N14chReeqBc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SE-1FI5qEWY:N14chReeqBc:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=SE-1FI5qEWY:N14chReeqBc:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SE-1FI5qEWY:N14chReeqBc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=SE-1FI5qEWY:N14chReeqBc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SE-1FI5qEWY:N14chReeqBc:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SE-1FI5qEWY:N14chReeqBc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=SE-1FI5qEWY:N14chReeqBc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SE-1FI5qEWY:N14chReeqBc:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SE-1FI5qEWY:N14chReeqBc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=SE-1FI5qEWY:N14chReeqBc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SE-1FI5qEWY:N14chReeqBc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/SE-1FI5qEWY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/1723274233358276458/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/08/convert-your-windows-7-iso-to-universal.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/1723274233358276458" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/1723274233358276458" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/SE-1FI5qEWY/convert-your-windows-7-iso-to-universal.html" title="Convert Your Windows 7 ISO to a Universal ISO Disk" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.expta.com/2009/08/convert-your-windows-7-iso-to-universal.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-4201565814270408029</id><published>2009-08-28T06:53:00.000-07:00</published><updated>2009-08-28T07:21:00.050-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft" /><title type="text">How to Find a MAC Address</title><content type="html">&lt;a href="http://www.expta.com/uploaded_images/GetMAC-797341.PNG"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 246px; CURSOR: hand" border="0" alt="" src="http://www.expta.com/uploaded_images/GetMAC-797299.PNG" /&gt;&lt;/a&gt; &lt;p&gt;&lt;/p&gt;&lt;p&gt;Most of us are familiar with using the &lt;strong&gt;&lt;span style="font-family:courier new;"&gt;IPCONFIG /ALL&lt;/span&gt;&lt;/strong&gt; command to display the full IP configuration, including the MAC address of each network adapter. The trouble with using this command to get the MAC address is that it displays too much information, especially if your computer has multiple NICs. Another problem is that it can only be run on the local machine - you cannot use it to get the MAC address of a remote computer or server.&lt;/p&gt;&lt;p&gt;That's where a little known utility, &lt;strong&gt;GETMAC&lt;/strong&gt;, comes in. GETMAC has been included in every Windows build since at least Windows XP, up through Windows 7 and Windows Server 2008 R2. &lt;/p&gt;&lt;p&gt;The command:&lt;/p&gt;&lt;strong&gt;&lt;span style="font-family:courier new;"&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-family:courier new;"&gt;GETMAC /V&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;will display the name and MAC (Physical Address) each local network adapter. &lt;p&gt;You can get the same information about a remote computer using the command:&lt;/p&gt;&lt;strong&gt;&lt;span style="font-family:courier new;"&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-family:courier new;"&gt;GETMAC /S [ComputerName] &lt;computername&gt;/V&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;Note that you must have administrator rights on the remote machine. &lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-4201565814270408029?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-k4CXhkDJh-g7OrPqZjZ7qbf0eQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-k4CXhkDJh-g7OrPqZjZ7qbf0eQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-k4CXhkDJh-g7OrPqZjZ7qbf0eQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-k4CXhkDJh-g7OrPqZjZ7qbf0eQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=M3LYUHhgDyk:W84-el7IQ3M:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=M3LYUHhgDyk:W84-el7IQ3M:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=M3LYUHhgDyk:W84-el7IQ3M:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=M3LYUHhgDyk:W84-el7IQ3M:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=M3LYUHhgDyk:W84-el7IQ3M:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=M3LYUHhgDyk:W84-el7IQ3M:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=M3LYUHhgDyk:W84-el7IQ3M:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=M3LYUHhgDyk:W84-el7IQ3M:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=M3LYUHhgDyk:W84-el7IQ3M:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=M3LYUHhgDyk:W84-el7IQ3M:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=M3LYUHhgDyk:W84-el7IQ3M:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=M3LYUHhgDyk:W84-el7IQ3M:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/M3LYUHhgDyk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/4201565814270408029/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/08/how-to-find-mac-address.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/4201565814270408029" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/4201565814270408029" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/M3LYUHhgDyk/how-to-find-mac-address.html" title="How to Find a MAC Address" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/08/how-to-find-mac-address.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-524573553593916127</id><published>2009-08-25T14:10:00.000-07:00</published><updated>2009-08-25T14:46:24.319-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="troubleshooting" /><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2007" /><title type="text">How to Create Custom Error Notifications for IP Block List Providers in Exchange 2007</title><content type="html">&lt;p&gt;This doesn't seem to be documented anywhere in Microsoft TechNet, so I figured I'd write up a post about it.&lt;/p&gt;&lt;p&gt;IP Block List Providers in Exchange 2007 are a means to reduce spam from entering your organization. They are configured on the Edge Transport servers, which is detailed in TechNet &lt;a href="http://technet.microsoft.com/en-us/library/bb124369.aspx"&gt;here&lt;/a&gt;. This article explains how to use variables to create a custom error message when an email is rejected by an IP Block List filter.&lt;/p&gt;&lt;p&gt;In Exchange 2003, you can pass parameters to the custom error message using the %0, %1 and %2 variables.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;%0&lt;/strong&gt; = IP address of the sending mail server&lt;/li&gt;&lt;li&gt;&lt;strong&gt;%1&lt;/strong&gt; = Rule name of the connection filter (Provider name)&lt;/li&gt;&lt;li&gt;&lt;strong&gt;%2&lt;/strong&gt; = The RBL provider (Lookup domain)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;In Exchange 2007 the variables are the same, but the way you call the variables has changed.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;{0}&lt;/strong&gt; = IP address of the sending mail server&lt;/li&gt;&lt;li&gt;&lt;strong&gt;{1}&lt;/strong&gt; = Rule name of the connection filter (Provider name)&lt;/li&gt;&lt;li&gt;&lt;strong&gt;{2}&lt;/strong&gt; = The RBL provider (Lookup domain)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Using these variables we can craft more helpful error messages, in the event that a real person (not a spammer) is blocked by your block list (aka, RBL) provider.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.expta.com/uploaded_images/custom-Error-702149.PNG"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 377px; DISPLAY: block; HEIGHT: 400px; CURSOR: hand" border="0" alt="" src="http://www.expta.com/uploaded_images/custom-Error-702147.PNG" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;In the custom error message example above, the following error message would be returned from blocked server 127.0.0.1:&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:courier new;"&gt;&lt;strong&gt;Host 127.0.0.1 was blocked by Trend Micro Email Reputation Services (ERS). Please see http://www.mail-abuse.com/cgi-bin/lookup/cgi-bin?ip_address=127.0.0.1&lt;/strong&gt;&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-524573553593916127?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1i_Fg5uCky0v12eiw4resKsJ68w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1i_Fg5uCky0v12eiw4resKsJ68w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1i_Fg5uCky0v12eiw4resKsJ68w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1i_Fg5uCky0v12eiw4resKsJ68w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SsywEdicWU8:n6AKLubJNkM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SsywEdicWU8:n6AKLubJNkM:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=SsywEdicWU8:n6AKLubJNkM:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SsywEdicWU8:n6AKLubJNkM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=SsywEdicWU8:n6AKLubJNkM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SsywEdicWU8:n6AKLubJNkM:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SsywEdicWU8:n6AKLubJNkM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=SsywEdicWU8:n6AKLubJNkM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SsywEdicWU8:n6AKLubJNkM:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SsywEdicWU8:n6AKLubJNkM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=SsywEdicWU8:n6AKLubJNkM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=SsywEdicWU8:n6AKLubJNkM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/SsywEdicWU8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/524573553593916127/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/08/how-to-create-custom-error.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/524573553593916127" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/524573553593916127" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/SsywEdicWU8/how-to-create-custom-error.html" title="How to Create Custom Error Notifications for IP Block List Providers in Exchange 2007" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/08/how-to-create-custom-error.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-4084312248731841498</id><published>2009-08-21T09:49:00.000-07:00</published><updated>2009-08-21T11:50:34.477-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="scripts" /><category scheme="http://www.blogger.com/atom/ns#" term="troubleshooting" /><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term="PowerShell" /><title type="text">Name that Port, Powershell Style!</title><content type="html">&lt;p&gt;In a &lt;a href="http://www.expta.com/2009/08/name-that-port.html"&gt;previous&lt;/a&gt; post, I presented a VBScript that displays the service assigned to common port numbers. You can also enter a search string to find any ports whose service (protocol) contain the search string.&lt;/p&gt;&lt;p&gt;&lt;a href="http://richardsiddaway.spaces.live.com/Blog/cns!43CFA46A74CF3E96!2504.entry?wa=wsignin1.0&amp;amp;sa=3600976" target="_blank"&gt;Richard Siddaway&lt;/a&gt; suggested that the script should be written in Powershell instead, so here it is: &lt;a href="http://www.expta.com/Get-Port.zip"&gt;&lt;strong&gt;Get-Port.ps1&lt;/strong&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.expta.com/uploaded_images/Port-Powershell-769895.PNG"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 173px; CURSOR: hand" border="0" alt="" src="http://www.expta.com/uploaded_images/Port-Powershell-769890.PNG" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Usage:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-family:courier new;"&gt;Get-Port.ps1 &lt;em&gt;portnumber&lt;/em&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;This command gets the specified port number and displays the associated service&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-family:courier new;"&gt;Get-Port.ps1 &lt;em&gt;searchstring&lt;/em&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;This command displays all ports and services that match the search string. &lt;em&gt;Searchstring&lt;/em&gt; is case insensitive.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-4084312248731841498?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/S2P-OhhUXIXcrcqfpz0-3wpMbrE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/S2P-OhhUXIXcrcqfpz0-3wpMbrE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/S2P-OhhUXIXcrcqfpz0-3wpMbrE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/S2P-OhhUXIXcrcqfpz0-3wpMbrE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Z_ArnSCjK6A:JDN3rY2-6Vg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Z_ArnSCjK6A:JDN3rY2-6Vg:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=Z_ArnSCjK6A:JDN3rY2-6Vg:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Z_ArnSCjK6A:JDN3rY2-6Vg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=Z_ArnSCjK6A:JDN3rY2-6Vg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Z_ArnSCjK6A:JDN3rY2-6Vg:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Z_ArnSCjK6A:JDN3rY2-6Vg:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=Z_ArnSCjK6A:JDN3rY2-6Vg:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Z_ArnSCjK6A:JDN3rY2-6Vg:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Z_ArnSCjK6A:JDN3rY2-6Vg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=Z_ArnSCjK6A:JDN3rY2-6Vg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=Z_ArnSCjK6A:JDN3rY2-6Vg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/Z_ArnSCjK6A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/4084312248731841498/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/08/name-that-port-powershell-style.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/4084312248731841498" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/4084312248731841498" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/Z_ArnSCjK6A/name-that-port-powershell-style.html" title="Name that Port, Powershell Style!" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.expta.com/2009/08/name-that-port-powershell-style.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-8564944187383562795</id><published>2009-08-20T08:40:00.000-07:00</published><updated>2009-08-21T10:15:40.083-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="scripts" /><category scheme="http://www.blogger.com/atom/ns#" term="troubleshooting" /><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><title type="text">Name that Port!</title><content type="html">&lt;p&gt;&lt;a href="http://www.expta.com/uploaded_images/Port-784211.PNG"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 296px; DISPLAY: block; HEIGHT: 107px; CURSOR: hand" border="0" alt="" src="http://www.expta.com/uploaded_images/Port-784209.PNG" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I wrote a simple VBScript that helps you identify TCP/UDP ports and their well known services.&lt;/p&gt;&lt;p&gt;Download &lt;a href="http://www.expta.com/port.vbs"&gt;&lt;strong&gt;port.vbs&lt;/strong&gt;&lt;/a&gt; and place it anywhere in your system path. &lt;/p&gt;&lt;p&gt;To use it, enter &lt;strong&gt;port [&lt;em&gt;portnumber&lt;/em&gt;]&lt;/strong&gt; (i.e., &lt;strong&gt;port 389&lt;/strong&gt;) and the script will display the well known service associated with the port, as shown above.&lt;/p&gt;&lt;p&gt;Alternatively, you can enter &lt;strong&gt;port [&lt;em&gt;searchstring&lt;/em&gt;]&lt;/strong&gt; and the script will show all ports that contain that search string. For example, &lt;strong&gt;port ldap&lt;/strong&gt; will show all the ports with ldap in the service name.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://www.expta.com/uploaded_images/Port-784211.PNG"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 296px; DISPLAY: block; HEIGHT: 107px; CURSOR: hand" border="0" alt="" src="http://www.expta.com/uploaded_images/Port-784209.PNG" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.expta.com/uploaded_images/Port2-739521.PNG"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 266px; DISPLAY: block; HEIGHT: 107px; CURSOR: hand" border="0" alt="" src="http://www.expta.com/uploaded_images/Port2-739518.PNG" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.expta.com/uploaded_images/Port3-787429.PNG"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 273px; DISPLAY: block; HEIGHT: 107px; CURSOR: hand" border="0" alt="" src="http://www.expta.com/uploaded_images/Port3-787428.PNG" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The script works best from the command line when WScript is set to be your default script handler. Simply enter &lt;strong&gt;wscript&lt;/strong&gt; from the command line to do this. Otherwise, you'll need to type &lt;strong&gt;cscript port [&lt;em&gt;search&lt;/em&gt;]&lt;/strong&gt; from the command line.&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;Update!&lt;/strong&gt;&lt;/em&gt;  See &lt;a href="http://www.expta.com/2009/08/name-that-port-powershell-style.html"&gt;this post&lt;/a&gt; for the same script in Powershell.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-8564944187383562795?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-MrlB9yHLhfK7QmwVDW9xeunt_c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-MrlB9yHLhfK7QmwVDW9xeunt_c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-MrlB9yHLhfK7QmwVDW9xeunt_c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-MrlB9yHLhfK7QmwVDW9xeunt_c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=nMzJE6Of3Zw:ODmyLgaw3ak:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=nMzJE6Of3Zw:ODmyLgaw3ak:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=nMzJE6Of3Zw:ODmyLgaw3ak:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=nMzJE6Of3Zw:ODmyLgaw3ak:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=nMzJE6Of3Zw:ODmyLgaw3ak:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=nMzJE6Of3Zw:ODmyLgaw3ak:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=nMzJE6Of3Zw:ODmyLgaw3ak:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=nMzJE6Of3Zw:ODmyLgaw3ak:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=nMzJE6Of3Zw:ODmyLgaw3ak:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=nMzJE6Of3Zw:ODmyLgaw3ak:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=nMzJE6Of3Zw:ODmyLgaw3ak:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=nMzJE6Of3Zw:ODmyLgaw3ak:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/nMzJE6Of3Zw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/8564944187383562795/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/08/name-that-port.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/8564944187383562795" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/8564944187383562795" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/nMzJE6Of3Zw/name-that-port.html" title="Name that Port!" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.expta.com/2009/08/name-that-port.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-6914126914230198715</id><published>2009-08-19T19:57:00.001-07:00</published><updated>2009-08-19T20:06:37.545-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008 R2" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2010" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Exchange 2007" /><category scheme="http://www.blogger.com/atom/ns#" term="Hyper-V" /><title type="text">RAM Upgrade</title><content type="html">&lt;a href="http://www.expta.com/uploaded_images/ramupgrd-772766.jpg"&gt;&lt;img style="MARGIN: 0px 10px 10px 0px; WIDTH: 200px; FLOAT: left; HEIGHT: 190px; CURSOR: hand" border="0" alt="" src="http://www.expta.com/uploaded_images/ramupgrd-772762.jpg" /&gt;&lt;/a&gt;I just doubled the RAM on my Hyper-V server to 16GB. This is the server that hosts this blog, as well as my other domains and Exchange 2007. Much faster!&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Now I have more room to add another Windows Server 2008 R2 test domain and Exchange 2010. Good thing, too, since I just got an invitation email from Microsoft to take the beta exam &lt;strong&gt;71-662: TS: Microsoft Exchange Server 2010, Configuring&lt;/strong&gt;. I'll probably be taking that in September.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-6914126914230198715?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ZleH0DIRD9E2zFqBP2B_q3AWm78/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZleH0DIRD9E2zFqBP2B_q3AWm78/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ZleH0DIRD9E2zFqBP2B_q3AWm78/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZleH0DIRD9E2zFqBP2B_q3AWm78/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=yFHqpskcT2A:mtSQiPhQa2A:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=yFHqpskcT2A:mtSQiPhQa2A:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=yFHqpskcT2A:mtSQiPhQa2A:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=yFHqpskcT2A:mtSQiPhQa2A:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=yFHqpskcT2A:mtSQiPhQa2A:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=yFHqpskcT2A:mtSQiPhQa2A:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=yFHqpskcT2A:mtSQiPhQa2A:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=yFHqpskcT2A:mtSQiPhQa2A:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=yFHqpskcT2A:mtSQiPhQa2A:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=yFHqpskcT2A:mtSQiPhQa2A:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=yFHqpskcT2A:mtSQiPhQa2A:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=yFHqpskcT2A:mtSQiPhQa2A:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/yFHqpskcT2A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/6914126914230198715/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/08/ram-upgrade.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/6914126914230198715" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/6914126914230198715" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/yFHqpskcT2A/ram-upgrade.html" title="RAM Upgrade" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.expta.com/2009/08/ram-upgrade.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-1327431886118922768.post-4007123146621649597</id><published>2009-08-11T08:13:00.001-07:00</published><updated>2009-08-11T10:17:01.404-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows7" /><title type="text">Windows 7 Feature Matrix</title><content type="html">&lt;p&gt;Windows 7 is available in 6 different SKUs, but for the most part it boils down to three major editions: &lt;strong&gt;Windows 7 Home Premium&lt;/strong&gt;, &lt;strong&gt;Windows 7 Professional&lt;/strong&gt;, and &lt;strong&gt;Window 7 Ultimate / Enterprise&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;The Ultimate and Enterprise editions both have the same features, the difference is how Windows 7 is purchased. Ultimate is for the retail (individual user) channel and Enterprise is for volume licensing customers. Enterprise customers with Software Assurance also benefit from the features in the &lt;a href="http://www.microsoft.com/windows/enterprise/products/mdop/default.aspx" target="_blank"&gt;Microsoft Desktop Optimization Pack&lt;/a&gt; (MDOP).&lt;/p&gt;&lt;p&gt;Each edition is available for both x86 (32-bit) and x64 (64-bit) platforms.&lt;/p&gt;&lt;p&gt;The following table lists the new features in Windows 7 for each edition (SKU).&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.expta.com/Win7-Features-Table.pdf" target="_blank"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 262px; CURSOR: hand" border="0" alt="" src="http://www.expta.com/uploaded_images/Win7-Features-Table-753241.PNG" /&gt;&lt;/a&gt;Choosing the correct version of Windows 7 is made easier when you look at the features available in each version. Most small and medium-sized customers will choose Windows 7 Professional.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1327431886118922768-4007123146621649597?l=www.expta.com'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/w4r1PFIDfg0846KWbRfxwQrrBqg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/w4r1PFIDfg0846KWbRfxwQrrBqg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/w4r1PFIDfg0846KWbRfxwQrrBqg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/w4r1PFIDfg0846KWbRfxwQrrBqg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=n8kNi4UqZPM:KIUXG7IW15U:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=n8kNi4UqZPM:KIUXG7IW15U:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=n8kNi4UqZPM:KIUXG7IW15U:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=n8kNi4UqZPM:KIUXG7IW15U:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=n8kNi4UqZPM:KIUXG7IW15U:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=n8kNi4UqZPM:KIUXG7IW15U:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=n8kNi4UqZPM:KIUXG7IW15U:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=n8kNi4UqZPM:KIUXG7IW15U:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=n8kNi4UqZPM:KIUXG7IW15U:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=n8kNi4UqZPM:KIUXG7IW15U:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?i=n8kNi4UqZPM:KIUXG7IW15U:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheExptaBlog?a=n8kNi4UqZPM:KIUXG7IW15U:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheExptaBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheExptaBlog/~4/n8kNi4UqZPM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/4007123146621649597/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.expta.com/2009/08/windows-7-feature-matrix.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/4007123146621649597" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1327431886118922768/posts/default/4007123146621649597" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheExptaBlog/~3/n8kNi4UqZPM/windows-7-feature-matrix.html" title="Windows 7 Feature Matrix" /><author><name>Jeff</name><uri>http://www.blogger.com/profile/05278298222887921824</uri><email>jeff@expta.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="02841422009056770738" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.expta.com/2009/08/windows-7-feature-matrix.html</feedburner:origLink></entry></feed>
