Looking for quick and complete PowerShell tutorial

I'm looking for a PowerShell tutorial that would:

  • Take about half a day to complete
  • Would teach me about every important feature, most importantly:
  • the basics (what is cmdlet, what is function, what is alias etc.)
  • about the "tokens" (what is $_ , $() , &"" etc.)
  • scripting syntax (ifs, loops, etc.)
  • common tasks like sorting, searching, filtering etc.
  • So far I have found:

  • PowerShell Owner's Manual - reads well but does not really cover all the important things (for example, language tokens)
  • Getting Started in TechNet library - I don't find the text well-structured and often feel lost there.
  • Getting Started at MS Script Center - maybe there's some hidden gem there but it seems like they want me to watch 5hrs of video which is not what I'm looking for (I want to read about features and experiment with them along the way).
  • Any suggestions on how to quickly and relatively "completely" learn the basics of PowerShell?


    PowerShell MVP Keith Hill的电子书Effective PowerShell仍然是我所知道的最好的免费介绍。


    Check out Don Jones' YouTube channel; it is a great resource. It contains many free video demos from his popular Learn Windows PowerShell in a Month of Lunches book.


    It is not exactly what you are looking for, but check also a piece about pitfalls & gotchas in PowerShell I wrote some time ago for Technet Flash CZ (translated from Czech to English via Google Translate), Series: Windows PowerShell - traps, gotchas and unwanted surprise (Section 10).

    This will save you some time :)

    链接地址: http://www.djcxy.com/p/29030.html

    上一篇: 为什么我的powershell脚本不能运行?

    下一篇: 寻找快速和完整的PowerShell教程