You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks to be very minor. I just tested again on Windows Server Core LTS 2019, and it does include wmic.exe . Fixing this will be awkward since we don't know if we have Powershell this early in the platform detection phase. I think we should leave it be for now, but if it disappears in the future this issue should be here to track it.
On machines that are missing wmic.exe (such as Windows Nano),
inspec detect
will be missing architecture data, like this:The cause is traced to wmic.exe being missing, which was deprecated. Users are now advised to use powershell commandlets to get the data.
For getting the CPU architecture, try
The text was updated successfully, but these errors were encountered: