Good PowerShell guide, getting started through more advanced usage
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Melt
--
Chapters
00:00 Good Powershell Guide, Getting Started Through More Advanced Usage
00:35 Answer 1 Score 2
01:05 Accepted Answer Score 8
01:23 Answer 3 Score 0
01:39 Answer 4 Score 4
01:50 Thank you
--
Full question
https://superuser.com/questions/7667/goo...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows #commandline #automation #powershell #script
#avk47
ACCEPTED ANSWER
Score 8
Getting Started: Windows PowerShell Getting Started Guide
Programming with Powershell: Windows PowerShell Programmer's Guide
Advanced PowerShell: A Guide To PowerShell's Advanced Functions
ANSWER 2
Score 4
I've found this guide to be extremely helpful. Mastering Powershell - http://powershell.com/cs/blogs/ebook/
It's a free E-Book by a Powershell MVP that is well written.
Mike
ANSWER 3
Score 2
I got started using the tutorial on powershellpro.
My only complaints are:
- The navigation is hard to use (list of links on the right hand side)
- There are a few errors and typos throughout. Although if you're an astute reader, you'll notice right away.
The teaching techniques I found useful were when they show how to do a task in both PowerShell and through regular Windows GUI (like MMC) and when they describe real-world uses for some of the scripts or commands.
ANSWER 4
Score 0
I found this tutorial very helpful when I was learning powershell. I haven't gotten all the way through, so I don't know how advanced it gets, but I think it covers things fairly well.