次の方法で共有


Microsoft.PowerShell.PSResourceGet Module

PSResourceGet は、モジュール、DSC リソース、ロール機能、スクリプトなどの PowerShell 成果物を検出、インストール、更新、発行するためのコマンドを含むモジュールです。

このドキュメントでは、最新バージョンの Microsoft.PowerShell.PSResourceGet v1.1.1 について説明します。 バージョン間の違いの一覧については、「PSResourceGet の新機能 を参照してください。.

Von Bedeutung

Windows PowerShell 5.1 には、PowerShellGet プレインストールされているバージョン 1.0.0.1 が付属しています。 このバージョンの PowerShellGet には限られた機能があり、PowerShell ギャラリーの更新された機能はサポートされていません。 PSResourceGet をインストールするには、最初に最新バージョンの PowerShellGet に更新する必要があります。 詳細については、「Windows PowerShell 5.1用の PowerShellGet の更新」を参照してください。

Microsoft.PowerShell.PSResourceGet コマンドレット

コマンドレット 説明
Compress-PSResource

Compresses a specified folder containing module or script resources into a .nupkg file.

Find-PSResource

Searches for packages from a repository (local or remote), based on a name or other package properties.

Get-InstalledPSResource

Returns modules and scripts installed on the machine via PowerShellGet.

Get-PSResourceRepository

Finds and returns registered repository information.

Get-PSScriptFileInfo

Returns the metadata for a script.

Import-PSGetRepository

Finds the repositories registered with PowerShellGet and registers them for PSResourceGet.

Install-PSResource

Installs resources from a registered repository.

New-PSScriptFileInfo

The cmdlet creates a new script file, including metadata about the script.

Publish-PSResource

Publishes a specified module from the local computer to PSResource repository.

Register-PSResourceRepository

Registers a repository for PowerShell resources.

Save-PSResource

Saves resources (modules and scripts) from a registered repository onto the machine.

Set-PSResourceRepository

Sets information for a registered repository.

Test-PSScriptFileInfo

Tests the comment-based metadata in a .ps1 file to ensure it's valid for publication.

Uninstall-PSResource

Uninstalls a resource that was installed using PowerShellGet.

Unregister-PSResourceRepository

Removes a registered repository from the local machine.

Update-PSModuleManifest

Updates a module manifest file.

Update-PSResource

Downloads and installs the newest version of a package already installed on the local machine.

Update-PSScriptFileInfo

This cmdlet updates the comment-based metadata in an existing script .ps1 file.