Tags Archives
You are currently viewing all posts tagged with event viewer
Active Directory – How to track down why and where the user account was locked out
I've been working with Windows Events for a while now. One of the things I did to help me diagnose problems and reporting on Windows Events was to write PSEventViewer to help to parse the logs and write PSWinReporting to help monitor (with use of PSEventViewer) Domain Controllers for events that happen across the domain. It's handy and I, get those excellent daily reports of what happened while I was gone.
Read moreWorking with Windows Events with PowerShell
As you may (and should) know Event Log is your first place to look for explanations on why server/client is behaving the way it ...
Read moreGet-EventLog shows wrong maximum size of event logs
While working on EventManager script I've noticed that Get-EventLog is not returning proper values for Maximum File Size. When checking Maximum log size directly it was ...
Read moreMonitoring Active Directory Changes on Users and Groups with PowerShell
Working as Administrator with Active Directory can be rewarding. You can easily deploy new settings, make changes to users even on largest scope. Whether ...
Read more