Get-PASPTAPrivilegedGroup

Get-PASPTAPrivilegedGroup

SYNOPSIS

Get configured PTA PrivilegedDomainGroupsList

SYNTAX

Get-PASPTAPrivilegedGroup [<CommonParameters>]

DESCRIPTION

Return PrivilegedDomainGroupsList from PTA

EXAMPLES

EXAMPLE 1

Get-PASPTAPrivilegedGroup

Return PrivilegedDomainGroupsList from PTA

EXAMPLE 2

Get-PASPTAPrivilegedGroup | Where-Object { $_.domain -eq 'cyberark.local' }

Returns only the configured privileged domain groups for the cyberark.local domain.

EXAMPLE 3

Get-PASPTAPrivilegedGroup | Where-Object { $_.group -eq 'Domain Admins' } | Remove-PASPTAPrivilegedGroup

Finds the Domain Admins group configuration and removes it from 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/GetSecurity.htm