An open API service indexing awesome lists of open source software.

https://github.com/smalls1652/pwsh-intunecontentpreptool


https://github.com/smalls1652/pwsh-intunecontentpreptool

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# pwsh-IntuneContentPrepTool

**A PowerShell script for creating `.intunewin` files using the *Microsoft-Win32-Content-Prep-Tool*.**

## Installation

**⚠ Notice:** In order to properly setup a working environment, you will need to have `Git` installed on your computer.

## Clone the repository

1. Clone this repository to your system.

```powershell
git clone https://github.com/Smalls1652/pwsh-IntuneContentPrepTool.git
```

2. Change your location to the cloned repository's directory.
3. Run the following command in the directory:

```powershell
git submodule update --init
```