Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tugich/WinAutopilotImport
This tool provides a simple GUI for registering your Windows device with Windows Autopilot.
https://github.com/tugich/WinAutopilotImport
autopilot device import intune microsoft tool
Last synced: about 1 month ago
JSON representation
This tool provides a simple GUI for registering your Windows device with Windows Autopilot.
- Host: GitHub
- URL: https://github.com/tugich/WinAutopilotImport
- Owner: tugich
- License: gpl-3.0
- Created: 2024-08-12T01:42:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T02:53:18.000Z (5 months ago)
- Last Synced: 2024-08-13T02:57:05.528Z (5 months ago)
- Topics: autopilot, device, import, intune, microsoft, tool
- Language: PureBasic
- Homepage: https://blog.tugi.ch/scripts-and-tools/winautopilotimport
- Size: 337 KB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Win Autopilot Import Tool (WinAutopilotImport)
Have you ever tried to explain the Windows Autopilot device import process to any customer?
With this application, you can provide your customers with an simple GUI to import their devices into Microsoft Intune to register them with Windows Autopilot.
![App Screenshot](Screenshot.png)## Getting Started
### Prerequisites
All dependencies/requirements are automatically installed by the PowerShell scripts.
The scripts are based on the official Microsoft article with some modifications to force any module installation with the **-Force** parameter. https://learn.microsoft.com/en-us/autopilot/add-devices
**It will automatically install the following components**
- PowerShell: NuGet (Package Manager)
- PowerShell: Get-WindowsAutopilotInfo (Module)### Installation
You can download the latest release via GitHub - No installation is required to use this application.## Usage
All you need to do is run WinAutopilotImport executable.
Please sign in as an Intune administrator to import the device directly (online).## Modifications
You can find all the commands in the .\Scripts folder that will be executed and report the exit code back to the GUI. If PowerShell scripts returns an exit code other than 0, the application automatically displays the PowerShell error message.## Compile
The project is based on the PureBasic language, available at: https://www.purebasic.com.
The project file is included for the PureBasic IDE.## License
Distributed under the GNU License. See `LICENSE` for more information.
This tool is provided "as is" with no warranties. Always test scripts and tools in a safe and recoverable environment before using them on a production environment/device.## Credits
Get-WindowsAutopilotInfo (by Microsoft) - [Get-WindowsAutopilotInfo](https://www.powershellgallery.com/packages/Get-WindowsAutopilotInfo)## Contact
TUGI - [[email protected]](mailto:[email protected])
Project Link: [https://blog.tugi.ch/scripts-and-tools/winautopilotimport](https://blog.tugi.ch/scripts-and-tools/winautopilotimport)