This repository hosts two main tools:
- Bulk Intunewin Conversion Tool: Automates the conversion of multiple files into the
.intunewin
format for Microsoft Intune deployments. - Auto System Context: Provides a simple launcher to run commands in the system context with interactive or silent modes.
- Bulk Intunewin Conversion Tool: Automates the conversion of multiple files into
.intunewin
format for Microsoft Intune deployments. - Auto System Context: Simplifies running scripts or commands in the system context without manual intervention.
- PowerShell 5.1 or later
- Administrative privileges for certain scripts
- Required dependencies (e.g., psexec.exe) must be present in the appropriate directories
- Clone the repository:
git clone https://github.com/your-username/PowerShell-Utilities.git
- Change to the repository directory:
cd C:\Users\Asif\Documents\Code\PowerShell-Utilities
- Configure settings in
Easy Intunewin\v1\config.xml
. - Place the files to be converted in the designated input folder (refer to the configuration).
- Run the conversion script:
.\Easy Intunewin\v1\intunewin3.ps1
- The converted
.intunewin
files will be created in the specified output folder.
- Execute the launcher script:
.\Easy System Context\launcher.bat
- Follow the on-screen prompts to select either Interactive or Silent mode.
Contributions are welcome! Fork the repository and submit a pull request with improvements.
This project is licensed under the MIT License. See the LICENSE
file for details.