How Can We Help?
Powershell – How to check the running Powershell version and other details
The default display includes the Windows PowerShell version number and the current region and language settings that the host is using, but the host object contains a wealth of information, including detailed information about the version of Windows PowerShell that is currently running and the current culture and UI culture of Windows PowerShell.
The command to be entered is:
Get-Host
The output looks like this:
Name : Windows PowerShell ISE Host
Version : 5.1.17763.3770
InstanceId : a777bd90-8c35-4f10-954e-ca7971f971e2
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture : en-GB
CurrentUICulture : en-GB
PrivateData : Microsoft.PowerShell.Host.ISE.ISEOptions
DebuggerEnabled : True
IsRunspacePushed : False
Runspace : System.Management.Automation.Runspaces.LocalRunspace