Exchange Server scope activity throwing error" "IT Automation Exchange Server Scope Activity WinRM Cannot Process The Request" .
Error Description: Exchange Server Scope: [webmail.uipath.com] Connecting to remote server webmail.uipath.com failed with the following error message : WinRM cannot process the request. The following error occurred while using Kerberos authentication: Cannot find the computer webmail.southwire.com. Verify that the computer exists on the network and that the name provided is spelled correctly. For more information, see the about_Remote_Troubleshooting Help topic. at
Resolution: Execute below script in PowerShell with administrator mode, If your able to execute the below script in the powershell then our Studio needs to work.
In the ExchangeServerAddress: https://webmail.uipath.com/PowerShell
$Session = (New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://webmail.uipath.com/PowerShell/ -Authentication Kerberos -Credential $Credential)
Note: If unable to establish the connection through the powershell , work with the IT team to resolve this issue.