On Jul 16, 8:15*am, Larry__Weiss <l...@xxxxxx> wrote:Get-Member makes it really easy to see what your script is doing and
> After reading your post, I started looking at Get-Member last night.
> It certainly opens your eyes to the world of .Net objects.
>
> * - Larry
>
>
>
> tojo2000 wrote:>
> > The three things that I really liked when I first started were
> > 1. Objects and the pipeline. *Being able to pass objects down the
> > pipeline rather than text.
> > 2. Introspection. *Being able to take the output of the pipeline and
> > pipe it to Get-Member so that I can tell exactly which methods and
> > properties an object has.
> > 3. PSDrives. *The first time I loaded up the registry using a PSDrive,
> > that was really cool.- Hide quoted text -
> - Show quoted text -
what it can do.
I frequently start a script and test it by doing a get-member on each
line, just to see where I am
and how to go forward.


