August 4th, 2012

PowerTip: Finding the Type of an Object

Doctor Scripto
Scripter

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  

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.