Forum Discussion
Mykey
Jul 10, 2023Brass Contributor
Collect Autopilot hashes without big user interaction?
Hi there, is there a way to collect the hashes for the autopilot from existing local Windows 10/11 devices without guiding the user through a powershell script? You can also export the managemen...
- Jul 10, 2023
Ok I think I have the solution, with admin rights and the command
mdmdiagnosticstool.exe -area "Autopilot" -zip "c:\users\public\documents\MDMDiagReport.zip"
I successfully get a hardware hash.
Mykey
Jul 10, 2023Brass Contributor
Ok I think I have the solution, with admin rights and the command
mdmdiagnosticstool.exe -area "Autopilot" -zip "c:\users\public\documents\MDMDiagReport.zip"
I successfully get a hardware hash.