You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The PowerShellGet module provides commands to interact with the PowerShell Gallery, the central repository for PowerShell modules, scripts, and DSC resources.
3
-
ms.date: 11/16/2022
3
+
ms.date: 01/26/2026
4
4
ms.topic: overview
5
5
title: PowerShellGet and the PowerShell Gallery
6
6
---
@@ -11,20 +11,19 @@ PowerShell scripts, modules containing PowerShell cmdlets and Desired State Conf
11
11
resources. Some of these packages are authored by Microsoft, and others are authored by the
12
12
PowerShell community.
13
13
14
-
The [PowerShellGet][07] module contains cmdlets for discovering, installing, updating, and
14
+
The [PowerShellGet][02] module contains cmdlets for discovering, installing, updating, and
15
15
publishing PowerShell packages from the PowerShell Gallery. These packages can contain artifacts
16
16
such as Modules, DSC Resources, Role Capabilities, and Scripts. Make sure you have the latest
17
17
version of **PowerShellGet** and **PackageManagement** installed.
18
18
19
-
The [Microsoft.PowerShell.PSResourceGet][08] module replaces the **PowerShellGet** and
19
+
The [Microsoft.PowerShell.PSResourceGet][01] module replaces the **PowerShellGet** and
20
20
**PackageManagement** modules. **Microsoft.PowerShell.PSResourceGet** version 1.0.1 ships in
21
21
PowerShell 7.4.0. The latest version is available in the PowerShell Gallery and can be installed on
22
22
any supported version of PowerShell.
23
23
24
24
For more information see:
25
25
26
-
-[Install PowerShellGet][01]
27
-
-[Update PowerShellGet for Windows PowerShell][02]
26
+
-[Install a package manager for PowerShell][07]
28
27
29
28
## Getting Started with the PowerShell Gallery
30
29
@@ -38,12 +37,10 @@ Provide feedback and report issues in the [GitHub repository][04]. To see the cu
38
37
PowerShell Gallery services, see the [PowerShell Gallery Status][05] page on GitHub.
0 commit comments