PowerShellGet

Den här dokumentationen beskriver version 3.0.22-beta22 av PowerShellGet-modulen . Den här modulen tillhandahålls för kompatibilitet med PowerShellGet v2.2.x. Cmdletarna i den här versionen av modulen är proxy-cmdletar som anropar motsvarande cmdletar i modulen Microsoft.PowerShell.PSResourceGet .

Proxy-cmdletarna tillhandahåller ett kompatibilitetslager för skript som använder cmdletarna version 2.x. I de flesta fall fortsätter skripten att fungera utan ändringar. Det finns dock vissa skillnader i beteendet mellan modulerna. Vissa parametrar för PowerShellGet-cmdletar stöds inte av cmdletarna Microsoft.PowerShell.PSResourceGet . Proxy-cmdletarna tar tyst bort parametrar som inte stöds, transformerar vissa parametrar och skickar andra parametrar till motsvarande cmdletar i modulen Microsoft.PowerShell.PSResourceGet .

Mer information om modulen Microsoft.PowerShell.PSResourceGet finns i about_PSResourceGet.

Viktigt

Windows PowerShell 5.1 levereras med version 1.0.0.1 av PowerShellGet förinstallerad. Den här versionen av PowerShellGet har en begränsad funktion och stöder inte de uppdaterade funktionerna i PowerShell-galleriet. Om du vill ha stöd måste du uppdatera till den senaste versionen.

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.