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

We found 5 Reddit comments about Windows PowerShell Cookbook: The Complete Guide to Scripting Microsoft's New 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 New Command Shell
Used Book in Good Condition
Check price on Amazon

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

u/ramblingcookiemonste · 10 pointsr/PowerShell

Hi!

I keep a list of resources I've found helpful for learning PowerShell here. Books, cheat sheets, videos, etc.

Highlights (from my perspective)

If you prefer videos:

u/SEA-Sysadmin · 2 pointsr/sysadmin
  1. Powershell can interact directly with AD. Typically you create a query against your active directory, and do something to the results. Say...you decide you want to fill in a field in AD that hasn't been filled before, and you need to do it a thousand times.
  2. Granular backup in sharepoint- crucial sites are backed up nightly as individual units, meaning I can quickly recover a single site without having to recover ALL the sites.

    You'll have to grab a book on the topic- one of the big hurdles most people face is just figuring out the sort of questions you've asked at the end here: how do I execute a script? how do I write portable code? where can I execute this script?
    The answer to all of these depend greatly on the script. A generic script can be executed from any machine with powershell installed and an execution policy of "remotesigned" or better.
    Here's the book I like:
    http://www.amazon.com/Windows-PowerShell-Cookbook-Scripting-Microsofts/dp/0596801505/ref=sr_1_1?ie=UTF8&qid=1314721194&sr=8-1
    And here's a tool that will help you get started:
    http://powergui.org/downloads.jspa

    You're more than welcome to PM me any questions- I'm no expert, but having recently learned a lot of this, I can relate to not understanding it, and the questions you'll have are fresh on my mind.
u/BeeRyeInn · 1 pointr/Random_Acts_Of_Amazon

Windows PowerShell Cookbook: The Complete Guide to Scripting Microsoft's New Command Shell
http://amzn.com/0596801505

u/mysteryjones · 1 pointr/sysadmin

Props to you! I've been reading through the Windows Powershell Cookbook: http://www.amazon.com/Windows-PowerShell-Cookbook-Scripting-Microsofts/dp/0596801505, but this looks much more manageable.