powershell, pwsh: update page (#11497)

This commit is contained in:
Sebastiaan Speck
2023-11-14 16:37:36 +01:00
committed by GitHub
parent 8f1ca06f30
commit aef7830806
3 changed files with 43 additions and 32 deletions

View File

@@ -1,7 +1,8 @@
# pwsh
> Command-line shell and scripting language designed especially for system administration.
> This command refers to PowerShell version 6 and above (also known as PowerShell Core and cross-platform PowerShell). To use the original Windows version (5.1 and below, also known as the legacy Windows PowerShell), use `powershell` instead of `pwsh`.
> This command refers to PowerShell version 6 and above (also known as PowerShell Core and cross-platform PowerShell).
> To use the original Windows version (5.1 and below, also known as the legacy Windows PowerShell), use `powershell` instead of `pwsh`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pwsh>.
- Start an interactive shell session: