PowerSE Version Number
Had a chat on the website today where someone asked -
How do I tell what version of PowerSE I have installed; it doesn’t have a help -> About
It turns out, the way to tell the version of PowerSE is the same way you would tell the version of PowerShell. From the embedded host in PowerSE, type this command:
PS C:> get-host
Name : PowerSE
Version : 2.5.3.502
InstanceId : cfc064c2-0958-41e5-bdd5-f3a35f7dfb98
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture : en-US
CurrentUICulture : en-US
PrivateData : PoshConsole.PoshHostProxy
IsRunspacePushed : False
Runspace : System.Management.Automation.Runspaces.LocalRunspace
7 months ago - link

