Reddit Reddit reviews Windows PowerShell Cookbook: The Complete Guide to Scripting Microsoft's Command Shell

We found 8 Reddit comments about Windows PowerShell Cookbook: The Complete Guide to Scripting Microsoft's Command Shell. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Business Technology
Windows Server Guides
Windows PowerShell Cookbook: The Complete Guide to Scripting Microsoft's Command Shell
O Reilly Media
Check price on Amazon

8 Reddit comments about Windows PowerShell Cookbook: The Complete Guide to Scripting Microsoft's Command Shell:

u/PowerfulQuail9 · 5 pointsr/sysadmin

> I have my A+ cert
>
>they recommended a segmented network. and I had to google what that even was.
>
>I am the "IT Guy" The previous "IT Guy" got me this job

You need to start reading cbks right now in all your free time. Even if you don't take the cert exams for the cbks below, it is knowledge you need to know asap.

​

I suggest these (in order):

​

https://www.amazon.com/CompTIA-Network-Certification-Seventh-N10-007/dp/1260122387/ref=sr_1_3

https://www.amazon.com/CompTIA-Server-Certification-Guide-SK0-004/dp/125983803X/ref=sr_1_1

https://www.amazon.com/Windows-Server-Complete-Study-Guide/dp/111885991X/ref=sr_1_4

https://www.amazon.com/Windows-PowerShell-Cookbook-Scripting-Microsofts/dp/1449320686/ref=pd_sbs_14_5/143-0552349-3403540

https://www.amazon.com/Windows-Server-Complete-Study-Guide/dp/1119359147/ref=sr_1_3

https://www.amazon.com/CompTIA-Security-Guide-Fifth-SY0-501/dp/1260019322/ref=sr_1_4

u/billyyankNova · 3 pointsr/PowerShell

I was in the same boat as you when I first started learning PowerShell. I had experience in C++, C and Java. I bought The Windows PowerShell Cookbook to use as a reference and just started to wing it. It helped that I'm a sysadmin at a large company and I'm pretty much left to my own devices as long as I get my tickets and projects done. Each time I'd want to do something in PowerShell, I'd just plunk away at it. I'd use Get-Help, the reference book, and Google to help me along. A lot of it was just thinking about how I'd do something in another language, then figuring out the equivalents in PS.

When I first started, I would write structured scripts, but now I pretty much do everything on the command line.

u/storyadmin · 3 pointsr/PowerShell

I'd also recommend Windows PowerShell Cookbook Scripting but it isn't cheap ether. I've always found cookbooks useful because they are just a bunch of examples of how to create tooling once you know the foundation for anything. I'd also recommend reading some of the Powershell MVPs blogs they do some excellent content for the community. I learn a lot from them as well.

u/6anon · 3 pointsr/sysadmin

Honestly, I started with the Powershell Cookbook but it took me forever to get anything done. I never really fully got the hang of it until I started working through Project Euler that I started to really understand what was occurring, and how to accomplish my goals.

Additionally, there is a great resource for transitioning from bash to PS, but it is a video.

u/meandrunkR2D2 · 2 pointsr/sysadmin

Would Windows Cookbook work for you?

u/Kusheire · 2 pointsr/techsupport

https://www.codecademy.com/

Codecademy is also a good resource for learning to code in general - Python is a great cross-platform language. I've honestly never encountered a great batch resource for learning; my advice is to learn PowerShell, as /u/Oodeer suggusted, and learn the fundamentals of programming/scripting. Once you understand how code works, then googling how to do something in a specific language is pretty easy and it's just looking up the syntax/commands for the language you're using.

If you're interested in PowerShell, I have three books on my shelf at all times:

Learn PowerShell in a Month of Lunches: https://www.manning.com/books/learn-windows-powershell-in-a-month-of-lunches-second-edition

Learn PowerShell Toolmaking in a Month of Lunches: https://www.manning.com/books/learn-powershell-toolmaking-in-a-month-of-lunches

And a PowerShell cookbook. I use this one: https://www.amazon.com/Windows-PowerShell-Cookbook-Scripting-Microsofts/dp/1449320686

These are all my personal recommendations, but I highly encourage learning a language like PowerShell or Python, which are going to be far more powerful should you ever move into a Systems Administration/Engineering role, or even implement application deployments/OS provisioning and things like that on a large scale.