cd $exbin jump to \Exchange Server\bin
cd $exinstall jump to \Exchange Server\
cd $exscripts jump to \Exchange Server\scripts
A technical blog about real life experiences with Exchange Server and Lync
Wednesday, January 26, 2011
Autodiscover failed (0x800C8203)
Problem: Exchange autodiscover process did not work so Outlook automatic profile creation did not work. No problem manually configuring OL profile.
Outlook Test E-mail AutoConfiguration: Autodiscover to https://fqdn/Autodiscover/Autodiscover.xml failed (0x800C8203)
Everything ok after running: Test-OutlookWebServices -ClientAccessServer CAS-Server
Cause: Outlook retrieved wrong smtp address during automatic profile creation. Outlook automatic profile creation worked after correcting e-mail address and also Outlook Test E-mail AutoConfiguration.
Outlook Test E-mail AutoConfiguration: Autodiscover to https://fqdn/Autodiscover/Autodiscover.xml failed (0x800C8203)
Everything ok after running: Test-OutlookWebServices -ClientAccessServer CAS-Server
Cause: Outlook retrieved wrong smtp address during automatic profile creation. Outlook automatic profile creation worked after correcting e-mail address and also Outlook Test E-mail AutoConfiguration.
Friday, January 21, 2011
Exchange 2007/2010 Move Mailbox process and not yet initialized mailboxes
After creating a mailbox it will be initialized when you access the mailbox for the first time with Outlook/OWA and default mailbox folders will be created in the language of the client.
So, a mailbox move initializes a mailbox which results in default mailbox folders in English language. Maybe Microsoft can build in an extra check? Mailbox move process should not move mailboxes which have not been initialized. Just delete and recreate is sufficient in this case. I have reported this ‘issue’ to Microsoft.
The following options are available to change the language of the default mailbox folders after mailbox initialization:
1. User runs Outlook with parameter: outlook.exe /resetfoldernames
2. User changes default folder language from within OWA: Options, Regional Settings, Rename default folders so their names match the specified language
3. Admin (Exchange 2010 only): Set-MailboxRegionalConfiguration mbx -Language xx-XX -DateFormat "d-M-yyyy"-LocalizeDefaultFolderName:$true
Language examples: nl-NL, en-US
Some time ago I did a GroupWise to Exchange 2007 migration with Quest Migration Manager for Exchange. I ran into one issue:
I had created 1000 mailboxes in one Exchange database which would be accessed with Outlook 2007 Dutch client. Before starting the mailbox migration from GW to E2K7 I distributed the mailboxes over 4 E2K7 databases with a mailbox move.
After migrating a mailbox I saw english mailbox folders under Outlook 2007 Dutch client. The following happened: move mailbox process created new mailboxes and moved the contents from the empty source mailbox. This resulted in default english mailbox folders. The solution was simple: first create mailboxes and distribute them directly over the 4 databases. Then perform mailbox migration from GroupWise to Exchange. Then access mailbox with OL 2007 Dutch client: only Dutch mailbox folders.
I've tested a mailbox move with Exchange 2010 SP1:
1. Create mailbox (no access with OWA/Outlook)
2. Move mailbox to another database
3. Access mailbox with Outlook 2007 Dutch client: default mailbox folders in English language
4. Set-MailboxRegionalConfiguration mailbox -Language nl-NL -DateFormat "d-m-yyyy"-LocalizeDefaultFolderName:$true
This step can be performed while Outlook is online and results in default mailbox folders in Dutch language.
Rename default Outlook folders after Exchange 2007/2010 mailbox initialization
After creating a mailbox it will be initialized when you access the mailbox for the first time with Outlook/OWA and default mailbox folders will be created in the language of the client.
The following options are available to change the language of the default mailbox folders after mailbox initialization:
1. User runs Outlook with parameter: outlook.exe /resetfoldernames
2. User changes default folder language from within OWA: Options, Regional Settings, Rename default folders so their names match the specified language
3. Admin (Exchange 2010 only): Set-MailboxRegionalConfiguration mbx -Language xx-XX -DateFormat "dd-MM-yyyy"-LocalizeDefaultFolderName:$true
Language examples: nl-NL, en-US
Wednesday, January 19, 2011
The certificate is invalid for Exchange Server usage
After importing an Exchange 2010 third party SAN certificate with Exchange Management Console I got the following error: The certificate is invalid for Exchange Server usage
Get-ExchangeCertificate:
Status: Invalid
RootCAType: Unknown
In this particular case the cause was the ISP who delivered the wrong Intermediate CA.
Get-ExchangeCertificate:
Status: Invalid
RootCAType: Unknown
In this particular case the cause was the ISP who delivered the wrong Intermediate CA.
Subscribe to:
Posts (Atom)