PowerShell: Install, Print Version
Download
Microsoft Windows
PowerShell is bundled since Windows 7 (released in 2009).
Mac
download at https://github.com/PowerShell/PowerShell
Linux
download at https://github.com/PowerShell/PowerShell
Start PowerShell
In Windows, press
❖ Window+r
then type powershell
.
PowerShell ISE (Integrated Scripting Editor) is a editor designed for running PowerShell.
Type powershell_ise
to start.
Mac
On Mac, type pwsh
to start it.
Linux
On linux, type powershell
to start it.
There's no PowerShell ISE for Linux and Mac.
Exit PowerShell
type
exit
to quit.
Show PowerShell Version
Type $PSVersionTable


PowerShell Builtin Help
If you have a question, put $5 at patreon and message me.