Difference between revisions of "Power Shell"

Jump to navigation Jump to search
20 bytes added ,  21:52, 18 January 2010
m
→‎Installed Version: Added Syntax Highlight
m (→‎Get-Credential: Updated with SyntaxHighlight)
m (→‎Installed Version: Added Syntax Highlight)
Line 8: Line 8:
== Installed Version ==
== Installed Version ==
To check the main installed version use the following command...
To check the main installed version use the following command...
* <code> get-host | select version </code>.
<source lang="powershell"> get-host | select version </source>.
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...
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"

Navigation menu