TopicWindows Server →
A session opening was accepted by Windows.
Source of event
Microsoft-Windows-Security-Auditing — Security category.
Possible causes
- Normal connection of a user
- Authentication of a service or task
- Network connection to a sharing
- RDP session according to Logon Type
Verifications to be carried out
- Control Logon Type field
- Identify Account Name and Postation Name
- Compare Source Network Address with the expected context
Useful orders….
Get-WinEvent -FilterHashtable @{LogName='Security'; Id=4624} -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.
See also:…. Event ID 4672.