From c419eace0abeba8b5e374104b91f93d56cd07e7f Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 24 Sep 2025 15:35:23 -0500 Subject: [PATCH] Update H2 structure for about topics (#282) --- .../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 6e75f74..eca76fc 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 8e1a1de..85fa688 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