Comments on: Find Who Restarted Windows Server Core β Bonus Guide
https://www.prajwaldesai.com/find-who-restarted-windows-server-core/
SCCM | ConfigMgr | Intune | Windows 11 | AzureSun, 14 Nov 2021 18:04:13 +0000
hourly
1 https://wordpress.org/?v=6.4.1
By: Mo
https://www.prajwaldesai.com/find-who-restarted-windows-server-core/#comment-28992
https://www.prajwaldesai.com/?p=220855#comment-28992nice to have the TimeGenerated in the output π
Get-EventLog -LogName System | Where EventID -eq 1074 | Format-List Message,TimeGenerated
]]>
By: Prajwal Desai
https://www.prajwaldesai.com/find-who-restarted-windows-server-core/#comment-23198
https://www.prajwaldesai.com/?p=220855#comment-23198In reply to Nizar Sebahi.
The command worked for me on the latest version of server core.
]]>
By: Nizar Sebahi
https://www.prajwaldesai.com/find-who-restarted-windows-server-core/#comment-23196
https://www.prajwaldesai.com/?p=220855#comment-23196Thanks Prajwal,
With new Powershell platform we canβt use Get-EventLog anymore, so just for info βGet-WinEvent -ProviderName User32β can be used π
]]>