<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>blog.powershell.no &#187; Exchange Server 2010</title>
	<atom:link href="http://blog.powershell.no/category/exchange-server-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.powershell.no</link>
	<description>On Windows PowerShell and other admin-related topics</description>
	<lastBuildDate>Mon, 26 Jul 2010 13:44:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.powershell.no' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e22e511529c14fbc92cde5589d6231b4?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>blog.powershell.no &#187; Exchange Server 2010</title>
		<link>http://blog.powershell.no</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.powershell.no/osd.xml" title="blog.powershell.no" />
	<atom:link rel='hub' href='http://blog.powershell.no/?pushpress=hub'/>
		<item>
		<title>Script to create a NLB-cluster for Exchange Server 2010</title>
		<link>http://blog.powershell.no/2010/05/21/script-to-create-a-nlb-cluster-for-the-cas-role-in-exchange-server-2010/</link>
		<comments>http://blog.powershell.no/2010/05/21/script-to-create-a-nlb-cluster-for-the-cas-role-in-exchange-server-2010/#comments</comments>
		<pubDate>Fri, 21 May 2010 11:50:08 +0000</pubDate>
		<dc:creator>Jan Egil Ring</dc:creator>
				<category><![CDATA[Exchange Server 2010]]></category>
		<category><![CDATA[Network Load Balancing]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Windows PowerShell]]></category>
		<category><![CDATA[Exchange Server 2010 NLB script;Exchange Server 2010 CAS load balancing]]></category>

		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/05/21/script-to-create-a-nlb-cluster-for-the-cas-role-in-exchange-server-2010/</guid>
		<description><![CDATA[When documenting installations I perform I prefer to refer to scripts whenever possible, since this means less screenshots and a more concise reference. When deploying Exchange Server 2010 on Windows Server 2008 R2, we have access to the new PowerShell-module for administering NLB. With this in mind I`ve created a script to set up a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.powershell.no&blog=5892504&post=491&subd=janegilring&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>When documenting installations I perform I prefer to refer to scripts whenever possible, since this means less screenshots and a more concise reference.<br />
When deploying Exchange Server 2010 on Windows Server 2008 R2, we have access to the new PowerShell-module for administering NLB. With this in mind I`ve created a script to set up a NLB-cluster for Exchange Server 2010 CAS/Hub-roles in Windows Server 2008 R2.</p>
<p>The script are interactive and will perform the following:</p>
<ul>
<li>Ask for input for variables (cluster FQDN, operation mode, etc.)</li>
<li>Create the new cluster based on the variables provided by the user</li>
<li>Remove the default port rule</li>
<li>Add port rules for http, https, POP3, RPC, IMAP4, SMTP, MSExchange RPC and MSExchange Address Book Service</li>
<li>Ask for the addition of additional nodes. Loops through this procedure until the user answers no</li>
</ul>
<p>Prerequisites:</p>
<ul>
<li>Install the NLB-feature (may be accomplished from the ServerManager module in PowerShell by executing Add-WindowsFeature NLB)</li>
<li>Configure the NLB NIC`s with the approriate name, IP-address and subnetmask (and disable “Register this connection`s addresses in DNS”)</li>
<li>Manually add the cluster FQDN to DNS</li>
<li>Configure static ports for the MS Exchange RPC and MS Exchange Address Book Service (see links in the resource section below)</li>
<li>Eventually, configure your network switches/routers based on the cluster operation mode you choose</li>
</ul>
<p>Screenshot:</p>
<p> <a href="http://janegilring.files.wordpress.com/2010/05/image.png"><img style="display:inline;border-width:0;" title="image" src="http://janegilring.files.wordpress.com/2010/05/image_thumb.png?w=644&#038;h=360" border="0" alt="image" width="644" height="360" /></a></p>
<p>The script are available from <a href="http://poshcode.org/1868" target="_blank">here</a>. In a later revision I`m considering adding support for installing the NLB-feature (I dropped it for now since it could only be offered on the server running the script from, not the additional nodes. This can however be accomplished using PowerShell Remoting), setting the dedicated IP-addresses for the NLB NICs and turn off “Register this connection`s addresses in DNS”.</p>
<p>If you don`t want the interactive experience, replace the “Read-Host” sections with the actual variable values.</p>
<p>Please let me know in the comments below if you have any suggestions for improvements.</p>
<p><strong>Related resources</strong></p>
<p>Exchange Server TechCenter: <a href="http://technet.microsoft.com/en-us/library/ff625247.aspx" target="_blank">Understanding Load Balancing in Exchange 2010</a><br />
Exchange Server TechCenter: <a href="http://technet.microsoft.com/en-us/library/ff625248.aspx" target="_blank">Load Balancing Requirements of Exchange Protocols</a><br />
Microsoft TechNet Wiki: <a href="http://social.technet.microsoft.com/wiki/contents/articles/configuring-static-rpc-ports-on-an-exchange-2010-client-access-server.aspx" target="_blank">Configuring Static RPC Ports on an Exchange 2010 Client Access Server</a><br />
Bhargav Shukla (MSFT): <a href="https://blogs.technet.com/bshukla/archive/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010.aspx" target="_blank">Script to configure static ports on Exchange Server 2010</a><br />
Windows Server TechCenter: <a href="http://technet.microsoft.com/en-us/library/cc732855(WS.10).aspx" target="_blank">Network Load Balancing</a><br />
Microsoft&#8217;s Failover and Network Load Balancing Clustering Team Blog: <a href="http://blogs.msdn.com/clustering/archive/2009/10/28/9913877.aspx" target="_blank">PowerShell for NLB</a><br />
Kraft Kennedy: <a href="http://blogs.kraftkennedy.com/index.php/2009/11/25/configuring-nlb-for-exchange-2010-cas-load-balancing/" target="_blank">Configuring NLB for Exchange 2010 CAS Load Balancing</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/janegilring.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/janegilring.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/janegilring.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/janegilring.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/janegilring.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/janegilring.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/janegilring.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/janegilring.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/janegilring.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/janegilring.wordpress.com/491/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.powershell.no&blog=5892504&post=491&subd=janegilring&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.powershell.no/2010/05/21/script-to-create-a-nlb-cluster-for-the-cas-role-in-exchange-server-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ed08d635415486b87539a6e5a81982b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janegilring</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2010/05/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Script to spread Exchange mailboxes alphabetically across databases</title>
		<link>http://blog.powershell.no/2010/05/14/script-to-spread-exchange-mailboxes-alphabetically-across-databases/</link>
		<comments>http://blog.powershell.no/2010/05/14/script-to-spread-exchange-mailboxes-alphabetically-across-databases/#comments</comments>
		<pubDate>Fri, 14 May 2010 00:02:54 +0000</pubDate>
		<dc:creator>Jan Egil Ring</dc:creator>
				<category><![CDATA[Exchange Server 2010]]></category>
		<category><![CDATA[Exchange Server management]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Windows PowerShell]]></category>

		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/05/14/script-to-spread-exchange-mailboxes-alphabetically-across-databases/</guid>
		<description><![CDATA[I recently needed to write a script to spread mailboxes in Exchange Server 2010 alphabetically across databases. In my scenario there were 5 databases, and I used a regex switch in PowerShell to assign each mailbox to the correct database based on the first character in the user`s displayname: switch -regex ($displayname.substring(0,1))     {        [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.powershell.no&blog=5892504&post=487&subd=janegilring&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I recently needed to write a script to spread mailboxes in Exchange Server 2010 alphabetically across databases. In my scenario there were 5 databases, and I used a regex switch in PowerShell to assign each mailbox to the correct database based on the first character in the user`s displayname:</p>
<p>switch -regex ($displayname.substring(0,1))<br />
    {<br />
       &#8220;[A-F]&#8221; {$mailboxdatabase = &#8220;MDB A-F&#8221;}<br />
       &#8220;[G-L]&#8221; {$mailboxdatabase = &#8220;MDB G-L&#8221;}<br />
       &#8220;[M-R]&#8221; {$mailboxdatabase = &#8220;MDB M-R&#8221;}<br />
       &#8220;[S-X]&#8221; {$mailboxdatabase = &#8220;MDB S-X&#8221; }<br />
       &#8220;[Y-Z]&#8221; {$mailboxdatabase = &#8220;MDB Y-Z&#8221; }<br />
        default {$mailboxdatabase = &#8220;MDB Y-Z&#8221; }<br />
    }</p>
<p>The reason for the un-even spreading of letters are that the Norwegian language contains 3 extra letters, and I just assign those as well as other non-letter characters to the last database.</p>
<p>The script are available from <a href="http://poshcode.org/1839" target="_blank">here</a>. You may of course adjust the number of databases, the ranges of letters to use, which user attribute to sort against (e.g. lastname) and so on to fit your needs.</p>
<p>Although there are several common approaches to provisioning mailboxes across databases, be aware of the new mailbox provisioning load balancer in Exchange Server 2010. If you don`t specify a database when creating or moving a mailbox, the load balancer will automatically select the database with the least number of mailboxes. Check out <a href="http://www.mikepfeiffer.net/2010/04/testing-out-load-balanced-mailbox-provisioning-in-exchange-2010/" target="_blank">this</a> post by Mike Pfeiffer to see this feature in action.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/janegilring.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/janegilring.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/janegilring.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/janegilring.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/janegilring.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/janegilring.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/janegilring.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/janegilring.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/janegilring.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/janegilring.wordpress.com/487/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.powershell.no&blog=5892504&post=487&subd=janegilring&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.powershell.no/2010/05/14/script-to-spread-exchange-mailboxes-alphabetically-across-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ed08d635415486b87539a6e5a81982b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janegilring</media:title>
		</media:content>
	</item>
		<item>
		<title>Exchange Server 2010 Cross-Forest migration</title>
		<link>http://blog.powershell.no/2010/04/23/exchange-server-2010-cross-forest-migration/</link>
		<comments>http://blog.powershell.no/2010/04/23/exchange-server-2010-cross-forest-migration/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 14:51:22 +0000</pubDate>
		<dc:creator>Jan Egil Ring</dc:creator>
				<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange Server 2007]]></category>
		<category><![CDATA[Exchange Server 2010]]></category>
		<category><![CDATA[Exchange Server management]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Windows PowerShell]]></category>
		<category><![CDATA[Exchange Server Cross-Forest;ADMT]]></category>

		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/04/23/exchange-server-2010-cross-forest-migration/</guid>
		<description><![CDATA[  In Exchange Server 2010 we can move mailboxes between forests when a forest trust are in place. This can be accomplished using the New-MoveRequest cmdlet from the Exchange Management Shell as well as from the Exchange Management Console. Note that remote mailbox moves from legacy Exchange versions only can be accomplished from the Exchange Management [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.powershell.no&blog=5892504&post=467&subd=janegilring&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>In Exchange Server 2010 we can move mailboxes between forests when a forest trust are in place. This can be accomplished using the <a href="http://technet.microsoft.com/en-us/library/dd351123.aspx">New-MoveRequest</a> cmdlet from the Exchange Management Shell as well as from the Exchange Management Console. Note that remote mailbox moves from legacy Exchange versions only can be accomplished from the Exchange Management Shell.<br />
Before any move requests can be made there are some preparation that needs to be done in the target forest. The users from the source forest must be created in the target forest as mail-enabled users with some specific attributes. The mandatory attributes in addition to several others are described in <a href="http://technet.microsoft.com/en-us/library/ee633491.aspx">this</a> article on the Exchange Server TechCenter.</p>
<p>Microsoft has published a sample script, <a href="http://technet.microsoft.com/en-us/library/ee861103.aspx">Prepare-MoveRequest</a>, to assist with the preparation in the target forest. The script will create new mail-enabled users in the target forest with the required attributes from the source forest. While this works quite well, many administrators wants to use alternate methods such as Active Directory Migration Tool (ADMT) or Microsoft Identity Lifecycle Manager (ILM) to preserve additional attributes. Especially SIDHistory and passwords are common.<br />
When these tools are used, the Prepare-MoveRequest script got a parameter named –UseLocalObject which tells the script to convert the local object to the required mail-enabled user. While this might work fine depending on the environment, we`ve seen several administrators reporting problems when using the Prepare-MoveRequest script after ADMT-migration. When the script doesn`t find or match any local user due to some missing attributes it rather creates new mail-enabled users. There are no switch to disable the creation of new users if a local object to use aren`t found. I did a test in a lab-environment trying to use Prepare-MoveRequest with the –UseLocalObject parameter to prepare an ADMT-migrated object. This resulted in a new user being created with some random numbers added to the displayname and samaccountname.</p>
<p><a href="http://janegilring.files.wordpress.com/2010/04/image5.png"><img style="display:inline;border-width:0;" title="image" src="http://janegilring.files.wordpress.com/2010/04/image_thumb5.png?w=468&#038;h=41" border="0" alt="image" width="468" height="41" /></a></p>
<p>As an alternative to using the Prepare-MoveRequest sample script I`ve created another PowerShell-script named Invoke-MoveRequest, available from <a title="here" href="http://poshcode.org/1838" target="_blank">here</a>. This script are intended for scenarios where the user objects are already migrated using e.g. ADMT. Note that you must exclude Exchange-attributes when using ADMT, otherwise attributes like msExchHomeServerName which we don`t want to be migrated will come along. Using this script we will migrate the necessary Exchange-attributes.</p>
<p>The script will do the following:</p>
<ol>
<li>Copy the attribute Mail from the source object to the target object</li>
<li>Copy the attribute mailNickname from the source object to the target object</li>
<li>Copy the attribute msExchMailboxGUID from the source object to the target object</li>
<li>Set the attribute msExchRecipientDisplayType to –2147483642</li>
<li>Set the attribute msExchRecipientTypeDetails to 128</li>
<li>Copy the attribute msExchUserCulture from the source object to the target object</li>
<li>Set the attribute msExchVersion to 44220983382016</li>
<li>Copy the attribute proxyAddresses from the source object to the target object</li>
<li>Set the target objects attribute targetAddress equilent to the source object`s  mail attribute</li>
<li>Set the attribute userAccountControl to 514</li>
<li>Run the Update-Recipient cmdlet on the target mail-enabled user to set LegacyExchangeDN and other default Exchange-attributes</li>
<li>Create a new move request</li>
<li>Enable the target object and unset “User must change password on next logon”</li>
</ol>
<p>The attributes copied and set are according to the list of mandatory attributes in the <a href="http://technet.microsoft.com/en-us/library/ee633491.aspx">TechNet-article</a> mentioned above. The mandatory attributes like DisplayName who not are added to the script are already migrated by ADMT. I also considered adding the LegacyExchangeDN from the target object as an X500 address to the source object`s proxyaddresses to keep mail-flow between the forests after migration, however, it turns out that this are taken care of by the New-MoveRequest cmdlet.<br />
All variables in the “Custom variables”-section on the top of the script must be set before running. The script are set up to process all users in a specified Organizational Unit in the source domain, however, you may customize this for your needs by e.g. using a CSV-file or setup some filtering using the Where-Object cmdlet. You may also copy additional attributes mentioned in the TechNet-article.<br />
The computer you`re running the script from must have the Exchange Management Tools for Exchange Server 2010 and the free <a href="http://www.quest.com/powershell/activeroles-server.aspx">Quest PowerShell Commands for Active Directory</a>.</p>
<p>The script needs additional functionality regarding logging and error-handling, I`ll update this post when I`ve done so. Feel free to further enhance the script yourself, and please let me know in the comments below if you have any suggestions.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/janegilring.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/janegilring.wordpress.com/467/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/janegilring.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/janegilring.wordpress.com/467/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/janegilring.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/janegilring.wordpress.com/467/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/janegilring.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/janegilring.wordpress.com/467/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/janegilring.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/janegilring.wordpress.com/467/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.powershell.no&blog=5892504&post=467&subd=janegilring&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.powershell.no/2010/04/23/exchange-server-2010-cross-forest-migration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ed08d635415486b87539a6e5a81982b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janegilring</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2010/04/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Exchange Server 2007/2010 Update Rollups</title>
		<link>http://blog.powershell.no/2010/04/20/installing-exchange-server-20072010-update-rollups/</link>
		<comments>http://blog.powershell.no/2010/04/20/installing-exchange-server-20072010-update-rollups/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 20:03:41 +0000</pubDate>
		<dc:creator>Jan Egil Ring</dc:creator>
				<category><![CDATA[Exchange Server 2007]]></category>
		<category><![CDATA[Exchange Server 2010]]></category>
		<category><![CDATA[Exchange Server management]]></category>
		<category><![CDATA[Windows PowerShell]]></category>
		<category><![CDATA[update rollup 1603;exchange update rollup installation guidelines]]></category>

		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/04/20/installing-exchange-server-20072010-update-rollups/</guid>
		<description><![CDATA[Have you ever tried to install an Exchange Server Update Rollup which ended with an error message? I recently did some troubleshooting on installing Exchange Server 2010 Update Rollup 3 and picked up some experiences I would like to share, in addition to provide some general guidelines for installing Exchange Update Rollups. The installation may [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.powershell.no&blog=5892504&post=453&subd=janegilring&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried to install an Exchange Server Update Rollup which ended with an error message?</p>
<p>I recently did some troubleshooting on installing Exchange Server 2010 Update Rollup 3 and picked up some experiences I would like to share, in addition to provide some general guidelines for installing Exchange Update Rollups.</p>
<p>The installation may fail when installing either manually by downloading the installation package or by using Windows Update. Afterwards event 1024 are logged to the application log stating that the installation failed with the error code 1603:</p>
<p><a href="http://janegilring.files.wordpress.com/2010/04/image.png"><img style="display:inline;border-width:0;" title="image" src="http://janegilring.files.wordpress.com/2010/04/image_thumb.png?w=415&#038;h=290" border="0" alt="image" width="415" height="290" /></a></p>
<p>This really doesn`t help much, and in addition to the failed installation all Exchange-related services are now stopped and disabled, leaving the server offline.</p>
<p>Start by restoring the service-state. First, enable and start Windows Management Service using an elevated Windows PowerShell prompt:</p>
<p>Get-Service Winmgmt | Set-Service –StartupType Automatic; Get-Service Winmgmt | Start-Service</p>
<p>Then run the ServiceControl.ps1 located in the Exchange bin-folder and the pass it the argument “AfterPatch”:</p>
<p><a href="http://janegilring.files.wordpress.com/2010/04/image1.png"><img style="display:inline;border-width:0;" title="image" src="http://janegilring.files.wordpress.com/2010/04/image_thumb1.png?w=444&#038;h=27" border="0" alt="image" width="444" height="27" /></a></p>
<p>The server should now be restored to an operational state. Next, download the Exchange Update Rollup if you haven`t done that in the first installation attempt. Next, retry the installation from the elevated PowerShell promt using msiexec with the /lv parameter:</p>
<p>msiexec /lv c:\temp\ex-ur3-install.log /update C:\temp\Exchange2010-KB981401-x64-en.msp</p>
<p>This will instruct the Windows Installer service to log verbose output from the installation to the file specified. After the installation fails you will see an event with event ID 1023 logged to the Application log:</p>
<p><a href="http://janegilring.files.wordpress.com/2010/04/image2.png"><img style="display:inline;border-width:0;" title="image" src="http://janegilring.files.wordpress.com/2010/04/image_thumb2.png?w=436&#038;h=303" border="0" alt="image" width="436" height="303" /></a></p>
<p>Next, open the log-file and look through it for error messages. The output in this file are really verbose, so you might want to ask for assistance in the <a href="http://social.technet.microsoft.com/Forums/en/exchangesoftwareupdate/threads">Exchange Software Updates Forum</a> on the <a href="http://technet.microsoft.com/en-us/exchange/bb219569">Exchange Server TechCenter</a>.</p>
<p>In my recent troubleshooting incident I found the following in the log-file:</p>
<p><a href="http://janegilring.files.wordpress.com/2010/04/image3.png"><img style="display:inline;border-width:0;" title="image" src="http://janegilring.files.wordpress.com/2010/04/image_thumb3.png?w=644&#038;h=27" border="0" alt="image" width="644" height="27" /></a></p>
<p>This indicates that the servicecontrol.ps1 script failed to run correctly. As stated in KB-article <a href="http://support.microsoft.com/kb/981474">981474</a> this is caused by the defined PowerShell execution polices. For the installation to succeed, oddly enough, any execution policies must be temporarily undefined.</p>
<p>To see if any PowerShell execution polices are defined on the system, run Get-ExecutionPolicy –List:</p>
<p><a href="http://janegilring.files.wordpress.com/2010/04/clip_image002.jpg"><img style="display:inline;border-width:0;" title="clip_image002" src="http://janegilring.files.wordpress.com/2010/04/clip_image002_thumb.jpg?w=450&#038;h=60" border="0" alt="clip_image002" width="450" height="60" /></a></p>
<p>In this case, an ExecutionPolicy was defined both locally and in a Group Policy Object. I first cleared the Group Policy setting and then the local setting using the following command:</p>
<p><a href="http://janegilring.files.wordpress.com/2010/04/clip_image003.png"><img style="display:inline;border-width:0;" title="clip_image003" src="http://janegilring.files.wordpress.com/2010/04/clip_image003_thumb.png?w=383&#038;h=20" border="0" alt="clip_image003" width="383" height="20" /></a></p>
<p>Execute gpupdate /force and verify that all the ExecutionPolicies are set to “Undefined”:</p>
<p><a href="http://janegilring.files.wordpress.com/2010/04/clip_image005.jpg"><img style="display:inline;border-width:0;" title="clip_image005" src="http://janegilring.files.wordpress.com/2010/04/clip_image005_thumb.jpg?w=450&#038;h=60" border="0" alt="clip_image005" width="450" height="60" /></a></p>
<p>Redo the steps described above to restore service-state and retry the installation. In this case the installation now succeeded:</p>
<p><a href="http://janegilring.files.wordpress.com/2010/04/image4.png"><img style="display:inline;border-width:0;" title="image" src="http://janegilring.files.wordpress.com/2010/04/image_thumb4.png?w=244&#038;h=147" border="0" alt="image" width="244" height="147" /></a></p>
<p>At the end I will provide some general guidelines for installing Update Rollups in Exchange Server 2007/2010:</p>
<ol>
<li>Use elevated Administrator-privileges when running the installation either from Windows Update or by manually downloading the installation file.</li>
<li>Verify that all Execution Policies are set to “Undefined”.</li>
<li>Uninstall any interim Exchange hotfixes installed since the last Update Rollup.</li>
<li>Verify that the ExchangeSetupLogs directory are present on the system-drive. The installer uses this directory for saving service-state information.</li>
</ol>
<p>Please leave a comment below if you got any further guidelines. I will update this blog-post if I gather more information regarding installing Update Rollups.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/janegilring.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/janegilring.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/janegilring.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/janegilring.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/janegilring.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/janegilring.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/janegilring.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/janegilring.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/janegilring.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/janegilring.wordpress.com/453/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.powershell.no&blog=5892504&post=453&subd=janegilring&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.powershell.no/2010/04/20/installing-exchange-server-20072010-update-rollups/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ed08d635415486b87539a6e5a81982b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janegilring</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2010/04/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2010/04/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2010/04/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2010/04/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2010/04/clip_image002_thumb.jpg" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2010/04/clip_image003_thumb.png" medium="image">
			<media:title type="html">clip_image003</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2010/04/clip_image005_thumb.jpg" medium="image">
			<media:title type="html">clip_image005</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2010/04/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Articles published on ITPro.no</title>
		<link>http://blog.powershell.no/2010/02/12/articles-published-on-itpro-no/</link>
		<comments>http://blog.powershell.no/2010/02/12/articles-published-on-itpro-no/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 22:47:18 +0000</pubDate>
		<dc:creator>Jan Egil Ring</dc:creator>
				<category><![CDATA[Active Directory management]]></category>
		<category><![CDATA[Exchange Server 2010]]></category>
		<category><![CDATA[Remote Desktop Services]]></category>
		<category><![CDATA[Terminal Services]]></category>
		<category><![CDATA[Windows PowerShell]]></category>

		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/02/12/articles-published-on-itpro-no/</guid>
		<description><![CDATA[Recently I`ve published a few articles on the Norwegian website ITPro.no which might be of interest for the Norwegian readers: Administrasjon av Active Directory med Windows PowerShell Hva er nytt i Microsoft Exchange 2010 Konfigurer Single Sign-On mot Remote Desktop Services<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.powershell.no&blog=5892504&post=391&subd=janegilring&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I`ve published a few articles on the Norwegian website ITPro.no which might be of interest for the Norwegian readers:</p>
<p><a href="http://itpro.no/art/14923.html"><font color="#000000" size="1">Administrasjon av Active Directory med Windows PowerShell</font></a></p>
<p><a href="http://itpro.no/art/14929.html"><font color="#000000" size="1">Hva er nytt i Microsoft Exchange 2010</font></a></p>
<p><a href="http://itpro.no/art/14915.html"><font color="#000000" size="1">Konfigurer Single Sign-On mot Remote Desktop Services</font></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/janegilring.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/janegilring.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/janegilring.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/janegilring.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/janegilring.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/janegilring.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/janegilring.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/janegilring.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/janegilring.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/janegilring.wordpress.com/391/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.powershell.no&blog=5892504&post=391&subd=janegilring&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.powershell.no/2010/02/12/articles-published-on-itpro-no/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ed08d635415486b87539a6e5a81982b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janegilring</media:title>
		</media:content>
	</item>
		<item>
		<title>Bug in Exchange 2010 beta</title>
		<link>http://blog.powershell.no/2009/04/15/bug-in-exchange-2010-beta/</link>
		<comments>http://blog.powershell.no/2009/04/15/bug-in-exchange-2010-beta/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 23:46:20 +0000</pubDate>
		<dc:creator>Jan Egil Ring</dc:creator>
				<category><![CDATA[Exchange Server 2010]]></category>

		<guid isPermaLink="false">http://janegilring.wordpress.com/2009/04/15/bug-in-exchange-2010-beta/</guid>
		<description><![CDATA[&#160; As I didn`t explore the GUI before making my post about the new beta of Exchange Server 2010 I didn`t notice there is a bug which leads to an error message when using the Exchange Management Console. It displays a few moments after opening the EMC, as well as when trying to click on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.powershell.no&blog=5892504&post=173&subd=janegilring&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>As I didn`t explore the GUI before making my post about the new beta of Exchange Server 2010 I didn`t notice there is a bug which leads to an error message when using the Exchange Management Console. It displays a few moments after opening the EMC, as well as when trying to click on an item in the navigation tree.</p>
<p>The error looks like this:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;   <br />Microsoft Exchange    <br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;    <br />Connecting to remote server failed with the following error message : The WinRM client received an HTTP server error status (500), but the remote service did not include any other information about the cause of the failure. It was running command &#8216;Discover-ExchangeServer -UseWIA $true&#8217;.    <br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;    <br />OK&#160;&#160; <br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>I made a post regarding this at the <a href="http://social.technet.microsoft.com/Forums/en-US/exchange2010/threads">Exchange Server 2010 forums</a> at Microsoft, and Erik Szewczyk gave a quick reply stating this:</p>
<p>“To fix the error open up the IIS Management console and disable anonymous authentication on the PowerShell virtual directory. This is a bug that should be addressed in later builds”</p>
<p>This worked like a charm. In addition when opening the EMC I would recommend you to click on the “Gather Organizational Information” on the right side. It will provide a really nice overview of the Organization, Servers and Recipients:</p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image23.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb23.png?w=244&#038;h=191" width="244" height="191" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/janegilring.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/janegilring.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/janegilring.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/janegilring.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/janegilring.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/janegilring.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/janegilring.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/janegilring.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/janegilring.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/janegilring.wordpress.com/173/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.powershell.no&blog=5892504&post=173&subd=janegilring&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.powershell.no/2009/04/15/bug-in-exchange-2010-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ed08d635415486b87539a6e5a81982b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janegilring</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb23.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Exchange Server 2010 beta available</title>
		<link>http://blog.powershell.no/2009/04/15/exchange-server-2010-beta-available/</link>
		<comments>http://blog.powershell.no/2009/04/15/exchange-server-2010-beta-available/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 22:04:26 +0000</pubDate>
		<dc:creator>Jan Egil Ring</dc:creator>
				<category><![CDATA[Exchange Server 2010]]></category>
		<category><![CDATA[Exchange Server management]]></category>

		<guid isPermaLink="false">http://janegilring.wordpress.com/2009/04/15/exchange-server-2010-beta-available/</guid>
		<description><![CDATA[As stated on many blogs and websites today, a beta version of Exchange Server 2010 are now available from this link on the Microsoft Download Center. Exchange Server 2010 Documentation are available on TechNet. Among the things that can be found there are “What`s New in Exchange Server 2010”, “Exchange 2010 System Requirements” and “Exchange [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.powershell.no&blog=5892504&post=170&subd=janegilring&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>As stated on many blogs and websites today, a beta version of Exchange Server 2010 are now available from <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=1898ed2c-2f88-48ac-824e-d3d20fad77d7">this link</a> on the Microsoft Download Center.</p>
<p><a href="http://technet.microsoft.com/en-us/library/bb124558(EXCHG.140).aspx">Exchange Server 2010 Documentation</a> are available on TechNet.</p>
<p>Among the things that can be found there are “<a href="http://technet.microsoft.com/en-us/library/dd298136(EXCHG.140).aspx">What`s New in Exchange Server 2010</a>”, “<a href="http://technet.microsoft.com/en-us/library/aa996719(EXCHG.140).aspx">Exchange 2010 System Requirements</a>” and “<a href="http://technet.microsoft.com/en-us/library/bb691354(EXCHG.140).aspx">Exchange 2010 Prerequisites</a>”.     </p>
<p>Also check out the <a href="http://technet.microsoft.com/nb-no/exchange/default(en-us).aspx">Exchange Server TechCenter</a> which are updated with new Exchange 2010 content, as well as the new <a href="http://social.technet.microsoft.com/Forums/en-US/exchange2010/threads">Exchange Server 2010 forum</a>.</p>
<p>For those of you who are interested in Exchange Server I would recommend to attend the following E-Learning from Microsoft: <a href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=249671">Collection 6899: Exploring Features of Exchange Server 2010</a></p>
<p>I installed the beta version on a virtual machine running on Hyper-V tonight. You can see some screenshots below.</p>
<p><font size="4">Installation</font></p>
<p>I started by promoting the server (running Windows Server 2008 x64 Enterprise) as a Domain Controller in a new domain (for testing purposes).    <br />I then installed the p<a href="http://technet.microsoft.com/en-us/library/bb691354(EXCHG.140).aspx">rerequisites</a> and started setup.exe:</p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image1.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb1.png?w=244&#038;h=185" width="244" height="185" /></a> </p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image2.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb2.png?w=244&#038;h=214" width="244" height="214" /></a> </p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image3.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb3.png?w=244&#038;h=214" width="244" height="214" /></a> </p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image4.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb4.png?w=244&#038;h=214" width="244" height="214" /></a> </p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image5.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb5.png?w=244&#038;h=214" width="244" height="214" /></a> </p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image6.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb6.png?w=244&#038;h=214" width="244" height="214" /></a> </p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image7.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb7.png?w=244&#038;h=215" width="244" height="215" /></a> </p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image8.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb8.png?w=244&#038;h=214" width="244" height="214" /></a> </p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image9.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb9.png?w=244&#038;h=214" width="244" height="214" /></a> </p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image10.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb10.png?w=244&#038;h=214" width="244" height="214" /></a> </p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image11.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb11.png?w=244&#038;h=213" width="244" height="213" /></a> </p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image12.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb12.png?w=244&#038;h=214" width="244" height="214" /></a> </p>
<p><font size="4"></font></p>
<p><font size="4">Administrative tools</font></p>
<p>After installation the following appeared on the Start-menu:</p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image13.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb13.png?w=244&#038;h=92" width="244" height="92" /></a></p>
<p>The structure of the Exchange Management Console are the same as in Exchange Server 2007:</p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image14.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb14.png?w=132&#038;h=244" width="132" height="244" /></a> </p>
<p>The same are true for the Exchange Management Shell:</p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image15.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb15.png?w=244&#038;h=122" width="244" height="122" /></a> </p>
<p>Compared to Exchange Server 2007, who got 394 PowerShell cmdlets for administration, Exchange Server 2010 got as many as 638:</p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image16.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb16.png?w=244&#038;h=35" width="244" height="35" /></a> </p>
<p>&#160;</p>
<p><font size="4">Outlook Web Access</font></p>
<p>The Outlook Web Access are also improved:</p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image17.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb17.png?w=244&#038;h=150" width="244" height="150" /></a>&#160;</p>
<p>The “Options” page:</p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image18.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb18.png?w=244&#038;h=120" width="244" height="120" /></a> </p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image19.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb19.png?w=244&#038;h=163" width="244" height="163" /></a> </p>
<p>New “Phone” features (Text Messaging):</p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image20.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb20.png?w=244&#038;h=70" width="244" height="70" /></a> </p>
<p>When logged on as an Exchange administrator, it`s possible to choose to manage “My Organization” instead of “Myself”. Here Mailboxes, Groups, and External Contacts can be managed.</p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image21.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb21.png?w=244&#038;h=130" width="244" height="130" /></a> </p>
<p>Reporting:</p>
<p><a href="http://janegilring.files.wordpress.com/2009/04/image22.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://janegilring.files.wordpress.com/2009/04/image-thumb22.png?w=244&#038;h=139" width="244" height="139" /></a> </p>
<p>&#160;</p>
<p>The beta version really looks exciting, and I`ll post follow-up posts when I explore new features. Stay tuned!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/janegilring.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/janegilring.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/janegilring.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/janegilring.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/janegilring.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/janegilring.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/janegilring.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/janegilring.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/janegilring.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/janegilring.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.powershell.no&blog=5892504&post=170&subd=janegilring&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.powershell.no/2009/04/15/exchange-server-2010-beta-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ed08d635415486b87539a6e5a81982b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janegilring</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb11.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb12.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb13.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb14.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb15.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb16.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb17.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb18.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb19.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb20.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb21.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://janegilring.files.wordpress.com/2009/04/image-thumb22.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
	</channel>
</rss>