on 10-09-2024 06:24 AM
The serial number is not being reported to Jumpcloud from a new version of Windows
On the command line of the machine try running the command WMIC
Jumpcloud agent at the time of writing uses "Windows management instrumentation" to resolve things like the serial number, however, Microsoft has retired WMI in newer versions of Windows
Re-install WMI with the following command
DISM /Online /Add-Capability /CapabilityName:WMIC~~~~
According to this Microsoft Blog post:
The Windows Management Instrumentation Command line (WMIC) was deprecated in 2016.
Maybe I'm missing something (that's often the case), but why JumpCloud is still using WMIC eight years after deprecation?