Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
Programming
»
Powershell
»
PowerShell detailed reference
PowerShell detailed reference
Rate Topic
Display Mode
Topic Options
Author
Message
dmoldovan
dmoldovan
Posted Monday, October 05, 2009 12:31 PM
Old Hand
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 5:51 AM
Points: 360,
Visits: 1,260
Is there any reference that lists the properties and methods for the PowerShell commands and objects? I know I can use the "get-member" cmdlet, but it is a little bit tedious...
Will the "graphical powershell" scripting environment have "intellisense" in its final build?
Post #798113
Steve Jones - SSC Editor
Steve Jones - SSC Editor
Posted Monday, October 05, 2009 12:38 PM
SSC-Dedicated
Group: Administrators
Last Login: Today @ 11:02 AM
Points: 31,410,
Visits: 13,725
Not sure. The HELP section for BOL seems to reference the get-help command.
http://msdn.microsoft.com/en-us/library/cc281954.aspx
The learning item references the Windows shell.
http://msdn.microsoft.com/en-us/library/cc281945.aspx
Follow me on Twitter:
@way0utwest
Forum Etiquette: How to post data/code on a forum to get the best help
Post #798115
Shawn Melton
Shawn Melton
Posted Monday, October 05, 2009 12:39 PM
Right there with Babe
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:56 PM
Points: 754,
Visits: 1,891
This
link
mentions use of
-Membertype
argument to filter the output a little.
get-Process | get-Member -Membertype property
OR
get-Process | get-Member -Membertype method
I have not worked with PowerShell to much yet so I don't know if that is what you are looking for or not.
--------------------------------------------------------------
Shawn Melton
@wshawnmelton
Post #798116
dmoldovan
dmoldovan
Posted Monday, October 05, 2009 2:21 PM
Old Hand
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 5:51 AM
Points: 360,
Visits: 1,260
Steve, Shawn, thanks for your quick responses.
Shawn - yes, that's what I'm already using ("MemberType"). While working on PS scripts, I try to build my own reference by copying the output into the good old Notepad.
Unfortunately it seems that Microsoft releases its products before finishing writing the appropriate documentation. And when, finally, the documentation is ready, it seems to me that it is written by some overseas guys, who copy and paste content without knowing the product in depth...
Post #798179
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.