Assume I have opened a Powershell window:
How do I find out the current Powershell version?
Peter
Assume I have opened a Powershell window:
How do I find out the current Powershell version?
Peter
$psversiontable
will get you that info
you can narrow it by adding PSVersion to so $PSVersionTable.PSVersion
Get-host