Welcome to the Intune-Scripts repository! 🎉 This collection of PowerShell scripts is designed to enhance and streamline your Microsoft Intune management experience.
This repository aims to provide IT administrators and Intune enthusiasts with a set of powerful scripts to automate tasks, enhance security, and improve the overall management of devices through Microsoft Intune.
Intune-Scripts/
├── AutoPilot/
│ └── ... (AutoPilot related scripts)
├── Kiosk/
│ └── ... (Kiosk mode configuration scripts)
├── Remediation/
│ └── ... (Intune remediation scripts)
└── README.md
Here's a quick overview of the main scripts in this repository:
Get-WindowsAutoPilotInfo.ps1
: Retrieves AutoPilot information from devices.
Configure-KioskAutoLogon.ps1
: Sets up auto-logon for kiosk devices.
Detect-KioskAutoLogon.ps1
: Detects if kiosk auto-logon is properly configured.Remediate-KioskAutoLogon.ps1
: Remediates kiosk auto-logon configuration issues.
- Clone this repository:
git clone https://github.com/nhtkid/Intune-Scripts.git
- Navigate to the script you want to use.
- Review the script and adjust any parameters as needed.
- Upload the script to your Intune environment or run locally as required.
Each script in this repository is designed to be used with Microsoft Intune. Here are general steps for using these scripts:
- Review the script and understand its purpose.
- Test the script in a safe environment.
- Upload the script to Intune:
- Go to Intune > Devices > PowerShell scripts (or Windows scripts)
- Add a new script and upload the .ps1 file
- Configure the appropriate settings (run as 32/64-bit, run as user/system, etc.)
- Assign the script to the desired group of devices.
- Monitor the script's run results in Intune reporting.
Contributions are welcome! 🎊 If you have a script that could benefit others, please feel free to submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.
📬 For any questions or concerns, please open an issue in this repository.
Happy scripting! 💻✨