Get-PASPTAIncludedTarget

Get-PASPTAIncludedTarget

SYNOPSIS

Returns included target property from PTA

SYNTAX

Get-PASPTAIncludedTarget [<CommonParameters>]

DESCRIPTION

Returns included target property from PTA security configuration

EXAMPLES

EXAMPLE 1

Get-PASPTAIncludedTarget

Returns all configured included targets from PTA configuration

EXAMPLE 2

(Get-PASPTAIncludedTarget).cidr

Returns only the CIDR values of the configured included targets

EXAMPLE 3

Get-PASPTAIncludedTarget | Where-Object { $_.cidr -eq '192.168.60.10/24' }

Returns the included target matching the specified CIDR value

EXAMPLE 4

(Get-PASPTAIncludedTarget | Measure-Object).Count

Returns the number of included 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

https://pspas.pspete.dev/commands/Get-PASPTAPrivilegedGroup

https://docs.cyberark.com/PAS/Latest/en/Content/WebServices/GetAdministration.htm