#316 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Learn Windows PowerShell in a Month of Lunches

Sentiment score: 8
Reddit mentions: 12

We found 12 Reddit mentions of Learn Windows PowerShell in a Month of Lunches. Here are the top ones.

Learn Windows PowerShell in a Month of Lunches
Buying options
View on Amazon.com
or
    Features:
  • Nylon ripstop upper with lightweight welded synthetic overlays
  • Adjustable hook-and-loop instep strap
  • Breathable mesh lining
  • Padded tongue and collar
  • Grippy rubber FastLift outsole
Specs:
Height9.25 Inches
Length7.38 Inches
Number of items1
Release dateMay 2011
Weight1.26104413864 Pounds
Width0.7 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 12 comments on Learn Windows PowerShell in a Month of Lunches:

u/Deviltry · 11 pointsr/PowerShell

Powershell in a month of lunches by Don Jones...

http://www.amazon.com/Learn-Windows-PowerShell-Month-Lunches/dp/1617290211/ref=sr_1_1?ie=UTF8&qid=1311721510&sr=8-1

I'm a big fan of Don Jones... That's a really good intro book imho.

u/Arlieth · 4 pointsr/networking

batch coding is a good start, but ultimately limited. If you ever start messing with VMware, there are a ton of really awesome tools and utilities coded in Powershell that are far more efficient than any other solution out there.

Also check out a book called Learn Windows Powershell in a Month of Lunches. http://www.amazon.com/Learn-Windows-PowerShell-Month-Lunches/dp/1617290211

Also look into Python.

u/YorkshireSysadmin · 4 pointsr/sysadmin

I put off learning PowerShell for a long time; felt like it didn't apply to my needs. Hit a quiet month and bought PowerShell in a month of lunches and suddenly realised I was wrong, oh so wrong.

u/eramnes · 3 pointsr/sysadmin

/r/powershell is a nice place to begin and there are a number of links on the sidebar that can help get you started. When I was getting started I used the book Windows PowerShell Unleashed which I really liked. I have heard good things about Learn Windows PowerShell In A Month Of Lunches but I haven't had the chance to look in to it myself.

For free online resources I like ss64 and I also referenced computerperformance.co.uk when getting started.

u/botena · 3 pointsr/learnprogramming

I used this book. It has short, concise lessons and gives a good overview of things. There's also a followup book about scripting.

I'm sure a free powershell tutorial online would be fine to start with also.

u/sleeplessone · 2 pointsr/geek

http://www.amazon.com/Learn-Windows-PowerShell-Month-Lunches/dp/1617290211

I just ordered that, it is supposed to be pretty good.

u/kirizan · 2 pointsr/PowerShell

I'm not sure why it's not running, but you should think about changing your if-elseif to a switch statement. Here is a link that will explain it more. In this script it won't make much of a difference, but eventually you will begin to do more things with Powershell, and it's better to start with good practices before making bad habits.

I recommend this book. I haven't read it, but I have heard many good reviews on it from many different people.

Hope that helps some, and enjoy Powershell. It will really assist you as an admin, and it is very powerful once you start to understand the basics of how to work with it.

u/cowboi · 2 pointsr/sysadmin

I read the first few chapters to see if I wanted to read the whole book and I liked the approach so its on my list to read. Haven't dug into it yet I also got [Learn Windows PowerShell in a Month of Lunches] (http://www.amazon.com/Learn-Windows-PowerShell-Month-Lunches/dp/1617290211/ref=sr_1_1?ie=UTF8&qid=1325095521&sr=8-1) but haven't tried it yet since I enjoy my lunches lol

u/chelbornio · 2 pointsr/PowerShell

Grab Don Jones' PowerShell in a Month of Lunches, it's well worth it, and an easy way to become proficient. That said, Ed Wilson's Hey Scripting Guy blog is also a fantastic resource.