TopicWindows Server →
A process or user requested a scheduled shutdown or restart.
Source of event
USER32 — System category.
Possible causes
- Windows Update.
- User action
- Tool of administration
Verifications to be carried out
- Identify the initiator process
- ReadKen Code and Comments
- Check User Account
Useful orders….
Get-WinEvent -FilterHashtable @{LogName='System'; Id=1074} -MaxEvents 20
To be retained….
An Event ID must always be interpreted with its source, its full message, its timing and the context of the system. The same number may exist in several providers of events.