Get-PASPTAPrivilegedUser

Get-PASPTAPrivilegedUser

SYNOPSIS

Get PTA PrivilegedUsersList

SYNTAX

Get-PASPTAPrivilegedUser [[-ValueType] <String>] [<CommonParameters>]

DESCRIPTION

Return PrivilegedUsersList from PTA

EXAMPLES

EXAMPLE 1

Get-PASPTAPrivilegedUser

Return PrivilegedUsersList PTA security configuration

EXAMPLE 2

Get-PASPTAPrivilegedUser -ValueType DefaultValue

Returns the default value of the PrivilegedUsersList PTA security configuration, rather than the actual configured value.

EXAMPLE 3

Get-PASPTAPrivilegedUser | Where-Object { $_.platform -eq 'WINDOWS' }

Returns only the configured privileged users for the WINDOWS platform.

PARAMETERS

-ValueType

Specify to return ActualValue or DefaultValue. ActualValue is returned by default.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

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-PASPTAPrivilegedUser

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