Skip to content

Latest commit

 

History

History
93 lines (64 loc) · 2.05 KB

File metadata and controls

93 lines (64 loc) · 2.05 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
BootEventCollector-help.xml
BootEventCollector
12/20/2016
2.0.0
Stop-SbecLogSession

Stop-SbecLogSession

SYNOPSIS

Stops a log session.

SYNTAX

Object

Stop-SbecLogSession -Session <TraceSessionInfo[]> [<CommonParameters>]

Name

Stop-SbecLogSession -Name <String[]> [<CommonParameters>]

DESCRIPTION

The Stop-SbecLogSession cmdlet stops a log session.

EXAMPLES

PARAMETERS

-Name

Specifies the name of the log session to stop.

Type: String[]
Parameter Sets: Name
Aliases: 

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Session

Specifies the session objects to stop.

Type: TraceSessionInfo[]
Parameter Sets: Object
Aliases: 

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
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

SbecEtwTrace.TraceSessionInfo

The SbecEtwTrace.TraceSessionInfo class is defined in $PsHome\Modules\BootEventCollector\SbecTraceHelpers.psm1.

OUTPUTS

None.

NOTES

RELATED LINKS

Get-SbecLogSession

Save-SbecLogSession

Set-SbecLogSession

Start-SbecLogSession

Start-SbecNtKernelLogSession

Start-SbecSimpleLogSession