NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

Unable to run workflows - profile.ps1 is not digitally signed

SimonGordon
7,713 Views

Full error message:-

 

File C:\Program Files\NetApp\WFA\PoSH\profile.ps1 cannot be loaded. The file C:\Program Files\NetApp\WFA\PoSH\profile.ps1 is not digitally signed. The script will not execute on the system. For more information, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170.

 

My WFA server is locked-down by our security group so I am unable to change the PowerShell execution policy from 'AllSigned'. Even if I get past the problem with this file, will I run in to issues with other PowerShell scripts?

 

Thanks for any help!

1 ACCEPTED SOLUTION

OPTEAMAPROJET
7,697 Views

Hello,

 

Definitely, yes. Each command (with powershell script not perl) generates a temporary script which is executed by the WFA Server service.

You have to request a security exception to your security guys or using perl scripts...

 

Regards,

Julien

View solution in original post

2 REPLIES 2

OPTEAMAPROJET
7,698 Views

Hello,

 

Definitely, yes. Each command (with powershell script not perl) generates a temporary script which is executed by the WFA Server service.

You have to request a security exception to your security guys or using perl scripts...

 

Regards,

Julien

stephen2
7,587 Views

Do the following:

 

powershell -executionpolicy bypass

 

then you should be able to invoke the script

Public