Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.29 KB

WinGet Configuration

This directory contains WinGet Configuration files used to set up software packages on a Windows machine.

Required DSC Modules

Install the following DSC modules before running the WinGet Configuration files:

To install the modules:

Install-Module -Name Microsoft.Windows.Developer -AllowPrerelease
Install-Module -Name Microsoft.WinGet.DSC -AllowPrerelease
Install-Module -Name xPSDesiredStateConfiguration -AllowPrerelease

How to Use

To use, execute the following command:

winget configure --file .\configurations\setupCommon.dsc.yaml
winget configure --file .\configurations\setupDevTools.dsc.yaml
winget configure --file .\configurations\setupOfficeTools.dsc.yaml

References