Sunday, June 14, 2015

#86 : Mastering Powershell

A free ebook of powershell is 'Mastering Powershell' written by Dr. Tobias. The book is written in a very simple language and gives a full glimpse of Powershell Programming.

 

Download
(Download link might change anytime, please search in google/bing if required)

I like the way of expression of this book. But I feel there are some portions where you feel like the book is unorganized and it looks like writer has so much to say but still so much is left over. It covers most of the portions of Powershell programming especially if you have started learning Powershell.

This book can also help you learning scripting skills. Whether you at advaced, intemediate or novice level of scripting, this book might be very useful to you. As this book is free of cost, you don't have to bother, do have a look.


Powershell-Tips Rating : 3/5

2 comments:

  1. GREAT BOOK! For someone like myself that knows just enough about Poweshell to be dangerous, this book is amazing! Highly recommend reading this if you are new to Powershell scripting and it's a great reference for "those in the know"
    You can't beat the price either!

    ReplyDelete

#112: How to handle xml document in Powershell?

 In PowerShell, you can handle XML data using various cmdlets and methods provided by the .NET Framework. Here's a basic guide on how to...