Attached Image
I am very new to Powershell so forgive me if this is a novice question, but I was having trouble searching the forum to find the specific answer I’m looking for.
After enable Auditing in gpedit.msc I came up with this script to grab and display the full details of what processes were created, UAC prompts failed, etc.:
get-winevent @{logname=’security’;id=4688,4648,4624} -maxevents 3 | fl
The issue I’m having is taking the results of the scripts and getting them to be in a readable outputted file format that I can present to someone on a daily or even weekly basis. This attached image is the gobbledygook I get when appending ConvertTo-Html at the end of it.
Does anyone have any tips? I would also appreciate any suggestions to make the script more robust and efficient regardless of the output issue.
Respectfully,
Ayo