For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

chrismatt83_115's avatar
chrismatt83_115
Icon for Nimbostratus rankNimbostratus
Mar 24, 2014

How do I run the powershell script

How do I run the powershell script from this devcentral.f5 link ? https://devcentral.f5.com/wiki/iControl.PowerShellPoolMemberAvailability.ashx

 

Do i just run it as ./PowerShellPoolMemberAvailability.ps1 mybigipadress myusername mypassword mypoolname

 

2 Replies

  • Set-ExecutionPolicy unrestricted if you haven't already for scripts on DC unless you are going to sign them in your own trust domain and then it would be remote-signed instead of unrestricted. then, the above should work if it is in same directory or known path. SHould make sure you are in the powershell shell environment and not just the command prompt.