Interesting reading!
Author: Steve Man
Address list service error on exchange 2007 server
Occasionally you may get this error:
“Address list service on server not running”
This error can prevent you from moving mailboxes.
To resolve, restart the system attendant services. On a CCR cluster, moving the cluster to another node can fix this as well
How to Assign a mail enabled security group review permission on a room mailbox calendar
To add a mail enabled universal security group to a room mailbox calendar, so that they can review calendar, please follow these steps
1. Create the room mailbox. Note that room mailbox user account is disabled by default
2. Assign full access to the room using the security group
3. Have the manager(who is a member of the security group) login into his/her mailbox and open the room mailbox as well. (see other blog post on how to open another mailbox within your profile)
4 Open the calendar(belonging to room mailbox) and assign reviewer permission to the group
You are done. Now every member of that group can go to file, open other users folder, choose calendar and they can search for the room
Set Explicit permissions to a mailbox you want to access from OWA 2007
How to set Explicit permissions to a mailbox you want to access from OWA 2007
Notes from troubleshooting
To open a user’s mailbox from OWA, you must have explicit full mailbox access granted by the administrator.
This explicit access must be granted by powershell.
If a user can’t access a user’s mailbox via owa 2007, you may follow these steps to troubleshoot and resolve the issue
step 1
for eg Get-MailboxPermission -identity “pbrown51” will tell you current permissions set for pbrown51
Access rights must be {FullAccess} and isInherited must be false. If this is not the case, you
must use this command to apply explicit fullaccess to the mailbox:
step 2
Add-MailboxPermission -identity “pbrown51” -User “ondubui1” -AccessRights “FullAccess”
How to download address book changes only
How to download address book changes only
Download address book changes only
- Click on Tools, send-receive, download address book.
- Check download changes since last send/receive
- Under information to download, choose full details. (you may also choose no details for faster download)
- choose Global Address List as the address book
- Click ok
How to Download Full Address Book for Outlook Cache Mode Users
How to Download Full Address Book for Outlook Cache Mode Users
If Outlook is left running constantly in Cached Exchange Mode, it updates the Offline Address Book automatically about once a day, depending on Address Book updates on the server running Exchange.
To initiate Full Update manually, do the following:
- On the Tools menu, point to Send/Receive, and then click Download Address Book.
2. uncheck Download changes since last send/receive
3. Under information to dowload, check full details
4. Choose Global Address List under address book
Click Ok and wait for few minutes to complete download
Assign send-as permission to a user
Assign send-as permission to a user
Add-ADPermission epp-employees -User:’Help Desk Permissions Group’ -ExtendedRights:Send-As -AccessRights:ReadProperty, WriteProperty -Properties:’Personal Information’
Give user rights to delegate with powershell
Give user rights to delegate with powershell
For example:
Add-ADPermission epp-employees -user htaylor10 -AccessRi
ghts:readproperty, writeproperty -properties:’personal information’
ghts:readproperty, writeproperty -properties:’personal information’
How to configure outlook 2003(w sp2)cached mode customers to use OAB online
For Outlook 2007 customers this doesn’t need to be applied. For 2003 customers(with sp2 or 3) who refuse to use outlook 2007 for whatever reason, but have their mailbox homed on Exchange 2007, you can apply this registry setting to force Outlook to use online Global Address List when they use Cached Exchange Mode:
Outlook 2003
HKEY_Current_userSoftwareMicrosoftOffice11.0OutlookCached Mode
Parameter: DownloadOAB
Type:REG_DWORD
Value: 0
Close outlook and restart Outlook.
THis has been tested and it works great
customer needs to run premium version of OWA. Its currently set to basic
customer needs to run premium version of OWA. Customer checked basic upon initial launch of OWA.
To force owa to default back to premium, use the powershell command below to fix:
Set-CASMailbox -id jlederm2 -OWAPremiumclientenabled $true