PowerShell Plus Interactive Console
This full mode has all the elements of a standard windows application including menus, toolbars and dockable windows. In addition, a hosted PowerShell that has the Intellisense-like code completion.

PowerShell Interactive Console in Mini mode
This illustrates the console running in mini-mode for use by power users. It has no menus, toolbars or windows but still functions the same as the normal console with context help and code completion.

Advanced Code Editor Debug Mode
This illustrates the code editor in a debug state with code completion engaged for a declared COM object. Output will go into the Interactive Console in a separate window.

Advanced Code Editor Embedded Console
This illustrates the code editor with an embedded console window avoiding the need to switch between two separate windows. You can also test adhoc functions in the console window and paste them into the editor.
