Forum Discussion
Muthukumar_1197
Nimbostratus
Sep 14, 2014Get-F5.LTMPoolMember Not working as expected
Hi Friends,
I am trying to get the details with iControl commandlets. But it is not giving any results.
Get-F5.LTMPoolMember -Pool MyPoolName
Above command got executed and but i didn'...
Sep 15, 2014
Not sure why an empty response would be returned. How about trying out using the core APIs to see if they work:
$ic = Initialize-F5.iControl -hostname bigip -username user -password pass
$pool_list = $ic.LocalLBPool.get_list();
$member_list = $ic.LocalLBPool.get_member($pool_list);
Write-Host $member_list;
Is anything returned in the member_list variable. If so, I'll have to look at the cmdlets and see what's wrong there.
If you have any questions about PowerShell, make sure you check out the PowerShell index page in the wiki where there is a list of tech tips and samples to review: iControl.PowerShell Resources.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects