I’m trying to connect to on premise Exchange Server from UiPath Studio. What format of Exchange Server address should I enter in UiPath.ExchangeServer.Activities.ExchangeServerScope? Can I just enter the IP address? I have already added this IP to TrustedHosts but it stilll shows error.
Exchange Server Scope: [192.168.0.213] Connecting to remote server 192.168.0.213 failed with the following error message : The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is absent or invalid. For more information, see the about_Remote_Troubleshooting Help topic.
If I enter “https://ip address”, another error is shown.
Exchange Server Scope: System.Management.Automation.PSInvalidOperationException: The WinRM client cannot process the request. The connection string should be of the form [://][:][/] where transport is one of “http” or “https”. Transport, port and suffix are optional. The host may be a hostname or an IP address. For IPv6 addresses, enclose the address in brackets - e.g. “http://[1::2]:80/wsman”. Change the connection string and try the request again.