Skip to content

Latest commit

 

History

History
96 lines (63 loc) · 2.1 KB

File metadata and controls

96 lines (63 loc) · 2.1 KB
external help file PSDiagnostics-help.xml
Locale en-US
Module Name PSDiagnostics
ms.date 10/01/2025
online version https://learn.microsoft.com/powershell/module/psdiagnostics/disable-pstrace?view=powershell-7.6&WT.mc_id=ps-gethelp
schema 2.0.0
title Disable-PSTrace

Disable-PSTrace

SYNOPSIS

Disables the PowerShellCore event provider logs.

SYNTAX

Disable-PSTrace [-AnalyticOnly] [<CommonParameters>]

DESCRIPTION

This cmdlet is only available on the Windows platform.

This cmdlet disables the Operational and Analytic event logs of the PowerShellCore event provider.

You must run this cmdlet from an elevated PowerShell session.

Note

Prior to PowerShell 7.6, this command only disabled logging for the Microsoft-Windows-PowerShell event provider.

EXAMPLES

Example 1: Disable the Analytic event log for PowerShell

The following example disables only the Analytic event log of the PowerShellCore provider.

Disable-PSTrace -AnalyticOnly

PARAMETERS

-AnalyticOnly

When this parameter is used, the cmdlet disables the Analytic event log of the PowerShellCore provider. The Operational event log is not changed.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
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

None

You can't pipe objects to this cmdlet.

OUTPUTS

None

This cmdlet returns no output.

NOTES

This cmdlet uses the Get-LogProperties and Set-LogProperties cmdlets.

You must run this cmdlet from an elevated PowerShell session.

RELATED LINKS

Get-LogProperties

Set-LogProperties

Enable-PSTrace