2

Domain Controller OS - Window Server 2008 R2

Please see the First PrintScreen attached (Powershell.png). with the help of Powershell command I am trying to check the event Log of my DC. Please note the Red Rectangle Colour Box. Failure Reason: %%2313 "

enter image description here

But the same log if i check from Event Viewer ( Second Print-Screen Attached - EventViewer.png ) the same Event ID, here it Clearly shows the "Failure Reason: Unknown user name or bad Password"

enter image description here

Why with Powershell the same event id shows Failure reason with some syntax and in Event Viewer log of windows, it display correct?

Param
  • 1,357
  • 14
  • 36
  • 52

1 Answers1

2

On Windows Vista and later you should use Get-WinEvent as it can read the extended event data more of the time

For more detail about this command you can use -? symbol. or Refer to this article http://technet.microsoft.com/en-us/library/hh849682.aspx