- Run a Docker container to build the image
docker run --name wsl-kernel-builder --rm -it [email protected] bash
from inside the container (now bash):
docker run --name wsl-kernel-builder --rm -it [email protected] bash
from inside the container (now bash):
| Function Get-WinEventTail | |
| { | |
| <# | |
| .SYNOPSIS | |
| A tail cmdlet for Eventlogs | |
| .DESCRIPTION | |
| This function will allow you to tail Windows Event Logs. You specify | |
| a Logname for either the original logs, Application, System and Security or | |
| the new format for the newer logs Microsoft-Windows-PowerShell/Operational | |
| .PARAMETER LogName |