- Notifications
You must be signed in to change notification settings - Fork20
Lifecycle management for the Microsoft Visual C++ Redistributables
License
aaronparker/vcredist
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
VcRedist is a PowerShell module for lifecycle management of theMicrosoft Visual C++ Redistributables. VcRedist downloads the supported (and unsupported) Redistributables, for local install, gold image deployment or importing as applications into the Microsoft Deployment Toolkit, Microsoft Configuration Manager or Microsoft Intune. Supports passive and silent installs and uninstalls of the Visual C++ Redistributables.
The Microsoft Visual C++ Redistributables are a core component of any Windows desktop deployment. Because multiple versions are often deployed they need to be imported into your deployment solution or installed locally, which can be time consuming. The aim of this module is to provide a definitive list of available Redistributables and functions for managing deployment of those Redistributables across various mechanisms.
Full documentation for the module is located athttps://vcredist.com/
The VcRedist module is published to the PowerShell Gallery and can be found here:VcRedist. Install the module from the gallery with:
Install-Module-Name"VcRedist"-Force
About
Lifecycle management for the Microsoft Visual C++ Redistributables