Install Microsoft Visual C++ Redistributable
Summary
An Automate implementation of the Invoke-VcRedistModule agnostic script to install the Microsoft Visual C++ Redistributable. By default, the script will install the supported redistributable unless a user parameter is set.
Sample Run

Variables
| Name | Description | 
|---|---|
| ProjectName | Invoke-VCRedistModule | 
| WorkingDirectory | C:/ProgramData/_automation/script/Install-VCRedist | 
User Parameters
| Name | Example | Required | Description | 
|---|---|---|---|
| Release | 20192012, 2013, 2022 | False | Set the release id(s) of the Redistributable to install. | 
| Purge | 1 | False | Setting this parameter to 1 will remove the unsupported Redistributable and install the supported Redistributable. |