PowerShell - System Administration
What will be the output of this command?
Get-EventLog -LogName Application -EntryType Error -Newest 3 | Select-Object -Property TimeGenerated, Message
