From 1ec1a7c7b6e9692253c39baa0ce99d54640ed269 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Sun, 28 Sep 2025 12:38:40 -0500 Subject: [PATCH] Merge pull request #284 from sdwheeler/sdw-w492692-change-case Change H2 case in about articles --- .../About/about_PSResourceGet.md | 12 ++++++------ .../About/about_PSResourceGet_Group_Policy.md | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet.md index eca76fc..6e75f74 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet.md @@ -9,12 +9,12 @@ title: about PSResourceGet --- # about_PSResourceGet -## SHORT DESCRIPTION +## Short description Describes how to use version 1.1.1 of the **Microsoft.PowerShell.PSResourceGet** module. -## LONG DESCRIPTION +## Long description **Microsoft.PowerShell.PSResourceGet** is an updated version of the **PowerShellGet** module completely written in C#. @@ -29,7 +29,7 @@ This version of PowerShellGet focuses on a few key areas: separate compatibility module - Improve search and installation performance -## DESIGN CHANGES +## Design changes Previous versions of **PowerShellGet** had separate commands to work with modules and scripts. In **Microsoft.PowerShell.PSResourceGet**, all packages in @@ -69,7 +69,7 @@ v3 and their v2 equivalents. | `Update-PSResource` | `Update-Script` | | `Update-PSScriptFileInfo` | `Update-ScriptFileInfo` | -## SEARCHING BY NUGET VERSION RANGES +## Searching by NuGet version ranges Several **Microsoft.PowerShell.PSResourceGet** cmdlets provide a **Version** parameter that allows you to specify a range of versions to search for. The @@ -82,7 +82,7 @@ versions 1.0.0.0 and higher (minimum inclusive range). Instead, the value is considered to be the required version. To search for a minimum inclusive range, use `[1.0.0.0, ]` as the version range. -## SEARCHING BY REQUIRED RESOURCES +## Searching by required resources The [`Install-PSResource`][04] cmdlet has **RequiredResource** and **RequiredResourceFile** parameters that are used to find **PSResource** @@ -141,7 +141,7 @@ The next example shows the same specification in JSON format. } ``` -## SEE ALSO +## See also - [Install-PSResource][04] - [Find-PSResource][02] diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet_Group_Policy.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet_Group_Policy.md index 85fa688..51308fa 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet_Group_Policy.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet_Group_Policy.md @@ -9,11 +9,11 @@ title: about_PSResourceGet_Group_Policy --- # about_PSResourceGet_Group_Policy -## SHORT DESCRIPTION +## Short description Describes the Group Policy settings for the PSResourceGet module. -## LONG DESCRIPTION +## Long description **Microsoft.PowerShell.PSResourceGet** includes a Group Policy to specify a list of repositories that can be accessed by the module. All other repositories @@ -60,7 +60,7 @@ Mode LastWriteTime Length Name After installing the templates, you can edit these settings in the Group Policy Editor (`gpedit.msc`). -## CONFIGURE A LIST OF ALLOWED REPOSITORIES +## Configure a list of allowed repositories There is only one setting for the **PSResourceGet Repository Policies** Group Policy. @@ -86,7 +86,7 @@ You may add as may repositories as you like, each on their own line. > repositories are allowed, effectively disabling > **Microsoft.PowerShell.PSResourceGet** module. -## DETERMINE THE AFFECT OF GROUP POLICY +## Determine the affect of group policy Once you have applied the Group Policy setting, the PSResourceGet commands that communicate with repositories check the policy before attempting to access the