keyboardcrunch / Invoke-RebootAudit

PS script to investigate reasons for system reboot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invoke-RebootAudit

Purpose

I wrote this script to quickly assess a few logs and conditions to determine the responsible party and cause of a reboot. The script checks Windows eventlog as well as CCM logs.

Usage

.EXAMPLE
    Invoke-RebootAudit -ComputerName WIN10ETL

.EXAMPLE
    Invoke-RebootAudit -ComputerName WIN10ETL -Start "03/21/2018" -End "03/22/2018"

Need more?

Get-Help Invoke-RebootAudit.ps1

About

PS script to investigate reasons for system reboot

License:GNU General Public License v3.0


Languages

Language:PowerShell 100.0%