Set-Outlookprovider
set-outlookprovider -identity EXPR -TTL 0
What happens if we set TTL to 0? Outlook will not update the msstd: proxy url? please clarify
June 12th, 2012 10:42am
Thanks Steve. Outlook is updating the "msstd:" URL from server, how can we stop updating the URL in Outlook?
I have updated the URL manually in Outlook but after a while the URL gets changed.
Free Windows Admin Tool Kit Click here and download it now
June 12th, 2012 11:43am
Autodiscover will update those settings periodically. Can you not just set the correct URL on the server?
June 12th, 2012 11:52am
Pradeep,
if you do not want this URL to be automatically updated on your outlook configured using outlook anywhere, run the following command
Set-OutlookProvider expr -CertPrincipleName $null
Refer -> http://technet.microsoft.com/en-us/library/bb123683.aspx
Free Windows Admin Tool Kit Click here and download it now
June 12th, 2012 12:04pm
Sandeep,
Already the certprincipalname is set to null. But, CAS is pushing the FQDN of Outlook Anywhere.
June 12th, 2012 1:33pm
Hi Pradeep,
I would not suggesst you manually configure the URL for the outlook anywhere.
The ttl value means that the period of the outlook would rediscover the service, but if set the ttl value as 0, not means outlook would not auto get the url, if we start the outlook, outlook would always get the proper information, you have published.
Regards!Gavin
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
June 15th, 2012 4:54am
Sandeep,
Already the certprincipalname is set to null. But, CAS is pushing the FQDN of Outlook Anywhere.
That seems to be normal. If set to Null then it should use the URL set on that CAS server.
Why can't you set the correct URL on the CAS?Sukh
June 15th, 2012 5:48am