Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 3.0 » Get-Member

Get-Member - Powershell 3.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Get-Member

Short description
Gets the properties and methods of objects.

Syntax


Description
The Get-Member cmdlet gets the "members" (properties and methods) of objects.


To specify the object, use the InputObject parameter or pipe an object to Get-Member. To retrieve information about sta
tic members (members of the class, not of the instance), use the Static parameter. To get only certain types of members
, such as NoteProperties, use the MemberType parameter.