Updates on the CPolydorou.PSISE PowerShell Module

A new function has been added to the CPolydorou.PSISE Powershell module named "Remove-PSISETab.

This function allows us to remove a Powershell ISE powershell tab using it's name or number, or just the current tab.

NAME
    Remove-PSISETab
   
SYNOPSIS
    Remove a powershell tab.
   
SYNTAX
    Remove-PSISETab [-Name] <String> [-Force] [<CommonParameters>]
   
    Remove-PSISETab [-Number] <Int32> [-Force] [<CommonParameters>]
   
    Remove-PSISETab [-Current] [-Force] [<CommonParameters>]
   
DESCRIPTION
    Remove a new powershell tab awithin ISE.
   
PARAMETERS
    -Name <String>
        The name of the tab.
       
    -Number <Int32>
               
    -Current [<SwitchParameter>]
               
    -Force [<SwitchParameter>]
       
    -------------------------- EXAMPLE 1 --------------------------
   
    PS C:\>Remove-PSISETab -Name MyTab
   
    This command will remove the MyTab tab.
   
   
    -------------------------- EXAMPLE 2 --------------------------
   
    PS C:\>Remove-PSISETab -Current
   
    This command will remove the current tab.       

You can install the newest version of the module using:

Install-Module -Name CPolydorou.PSISE 

Popular posts from this blog

Domain Controller Machine Password Reset

Configuring a Certificate on Exchange Receive Connector

Running Multiple NGINX Ingress Controllers in AKS