Forum Discussion

Jake_kang's avatar
Jake_kang
Level 4
9 years ago

Symantec's SetEVExchangePermissions.ps1 not working

Hi I tried to grant SetEVExchangePermissions.ps1 on Exchange 2010 with SP3 before I install EV 11.0.1 on Windows 2008 R2 with SP1. I got error message that was " etEVExchangePermissions.ps1 can...
  • AndrewB's avatar
    9 years ago

    it has to do with the execution policy on your system.

    temporarily do this from powershell: set-executionpolicy unrestricted 

    then run your script

    then set it back.