PowerShell: Difference between revisions

From Dave-Wiki
Jump to navigation Jump to search
(Created page with "=Updating= # <code>winget search Microsoft.PowerShell</code> # <code>winget install --id Microsoft.PowerShell --source winget</code>")
 
No edit summary
Line 1: Line 1:
=Updating=
=General=
 
==Updating==


# <code>winget search Microsoft.PowerShell</code>
# <code>winget search Microsoft.PowerShell</code>
# <code>winget install --id Microsoft.PowerShell --source winget</code>
# <code>winget install --id Microsoft.PowerShell --source winget</code>
==Check Version==
<code>$PSVersionTable.PSVersion</code>

Revision as of 14:58, 19 November 2023

General

Updating

  1. winget search Microsoft.PowerShell
  2. winget install --id Microsoft.PowerShell --source winget

Check Version

$PSVersionTable.PSVersion