Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > PowerShell

powershell books

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 07-10-2008   #1 (permalink)
\\
Guest


 

powershell books

any books to recommend ? Meaning easy to digest and can start working on
scripts.

I used to write a few scripts, but then due to work, kind of left-off ..now
wish to go back to powershell for refresh.

windows powershell in action - bruce (that i have it )

Any others ?



My System SpecsSystem Spec
Old 07-10-2008   #2 (permalink)
Ronald Dameron
Guest


 

Re: powershell books

On Fri, 11 Jul 2008 09:49:26 +0800, \\ wrote:
Quote:

> any books to recommend ? Meaning easy to digest and can start working on
> scripts.
>
> I used to write a few scripts, but then due to work, kind of left-off
> ..now wish to go back to powershell for refresh.
>
> windows powershell in action - bruce (that i have it )
>
> Any others ?
Try Windows PowerShell: TFM by Don Jones

Wrox and Microsoft Press have additional titles also.

Regards,

My System SpecsSystem Spec
Old 07-11-2008   #3 (permalink)
Michael Gao
Guest


 

Re: powershell books

Windows PowerShell In Action (2007) is better.
or
OReilly.Windows.PowerShell.Cookbook is also very nice.

MG

"\" <jkklim@xxxxxx> wrote in message
news:#r6mahv4IHA.784@xxxxxx
Quote:

> any books to recommend ? Meaning easy to digest and can start working on
> scripts.
>
> I used to write a few scripts, but then due to work, kind of left-off
> ..now wish to go back to powershell for refresh.
>
> windows powershell in action - bruce (that i have it )
>
> Any others ?
>
>
My System SpecsSystem Spec
Old 07-11-2008   #4 (permalink)
Shay Levy [MVP]
Guest


 

Re: powershell books


APress, Pro Windows PowerShell by Hristo Deshev
http://www.apress.com/book/view/9781590599402


---
Shay Levy
Windows PowerShell MVP
blog: http://blogs.microsoft.co.il/blogs/ScriptFanatic



"> any books to recommend ? Meaning easy to digest and can start working
"> on scripts.
">
"> I used to write a few scripts, but then due to work, kind of left-off
"> ..now wish to go back to powershell for refresh.
">
"> windows powershell in action - bruce (that i have it )
">
"> Any others ?
">


My System SpecsSystem Spec
Old 07-11-2008   #5 (permalink)
RichS [MVP]
Guest


 

RE: powershell books

PowerShell in Action by Bruce Payette is THE book for understanding the
PowerShell language and how and why it works the way it does. It is not a
book for the beginner in my opinion.

Windows PowerShell Cookbook by Lee Holmes has lots of really good examples
but assumes a fair amount of PowerShell knowledge.

Windows PowerShell Scripting Guide by Ed Wilson has some good examples but I
don't like the way the scripts are structured (personal preference)

For real beginner his Step by Step might be a good start.

The books by Don Jones or Hristo Deshev are a good overview but limited in
terms of examples

--
Richard Siddaway
All scripts are supplied "as is" and with no warranty
PowerShell MVP
Blog: http://richardsiddaway.spaces.live.com/
PowerShell User Group: http://www.get-psuguk.org.uk


"\\" wrote:
Quote:

> any books to recommend ? Meaning easy to digest and can start working on
> scripts.
>
> I used to write a few scripts, but then due to work, kind of left-off ..now
> wish to go back to powershell for refresh.
>
> windows powershell in action - bruce (that i have it )
>
> Any others ?
>
>
>
My System SpecsSystem Spec
Old 07-11-2008   #6 (permalink)
Kryten
Guest


 

Re: powershell books

Hi,

I agree for the most part with RichS's comments.

I found PIA (first one I bought) overwhelming. I think I (read|heard)
somewhere recently that BP said it was the book that needed to be
written to allow others to write more books! One day soon I'll go back
to it and not turn a page until I completely understood everything
that was on the page I just read. Should take me about nine years I
reckon!

The TFM book is written in a really nice friendly style with some
fantastic descriptions on the technologies Powershell lets you touch,
like WMI and .NET I thought that this book better than any other got
me closer to understanding how Posh opens the door to those things.
Really good section on regular expressions too so I recommend that
one.

If you are likely to be doing a lot of work with strings and text then
Jeffrey Friedl's "Mastering Regular Expressions" is a must IMHO. It's
one of the nicest computer books I've ever read.

Don't forget the Lee Holmes 'Quick Reference' and 'Pocket Guide' -
they're great when you just need to look something up on the spot.

I know it's not really what you are asking for but I'd also like to
recommend the Sapien Class-on Disc titles. I only have the 'Powershell
Intermediate' one but I think I've learned a lot from it and would
like to buy the others at some point too.

I've also learned a lot from reading the blogs (some of the archived
blogs are real goldmines) and of course the Powerscripting Podcast, is
utterly unmissable.

Hope this helps.

Stuart




My System SpecsSystem Spec
Old 4 Weeks Ago   #7 (permalink)
VascoSputs
Guest


 

RE: powershell books

I am also new to PowerShell and I am using Windows PowerShell Step by Step by
Ed Wilson, just downloaded PowerGUI as the IDE I am using its free from
powergui.org so you can try it too.
--
EdemObong


"\\" wrote:
Quote:

> any books to recommend ? Meaning easy to digest and can start working on
> scripts.
>
> I used to write a few scripts, but then due to work, kind of left-off ..now
> wish to go back to powershell for refresh.
>
> windows powershell in action - bruce (that i have it )
>
> Any others ?
>
>
>
My System SpecsSystem Spec
Old 4 Weeks Ago   #8 (permalink)
Old Dog
Guest


 

Re: powershell books

On Sep 12, 4:46*am, VascoSputs <VascoSp...@xxxxxx>
wrote:
Quote:

> I am also new to PowerShell and I am using Windows PowerShell Step by Step by
> Ed Wilson, just downloaded PowerGUI as the IDE I am using its free from
> powergui.org so you can try it too.
> --
> EdemObong
>
>
>
> "\\" wrote:
Quote:

> > any books to recommend ? Meaning easy to digest and can start working on
> > scripts.
>
Quote:

> > I used to write a few scripts, but then due to work, kind of left-off ...now
> > wish to go back to powershell for refresh.
>
Quote:

> > windows powershell in action - bruce (that i have it )
>
Quote:

> > Any others ?- Hide quoted text -
>
> - Show quoted text -
I find "PowerShell, TFM" by Don Jones and Jeffery Hicks very helpfull.

OldDog
My System SpecsSystem Spec
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Books on Powershell with .net framework IT Staff PowerShell 5 09-05-2007 03:06 AM
Info: Adding books to Powershell Site Brandon Shell PowerShell 16 05-10-2007 12:11 PM
[Ann] New PowerShell books due in May Marco Shaw PowerShell 10 02-08-2007 02:58 PM
ok .net3 is out, hmm what about powershell books IT Staff PowerShell 8 12-02-2006 09:13 AM
books on powershell IT Staff PowerShell 5 11-15-2006 02:45 PM


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51