Get-Member


Enumerates the properties, methods, typeinfo, and property sets of the objects given to it.

Snap-In: Microsoft.PowerShell.Utility

Syntax:

Get-Member [

 [-Name] <String[]>] [-InputObject <PSObject>] [-MemberType <PSMemberTypes>] [-Static] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-ErrorVariable <String>] [-OutVariable <String>] [-OutBuffer <Int32>] 

Description:

The get-member Cmdlet may provide an object (or a group of objects) from the pipeline or with the -Object parameter. It analyzes these objects and presents a series of properties representing the members it was directed to retrieve. If several objects are passed through the input pipeline, and the -ForEachObject option is set, all requested members will be returned for each input object. In the default case, where - ForEachObject is not set, one set of output records is produced for each distinct type in the input stream. For example, a get-childitem piped to get-member would usually result in a set of records for a file entry, and another set for a directory entry.



Windows PowerShell. TFM
Internet Forensics
ISBN: 982131445
EAN: 2147483647
Year: 2004
Pages: 289

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net