To getstart with any command in PS, run help.
To filter it, use the where-object or use ? directly.
get running service
Or just using ? instead.
Using Select to run a projection, select name, status only
also, you can skip and tail the results
sellect last 5 only
convert the result to a Html page? using the convert*
to show it in a gridview
No comments:
Post a Comment