Hello,
I am trying to configure and enable Exchange Server 2013 for Task Synchronization with SharePoint 2013 and following the directions on: http://technet.microsoft.com/en-us/library/jj554516.aspx and I am trying to run the following script:
.\Configure-EnterprisePartnerApplication.ps1 -ApplicationType Sharepoint -AuthMetadataUrl https://<SP_FQDN>/_layouts/15/metadata/json/1
The script should be located in: C:\Program Files\Microsoft\Exchange Server\V15\Scripts, but when I navigate there, the folder is empty and when I try to run the script in Windows PowerShell, I get the following error message:
.\Configure-EnterprisePartnerApplication.ps1 : The term '.\Configure-EnterprisePartnerApplication.ps1' is notrecognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or ifa path was included, verify that the path is correct and try again.At line:1 char:1+ .\Configure-EnterprisePartnerApplication.ps1 -ApplicationType Sharepoint -AuthMe ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (.\Configure-Ent...Application.ps1:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Where is the script file? Do I need to install something?
Please help.
Thanks in advance for any suggestions and help.