Tryna learn Powershell šŸ¤”

I’d love to learn POWERSHELL.. CAN U GUYS HELP ME WITH THE RESOURCES AND GUIDENCE… PLEASE AND THANK YOU :folded_hands:t4::blush:

The book ā€œPowerShell in a month of lunchesā€ is a universal recommend from everyone.
There are literally thousands of resources out there. My biggest resource as I’ve been learning PowerShell is honestly just searching things, reading documentation and experimenting.

Personally I would also recommend that you try and use PowerShell every day so you can get comfortable using it and get reputations.

Hi Courtney,

Thanks for the recommendations! I’ve heard good things about ā€œPowerShell, in a month of lunches,ā€ :rofl:I’ll definitely look into that. I like the idea of PowerShellin’ on a daily to get more comfortable with it. I appreciate your suggestions!

Your’s truly,
Brian

1 Like

Are they’re any free Powershell resources u can enlighten me on?

Have you tried searching for yourself? :thinking: There are literally thousands of sources out there covering the basics of PowerShell free of charge. I’d be surprised if you couldn’t find any of them.

Here are some of the defaults:

1 Like

I’m going to kind of echo what @Olaf said and I want you to know this isn’t intended to be mean: searching the internet is probably the number 1 free resource for learning PowerShell.
Almost every single computer/IT related problem I’ve ever fixed (that I didn’t immediately know how) was fixed because I searched the internet for more info.

If you can get comfortable, and proficient, with finding the answers for technical problems online you can accomplish just about anything.

Definitely all of the links that @Olaf shared, and past that I personally think it really helps to have an idea of something you want to do in PowerShell. Come up with a task or an action that you want to complete in PowerShell and then look up how to do it. Turn it in to a script.

1 Like