OOF help
hi all,
cross-forest exchange 2007 SP2 in resource forest
users with linked mailboxes can not access out of office and get "Your Out of Office settings cannot be displayed, because the server is currently unavailable. Try again later"
check
http://technet.microsoft.com/en-us/library/bb125182(EXCHG.80,printer).aspx and export scp to the target.
but, do I have to run in
Get-ClientAccessServer | Add-AdPermission -AccessRights ExtendedRight -ExtendedRights "ms-exch-epi-token-serialization" -User "Sourceforest\Exchange Servers"
in the target but we do not have exch2007 in the target (we have exch 2003)
When /i run
Get-WebServicesVirtualDirectory | fl name, ExternalUrl
I got the EWS (default web site) and ExternalUrl:
Get-WebServicesVirtualDirectory | fl name, ExternalUrl
Is something with my autodiscover set up?
Thank you.
December 6th, 2010 6:24pm
Outlook 2007 and later with Exchange 2007 and later uses the availability service, a web service, for free-busy data. In Outlook, hold down the Ctrl key, click the Outlook icon in the system tray, and select Test E-Mail Autoconfiguration. Clear
all checkboxes except Use Autodiscover, complete your e-mail address and password, then click Test. Note what you see for the Availability Service URL, and make sure that's a valid URL, and that your certificate is valid if it's using HTTPS.Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
December 6th, 2010 8:30pm