Skip to content

Latest commit

 

History

History
100 lines (70 loc) · 2.92 KB

File metadata and controls

100 lines (70 loc) · 2.92 KB
Download Help Link https://aka.ms/powershell51-help
Help Version 5.2.0.0
Locale en-US
Module Guid 1d73a601-4a6c-43c5-ba3f-619b18bbb404
Module Name PowerShellGet
ms.date 04/10/2023
schema 2.0.0
title PowerShellGet

PowerShellGet Module

Description

PowerShellGet is a module with commands for discovering, installing, updating and publishing PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts.

This documentation covers version 1.0.0.1 of the PowerShellGet module.

Important

Windows PowerShell 5.1 comes with version 1.0.0.1 of PowerShellGet preinstalled. This version of PowerShellGet has a limited features and doesn't support the updated capabilities of the PowerShell Gallery. To be supported, you must update to the latest version.

PowerShellGet Cmdlets

Finds PowerShell commands in modules.

Finds a DSC resource.

Finds modules in a repository that match specified criteria.

Finds role capabilities in modules.

Finds a script.

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

Gets an installed script.

Gets PowerShell repositories.

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

Installs a script.

Creates a script file with metadata.

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

Publishes a script.

Registers a PowerShell repository.

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

Saves a script.

Sets values for a registered repository.

Validates a comment block for a script.

Uninstalls a module.

Uninstalls a script.

Unregisters a repository.

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

Updates a module manifest file.

Updates a script.

Updates information for a script.