- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Thomas Lee
- 51字
- 2021-07-02 18:15:42
PowerShellGet module
PowerShellGet, formerly known as OneGet, is a module that provides you with a simple way to discover, install, and update PowerShell modules and scripts. It has dependencies on the PackageManagement module, which relies on NuGet. It is an open source project, located at https://github.com/powershell/powershellget.
Refer to Explore PowerShellGet recipe.