Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Finding Specific Cmdlets

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-...