Posts Tagged ‘exchange 2007’

Can not change password in OWA 2007

If you are trying to use the change password feature from OWA 2007 and is getting the following error The password supplied does not meet the minimum security requirements. Please contact technical support for your organization if you need help. First make sure that you have followed the security requirement from Microsoft, e.g. minimum of [...]

Leave a Comment

OWA 2007 IE8 Problems

Today, we came across an issue with Outlook Web Access 2007 (OWA).  Whenever a user is using Internet Explorer 8 (IE8), OWA will kick them out after a short period time, and if  they doubleclicked on an email, OWA will prompt them for the username and password credential again.  This seems to be only happening with [...]

Comments (4)

How to move mailbox with the move-mailbox cmdlet?

If you need to move mailboxes over from one domain into another.  Here’s a script on how to do it. 1. Start the Microsoft Exchange Shell 2. Type in the following commands to set the source and target credentials. $SourceCredential = Get-Credential $TargetCredential = Get-Credential 3. Type in the following command to move the mailbox. [...]

Leave a Comment