Hi Guys!
I'm trying to configure autodiscover with My Site Host URL for Sharepoint 2013, like described on this article. http://technet.microsoft.com/en-us/library/dn217895.aspx
But I had no success
I have here an Enchange 2010 (Instead of Exchange 2013, like the tutorial), when we try to execute the ps1, the systems return the error "Error setting property". Like bellow:
C:\SetMySiteHostURLInAD.ps1 "http://******"
Setting My Site Host URL in Active Directory...
Configuration Naming Context path: CN=Configuration,DC=***,DC=***
Exchange path: LDAP://CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=***,DC=***
Organization Container path: LDAP://CN=*****,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=***,DC=***
Property name: msExchServiceEndPointURL
Old value:
Adding or replacing value: http://*******
New value: SPMySiteHostURL;http://*******
Error setting property
(Just change my domain properties for *)
Someone could help me?
Daniel