Please follow the steps in this article to grant an assistant delegate access to your mailbox
Author: Steve Man
Wrong photo showing for an e-mail receipent in Outlook 2010
Issue- The wrong photo is showing for an e-mail receipent when a customer tries to send a message. This is only happening sending from her acccount.
Resolution- The person sending the message had a local contact with a second e-mail address listed associated with a picture. Deleting the wrong information in the contact resolves the issue
Rebuilding search index
If you search for items in Microsoft Office Outlook 2007 and 2010 and do not receive the results that you expect, the indexing of your Microsoft Windows and Microsoft Office system data files (the search catalog) may not be complete.
Symptoms of an incomplete index include the following:
- Partial or no search results are returned.
- Items that you expect to appear based on your search criteria are not displayed.
You can rebuild the search catalog, which restarts the indexing of your data files. The search catalog is a file where all of your Outlook and Microsoft Windows items (data files) are indexed. To rebuild your search catalog, do the following:
- Exit Outlook.
- In Microsoft Windows, click the Start button, and then click Control Panel.
- Do one of the following:
- Windows Vista Click System Maintenance, and then click Indexing Options.
Note In Classic view, double-click Indexing Options.
- Microsoft Windows XP Under See Also, click Other Control Panel Options, and then click Indexing Options.
Note In Classic view, double-click Indexing Options.
- Click Modify, select the check boxes for the locations you want to index, and then click OK.
- Click Advanced.
- Click Rebuild.
- Restart Outlook
unable to search for an existing AD account to create a room mailbox
Unable to see existing AD account to create room mailbox.
Issue – Customer wanted a room account created from an existing AD account. When creating the room and choosing existing user, AD account would not display
Resolution- This is by the design. Room accounts are associated with disabled AD accounts. The AD account needs to be disabled prior to create the room mailbox
Newly created Distribution group not showing in OAB
Issue: customer created DL and after a day, it still wasn’t showing up in the OAB. Customer is running Outlook 2010 in cache mode
Resolution: Advised customer to download address book, but that didn’t work
customer closed outlook completely. deleted *.oab files from this directory:C:Documents and SettingsUser ProfileLocal SettingsApplication DataMicrosoftOutlook:
customer restarted outlook and was able to find the distribution group in the address book
Create mail forwarding to an external email alias
User has an AD account in one domain with a particular email address. That address needs to be forward emails to another external email alias.
To resolve:
Create a mail user in Exchange 2010. Use the pshell one liner below to accomplish this
Enable-MailUser -Identity jdoe -Alias ‘jdoe’ -ExternalEmailAddress ‘SMTP:alice@blahblah.org’
Can’t find disconnected or deleted mailboxes
Can’t find disconnected or deleted mailboxes ?
Use this to check your databases:
Step 1:
Cleans all databases in the specific store
Get-Mailboxdatabase | Where{ $_.Server –eq “<servername>”} | clean-MailboxDatabase
Step 2:
Step 2:
Get a list of mailboxes in disabled state after cleaning the databases in Step 1
Get-MailboxStatistics -Database <DatabaseName> | Where { $_.DisconnectReason -eq “Disabled” } | Format-List LegacyDN, DisplayName, MailboxGUID, DisconnectReason
How-To Add an Additional Mailbox in Outlook 2010
How-To Add an Additional Mailbox in Outlook 2010 see link to step by step article below http://www.groovypost.com/howto/microsoft/add-a-second-additional-mailbox-in-outlook-2010/
Create an Email Macro with Its Own Button
Create an Email Macro with Its Own Button see link to article below: http://www.ucwv.edu/tips/outlook/Create_Email_Macro_Button.aspx
Removing legacy exchange servers using ADSIEDIT
Please follow the steps in this article to remove legacy exchange servers using adsiedit. This is not recommended, so use this as the last option. always try to uninstall exchange the recommended way.