Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
GRAND-IQ
0.2.0
functions/Get-BIGIQLtmPool.ps1
function
Get-BIGIQLtmPool
{
[
CmdletBinding
(
)
]
param
(
)
$response
=
Invoke-BIGIQRestRequest
-path
'/mgmt/tm/ltm/pool'
-method
get
$response
|
Write-Output
}