Windows IT Pro is the authoritative and independent resource for windows nt, windows 2000, windows 2003, windows xp. Features a collection of resources and magazines for windows IT professionals.
  
  
  Advanced Search 


March 27, 2008

How to Find Out a Cmdlet's Properties


RSS
Subscribe to Windows IT Pro | See More Scripting Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!
Main Article    PowerShell 101, Lesson 3

In the Where-Object expressions I use in this lesson, I specify several cmdlet properties, such as Length and Handles. You can use the Get-Member cmdlet to retrieve the members (e.g., properties, methods) of cmdlets and other objects.

Unlike the Get-Command, Get-Content, and Get-Help cmdlets described in "PowerShell 101, Lesson 1" (February 2008, InstantDoc ID 97742), you can't use the Get-Member cmdlet in a statement such as

Get-Member Get-Process

To use Get-Member, you must first specify the object whose members you want to retrieve, pass that object down the pipeline, then specify Get-Member. For example, to view the members available to the Get-Process cmdlet, you'd enter

Get-Process | Get-Member

Figure A shows the members returned by this statement. Notice the AliasProperty entries under the MemberType column. In addition to regular properties, PowerShell supports alias properties and script properties. An alias property (AliasProperty) is an alternative name for a regular property. For example, the Name alias property refers to the ProcessName property. A script property (ScriptProperty) is a property whose value is the output of a script. For example, the Company property generates a script that retrieves the CompanyName property associated with a specific process object.

For more information about the Get-Member cmdlet, see PowerShell's Get-Member Help file. You can find additional information about all the supported member types at technet.microsoft.com/en-us/library/bb978568.aspx.

End of Article



Reader Comments

You must log on before posting a comment.

If you don't have a username & password, please register now.




Top Viewed ArticlesView all articles
Command Prompt Tricks

One reader shares his tip for setting up the command prompt to reflect a remote path. ...

Microsoft Touts Xbox 360 'Black Friday' Success

Microsoft this week revealed that its Xbox 360 video game console outsold its Sony PlayStation 3 rival 3-to-1 on "Black Friday," which curiously describes the three day weekend after Thanksgiving, a period that unofficially kicks off the holiday selling ...

How can I stop and start services from the command line?

...


Windows OSs Whitepapers Why SaaS is the Right Solution for Log Management

Related Events PowerShell 101 - eLearning Series

Check out our list of Free Email Newsletters!

Scripting eBooks Keeping Your Business Safe from Attack: Encryption and Certificate Services

Best Practices for Managing Linux and UNIX Servers

Building an Effective Reporting System

Related Scripting Resources Become a VIP member of the Windows IT Pro community!
Get it all with the VIP CD and VIP access. A $500+ value for only $279!

Subscribe to Windows IT Pro!
Solve your toughest technical problems with our experts and access 10,000 + articles online. 30% off

Monthly Online Pass - Only $5.95!
Get instant access to 10,000+ articles from Windows IT Pro Magazine!

TechNet Virtual Labs
Evaluate and test Microsoft's newest products.


Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro Windows Dev Pro IT Job Hound ITTV
IT Library Technology Resource Directory Connected Home Windows Excavator Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 Copyright © 2008 Penton Media, Inc., All rights reserved. Terms and Use | Privacy Statement | Reprints and Licensing