PowerShellGet

이 설명서에서는 PowerShellGet 모듈의 버전 3.0.22-beta22에 대해 설명합니다. 이 모듈은 PowerShellGet v2.2.x와의 호환성을 위해 제공됩니다. 이 모듈 버전의 cmdlet은 Microsoft.PowerShell.PSResourceGet 모듈에서 동등한 cmdlet을 호출하는 프록시 cmdlet입니다.

프록시 cmdlet은 버전 2.x cmdlet을 사용하는 스크립트에 대한 호환성 계층을 제공합니다. 대부분의 경우 스크립트는 수정 없이 계속 작동합니다. 그러나 모듈 간의 동작에는 몇 가지 차이점이 있습니다. PowerShellGet cmdlet에 대한 일부 매개 변수는 Microsoft.PowerShell.PSResourceGet cmdlet에서 지원되지 않습니다. 프록시 cmdlet은 지원되지 않는 매개 변수를 자동으로 삭제하고, 일부 매개 변수를 변환하고, 다른 매개 변수를 통해 Microsoft.PowerShell.PSResourceGet 모듈의 해당 cmdlet에 전달합니다.

Microsoft.PowerShell.PSResourceGet 모듈에 대한 자세한 내용은 about_PSResourceGet 참조하세요.

중요

Windows PowerShell 5.1은 PowerShellGet 버전 1.0.0.1에 미리 설치되어 제공됩니다. 이 버전의 PowerShellGet은 기능이 제한적이며, PowerShell 갤러리 업데이트된 기능을 지원하지 않습니다. 업데이트된 기능을 지원하려면 최신 버전으로 업데이트해야 합니다.

PowerShellGet

Find-Command

Finds PowerShell commands in modules.

Find-DscResource

Finds Desired State Configuration (DSC) resources.

Find-Module

Finds modules in a repository that match specified criteria.

Find-RoleCapability

Finds role capabilities in modules.

Find-Script

Finds a script.

Get-InstalledModule

Gets a list of modules on the computer that were installed by PowerShellGet.

Get-InstalledScript

Gets an installed script.

Get-PSRepository

Gets PowerShell repositories.

Install-Module

Downloads one or more modules from a repository, and installs them on the local computer.

Install-Script

Installs a script.

New-ScriptFileInfo

Creates a script file with metadata.

Publish-Module

Publishes a specified module from the local computer to an online gallery.

Publish-Script

Publishes a script.

Register-PSRepository

Registers a PowerShell repository.

Save-Module

Saves a module and its dependencies on the local computer but doesn't install the module.

Save-Script

Saves a script.

Set-PSRepository

Sets values for a registered repository.

Test-ScriptFileInfo

Validates a comment block for a script.

Uninstall-Module

Uninstalls a module.

Uninstall-Script

Uninstalls a script.

Unregister-PSRepository

Unregisters a repository.

Update-Module

Downloads and installs the newest version of specified modules from an online gallery to the local computer.

Update-ModuleManifest

Updates a module manifest file.

Update-Script

Updates a script.

Update-ScriptFileInfo

Updates information for a script.