Subscribe to Windows IT Pro

 

Get Newsletters

  • Get the Latest News
  • Product Updates
  • Helpful Tricks
  • Productivity Tips

Subscribe Now!

June 28, 2007 12:00 AM

PowerShell Pointers

Windows IT Pro
InstantDoc ID #96275
Rating: (0)

PowerShell has many built-in Cmdlets that provide information about the language itself. When you're learning PowerShell, you'll likely find the following Cmdlets helpful:

Aliases. PowerShell supports aliases that you can use to reference Cmdlets. For example, you can use Foreach or % to reference the Foreach-Object Cmdlet. For a list of aliases, enter

Get-Alias 

at the PowerShell command prompt. For general information about aliases, enter

Get-Help About_Alias 

Cmdlets. For a list of Cmdlets, enter

get-help -category Cmdlet 

To retrieve detailed information about a Cmdlet, including the parameters it supports, enter

get-help CmdletName -detailed 

where CmdletName is the name of the Cmdlet you want to get information about. For example, to retrieve information about the Get-Service Cmdlet, enter

get-help get-service -detailed 

ForEach-Object Cmdlet versus ForEach statement. the Foreach-Object Cmdlet and Foreach statement aren't the same. to learn how they differ, enter

Get-Help About_ForEach 

Help. to retrieve information about how to use PowerShell help, enter

Get-help get-help 

Operators. to learn about operators (e.g., -replace, -gt, -ne), enter

Get-Help About_Operator 

PowerShell security. to learn about PowerShell security, enter

Get-Help Set-ExecutionPolicy 

WMI classes. For information about how to access WMI classes, enter

Get-Help Get-WMIObject

Related Content:

ARTICLE TOOLS

Comments
    There are no comments to display. Be the first one!
You must log on before posting a comment.

Are you a new visitor? Register Here

advertisement

advertisement

White Papers

Get your Windows 7 deployment off to the right start by implementing PC lockdown. A locked-down environment is easier and cheaper to support since users are less likely to make unnecessary changes to the core system configuration - read more here!

Essential Guides

Is your iSCSI "lossy"? The reality is that most off-the-shelf Ethernet hardware deployed for iSCSI can lose packets, resulting in slow performance or application downtime. Learn how to assess your current iSCSI infrastructure and engineer an advanced iSCSI SAN infrastructure.

Web Seminars

What's the best way to keep your network safe from malware? In this web seminar, security expert Greg Shields suggests an alternative method to the traditional blacklisting approach that is common with anti-virus and anti-malware solutions.

eLearning Series

We bring the experts direct to you to share their real-world perspective and expertise. During each event, three sessions stream in real time, so you can learn, ask questions, and get solutions.
Upcoming event: Getting the Most with Exchange 2010 with Paul Robichaux

Subscribe to Windows IT Pro!

Windows is a trademark of the Microsoft group of companies. Windows IT Pro is used by Penton Media Inc. under license from owner.