NAME
Get-DcsRecordingSession
SYNOPSIS
Returns data for the specified recording session.
SYNTAX
Get-DcsRecordingSession [ -Session <Object> ] [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Returns data for the specified recording session. Data includes resolution, collection set and the status of the recording.
PARAMETERS
- -Session<Object>
- The PerformanceRecordingSessionData object, Id, or Caption that identifies the performance recording session. If the session is not specified, all sessions will be returned.
-
- Required: false
- Position: 1
- Default value:
- Accept pipeline input: true (ByValue)
- Accept wildcard characters: false
-
- -Connection<String>
- Alias of the connection to the server group. If not specified, the default connection will be used.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -PipelineVariable<String>
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
INPUTS
PerformanceRecordingSessionData : Object that identifies and describes a performance recording session.
OUTPUTS
PerformanceRecordingSessionData : Object that identifies and describes a performance recording session.
NOTES
This cmdlet replaces the obsolete cmdlet Get-DcsRecordingSessionObsolete. Also see Get-DcsRecordingStatistics, Get-DcsRecordingResolution, Get-DcsRecordingEndpoint, Get-DcsRecordingInstance, Get-DcsRecordingPerformance, Get-DcsRecordingPoint
EXAMPLES
Get-DcsRecordingSession -Session "User recording session"
The cmdlet Get-DcsRecordingSession is invoked to retrieve the session data for the "User recording session" as defined in the Caption of the PerformanceRecordingSessionData object.
EndpointId | : | 7A46DCA6-85CA-4E52-9329-A2CD7C565B14 |
Alias | : | !UserRecordingSession |
CollectionSet | : | {DataCore.Executive.CategoryRecordingPointData} |
Running | : | True |
Readonly | : | False |
Sequencenumber | : | 456 |
Id | : | 70138D60-B267-452B-AE0B-49838F09676A |
Caption | : | User recording session |
ExtendedCaption | : | User recording session on User recording endpoint |
Internal | : | False |