Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tugich authored Aug 12, 2024
1 parent 626b0ea commit 62ef771
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Win Autopilot Import Tool (WinAutopilotImport)

<!-- ABOUT THE PROJECT -->
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.<br/><br/>
![App Screenshot](Screenshot.png)



<!-- GETTING STARTED -->
## Getting Started

### Prerequisites
All dependencies/requirements are automatically installed by the PowerShell scripts.<br>
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
<br><br>
**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 EXAMPLES -->
## Usage
All you need to do is run WinAutopilotImport executable.<br>
Please sign in as an Intune administrator to import the device directly (online).
<br/>

## 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 -->
## License
Distributed under the GNU License. See `LICENSE` for more information.<br><br>
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 -->
## Credits
Get-WindowsAutopilotInfo (by Microsoft) - [Get-WindowsAutopilotInfo](https://www.powershellgallery.com/packages/Get-WindowsAutopilotInfo)



<!-- CONTACT -->
## Contact
TUGI - [contact@tugi.ch](mailto:contact@tugi.ch)<br/>
Project Link: [https://blog.tugi.ch/scripts-and-tools/winautopilotimport](https://blog.tugi.ch/scripts-and-tools/winautopilotimport)

0 comments on commit 62ef771

Please sign in to comment.