From fdd0d1058f5e5c7f039cb4d9fac333047f21fd16 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 2 Sep 2024 08:36:06 -0500 Subject: [PATCH] Minor updates from three issues (#11375) --- reference/7.2/Microsoft.PowerShell.Core/About/about_Pwsh.md | 4 ++-- .../Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md | 5 ++++- reference/7.4/Microsoft.PowerShell.Core/About/about_Pwsh.md | 4 ++-- .../Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md | 5 ++++- reference/7.5/Microsoft.PowerShell.Core/About/about_Pwsh.md | 4 ++-- .../Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md | 5 ++++- .../install/Installing-PowerShell-on-Windows.md | 6 +++--- 7 files changed, 21 insertions(+), 12 deletions(-) diff --git a/reference/7.2/Microsoft.PowerShell.Core/About/about_Pwsh.md b/reference/7.2/Microsoft.PowerShell.Core/About/about_Pwsh.md index 9738581af8c..3751b7237ef 100644 --- a/reference/7.2/Microsoft.PowerShell.Core/About/about_Pwsh.md +++ b/reference/7.2/Microsoft.PowerShell.Core/About/about_Pwsh.md @@ -1,7 +1,7 @@ --- description: Explains how to use the `pwsh` command-line interface. Displays the command-line parameters and describes the syntax. Locale: en-US -ms.date: 07/23/2024 +ms.date: 09/02/2024 no-loc: [-File, -f, -Command, -c, -ConfigurationName, -config, -CustomPipeName, -EncodedCommand, -e, -ec, -ExecutionPolicy, -ex, -ep, -InputFormat, -inp, -if, -Interactive, -i, -Login, -l, -MTA, -NoExit, -noe, -NoLogo, -nol, -NonInteractive, -noni, -NoProfile, -nop, -OutputFormat, -o, -of, -SettingsFile, -settings, -SSHServerMode, -sshs, -STA, -Version, -v, -WindowStyle, -w, -WorkingDirectory, -wd, -Help] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pwsh?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -355,7 +355,7 @@ non-Windows platforms results in an error. ### -Version | -v -Displays the version of PowerShell. Additional parameters are ignored. +Displays the version of this PowerShell exectuable. Additional parameters are ignored. ### -WindowStyle | -w diff --git a/reference/7.2/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md b/reference/7.2/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md index 49cb997632f..b3b9a68ea5c 100644 --- a/reference/7.2/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md +++ b/reference/7.2/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md @@ -4,7 +4,7 @@ Help Version: 7.2.0.0 Locale: en-US Module Guid: 00000000-0000-0000-0000-000000000000 Module Name: Microsoft.PowerShell.Core -ms.date: 12/04/2023 +ms.date: 09/02/2024 schema: 2.0.0 title: Microsoft.PowerShell.Core --- @@ -103,6 +103,9 @@ Gets the capabilities of a specific user on a constrained session configuration. ### [Get-PSSessionConfiguration](Get-PSSessionConfiguration.md) Gets the registered session configurations on the computer. +### [Get-PSSubsystem](Get-PSSubsystem.md) +Retrieves information about the subsystems registered in PowerShell. (Experimental Feature) + ### [Import-Module](Import-Module.md) Adds modules to the current session. diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Pwsh.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Pwsh.md index ff8e3ce8506..275aefafafd 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Pwsh.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Pwsh.md @@ -1,7 +1,7 @@ --- description: Explains how to use the `pwsh` command-line interface. Displays the command-line parameters and describes the syntax. Locale: en-US -ms.date: 07/23/2024 +ms.date: 09/02/2024 no-loc: [-File, -f, -Command, -c, -CommandWithArgs, -cwa, -ConfigurationName, -config, -CustomPipeName, -EncodedCommand, -e, -ec, -ExecutionPolicy, -ex, -ep, -InputFormat, -inp, -if, -Interactive, -i, -Login, -l, -MTA, -NoExit, -noe, -NoLogo, -nol, -NonInteractive, -noni, -NoProfile, -nop, -OutputFormat, -o, -of, -SettingsFile, -settings, -SSHServerMode, -sshs, -STA, -Version, -v, -WindowStyle, -w, -WorkingDirectory, -wd, -Help] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pwsh?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -406,7 +406,7 @@ non-Windows platforms results in an error. ### -Version | -v -Displays the version of PowerShell. Additional parameters are ignored. +Displays the version of this PowerShell exectuable. Additional parameters are ignored. ### -WindowStyle | -w diff --git a/reference/7.4/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md b/reference/7.4/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md index 8478a277a44..f4006818912 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md +++ b/reference/7.4/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md @@ -4,7 +4,7 @@ Help Version: 7.4.0.0 Locale: en-US Module Guid: 00000000-0000-0000-0000-000000000000 Module Name: Microsoft.PowerShell.Core -ms.date: 12/04/2023 +ms.date: 09/02/2024 schema: 2.0.0 title: Microsoft.PowerShell.Core --- @@ -103,6 +103,9 @@ Gets the capabilities of a specific user on a constrained session configuration. ### [Get-PSSessionConfiguration](Get-PSSessionConfiguration.md) Gets the registered session configurations on the computer. +### [Get-PSSubsystem](Get-PSSubsystem.md) +Retrieves information about the subsystems registered in PowerShell. (Experimental Feature) + ### [Import-Module](Import-Module.md) Adds modules to the current session. diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Pwsh.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Pwsh.md index 5ce4b8357d0..c99637ab037 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Pwsh.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Pwsh.md @@ -1,7 +1,7 @@ --- description: Explains how to use the `pwsh` command-line interface. Displays the command-line parameters and describes the syntax. Locale: en-US -ms.date: 07/23/2024 +ms.date: 09/02/2024 no-loc: [-File, -f, -Command, -c, -CommandWithArgs, -cwa, -ConfigurationName, -config, -CustomPipeName, -EncodedCommand, -e, -ec, -ExecutionPolicy, -ex, -ep, -InputFormat, -inp, -if, -Interactive, -i, -Login, -l, -MTA, -NoExit, -noe, -NoLogo, -nol, -NonInteractive, -noni, -NoProfile, -nop, -OutputFormat, -o, -of, -SettingsFile, -settings, -SSHServerMode, -sshs, -STA, -Version, -v, -WindowStyle, -w, -WorkingDirectory, -wd, -Help] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pwsh?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -406,7 +406,7 @@ non-Windows platforms results in an error. ### -Version | -v -Displays the version of PowerShell. Additional parameters are ignored. +Displays the version of this PowerShell exectuable. Additional parameters are ignored. ### -WindowStyle | -w diff --git a/reference/7.5/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md b/reference/7.5/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md index caa31a963ed..58833a5a5d5 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md +++ b/reference/7.5/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md @@ -4,7 +4,7 @@ Help Version: 7.5.0.0 Locale: en-US Module Guid: 00000000-0000-0000-0000-000000000000 Module Name: Microsoft.PowerShell.Core -ms.date: 12/04/2023 +ms.date: 09/02/2024 schema: 2.0.0 title: Microsoft.PowerShell.Core --- @@ -103,6 +103,9 @@ Gets the capabilities of a specific user on a constrained session configuration. ### [Get-PSSessionConfiguration](Get-PSSessionConfiguration.md) Gets the registered session configurations on the computer. +### [Get-PSSubsystem](Get-PSSubsystem.md) +Retrieves information about the subsystems registered in PowerShell. (Experimental Feature) + ### [Import-Module](Import-Module.md) Adds modules to the current session. diff --git a/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md b/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md index 196d91d77c0..c990a387f59 100644 --- a/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md +++ b/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on Windows -ms.date: 08/20/2024 +ms.date: 09/02/2024 title: Installing PowerShell on Windows --- # Installing PowerShell on Windows @@ -62,8 +62,8 @@ PowerShell Preview Microsoft.PowerShell.Preview 7.5.0.3 winget Install PowerShell or PowerShell Preview using the `id` parameter ```powershell -winget install --id Microsoft.Powershell --source winget -winget install --id Microsoft.Powershell.Preview --source winget +winget install --id Microsoft.PowerShell --source winget +winget install --id Microsoft.PowerShell.Preview --source winget ``` > [!NOTE]