Set up Windows PowerShell on the on-premise environment where the connector is running. For details, see the following link:
http://help.outlook.com/en-us/140/cc952756.aspx
Follow these steps:
Get-ExecutionPolicy
The command specifies the execution policy which is currently in-use.
Set-ExecutionPolicy RemoteSigned
The execution policy is now set to RemoteSigned. This indicates that the downloaded scripts require a trusted publisher to sign before they can be run.
net start winrm
Windows Remote Management (winrm) starts.
winrm get winrm/config/client/auth
Note: If the value returned does not contain Basic=true, run the following command:
winrm set winrm/config/client/auth @[Basic="true"]
net stop winrm
|
Copyright © 2013 CA.
All rights reserved.
|
|