Archive

Posts Tagged ‘Exchange’

Emails Going Directly to Deleted Items Folder

January 21, 2013 3 comments

Here’s a quick one.

Is a user reporting that some emails are going directly into the Deleted Items folder? Check the following things.

  • In Outlook is there a rule created causing the email to move?
  • In Outlook is the email conversation(s) in question being Ignored? Link
  • In Exchange is AutomateProcessing set to AutoAccept? Run the PowerShell command below.
Get-CalendarProcessing -identity username | fl

Add a Hidden Mailbox as an Additional Mailbox in Outlook

November 18, 2008 1 comment

Use ADSI Edit to get the legacyExchangeDN for the Mailbox. Use the normal steps to add an additional mailbox in Outlook only instead of typing the username, type the legacyExchangeDN. The legacyExchangeDN will be in a format like:

/o=<ORGNAME>/ou=<Administrative Group>/cn=Recipients/cn=Username

 

To get the legacyDN use the following steps:

  1. On the Exchange Server, open ADSIEdit.
  2. Browse to the location of the account. The structure will resemble the OU structure.
  3. Right click the account & select Properties.
  4. Scroll down to the legacyDN attribute.
  5. Copy it to the clipboard & paste as needed.
Categories: Computers Tags: ,