Enable-WSMan
Trace
Start a logging session with the WSMan providers enabled.
Syntax
Enable-WSManTrace []
Description
This cmdlet is only available on the Windows platform.
This cmdlet starts a logging session with the WSMan providers enabled. The following event providers are enabled:
-
Event Forwarding
-
IpmiDrv
-
IPMIPrv
-
WinRM
-
WinrsCmd
-
WinrsExe
-
WinrsMgr
-
WSManProvHost
The session is named
wsmlog
.
This cmdlet uses the
Start-Trace
cmdlet.
You must run this cmdlet from an elevated PowerShell session.
Examples
Example 1: Start a WSMan logging session
Enable-WSManTrace
Inputs
None
You can't pipe objects to this cmdlet.
Outputs
None
This cmdlet returns no output.
Related Links
- Event Tracing
- Start-Trace
- Disable-WSManTrace