Get-PASPTAExcludedTarget
Get-PASPTAExcludedTarget
SYNOPSIS
Get excluded target from the PTA
SYNTAX
Get-PASPTAExcludedTarget [<CommonParameters>]
DESCRIPTION
Returns excluded target properties from PTA security configuration
EXAMPLES
EXAMPLE 1
Get-PASPTAExcludedTarget
Returns all configured excluded targets
EXAMPLE 2
(Get-PASPTAExcludedTarget).cidr
Returns only the CIDR values of the configured excluded targets
EXAMPLE 3
Get-PASPTAExcludedTarget | Where-Object { $_.cidr -like '10.*' }
Returns excluded targets whose CIDR value falls within the 10.0.0.0/8 range
EXAMPLE 4
(Get-PASPTAExcludedTarget | Measure-Object).Count
Returns the number of excluded targets currently configured in PTA
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-PASPTAExcludedTarget
https://docs.cyberark.com/PAS/Latest/en/Content/WebServices/GetAdministration.htm