Get-PASPTARiskEventSummary
Get-PASPTARiskSummary
SYNOPSIS
Get PTA risk events summary.
SYNTAX
Get-PASPTARiskSummary [<CommonParameters>]
DESCRIPTION
Display count and summary information on current PTA Risk Events.
Requires minimum version of 13.2
EXAMPLES
EXAMPLE 1
Get-PASPTARiskEventSummary
Output PTA risk events summary
EXAMPLE 2
$Summary = Get-PASPTARiskSummary
$Summary | Format-List
Retrieves the current PTA risk events summary and displays every property.
EXAMPLE 3
Get-PASPTARiskSummary | ConvertTo-Json -Depth 5
Returns the PTA risk events summary as a JSON formatted string, useful for reporting or further processing.
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-PASPTARiskEventSummary
https://docs.cyberark.com/PAS/Latest/en/Content/WebServices/GetRisks.htm