PowerTip: Finding Specific Cmdlets

PowerTip: Finding Specific Cmdlets

Rate This
  • Comments 1

Summary: Learn about important Windows PowerShell cmdlets and how to find them.

Question: What are the three MOST important cmdlets?

Answer: The three most cmdlets are: Get-Command, Get-Help and Get-Member.

Question: Which cmdlet can I use to work with event logs?

Answer: To work with event logs, use the Get-EventLog cmdlet, or the Get-WinEvent cmdlet.

Question: How did you find that cmdlet?

Answer: Get-Command -Noun *event*

Leave a Comment
  • Please add 7 and 2 and type the answer here:
  • Post
  • Hi Ed,

    I like these easy to read and understand stright forward tips!

    Klaus.

Page 1 of 1 (1 items)