<Command> | Get-Member
Example
Get-Process | Get-Member
More Info on Get-Member
http://technet.microsoft.com/en-us/l.../bb978623.aspx
Brandon Shell
---------------
Blog:
http://www.bsonposh.com/
PSH Scripts Project:
www.codeplex.com/psobject
g> Hi,
g>
g> Perhaps someone could help me with this. I'm a little stuck
g> understanding how to find out a specific piece of information from a
g> list of data. For instance, in Get-service, you have the various
g> different parts, including status. I know that when you use
g> get-service, you use the $._Status, but do i find out what ones are
g> available? Are the available options the ones that are displayed when
g> you run the full query?
g>