February 7th, 2016

PowerTip: Display Windows PowerShell ISE add-ons

Doctor Scripto
Scripter

Summary: Display the Windows PowerShell ISE add-ons that are available.

Hey, Scripting Guy! Question How can I programmatically display the Windows PowerShell ISE add-ons that are available and show their status?

Hey, Scripting Guy! Answer Use the Windows PowerShell ISE object model to display the VerticalAddonTools collection from the PowerShellTabs collection:

$psISE.PowerShellTabs.VerticalAddOnTools

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.