Skip to content

Instantly share code, notes, and snippets.

@wiccy46
Created July 13, 2019 08:49
Show Gist options
  • Save wiccy46/d31092d8ffc691eeafdc6cf5d6f55768 to your computer and use it in GitHub Desktop.
Save wiccy46/d31092d8ffc691eeafdc6cf5d6f55768 to your computer and use it in GitHub Desktop.
[Powershell]Useful Powershell Tips #Powershell

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment