tablesalt
(tablesalt)
1
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
bsod
(BSOD'D)
2
4 Spice ups
chrislee
(ChrisLeeRR)
3
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
martin9700
(Martin9700)
5
5 Spice ups
anthony
(Twon of An)
6
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
tablesalt
(tablesalt)
8
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. =)