Issue
Provisioning Users - Enable User Mailbox Fails
We have seen the following when trying to provision a user in Notes Migrator (CMTe).
"execution of scripts is disabled on this system"
Or we run the agent to Enable the mailbox, and the scripts runs, and closes instantly, with no log.
Cause
You do not have rights to run PowerShell scripts on this workstation
Solution
Open the PowerShell command window.
- View your policy, type:
Get-ExecutionPolicy
- Set the permissions to Unrestricted if the value returned is "Restricted"
Set-ExecutionPolicy Unrestricted
or
Set-ExecutionPolicy Unrestricted -Force
If there is still a problem, please contact your administrator to correct this issue.