Open
Description
Prerequisites
- Existing Issue: Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react, or comment on that issue instead.
- Descriptive Title: Write the title for this issue as a short synopsis. If possible, provide context. For example, "Document new
Get-Foo
cmdlet" instead of "New cmdlet."
Summary
Today, the PSDiagnostics
module shipped in PowerShell 7 still operates against the Windows PowerShell ETW provider (Microsoft-Windows-PowerShell
), instead of the ETW provider of PowerShell 7 (PowerShellCore
).
The PR PowerShell/PowerShell#25590 will update built-in PSDiagnostics
module to work with the PowerShell 7 ETW provider (PowerShellCore
). This would require changes to the existing documents, such as https://learn.microsoft.com/en-us/powershell/module/psdiagnostics/enable-pstrace?view=powershell-7.5.
Details
No response
Articles
- https://learn.microsoft.com/en-us/powershell/module/psdiagnostics/enable-pstrace?view=powershell-7.5
- https://learn.microsoft.com/en-us/powershell/module/psdiagnostics/disable-pstrace?view=powershell-7.5
Related Source Pull Requests
Related Source Issues
N/A