Hi,
I am trying to get a csv file with all the login info (event 4624) for a particular user using powershell:
I tried:
Get-EventLog -UserName john.smith -InstanceId 4624 | export-csv c:\temp\output.csv
but it doesn't work, I get errors. Can anybody tell me what I am doing wrong?
Thank you in advance for your help,
RGRB18