@Andreas Based on my test, for the offline computer, we can try the following steps to export the computer Autopilot information:
- Copy the script in the following link and save it as ps1 file.
https://www.powershellgallery.com/packages/Get-WindowsAutoPilotInfo/1.3/Content/Get-WindowsAutoPilotInfo.ps1
Note: Non-Microsoft link, just for the reference. - Right click PowerShell and run as administrator
- Run the following command to export the computer information:
PowerShell -NoProfile -ExecutionPolicy Unrestricted -Command <ps1 file> -ComputerName $env:computername -OutputFile <output file path> -append
Note: Change the information as the one in your environment.
We can see more details in the following link:
https://techcommunity.microsoft.com/t5/windows-10-management/get-windowsautopilotinfo-a-quicker-way/m-p/212393
Hope it can help.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
If the response is helpful, please click "Accept Answer" and upvote it.