PowerShell Team

Automating the world one-liner at a time…

Using abstract syntax trees (ASTs) with ISE to make scripting more productive

One thing I really like about Windows PowerShell ISE is its ability to expose its underlying script object model, to allow users to customize the scripting experience to suit their style and need. At the heart of customizing ISE is the $psISE object. The $psISE object allows you to control the various functional aspects of ISE. You can get a ...