If I have multiple Powershell Prompts to different machines, it can get confusing. While, the command prompts all show the machine I am at, I was trying to find a solution that changed the titlebar to the machine I'm hooked up.
Or I am open to any other suggestions.
you can set the shell window title with
$Host.UI.RawUI.WindowTitle = "Eat at Joe's"