Skip to content

Disable-PSWSManCombinedTrace

SYNOPSIS

Stop the logging session started by Enable-PSWSManCombinedTrace.

SYNTAX

Disable-PSWSManCombinedTrace

DESCRIPTION

> This cmdlet is only available on the Windows platform. This cmdlet stops the logging session started by `Enable-PSWSManCombinedTrace`.

This cmdlet uses the `Stop-Trace` cmdlet.

You must run this cmdlet from an elevated PowerShell session.

EXAMPLES

Example 1: Disable the combined logging session

Disable-PSWSManCombinedTrace

PARAMETERS

INPUTS

None

OUTPUTS

None

NOTES

Event Tracing

Stop-Trace

Enable-PSWSManCombinedTrace

Back to top