Get-PASPSMServer
Get-PASPSMServer
SYNOPSIS
Lists configured PSM Servers
SYNTAX
Get-PASPSMServer [<CommonParameters>]
DESCRIPTION
Allows Vault admins to get a list of all PSM servers defined for an environment.
EXAMPLES
EXAMPLE 1
Get-PASPSMServer
Lists all configured PSM Servers
EXAMPLE 2
Get-PASPSMServer | Where-Object { $_.PSMServerID -eq 'PSM-LoadBalancer-EMEA' }
Returns the configuration for the PSM server named “PSM-LoadBalancer-EMEA”.
EXAMPLE 3
Get-PASPSMServer | Select-Object -ExpandProperty PSMServerID
Lists the PSMServerID of every PSM server configured in the environment.
PARAMETERS
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.