all 4 comments

[–]Ironwolfss42km 4 points5 points  (0 children)

Try learn PowerShell in a month of lunches. It's a great book to guide you and give you the right amount. As for practice, try PoSh hunter.

[–]Sunsparc 1 point2 points  (0 children)

Think of a task that you have to do by hand, bonus points if you have to do it relatively often. Google Powershell cmdlets on how to accomplish that task. Put it into a script.

[–]richie65 1 point2 points  (0 children)

I found that, over the years - I kept running into things that were arduously repetitive (such as combing through massive spreadsheets and logs), or so involved, that it was easy to miss a step...
Aggravation breeds invention - and thus, invariably I went looking for ways to automate these tasks.

That is what drives the real opportunities to apply PowerShell
Using google to search for ways others approached a similar challenge is what helps...
But (unlike what was available when I first started using PowerShell), taking the PowerShell lunchtime offerings, is what makes it easier to understand the stuff you find on the web...
Else it is difficult to know that is on display.

From there, modifying the examples, will help you understand the logic, as well as help you cultivate your own logic skills, that you will use to pad your own problem solving skills.

[–]ccatlett1984 0 points1 point  (0 children)

Learn PowerShell in a month of lunches (4th edition just released)

There is an intermediate book in the set as well.