< Back

New-PSISETab

Mon Jan 13, 2020 6:14 am

NAME New-PSISETab



SYNOPSIS

Start a new powershell tab.





SYNTAX

New-PSISETab [[-Name] <String[]>] [-NoSwitch <SwitchParameter>] [<CommonParameters>]





DESCRIPTION

Start a new powershell tab within ISE.





PARAMETERS

-Name <String[]>

The name of the new tab.



Required? false

Position? 0

Default value

Accept pipeline input? false

Accept wildcard characters? false



-NoSwitch [<SwitchParameter>]

Do not switch to the new PowerShell tab.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









NOTES









-------------------------- Example 1 --------------------------



New-PSISETab -Name MyTab



This command will open a new powershell tab named MyTab.









RELATED LINKS