TimRiker
Cirrocumulus
Oct 05, 2018Try opening a PowerShell session on your web server and then try these two steps manually:
> Add-PSSnapIn iControlSnapIn
> Initialize-F5.iControl -HostName 10.x.x.x -UserName (fill in) -Password (fill in)
It should respond with "True". Then try:
> $F5 = Get-F5.iControl
> $F5.SystemInet.get_hostname()
and you should get the name of your F5.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)