Difference between revisions of "Power Shell"

Jump to navigation Jump to search
382 bytes added ,  15:01, 14 January 2010
m
m (Added "Installed Version")
m (→‎Installed Version: Minor updates)
Line 7: Line 7:


== Installed Version ==
== Installed Version ==
To check the installed version see the registry key <code>HKLM\Software\Microsoft\PowerShell\1</code>, which will have the following values of interest...
To check the main installed version use the following command...
* <code> get-host | select version </code>.
However, if you might have installed something other than the normal RTM or GA release version you'll need to the registry key <code>HKLM\Software\Microsoft\PowerShell\1</code>, which will have the following values of interest...
{|cellpadding="1" cellspacing="0" border="1"
{|cellpadding="1" cellspacing="0" border="1"
|- style="background-color:#bbddff;"
|- style="background-color:#bbddff;"
! Value                !! Data                                !! Meaning
! Value                !! Data                                !! Meaning
|-
|-
|<code> Install </code> || <number>                             || Version number
|<code> Install </code> || <code>1</code>                       || Installed (not version number)
|-
|-
|<code> PID </code>    || <code>89383-100-0001260-04309</code> || RTM
|<code> PID </code>    || <code>89383-100-0001260-04309</code> || RTM (Release to Manufacturing)
|-
|-
|<code> PID </code>    || <code>89393-100-0001260-00301</code> || RC2
|<code> PID </code>    || <code>89393-100-0001260-00301</code> || RC2 (Release Candidate 2)
|}
|}
 
For more info on release version acronyms, see [http://en.wikipedia.org/wiki/Software_release_life_cycle Software Release Life Cycle]


== Variables ==
== Variables ==

Navigation menu