Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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#.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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**
Expand Down Expand Up @@ -141,7 +141,7 @@ The next example shows the same specification in JSON format.
}
```

## See also
## SEE ALSO

- [Install-PSResource][04]
- [Find-PSResource][02]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand Down
Loading