July 2018
Beginner
552 pages
13h 18m
English
PowerShellGet is the key component to find, install, upgrade, and remove PowerShell scripts, modules, and DSC resources. Additionally, it provides cmdlets to add documentation data to scripts and modules and update them later. All cmdlets are vital components of a PowerShell module release pipeline.
PowerShellGet operates with the NuGet and Chocolatey repositories, and PackageManagement further extends this with additional package providers to handle MSI and MSU files:
# Listing installed software with PackageManagementGet-Package -ProviderName Programs
Read now
Unlock full access