Dear scripts spiceheads,

Need some advice where do I start if I wanted to learn powershell? Google offers many sites but I’m looking for easy-to comprehend tutorials. I’ve been seeing lots of useful PS scripts but I don’t even know how to run a powershell script… Thanks for the hints and advice from you all

7 Spice ups

There are quite a few links on Spiceworks about this

Go through the links and sites suggested within these links and have a look at what others have suggested

This link - http://community.spiceworks.com/topic/399521-learn-powershell should be checked out first

http://community.spiceworks.com/topic/399524-have-you-thought-about-learning-powershell

http://community.spiceworks.com/topic/412867-recommendation-for-how-to-learn-powershell

4 Spice ups

Check out Microsoft’s Virtual Academy also:

3 Spice ups

Here are a lot of great resources I’ve found. Note that the last two links are just the page that I happened to favorite - check out the entire blogs.

This is a list of all the special characters/tokens used in PS - it’ll help you get used to the syntax.

This is a really handy introductory guide - it’s the main resource I used when first learning.
http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-windows-powershell-console/

This blog has a good guide for PowerShell remoting, among other things.

And this is the scripting guy. DEFINITELY read through this blog - there are a lot of good examples/guides and are written in an entertaining/easy to learn way.

2 Spice ups

Here was a small presentation we put on at Spiceworld:

http://community.spiceworks.com/tv/show/649-scripting-as-a-second-language-intro-to-powershell-3-0-spiceworld-2013

Need all our PowerShell people to spice it up too :wink:

5 Spice ups

Might check out PowerShell in a Month of Lunches if you prefer to read out of a book.

Best thing to do though: find something that you would like done with a script and figure out how to do it. There is a great PowerShell forum here in Spiceworks!

3 Spice ups

As pointed out their are several great resources in the community to help you learn powershell.

Be sure to ask questions as you go through your learning process!

1 Spice up

Great Thanks to all of you! I will plan my self-study based on the resources you’ve given. I already had a microsoft virtual academy account… I will start with that. =)