Hello,
I want install Ews Managed Api on my server Exchange 2013.
I must execut some command in powershell and i can't without the package.
Is it a probleme for Exchange 2013 if i install on it ?
Thx a lot,
Technology Tips and News
Hello,
I want install Ews Managed Api on my server Exchange 2013.
I must execut some command in powershell and i can't without the package.
Is it a probleme for Exchange 2013 if i install on it ?
Thx a lot,
Hi,
You may download EWS Managed API from here:
http://www.microsoft.com/en-us/download/details.aspx?id=35371
If I understood correctly, you are not able to run PowerShell cmdlets too. It may be because of Execution Policy is not set. Do it by the following cmdlet
Set-ExecutionPolicy RemoteSigned
More details can be seen here:
https://technet.microsoft.com/en-us/library/Ee176961.aspx
No i can, all is ok in my PC but i want execute directly on the server Exchange 2013.
I have install on my PC, all is ok but in the server i can't execute, it tell me i must install the module but can i do that on the server ? No problem for Exchange 2013 ?
I have no error or poblem.
I just want know if it's authorized by microsoft to install the ews on a server Exchange 2013 in production.
Or if that can cause some problem ?