Skip to content

Commit ddef638

Browse files
Merge pull request #283 from MicrosoftDocs/main
Auto Publish – main to live - 2025-09-24 22:06 UTC
2 parents c258aa3 + c419eac commit ddef638

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ title: about PSResourceGet
99
---
1010
# about_PSResourceGet
1111

12-
## Short description
12+
## SHORT DESCRIPTION
1313

1414
Describes how to use version 1.1.1 of the
1515
**Microsoft.PowerShell.PSResourceGet** module.
1616

17-
## Long description
17+
## LONG DESCRIPTION
1818

1919
**Microsoft.PowerShell.PSResourceGet** is an updated version of the
2020
**PowerShellGet** module completely written in C#.
@@ -29,7 +29,7 @@ This version of PowerShellGet focuses on a few key areas:
2929
separate compatibility module
3030
- Improve search and installation performance
3131

32-
## Design changes
32+
## DESIGN CHANGES
3333

3434
Previous versions of **PowerShellGet** had separate commands to work with
3535
modules and scripts. In **Microsoft.PowerShell.PSResourceGet**, all packages in
@@ -69,7 +69,7 @@ v3 and their v2 equivalents.
6969
| `Update-PSResource` | `Update-Script` |
7070
| `Update-PSScriptFileInfo` | `Update-ScriptFileInfo` |
7171

72-
## Searching by NuGet version ranges
72+
## SEARCHING BY NUGET VERSION RANGES
7373

7474
Several **Microsoft.PowerShell.PSResourceGet** cmdlets provide a **Version**
7575
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
8282
considered to be the required version. To search for a minimum inclusive range,
8383
use `[1.0.0.0, ]` as the version range.
8484

85-
## Searching by required resources
85+
## SEARCHING BY REQUIRED RESOURCES
8686

8787
The [`Install-PSResource`][04] cmdlet has **RequiredResource** and
8888
**RequiredResourceFile** parameters that are used to find **PSResource**
@@ -141,7 +141,7 @@ The next example shows the same specification in JSON format.
141141
}
142142
```
143143

144-
## See also
144+
## SEE ALSO
145145

146146
- [Install-PSResource][04]
147147
- [Find-PSResource][02]

powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet_Group_Policy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ title: about_PSResourceGet_Group_Policy
99
---
1010
# about_PSResourceGet_Group_Policy
1111

12-
## Short description
12+
## SHORT DESCRIPTION
1313

1414
Describes the Group Policy settings for the PSResourceGet module.
1515

16-
## Long description
16+
## LONG DESCRIPTION
1717

1818
**Microsoft.PowerShell.PSResourceGet** includes a Group Policy to specify a
1919
list of repositories that can be accessed by the module. All other repositories
@@ -60,7 +60,7 @@ Mode LastWriteTime Length Name
6060
After installing the templates, you can edit these settings in the Group Policy
6161
Editor (`gpedit.msc`).
6262

63-
## Configure a list of allowed repositories
63+
## CONFIGURE A LIST OF ALLOWED REPOSITORIES
6464

6565
There is only one setting for the **PSResourceGet Repository Policies** Group
6666
Policy.
@@ -86,7 +86,7 @@ You may add as may repositories as you like, each on their own line.
8686
> repositories are allowed, effectively disabling
8787
> **Microsoft.PowerShell.PSResourceGet** module.
8888
89-
## Determine the affect of Group Policy
89+
## DETERMINE THE AFFECT OF GROUP POLICY
9090

9191
Once you have applied the Group Policy setting, the PSResourceGet commands that
9292
communicate with repositories check the policy before attempting to access the

0 commit comments

Comments
 (0)