Difference between revisions of "Power Shell"

Jump to navigation Jump to search
574 bytes added ,  08:50, 14 January 2010
m
Added "Installed Version"
m (Minor edit)
m (Added "Installed Version")
Line 5: Line 5:
* http://powershell.com/cs/ - Good all-round help
* http://powershell.com/cs/ - Good all-round help
* http://technet.microsoft.com/en-us/library/bb978526.aspx - TechNet!
* http://technet.microsoft.com/en-us/library/bb978526.aspx - TechNet!
== 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...
{|cellpadding="1" cellspacing="0" border="1"
|- style="background-color:#bbddff;"
! Value                !! Data                                !! Meaning
|-
|<code> Install </code> || <number>                            || Version number
|-
|<code> PID </code>    || <code>89383-100-0001260-04309</code> || RTM
|-
|<code> PID </code>    || <code>89393-100-0001260-00301</code> || RC2
|}


== Variables ==
== Variables ==

Navigation menu