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 cant load. Hash of file does not match hash that saved in digital signature.........."

I translated error message to English so it can be different just a little. I also tried to grant others version of SetEVExchangePermissions.ps1 in EV like 11.0.1, 11.0.0.

What do I do to resolve it?

 

  • 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.

3 Replies

  • 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.

  • Hi AndrewB

    Yes~~!!! Thank you, I resolved by your answer!

    Regardless of question, what is synonym of set it back? I am not an English. :)

  • glad it helped. i meant you can change the setting back to what it was before. have a look at this technote for more info about powershell and signed scripts: https://technet.microsoft.com/en-us/library/ee176961.aspx