Get-PASConnectionComponent
Get-PASConnectionComponent
SYNOPSIS
Returns configured connection components
SYNTAX
Get-PASConnectionComponent [<CommonParameters>]
DESCRIPTION
Allows Vault admins to get the list of all connection components of an entire environment.
EXAMPLES
EXAMPLE 1
Get-PASConnectionComponent
Lists all connection components configured in the environment
EXAMPLE 2
Get-PASConnectionComponent | Where-Object { $_.PSMConnectorID -eq 'PSM-RDP' }
Returns the connection component configuration for the “PSM-RDP” connector.
EXAMPLE 3
Get-PASConnectionComponent | Where-Object { $_.Enabled } | Select-Object PSMConnectorID
Lists the PSMConnectorID of every enabled connection component 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.
INPUTS
OUTPUTS
NOTES
RELATED LINKS
https://pspas.pspete.dev/commands/Get-PASConnectionComponent