Skip to content

Windows Autopilot Hardware Hash and Lenovo Hardware Info Edition v1.6.20230424.0

Compare
Choose a tag to compare
@franklesniak franklesniak released this 26 Apr 18:30
· 42 commits to main since this release

This release of SysAdmin Accelerator adds a function for obtaining the Windows Autopilot hardware hash: (GetWindowsAutopilotHardwareHash(). It also adds a few functions for obtaining the "computer system product" hardware information, which supplements the manufacturer, model, and serial number collection already in SysAdmin Accelerator. In particular, GetComputerSystemProductVersion() is useful on Lenovo systems as it displays the friendly model number, e.g., "ThinkPad X1 Carbon Gen 6". We also add a function to get the computer's UUID and detect whether the computer is running in AWS. Finally, we also have a new function for validating whether a string is correctly in GUID format.

This edition also fixes some bugs, including incorrect/incomplete virtual machine detection and incorrectly reporting TPM status information when no TPM is present.

A PowerShell release is still planned!