User Tools

Site Tools


powershell

This is an old revision of the document!


Useful Powershell Commands

Get Systemboot/Reboot/Shutdown Events

Get-EventLog System -Newest 10000 | `
        Where EventId -in 41,1074,1076,6005,6006,6008,6009,6013 | `
        Format-Table TimeGenerated,EventId,UserName,Message -AutoSize -wrap
powershell.1650004124.txt.gz · Last modified: 2022/04/15 08:28 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki