To rename a tab where you are : $psise.CurrentPowerShellTab.DisplayName = 'Dev' To rename a remote tab, you need to do that from a local one (where the first tab is [0] ): $psise.PowerShellTabs[1].DisplayName = 'Remote-Server01'