Get-PASPSMSessionProperty
Get-PASPSMSessionProperty
SYNOPSIS
Get property details of PSM Session
SYNTAX
Get-PASPSMSessionProperty [-liveSessionId] <String> [<CommonParameters>]
DESCRIPTION
Returns the property details of an active PSM session.
EXAMPLES
EXAMPLE 1
Get-PASPSMSessionProperty -liveSessionId 123_45
Returns details of activities in PSM Recording with Id 123_45
EXAMPLE 2
Get-PASPSMSessionProperty -SessionID 123_45
Returns the property details of active PSM Session with Id 123_45, using the SessionID alias for the liveSessionId parameter.
EXAMPLE 3
Get-PASPSMSession -liveSessionId 123_45 | Get-PASPSMSessionProperty
Gets the active PSM Session with Id 123_45, and returns its property details. The liveSessionId is passed via the pipeline.
EXAMPLE 4
Get-PASPSMSession -Safe Win-Safe | Get-PASPSMSessionProperty
Returns property details for every active PSM Session on the Win-Safe safe.
PARAMETERS
-liveSessionId
The ID of an active session to get properties of.
Type: String
Parameter Sets: (All)
Aliases: SessionID
Required: True
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
Minimum CyberArk Version 10.6