Posts Tagged ‘Exchange

On creating a new distribution group in Exchange you could get the following error: Couldn’t find object “<user object in AD>”. Please make sure that it was spelled correctly or specify a different object. Reason: the recipient <user object in AD> isn’t the expected type. You probably logged in with an administrator account, which has [...]

To set permission’s on a room mailbox in Exchange 2010, you have to execute the PowerShell command Add-MaiboxFolderPermission. Add-MailboxFolderPermission -identity <roomname>@<domain.com> -user <email address of user who needs access> -AccessRights <AccessRight> The parameter AccessRight specifies the permissions for the user, you can use the following values: ReadItems   The user has the right to read items [...]

When I wanted to create a test user for SCOM 2007 to monitor Exchange, I constantly ran into the error (whenever I ran the script new-TestCasconnectivityUser.ps1): CreateTestUser : Mailbox could not be created. Verify that OU ‘Users’ exists and that password meets complexity requirements. I checked google, and all solutions pointed to the fact that [...]

This morning when our Exchange server came back up after a planned shutdown, it couldn’t mount his database. The error message I received when trying to mount the database was: ——————————————————– Microsoft Exchange Error ——————————————————– Failed to mount database ‘Mailbox Database xxxxxxxxxx’. Mailbox Database xxxxxxxxxx’ Failed Error: Couldn’t mount the database that you specified. Specified [...]

In our Exchange 2010 environment (combined with forefront anti-spam) there was 1 user who kept on receiving spam. The spam originated from his own email address and got the tag SenderOnRecipientSafeList. This was caused by the fact that our Receive Connector had the permission ms-Exch-SMTP-Accept-Authoritative-Domain-Sender. This right basically tells the exchange server: “accept mail from [...]

Jim Glynn demonstrates how to connect your Windows Mobile phone to Exchange Online.

We have a scanner in our office which can send scanned documents to any email address specified. After our migration to Exchange 2010 this did not work anymore. I created a new receive connector. Specified the IP addresses which we’re allowed to relay to external, and then checked the anonymous checkbox. The scanner was able [...]

In Exchange 2010 you can’t use ExMerge anymore. In Exchange 2010 you can create a backup from your database (with windows backup), you can then restore it in case of an emergency and attach it to Exchange as a seperate database (recovery database). You can then restore a mailbox’s content. Prerequisites: Make sure your server [...]

Microsoft Forefront Security for Exchange Server integrates multiple scan engines from industry-leading security firms into a comprehensive, layered solution, helping businesses protect their Microsoft Exchange Server messaging environments from viruses, worms, spam, and inappropriate content. start forefrontexchangesetup.exe Accept the License Agreement and click on [Next] You will be warned with the fact that “Microsoft Exchange [...]

After trying to move a mailbox from Exchange 2003 to Exchange 2010, I received the following error: Error: Active Directory operation failed on *DomainController*. This error is not retriable. Additional information: Insufficient access rights to perform the operation. Active directory response: 00002098: SecErr: DSID-03150E8A, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0 The user has insufficient access rights. [...]