Microsoft Powershell with iControl
This component is not supported and we recommend reviewing Joel Newton's Powershell Module for iControlREST Code submission first.
From the desk of Joe Pruitt (July 29, 2013)
When we shipped DC...
Published Jun 21, 2019
Version 1.0Chase_Abbott
Admin
I do stuff.Chase_Abbott
Admin
I do stuff.Gianluca
Nimbostratus
Aug 30, 2019Hello,
after latest updates from MS the initialize function does not work anymore without TLS. Simpy add
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
before Initialize-F5.iControl -Hostname bigip_address -Credentials (Get-Credential)
Regards.
G.