Windows IT Pro is the leading independent community for IT professionals deploying Microsoft Windows server and client applications and technologies.
  
  
  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 be a registered user or online subscriber to comment on this article. Please log on before posting a comment. Are you a new visitor? 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. ...

WinInfo Short Takes: Week of November 9, 2009

An often irreverent look at some of the week's other news, including some more Windows 7 sales momentum, some Sophos stupidity, Microsoft's cloud computing self-loathing, more whining from the browser makers, Zoho's "Fake Office," and much, much more ...

Understanding File-Size Limits on NTFS and FAT

A general confusion about files sizes on FAT seems to stem from FAT32's file-size limit of 4GB and partition-size limit of 2TB. ...


Scripting Whitepapers From Development to Production: Streamlining SharePoint Deployment with DocAve Deployment Manager

Related Events WinConnections and Microsoft® Exchange Connections

Deep Dive into Windows Server 2008 R2 presented by John Savill

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 Introducing Left-Brain.com, the online IT bookstore
Looking for books, CDs, toolkits, eBooks? Prime your mind at Left-Brain.com

Discover Windows IT Pro eLearning Series!
Clear & detailed technical information and helpful how-to's, all in our trademark no-nonsense format


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 DevProConnections IT Job Hound
Left-Brain.com Technology Resource Directory asp.netPRO ITTV Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 © 2009 Penton Media, Inc. Terms of Use | Privacy Statement