Summary: Display the Windows PowerShell ISE add-ons that are available.
How can I programmatically display the Windows PowerShell ISE add-ons that are available and show their status?
Use the Windows PowerShell ISE object model to display the VerticalAddonTools collection from the PowerShellTabs collection:
$psISE.PowerShellTabs.VerticalAddOnTools
0 comments