powershell脚本
I was writing a PowerShell Script for the 2008 Window Scripting Games (are you in the games?) and I found writing a long complex script using only a text edit to be really tiring.
我在为2008窗口脚本游戏编写PowerShell脚本(您在游戏中吗?),我发现仅使用文本编辑来编写冗长的复杂脚本确实很累。
I blogged about a PowerShell IDE two years ago, but for whatever reason it didn't stick. I didn't start using it regularly and fell back to the command-line and notepad.
两年前,我写了一篇关于PowerShell IDE的博客,但无论出于什么原因,它都没有坚持。 我没有开始定期使用它,而是退回到命令行和记事本。
However, while I was writing scripts for the Games I got fed up with just the command-line. I went back to http://www.powershell.com and starting coding in the PowerShellPlus Editor. You can get it free. Schweet.
但是,当我为游戏编写脚本时,我只是受够了命令行。 我回到http://www.powershell.com并在PowerShellPlus编辑器中开始编码。 您可以免费获得它。 施韦特。
This IDE has come so far and it's a joy to use. It's got a debugger and intellisense and syntax highlighting. It's like SQL Analyzer, but for PowerShell. It's a great way to not only learn PowerShell but it's very powerful for advanced users. Seriously, go get it.
到目前为止,该IDE已经到来,使用起来很愉快。 它具有调试器,智能感知和语法突出显示功能。 它类似于SQL Analyzer,但适用于PowerShell。 这不仅是学习PowerShell的好方法,而且对高级用户也非常有用。 认真地去吧。
UPDATE with $50 off COUPON: From the comments: "So we have a special deal for loyal hanselman fans..For the next 2 weeks we will give $50 off our price of $129, giving you our PowerShell Suite for only $79. However we've only set up the coupon code with google checkout, so you'll have to checkout through there. So basically add the item to your cart, and check out with Google checkout and use the coupon code: hanselman and you'll be on your way."
更新时可享受$ 50优惠券:从评论中: “因此,我们为忠实的Hanselman粉丝提供特别优惠。在接下来的2周内,我们将以129美元的价格提供50美元的优惠,而我们的PowerShell套件仅售79美元。但是,我们只能使用Google Checkout设置优惠券代码,因此您必须在那里结帐。因此,基本上将商品添加到购物车中,然后使用Google Checkout进行结帐,并使用优惠券代码: hanselman ,您将可以使用办法。”
Related Posts
相关文章
The PowerShell Category of this blog (note there's many pages)
Paper - Managing Large Scale System Deployment and Configuration with Windows PowerShell
Video: Coding4Fun: Microbric Viper Robot with an Iguanaworks IR Serial Port and PowerShell
Hanselminutes Podcast 49 - Interview with PowerShell Language Designer Bruce Payette
翻译自: https://www.hanselman.com/blog/using-an-ide-to-write-powershell-scripts
powershell脚本