Stop-SbecLogSession is accessible with the help of BootEventCollector module. To configure BootEventCollector, go through this link.
Synopsis
Stops a log session.
Description
The Stop-SbecLogSession cmdlet stops a log session.
Parameters
-Name
Specifies the name of the log session to stop.
Type: | String[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Session
Specifies the session objects to stop.
Type: | TraceSessionInfo[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | True (ByValue) |
Accept wildcard characters: | False |
Syntax
Stop-SbecLogSession -Session <TraceSessionInfo[]> [<CommonParameters>]
Stop-SbecLogSession -Name <String[]> [<CommonParameters>]
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Stop-SbecLogSession
You can also read about
- Get-SbecLogSession
- Save-SbecLogSession
- Set-SbecLogSession
- Start-SbecLogSession
- Start-SbecNtKernelLogSession
- Start-SbecSimpleLogSession
To know more PowerShell cmdlets(Commands) on BootEventCollector click here