Exchange 2007 / Outlook 2003 / Blackberry & OoO

I saw Andy posted this (http://telnetport25.wordpress.com/2008/03/16/quick-ish-tip-exchange-2007-setting-oof-for-users-via-powershell-2/) today and wanted to share my script.

It uses the same dll from Glen(EWSOofUtil.dll) to open the specified users mailbox and Enable/Disable a users Out Off Office Setting. This in theory fixes an Issue with Exchange 2007 and Outlook 2003/Blackberry Enterprise Server

The script also checks to see if a user has a legacy account set as Associated External. If it has it removes it and writes to a log.  It does this as the “Super Account” I was using could open the OoO if this was set!

EWSOofUtil.dll is provided by Glen Scales (http://gsexdev.blogspot.com)

The script can also be used in a pipeline.

##########################################################################################
Param ($Username)
##########################################################################################
$AppName = “Fix-OoO.ps1”
$AppVer  = “v1.1 [6 March 2008]”
#
#v1.0 2 March 2008     : A script it born
#v1.1 6 March 2008     : Updated to remove legacy account and added more logging
#
# This script uses EWSOofUtil.dll to open the specified users mailbox and Enable/Disable
# a users Out Off Office Setting.  This in theory fixes an Issue with Exchange 2007
# and Outlook 2003/Blackberry Enterprise Server
#
# The script also checks to see if a user has a legacy account set as Associated External
# If it has it removes it and writes to a log
#
#Written By Paul Flaherty                  
#blogs.flaphead.com                        
#
#Syntax
#Fix-OoO.ps1
#
#Can be in the pipeline
#get-mailbox -database M03VASG03-M03VASG03-DB01-M03VA  -resultsize unlimited | where {$_.islinked -eq $False} | foreach-object {c:psFix-OoO.ps1 $_.Name}
#
#Other samples
#
#$Server = “M01VA”
#get-mailbox -database $ServerSG01-$ServerSG01-DB01-$Server  -resultsize unlimited | where {$_.islinked -eq $False} | foreach-object {c:psFix-OoO.ps1 $_.Name}
#get-mailbox -database $ServerSG02-$ServerSG02-DB01-$Server  -resultsize unlimited | where {$_.islinked -eq $False} | foreach-object {c:psFix-OoO.ps1 $_.Name}
#get-mailbox -database $ServerSG03-$ServerSG03-DB01-$Server  -resultsize unlimited | where {$_.islinked -eq $False} | foreach-object {c:psFix-OoO.ps1 $_.Name}
#get-mailbox -database $ServerSG04-$ServerSG04-DB01-$Server  -resultsize unlimited | where {$_.islinked -eq $False} | foreach-object {c:psFix-OoO.ps1 $_.Name}
#get-mailbox -database $ServerSG05-$ServerSG05-DB01-$Server  -resultsize unlimited | where {$_.islinked -eq $False} | foreach-object {c:psFix-OoO.ps1 $_.Name}
#get-mailbox -database $ServerSG06-$ServerSG06-DB01-$Server  -resultsize unlimited | where {$_.islinked -eq $False} | foreach-object {c:psFix-OoO.ps1 $_.Name}
#get-mailbox -database $ServerSG07-$ServerSG07-DB01-$Server  -resultsize unlimited | where {$_.islinked -eq $False} | foreach-object {c:psFix-OoO.ps1 $_.Name}
#get-mailbox -database $ServerSG08-$ServerSG08-DB01-$Server  -resultsize unlimited | where {$_.islinked -eq $False} | foreach-object {c:psFix-OoO.ps1 $_.Name}
#
##########################################################################################

IF ($Username -eq $Null)
{
    Write-Host “Enter UserName: ” -NoNewLine
    $Username = Read-Host
}

IF ($username -ne $null)
{
    #Check Permissions
    $xPerms = get-mailboxPermission -Identity $Username -user corebus1$Username
    ForEach ($xPerm in $xPerms)
    {
        $xAccess = $xPerm.AccessRights | Out-String
        $xAccess = $xAccess.Trim()
        If ($xAccess.Contains(“ExternalAccount”))
        {
            write-host $xPerm.User -NoNewLine -foregroundcolor Yellow
            write-host ” : ” -NoNewLine
            write-host $xPerm.AccessRights

            Add-content c:tempOoO-Fail-AccessRights.txt “$UserName,corebus1$Username,$xAccess “
            Remove-MailboxPermission -Identity $Username -user $xPerm.User -AccessRight ExternalAccount -Confirm:$False

        }
    }

    $Username += “@flaphead.local”
    Write-host $Username -foregroundcolor Green
    $MsxServer =
https://cas01.flaphead.local/EWS/Exchange.asmx

    [Reflection.Assembly]::LoadFile(“c:psEWSOofUtil.dll”)
    $oofutil = new-object EWSOofUtil.OofUtil
    $oofutil.getoof($Username ,””,””,””,$MsxServer)

    $xOoOInternal = $oofutil.InternalMessage
    $xOoOExternal = $oofutil.ExternalMessage

    $xOoOStatus = $oofutil.OofStatus

    IF ($xOoOStatus.Length -eq 0) {Add-content c:tempOoO-Fail.txt $UserName}

    IF ($xOoOStatus.Length -gt 0)
    {

        Write-Host “OoO Status: $xOoOStatus”
        Add-content c:tempOoO-Success.txt “$UserName,$xOoOStatus”

        If ($xOoOStatus -eq “Enabled”)
        {
            Write-Host $xOoOInternal
            $oofutil.setoof($Username ,”Disabled”,””,””,””,””,””,$MsxServer)
            $oofutil.setoof($Username ,”Enabled”,””,””,””,””,””,$MsxServer)
        }
        ELSE
        {
            $oofutil.setoof($Username ,”Enabled”,””,””,””,””,””,$MsxServer)
            $oofutil.setoof($Username ,”Disabled”,””,””,””,””,””,$MsxServer)
        }
    }
}
 &nb
sp;  ELSE
{
    Write-Host “No Username specified”
}

##########################################################################################
#End
##########################################################################################

HTC Shift … after 3 weeks

Okay, so I have had a few request for an update so here it is.

On the whole I really like it, I have some issues but they will come later. The form factor is great and the keyboard is very usable (I have got over my issue of pressing ` instead of 1, it just take a bit of getting used to the keyboard layout). The small touch pad and mouse button are very usable, but what would be nice is a scroll button similar to the HTC Advantage.

Sound quality out of the two speakers is acceptable, but using the headphone jack with headphone is excellent.  I have watched a number of AVI movies on my Shift and headphones add another dimension to a film.  On that note the AVIs played without any video or audio stutter which is excellent.

The Snapvue / Vista toggle button is kewl, as it the fade in / out effect as it switches between the two.

Snapvue is a bit of a pain in the butt. Because it’s not quite Windows Mobile 6, it doesn’t have the functionality that you get used to.  I see up on xda developer that they have a custom WM6 ROM, which I might try next week.  Just like WM6, the wireless stack does not like the London Underground where the mobile phone reception comes and goes.  I have setup my Exchange 2007 server and my Hotmail account and sometimes it is painful to get them to sync.  In most cases the only way is to do a cold reset, which means removing the battery (I have yet to find a reset button, which would have been a nice addition).  It is also a shame that Snapvue is unable to access any of the storage, like the internal harddisk or the SD card.  Maybe the custom ROM will fix that?

On the Vista side of things it is quite responsive.  I read most of my email and RSS using Outlook 2007 and this works quite well.  I installed Office 2007 Professional and all the apps are very usable, that is except for One
Note.  Why, well the screen is an active digitizer so you cant really ink properly, which is a shame.

As expected the main bottle neck is memory and this is a pain, but workable, as you have to remember this is a UMPC and not a laptop replacement!  The hard disk is not the biggest in the world, but I have a 16gb sd card for storing data on.  That brings me to my main moan and that is that from a cold boot the SD card works.  If you hibernate or sleep vista it disappears.  I am sure its a vista update but have not had time to troubleshoot.

Another annoying thing is that Vista uses the wireless stack (Remote NDIS based Internet Sharing Device) from WM6.  This is a great idea but when you have problems with WM6 getting to the mobile phone network, it does affect Vista, but surprisingly Vista can handle it (most of the time) and recovers very well.

Mobile data speeds are very good and I am greatful for having an unlimited contract with T-Mobile (well except for last week when I was on holiday in Malta and clocked up a very impressive and expensive data bill in 3 days!!!)

I that is about it. Not tried Skype yet, but have connect to my wireless Lan at home and that works fine.  I am still working out how to install Windows Powershell as that would make this just excellent!

Oh and I nearly forgot, the question you all want to know … battery life! To be honest I have not done any exhaustive testing, I just couldn’t be bothered.  What I have done is some real live stuff, so I reckon I get about 2 – 2.5 hrs usage from the battery and that is with the modem on surfing or watching a movie off the SD card. I dont really have an issue with that, and the power supply is tiny so I carry that with me anyway!

So would I recommend it?  Yeah, but as long it does what you want. Like most gadgets it has limitations, and you can either live with them or not.  I can, and it allows me to read my email & RSS, surf the web, write blog posts like this one, and edit / create Office documents.  I will check the custom ROM out, and will be on the market for a bugger harddisk (probably solid state) and more memory.

As for the price, you get what you pay for, one of the smallest, sexiest looking UMPC/WM6 device on the market (I get a lot of questions and enquiring looks), that has a dual life of being WM6 and a Vista PC.  Am I glad I am an “early adopter”? yeah of course and as far as I am concerned it was money well spent.

If you want one, check these guts out they gave me a really good deal and have 16gb SD cards.  Mention this blog too if you talk to them ;-)

If there is anything I have missed of you want to know something leave a comment and I will reply

Exchange Server 2007 Service Pack 1 RU1

Okay so it’s not difficult to install, but as ever I want to share the steps we have used successfully.

So before you start yeah a reboot to start with, as we have seen that is just a better place to start the installation! 

Generally it takes 10-15mins for the Rollup to install

Standalone Servers

  1. Reboot Server
  2. Apply Rollup 1
  3. Check Event log & all Exchange services have started.
  4. Reboot Server.
  5. Check Event log and all make sure that all Exchange services have started.

Note. On Hub servers check all mail queues.

Mailbox SCC Clusters 
Passive Node

  1. Reboot passive node.
  2. Apply Rollup 1 to passive node
  3. Reboot passive node
  4. Move Cluster Resources to Passive Node
  5. Check all Resources & Exchange Stores are online
  6. Test mailbox access

Active Node

  1. Reboot server once cluster resources have been moved to Passive Node.
  2. Apply Rollup 1 to active node. (Takes 10-15mins)
  3. Reboot Node.
  4. Move Cluster resources back.
  5. Check all Resources & Exchange Stores are online.
  6. Test mailbox access.

Windows Server 2003 Service Pack 2 and the Scalable Networking Pack

Remember all the heart ache we had with this … and having to disable TCP Chimney just for the server to actually stay working :-|

 Wel Michael has found the latest installment in the way of a new KB that essentially sets EnableTCPChimney, EnableRSS,and EnableTCPA to 0

948496 An update to turn off default SNP features is available for Windows Server 2003-based and Small Business Server 2003-based computers

What is interesting about the KB is the list of issues that may occur when Windows Server 2003 SNP is turned on!

  • You cannot create a Remote Desktop Protocol (RDP) connection to the server.
  • You cannot connect to the Exchange server from a computer that is running Microsoft Outlook.
  • Inactive Outlook connections to the Exchange server may not be cleaned up
  • You experience slow network performance.
  • You experience intermittent RPC communications failures.
  • The server stops responding.
  • The server runs low on nonpaged pool memory

Not to serious then!
 

Exchange 2007 and Replication Manager

Okay, this was interesting.  We have four Mailbox SCC Clusters with EMC storage.  Each cluster has a dedicated Replication Manager Server.

We found that after upgrading to Exchange 2007 SP1, replication manager failed to generate snaps, but put this in the ERM_Client log (C:Program FilesEMCrmlogsclient)

000506 ERROR:Could not connect to Solutions Enabler.  Verify that the correct version of Solutions Enabler
     is installed on the host by running Replication Manager Config Checker. /*e*/

Dunno why

You also get these in the Replication Manager Logs

024147 ERROR: The consistency check for M03VA failed with error ERROR: pccheck->ErrCheckLogs failed with error -514. The error code is -514. See the application event log for more information.

024149 ERROR: An error occurred checking log files with the E03 prefix in D:RM_MountsFdriveSG03SG03-LOGS.

BUT they all go away when you update the Exchange 2007 on the replication manager servers!

This also happened with Exchange 2007 Service Pack 1 RU1! 

A Month in Exchange: March 2008

A Month in Exchange: March 2008

Bl00dy hell is it the 11th already.  Sorry I am late, had a bit on at work the last few weeks with Exchange 2007 SP1 & RU1.  So lets get this party started

New Downloads in February 2008
 
Update Rollup 1 for Exchange Server 2007 Service Pack 1 (KB945684)
Update Rollup 1 for Exchange Server 2007 Service Pack 1 (SP1) resolves issues that were found in Exchange Server 2007 SP1 since the software was released. This update rollup is highly recommended for all Exchange Server 2007 SP1 customers.
http://www.microsoft.com/downloads/info.aspx?na=22&p=1&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3dc29a6aa8-ca44-43ea-a88f-7500c4bd3d31%26displaylang%3den
 
Application Analysis Envisioning Process for Lotus Domino Applications
This guide discusses the Application Analysis Envisioning Process (AAEP) for Lotus Domino applications. The AAEP provides you with a process to identify and classify Lotus Domino infrastructure, understand their core components and functionality, and accurate guidance for a recommended target solution. The primary goal of this process is to encourage a standard approach that you can use to define migration and target solution recommendations, as well as estimate migration costs and timelines. New versions of the Application Analyzer and the Application Transporter tool for Lotus Domino have been released as part of the Microsoft Transporter Suite for Lotus Domino. This document contains information about the Microsoft Application Analyzer 2006 for Lotus Domino and the Exchange Transporter versions of the tools.
Using System Center products with Exchange Server 2007 improves the operation of your computing environment and improves your business workflow. Read this datasheet and find out how System Center Operations Manager 2007, Configuration Manager 2007, Data Protection Manager 2007, and Capacity Planner can benefit planning for, deployment of, and management of Exchange Server 2007.
http://www.microsoft.com/downloads/info.aspx?na=22&p=3&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3de63d0f58-969c-4e17-b691-55688a44f981%26displaylang%3den
 
Microsoft Exchange Server ActiveSync Web Administration Tool
for Exchange Server 2003 and Exchange Server 2007
The Exchange Server ActiveSync Web Administration tool is designed for administrators who want to manage the process of remotely erasing lost, stolen, or otherwise compromised mobile devices.
http://www.microsoft.com/downloads/info.aspx?na=22&p=4&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3de6851d23-d145-4dbf-a2cc-e0b4c6301453%26displaylang%3den
 
Update Rollup 6 for Exchange Server 2007 (KB942846)
Update Rollup 6 for Exchange Server 2007 resolves issues that were found in Exchange Server 2007 since the software was released. This update rollup is highly recommended for all Exchange Server 2007 customers.
http://www.microsoft.com/downloads/info.aspx?na=22&p=5&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3d0b2993a3-d290-453e-85fe-108867865731%26displaylang%3den
 
Microsoft Transporter Suite
Transporter Suite contains a set of tools for migrations from both Lotus Domino Servers, and generic IMAP/POP sources. For Lotus Domino the suite contains a set of tools for Directory and Free/Busy interoperability between Lotus Domino 6 or 7 and Exchange Server 2007 and Windows Server 2003 Active Directory. In addition for Lotus Domino the suite contains migration tools to migrate users, groups, personal address lists, mailboxes, personal mail archives, and applications from Lotus Domino 5, 6 or 7 to Active Directory, Exchange Server 2007, and Windows SharePoint Services 3.0. For generic POP/IMAP servers the suite contains a set of tools to bulk migrate mailboxes from any generic email servers that support the POP3 or IMAP4 protocol to mailboxes in Exchange Server 2007
http://www.microsoft.com/downloads/info.aspx?na=22&p=6&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3d35fc4205-792b-4306-8e4b-0de9cce72172%26displaylang%3den
 
Microsoft Transporter Suite Release Notes
The Microsoft Transporter
Suite for Lotus Domino Release Notes contains up to date information that is not included in the Transporter Help file. The Transporter Release Notes augments the Transporter Help.

http://www.microsoft.com/downloads/info.aspx?na=22&p=7&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3d362db2ca-b254-4301-b506-749f90ad8669%26displaylang%3den
 
Microsoft Forefront Security for Exchange Server with SP1 Documentation
Forefront Security for Exchange Server SP1 integrates multiple scan engines from industry-leading security firms into a comprehensive, layered solution, helping protect your Microsoft Exchange Server messaging environments from viruses, worms, spam, and inappropriate content.
http://www.microsoft.com/downloads/info.aspx?na=22&p=10&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3d5cd4e36e-2dab-44d6-990e-3b8184b1cb1b%26displaylang%3den
 
Microsoft Exchange Server 2007 SP1 Release Notes

The Microsoft Exchange Server 2007 SP1 Release Notes contain late-breaking information for Exchange Server 2007.

http://www.microsoft.com/downloads/info.aspx?na=22&p=12&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3d5770bd59-376e-42ec-b940-be6225cd97ff%26displaylang%3den
 
Microsoft Forefront Server Security Management Console Documentation
Forefront Server Security Management Console allows administrators to easily manage Forefront Security for Exchange Server, Forefront Security for SharePoint and Microsoft Antigen, providing a web-based console to centralize configuration and operation, automate the download and distribution of signature and scan engine updates, and generate comprehensive reports. Forefront Server Security Management Console also allows administrators to rapidly respond to outbreaks and update protection across enterprise deployments, improving organizational agility in responding to new threats. Through integration with Windows Server 2003 and Microsoft SQL Server, Forefront Server Security Management Console helps maintain reliability and performance of messaging and collaboration protection.
http://www.microsoft.com/downloads/info.aspx?na=22&p=13&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3dae4ce23b-9e1e-455c-87a4-36167fe43107%26displaylang%3den
 
Microsoft Antigen SP1 Documentation
The Messaging Security Suite includes Antigen for Exchange, Antigen for SMTP Gateways, and Antigen Spam Manager, and provides server-level protection against the latest e-mail threats.
http://www.microsoft.com/downloads/info.aspx?na=22&p=14&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3d7d00160e-4d15-4459-98a3-89f393ac008e%26displaylang%3den
 
Microsoft Exchange Server 2007 Service Pack 1 Shell Help
The Microsoft Exchange Server 2007 Exchange Management Shell Help file helps you use cmdlets in the Exchange Management Shell to perform day-to-day administration of Exchange 2007. You can view help in the Exchange Management Shell by using the Get-Help cmdlet. This Help file applies to the Microsoft Exchange Server 2007 Service Pack 1 (SP1) version of Exchange Server 2007
http://www.microsoft.com/downloads/info.aspx?na=22&p=15&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3d0e14dd15-bb52-4b3f-9756-5146179a0809%26displaylang%3den
 
Microsoft Exchange Server 2007 SP1 Help
The Exchange Server 2007 SP1 Help can help you in the day-to-day administration of Exchange. Use this information to guide you through Exchange Server 2007 SP1 features, tasks, and administration procedures.
http://www.microsoft.com/downloads/info.aspx?na=22&p=16&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3d5eb0f9a0-2c49-4f2a-8a09-b981ed667821%26displaylang%3den
 
Microsoft Forefront Security for Exchange Server with Service Pack 1
Forefront Security for Exchange Server SP1 integrates multiple scan engines from industry-leading security firms into
a comprehensive, layered solution, helping protect your Microsoft Exchange Server messaging environments from viruses, worms, spam, and inappropriate content.

http://www.microsoft.com/downloads/info.aspx?na=22&p=17&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3d2ceb14d4-404b-4d8f-8a21-ebfc71b2e82b%26displaylang%3den
 
EHS Filtering Datasheet
Electronic messaging is mission-critical, but with viruses, worms, denial-of-service attacks, spam, the need to satisfy a growing set of government regulations, and legal actions that call for e-mail as evidence, effective message security and management is increasingly difficult. This datasheet outlines the Filtering service from Exchange Hosted Services.
http://www.microsoft.com/downloads/info.aspx?na=22&p=18&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3df6d42f30-503c-48c4-bd9d-19ee31b6533f%26displaylang%3den
 
Microsoft Antigen 9.0 with SP1 Readme
The Messaging Security Suite includes Antigen for Exchange, Antigen for SMTP Gateways, and Antigen Spam Manager, and provides server-level protection against the latest e-mail threats.
http://www.microsoft.com/downloads/info.aspx?na=22&p=19&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3d7793ba73-50c0-4e07-9cd9-211558cbd890%26displaylang%3den
 
Podcasts: How Microsoft IT Implemented New Storage Designs for Exchange Server 2007
How does Exchange Server 2007 enable a large enterprise to increase mailbox quotas globally by a factor of ten and still lower storage costs, reduce maintenance complexities, and simplify data recovery processes? Microsoft IT was able to take advantage of Cluster Continuous Replication (CCR) in new mailbox server designs based on direct attached storage (DAS). Advantages of CCR and DAS over alternative configurations will be discussed along with how MSIT was able to eliminate storage as a single point of failure while at the same time lowering costs to two dollars per gigabyte.
http://www.microsoft.com/downloads/info.aspx?na=22&p=20&srcdisplaylang=en&srccategoryid=&srcfamilyid=&u=%2fdownloads%2fdetails.aspx%3ffamilyid%3d53a99e27-98a3-4f27-a35f-e0bceb3f50f1%26displaylang%3den
 
#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*
Webcast showing at a desktop near you in March 2008

u gotta be joking .. nothing, nada zip nothing

 
#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*
New KBs in February 2008
Using KBAlertz now as there is no easy way that I can find to get this from Microsoft.com
Exchange 5.5:  http://kbalertz.com/Technology_55.aspx
Exchange 2000: http://kbalertz.com/Technology_53.aspx
Exchange 2003: http://kbalertz.com/Technology_313.aspx
Exchange 2007: http://kbalertz.com/Technology_515.aspx
Forefront For Exchange: http://kbalertz.com/Technology_523.aspx
 
February 29, 2008
943808 An attachment incorrectly appears as the body of an e-mail message in Exchange Server 2007
943937 An application cannot impersonate a user and then run Windows PowerShell commands in an Exchange Server 2007 environment
945318 An Exchange Server 2007 edge server does not rewrite the sender address for externally bound messages in an Exchange Server 2007 Service Pack 1 environment
 
February 28, 2008
949536 PowerShell commands for the Exchange 2007 Edge server role do not work as expected after you uninstall an update rollup or an interim update on the Edge server
 
February 27, 2008
948809 Error message when you try to install the CAS role on a server that is running Exchange Server 2007: “Read only MultiValuedProperty does not support this operation”
 
February 26, 2008
928123 Non-delivery report when you send an e-mail message to a remote Exchange 2007 organization that has the IP Block list enabled: “550 5.7.1 External client does not have permissions to submit to this server”
948810 Information about the support policy for the Hierarchical Address Book (HAB) feature in Exchange Server and in Outlook
 
February 20, 2008
948212 Double-coded characters in the address stamp that Exchange Server 2007 stamps on an e-mail message may appear incorrectly
 
February 13, 2008
948214 You may receive an “error code 8202” error message when you try to install Exchange Server 2007 Service Pack 1
948211 Error message when you try to install Exchange Server 2007 Service Pack 1: “The E-mail Address Policy object must have exactly one primary e-mail address with the prefix ‘FAXMAKER'”

February 6, 2008
944554 Event 104 is logged after you create a new database in Exchange Server 2007
 

945684: Description of Update Rollup 1 for Microsoft Exchange Server 2007 Service Pack 1: v2.1

Humm, very crafty, the following articles have been added as “fixed” to this KB!

Article ID: 945684
Last Review: March 5, 2008
Revision: 2.1

  • 946958 (http://support.microsoft.com/kb/946958/) The Restore-Mailbox cmdlet is not successful and you receive an error message in Exchange Server 2007 S946958
    • In a Microsoft Exchange Server 2007 Service Pack 1 (SP1) environment, you run the Restore-Mailbox cmdlet. When you do this, the operation is not successful.
  • 945318 (http://support.microsoft.com/kb/945318/) An Exchange Server 2007 edge server does not rewrite the sender address for externally bound messages in an Exchange Server 2007 Service Pack 1 environment
    • In a Microsoft Exchange Server 2007 Service Pack 1 (SP1) environment, you set an AddressRewrite entry on two Microsoft Exchange Server 2007 edge servers. After you do this, one Exchange Server 2007 edge server does not rewrite the sender address for externally bound messages.
  • 947014 (http://support.microsoft.com/kb/947014/) An Exchange Server 2007 mailbox server randomly generates many transaction logs in an Exchange Server 2007 Service Pack 1 environment
    • In a Microsoft Exchange Server 2007 Service Pack 1 (SP1) environment, an Exchange Server 2007 mailbox server randomly generates many transaction logs.
  • 945938 (http://support.microsoft.com/kb/945938/) The Information Store service intermittently stops responding after you apply Microsoft Exchange Server 2007 Service Pack 1 on an Exchange Server 2007-based server
    • After you apply Microsoft Exchange Server 2007 Service Pack 1 (SP1) on an Exchange Server 2007-based server, the Information Store service intermittently stops responding
  • 944333 (http://support.microsoft.com/kb/944333/) The store event sink does not run as expected in an Exchange Server 2007 environment
    • In a Microsoft Exchange Server 2007 environment, the store event sink does not run as expected. The event is triggered, but the registered script is not executed.
  • 943808 (http://support.microsoft.com/kb/943808/) An attachment incorrectly appears as the body of an e-mail message in Exchange Server 2007
    • In a Microsoft Exchange Server 2007 organization, a user receives an empty e-mail message that has an attachment. However, the attachment incorrectly appears as the body of the e-mail message.
  • 943937 (http://support.microsoft.com/kb/943937/) An application cannot impersonate a user and then run Windows PowerShell commands in an Exchange Server 2007 environment
    • When an application tries to impersonate a user programmatically and then run Windows PowerShell commands in a Microsoft Exchange Server 2007 environment, Exchange Server 2007 blocks the call.
  • 941704 (http://support.microsoft.com/kb/941704/) The Microsoft Exchange Information Store service stops responding on an Exchange Server 2007 server
    • The Microsoft Exchange Information Store service stops responding on a server that is running Microsoft Exchange Server 2007. Additionally, clients cannot connect to the Exchange store. When this problem occurs, you cannot stop the Microsoft Exchange Information Store service. Additionally, the RPC Requests counter in the MSExchangeIS object in the Performance console reaches its highest value.
  • 943394 (http://support.microsoft.com/kb/943394/) Some e-mail messages become stuck in the submission queue in Exchange Server 2007
    • In a Microsoft Exchange Server 2007 environment, some e-mail messages become stuck in the submission queue and take a long time to be delivered.

947551 The Edgetransport.exe process may crash intermittently on an Exchange Server 2007 Service Pack 1 Edge server

Ignore the issue, unless of course you have the problem .. Instead check out the resolution at the bottom

Source: http://support.microsoft.com/Default.aspx?id=947551

To resolve this problem, install Update Rollup 2 for Exchange Server 2007 Service Pack 1. For more information about Update Rollup 2 for Exchange Server 2007 Service Pack 1, click the following article number to view the article in the Microsoft Knowledge Base:

948016 (http://support.microsoft.com/kb/948016/) Update Rollup 2 for Exchange Server 2007 Service Pack 1
 
NB The Knowledge Base (KB) Article You Requested Is Currently Not Available