PowerShell FAQ
  • Initial page
  • PowerShell Frequently Asked Questions
    • getting-started
      • How do I determine the location of the current PowerShell script?
      • How do I set the PATH in PowerShell?
      • How do I determine the current version of PowerShell?
      • How do I pass parameters to PowerShell scripts?
      • How do I fix "the execution of scripts is disabled on this system" errors?
    • learning-paths
      • Are there any free PowerShell ebooks?
      • Is there any free training for PowerShell
      • books-for-programmers
      • video-resources
      • books-for-newbies
    • frequently-asked-faq-questions
      • contributing
      • What's the license for this FAQ?
    • SUMMARY
    • justification
      • Why should I learn PowerShell?
Powered by GitBook
On this page
  • What books do you recommend for programmers?
  • What books do you recommend for .NET developers?

Was this helpful?

  1. PowerShell Frequently Asked Questions
  2. learning-paths

books-for-programmers

PreviousIs there any free training for PowerShellNextvideo-resources

Last updated 4 years ago

Was this helpful?

What books do you recommend for programmers?

The most comprehensive book about PowerShell is still, without a doubt, Windows PowerShell in Action by Bruce Payette (one of the original language architects). The Third Edition is available now, with updates by Richard Siddaway. It's published by Manning, so there are a couple of free chapters on their site.

What books do you recommend for .NET developers?

If you're a .Net developer that's trying to learn PowerShell, you might also have a look at Windows PowerShell for Developers, by Douglas Finke -- it's full of scripts that you can relate to, and that will help you learn to embed PowerShell in your apps for scripting, automate task in development, and interact with .Net and native DLLs, COM, etc.

Windows PowerShell in Action, Third Edition - Manning Publications
Windows PowerShell in Action, Third Edition (via Amazon affiliate)
Windows PowerShell for Developers - O'Reilly Media
Windows PowerShell for Developers (via Amazon affiliate)