PSDiagnostics Module
Moduł diagnostyki programu PowerShell zawiera zestaw poleceń cmdlet, które umożliwiają korzystanie z śledzenia FUNKCJI ETW w programie PowerShell w systemie Windows.
Ten moduł jest dostępny tylko na platformie Windows.
Polecenia cmdlet PSDiagnostics
| Polecenia cmdlet | Opis |
|---|---|
| Disable-PSTrace |
Disables the Microsoft-Windows-PowerShell event provider logs. |
| Disable-PSWSManCombinedTrace |
Stop the logging session started by Enable-PSWSManCombinedTrace. |
| Disable-WSManTrace |
Stop the WSMan logging session started by Enable-WSManTrace. |
| Enable-PSTrace |
Enables the Microsoft-Windows-PowerShell event provider logs. |
| Enable-PSWSManCombinedTrace |
Start a logging session with the WSMan and PowerShell providers enabled. |
| Enable-WSManTrace |
Start a logging session with the WSMan providers enabled. |
| Get-LogProperties |
Retrieves the properties of a Windows event log. |
| Set-LogProperties |
Changes the properties of a Windows event log. |
| Start-Trace |
Start an Event Trace logging session. |
| Stop-Trace |
Stop an Event Trace logging session. |