PowerShell module for the F5 LTM REST API
Problem this snippet solves: To report an issue with the F5-LTM or F5-BIGIP modules, please use the Issues sections of the GitHub repos (here and here) instead of commenting here. Thanks!
This Pow...
Updated Jun 06, 2023
Version 2.0Joel_Newton
Cirrus
Joined September 06, 2012
SickPanda_31422
Mar 20, 2017Nimbostratus
Hi Joel
Running this gives me the same error :
$MyLTM_IP = '192.168.0.1' $PoolName = 'mypoolname' $Partition = 'common'
New-F5Session -LTMName $MyLTM_IP -LTMCredentials $MyLTMCreds -Default Get-Poolmember -PoolName $PoolName -Partition $Partition
I am running BIG-IP 11.5.4 Build 0.0.256 Final
Thanks Mike