https://github.com/smalls1652/pwsh-intunecontentpreptool
https://github.com/smalls1652/pwsh-intunecontentpreptool
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smalls1652/pwsh-intunecontentpreptool
- Owner: Smalls1652
- Created: 2020-08-21T23:14:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T18:32:49.000Z (about 4 years ago)
- Last Synced: 2025-04-04T13:12:49.997Z (2 months ago)
- Language: PowerShell
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```