Get-PASPTARemediation

Get-PASPTARemediation

SYNOPSIS

Returns automatic remediation settings from PTA

SYNTAX

Get-PASPTARemediation [<CommonParameters>]

DESCRIPTION

Returns automatic remediation settings configured in PTA

EXAMPLES

EXAMPLE 1

Get-PASPTARemediation

Returns all automatic remediation settings from PTA

EXAMPLE 2

Get-PASPTARemediation | ConvertTo-Json

Returns the automatic remediation settings from PTA as a JSON formatted string, useful for reviewing or exporting the configuration.

EXAMPLE 3

Get-PASPTARemediation | Export-Csv -Path .\PTARemediationSettings.csv -NoTypeInformation

Exports the current automatic remediation settings from PTA to a CSV file.

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

Minimum Version CyberArk 10.4

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

https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/GetSettings.htm