Question: What .NET Framework class is leveraged by the Get-EventLog cmdlet?
Answer: System.Diagnostics.EventLogEntry
Question: How would I find the above information?
Answer: Get-EventLog application | get-member
Question: What .NET Framework class is leveraged by the Get-EventLog cmdlet?
Answer: System.Diagnostics.EventLogEntry
Question: How would I find the above information?
Answer: Get-EventLog application | get-member