Microsoft.PowerShell.OneGet.CmdLets

Applies To: Windows PowerShell 5.0

This section contains the help topics for the cmdlets that are installed with the Windows PowerShell Microsoft.PowerShell.OneGet.Cmdlets module. The OneGet module contains cmdlets that let you discover and install software packages from around the web. It is a manager or multiplexor of existing package managers.

Microsoft.PowerShell.OneGet.Cmdlets

Find-Package

Finds a software package.

Get-Package

Returns a list of all software packages that have been installed by using OneGet.

Get-PackageProvider

Returns a list of package providers that are connected to OneGet.

Get-PackageSource

Returns a list of package sources that are registered for a specific package provider.

Install-Package

Installs one or more software packages.

Register-PackageSource

Adds a package source for a specified package provider.

Save-Package

Saves packages to a local computer without installing them.

Set-PackageSource

Replaces a package source for a specified package provider.

Uninstall-Package

Uninstalls one or more software packages.

Unregister-PackageSource

Removes a registered package source.