11---
22description : This article explains the purpose and history of PowerShellGet
3- ms.date : 11/10 /2023
3+ ms.date : 12/04 /2023
44title : The PowerShellGet module
55---
66# The PowerShellGet module
@@ -12,42 +12,38 @@ Modules, DSC Resources, and Scripts.
1212Supported versions:
1313
1414- Current release
15- - ** PowerShellGet** 2.2.5 with ** PackageManagement** 1.4.8.1
1615 - ** Microsoft.PowerShell.PSResourceGet** 1.0.1
16+ - ** PowerShellGet** 2.2.5 with ** PackageManagement** 1.4.8.1
1717- Preview release
1818 - ** PowerShellGet** 3.0.23-beta23
1919
2020> [ !IMPORTANT]
2121> The ** PowerShellGet** module is being replaced by ** Microsoft.PowerShell.PSResourceGet** .
22- > ** PowerShellGet** 3.0.22-beta22 is a compatibility module that contains proxy cmdlets that call
22+ > ** PowerShellGet** 3.0.22-beta23 is a compatibility module that contains proxy cmdlets that call
2323> the new cmdlets in ** Microsoft.PowerShell.PSResourceGet** . The proxy cmdlets allow you to continue
2424> to use the old cmdlet names in your scripts while you transition to the new cmdlets.
2525
2626## Version history
2727
2828For best results, use the latest version of the ** Microsoft.PowerShell.PSResourceGet** module.
2929
30- - ** Windows PowerShell 5.1** comes with version 1.0.0.1 of ** PowerShellGet** and
31- ** PackageManagement** preinstalled.
30+ - ** PowerShell 7.4.0** ships with ** Microsoft.PowerShell.PSResourceGet** 1.0.1.
3231
33- > [ !IMPORTANT]
34- > The 1.0.0.1 version of PowerShellGet has limited features and must be updated to work properly
35- > with the PowerShell Gallery. To be supported, you must update to the latest version. For upgrade
36- > instructions, see [ Installing PowerShellGet on Windows] [ 03 ] .
32+ > [ !NOTE]
33+ > ** Microsoft.PowerShell.PSResourceGet** is a standalone module and no longer depends on the
34+ > ** PackageManagement** module.
3735
38- - ** PowerShell 7.4 GA** will ship with ** Microsoft.PowerShell.PSResourceGet** 1.0.0.
39- - ** PowerShell 7.4.0-preview.6** shipped with ** Microsoft.PowerShell.PSResourceGet** 0.9.0-rc1.
40- - ** PowerShell 7.4.0-preview.4** shipped with ** Microsoft.PowerShell.PSResourceGet** 0.5.24-beta24.
41- - ** PowerShell 7.4.0-preview.2** shipped with ** PowerShellGet** 2.2.5 and ** PackageManagement**
42- 1.4.8.1.
4336- ** PowerShell 7.0.4** , ** PowerShell 7.1.1** , and higher shipped with ** PowerShellGet** 2.2.5 and
4437 ** PackageManagement** 1.4.7.
4538- ** PowerShell 7.0.0** shipped with ** PowerShellGet** 2.2.3 and ** PackageManagement** 1.4.6.
4639- ** PowerShell 6.0.0** shipped with ** PowerShellGet** 1.6.0 and ** PackageManagement** 1.1.7.
40+ - ** Windows PowerShell 5.1** comes with version 1.0.0.1 of ** PowerShellGet** and
41+ ** PackageManagement** preinstalled.
4742
48- > [ !NOTE]
49- > ** Microsoft.PowerShell.PSResourceGet** is a standalone module and no longer depends on the
50- > ** PackageManagement** module.
43+ > [ !IMPORTANT]
44+ > The 1.0.0.1 version of PowerShellGet has limited features and must be updated to work properly
45+ > with the PowerShell Gallery. To be supported, you must update to the latest version. For upgrade
46+ > instructions, see [ Update PowerShellGet for Windows PowerShell 5.1] [ 03 ] .
5147
5248## See also
5349
0 commit comments