Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
VeeamSPC
0.1.3.0
Public/Infrastructure/Get-VeeamSPCCloudGatewayPool.ps1
function
Get-VeeamSPCCloudGatewayPool
{
param
(
)
$URI
=
'infrastructure/sites/cloudgatewaypools'
Invoke-VeeamSPCRequest
-URI
$URI
-Method
Get
}