Showing posts with label PowerShell. Show all posts
Showing posts with label PowerShell. Show all posts

Tuesday, August 6, 2013

Powershell (Windows... ugg)

Powershell ISE

Powershell 2.0 was loaded on my Win7 SP1 machine so...

Windows Management Framework 3.0 (includes PS 3.0)
http://www.microsoft.com/en-us/download/details.aspx?id=34595



How to determine what version of PowerShell is installed:
PS C:\> $psversiontable

To Update help in PS, start an elevated PS session (not the ISE!) and enter:

PS> Update-Help