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
Employee
Joined September 17, 2008
Chase_Abbott
Employee
Joined September 17, 2008
The-messenger
Apr 03, 2020Cirrostratus
For any others looking to extend the session for a powershell connection to LTM, after installing the module find the new-f5session file under "C:\Program Files\WindowsPowerShell\Modules\F5-LTM\1.4.295\Public" you can edit line 20 to a greater value.
- [ValidateRange(300,36000)][int]$TokenLifespan=1200
If a session does end, you can exit powershell, restart it and run new-f5session again.