Exchange Messaging Outlook Volume 15, Number 6

This issue is sponsored by Sperry Software

Today's Highlights:

 
 

Find a folder by its name

Anyone who uses folders to organizer Outlook has undoubtedly "lost" a folder at least once and discovered that Outlook does not include a way to search for folders by name.

Michael Bauer of VBOffice.net has a VBA script you can use to search for your folders by name (wildcards supported) and open the folder. It's only limitation is it only returns the first matches. If your folder names are not unique, it will only find the first folder.

Folder: Find a folder by its name
http://slipstick.me/findfolders 

Exchange Quick Tip: Mailbox statistics

In recent weeks I was asked how to extract a list of users mailboxes and the mailbox sizes and how to check the last logon time in Exchange 2007 and Exchange 2010.

For either, you can use the get-mailboxstatistics command. Note that the last log on time is when anyone logged into the mailbox - this could be the mailbox owner, delegate or someone with permission to view the calendar. It won't tell you which account logged on.

The simple Get-MailboxStatistics -Server server_name command will return a simple list of display names, mailbox item count, storage limit status (returning below limit, warning etc) and last log on time.

The longer list format returns more information:

Get-MailboxStatistics -Identity diane | Format-List

RunspaceId : c5617e2...
AssociatedItemCount : 227
DeletedItemCount : 4034
DisconnectDate :
DisplayName : Diane Poremsky
ItemCount : 19525
LastLoggedOnUserAccount : domain\username
LastLogoffTime : 4/15/2010 4:40:29 PM
LastLogonTime : 4/15/2010 4:35:20 PM
LegacyDN : /O=SLIPSTICK/OU=EXCHANGE (server)...
MailboxGuid : 8b5a555...
ObjectClass : Mailbox
StorageLimitStatus : BelowLimit
TotalDeletedItemSize : 22.27 MB (23,350,712 bytes)
TotalItemSize : 156.8 MB (164,413,300 bytes)
Database : Mailbox Database 1809052085
ServerName : Exchange_Server_name
DatabaseName : Mailbox Database 1809052085
MoveHistory :
IsQuarantined : False
IsArchiveMailbox : False
Identity : 8b5a555....
MapiIdentity : 8b5a555....
OriginatingServer : exchange.slipstick.com
IsValid : True

For more information on this cmdlet, see:

Exchange 2010
http://technet.microsoft.com/en-us/library/bb124612.aspx 

Exchange2007
http://technet.microsoft.com/en-us/library/bb124612(EXCHG.80).aspx 

Outlook Quick Tip: Searching for Phone Numbers

An Outlook user had this question: "I need to do a 'reverse lookup' on a phone number in my Contacts folder, so I can identify people on my phone bill. None of the phone number formats I used find the number. "

For this you need to use the Advanced Find dialog, and select the option to search phone number fields only.

Poll: What is your main account?

Our April poll is about the types of email accounts in your main Outlook profile. We couldn’t cover all the options, so make the choice the best fits your configuration.

http://forums.slipstick.com/showthread.php?p=138565 

As always, no account is required to vote.

New Exchange KB Articles

Custom Address Lists are not shown in the GAL in Microsoft Office Outlook
http://support.microsoft.com/?kbid=982351
 
Description of Update Rollup 4 for Microsoft Exchange Server 2007 Service Pack 2
http://support.microsoft.com/?kbid=981383
 
Description of Update Rollup 10 for Microsoft Exchange Server 2007 Service Pack 1
http://support.microsoft.com/?kbid=981407
 
A user can only set the time zone to Bucharest in OWA after you update Exchange Server 2007 Service Pack1 to Exchange Server 2007 Service Pack 2
http://support.microsoft.com/?kbid=980639
 
Exchange 2007 SP2 Rollup 1 or Exchange 2007 SP2 Rollup 2 does not install on a Spanish version of Exchange Server 2007 SP2
http://support.microsoft.com/?kbid=981706
 
MS10-024: Vulnerabilities in Microsoft Exchange and Windows SMTP Service could allow denial of service
http://support.microsoft.com/?kbid=981832
 
MS10-024: Description of the security update for Exchange Server 2003 Service Pack 2: April 13, 2010
http://support.microsoft.com/?kbid=976702
 
MS10-024: Description of the security update for Exchange 2000 Server: April 13, 2010
http://support.microsoft.com/?kbid=976703

Description of Update Rollup 3 for Microsoft Exchange Server 2010 Release to Manufacturing
http://support.microsoft.com/?kbid=981401

RPC clients or MAPI on the Middle Tier clients may not receive responses from the mailbox server role on an Exchange 2010 server
http://support.microsoft.com/?kbid=981664

Exchange Test CAS Connectivity user gets locked out when using Exchange 2010 MP
http://support.microsoft.com/?kbid=2022687 

New Outlook KB Articles

Description of the Office Outlook 2007 hotfix package: March 25, 2010
http://support.microsoft.com/?kbid=981978 
Hotfix for hotfix KB 973936 (the Jewish holidays Yom Hazikaron and Yom Haatzmaut are STILL incorrect)

Description of the Office Outlook 2007 Junk E-mail Filter update: April 13, 2010
http://support.microsoft.com/?kbid=981433 

Description of the Office Outlook 2003 Junk E-mail Filter update: April 13, 2010
http://support.microsoft.com/?kbid=981432 

Other Resources

Print a Calendar using OWA 2007
http://slipstick.me/owaprint 
Video tutorial with instructions for printing out a calendar from OWA.

Click here to subscribe to the Exchange Messaging Outlook newsletter. 
Exchange Messaging Outlook Newsletter back issues
ISSN 1523-7990 Copyright 1996-2011, Slipstick Systems and CDOLive LLC. All rights reserved.

This page is printer friendly
Updated Sunday June 19 2011

Copyright Slipstick Systems. All rights reserved.
Send comments using our Feedback page

Back to Top