NAME
Stop-DcsRecordingSession
SYNOPSIS
Stops the specified performance recording session.
SYNTAX
Stop-DcsRecordingSession -Session <Object> [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Stops the specified performance recording session.
PARAMETERS
- -Session<Object>
- The PerformanceRecordingSessionData object, Id, or Caption that identifies the performance recording session.
-
- Required: true
- 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 is 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 the recording session.
OUTPUTS
NOTES
This cmdlet replaces the obsolete cmdlet Stop-DcsRecording. Also see Get-DcsRecordingSession, Start-DcsRecordingSession.
EXAMPLES
-------------- Example 1 Stops the session by specifying the Caption. --------------
Stop-DcsRecordingSession -Session "User recording session"
The cmdlet Stop-DcsRecordingSession is invoked with the session identified by the Caption in the PerformanceRecordingSessionData.