Iād love to learn POWERSHELL.. CAN U GUYS HELP ME WITH THE RESOURCES AND GUIDENCE⦠PLEASE AND THANK YOU
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,ā 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
Are theyāre any free Powershell resources u can enlighten me on?
Have you tried searching for yourself? 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:
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.