Hey fellow PowerShell enthusiasts! I'm looking to start learning PowerShell because I want to automate some tasks at work, like creating user accounts and assigning licenses. I've heard great things about the book 'PowerShell in a Month of Lunches,' but I'm unsure which edition to go for: 2, 3, or 4? Also, what's the best method you've found to really grasp PowerShell and make it stick? Any tips would be super helpful. Thanks!
4 Answers
Honestly, I picked up PowerShell by tackling simple tasks first, like pulling data from devices. It encouraged me to look up different cmdlets and eventually led me to write scripts for more complex tasks. It's super helpful when you have something tangible to work on!
I’d recommend starting with a course that covers the basics. Spend about a week learning the syntax, and then just dive into whatever you find interesting to automate. The sooner you start trying things, the better you'll learn!
Sounds good, I think I'll follow that advice!
'PowerShell in a Month of Lunches' is a good read for building a solid foundation. But beyond that, look at your own work situation for things you can automate. That’s when it really clicks!
Absolutely! Right now, I'm focusing on user provisioning and license assignments, and it helps a lot.
I learned PowerShell mainly based on real tasks that came up. Instead of just diving into a course, I’d jump in and Google how to do a task using PowerShell whenever I needed it. It takes a bit longer than using the GUI at first, but you'll really get the hang of it while you learn. Once you can do things manually, automating them becomes a breeze!
That sounds like a solid approach. Trying things out for real is definitely a good way to learn!
That’s how I feel too! Having a clear problem to solve makes it so much easier to learn.