Setting guest SMBIOS Serial Number?

thirdgen89gta

Dabbler
Joined
May 5, 2014
Messages
32
TrueNAS Scale Version: TrueNAS-SCALE-22.12.3.3

I'm trying to figure this one out, but I don't see anything in the GUI.

I've got an Active Directory / MECM lab up inside my TrueNAS Scale server, and recently I've obtained a MS 365 E5 Developer license which includes Intune, and Azure P2 subscriptions.

One of the things I want to test is Autopilot, and in order to do that, the VM needs to have a SMBIOS Serial Number to generate the Hardware fingerprint Autopilot uses.

Nowhere in the GUI can I find a way to assign a Serial Number to the VMs. If I query WMI on the system, the serial number property is blank.

Does anyone know if it's possible, or how to assign. SN# to a Guest? I guess I could install Proxmox as a guest, and pass some disks to it directly, or zvols, as I have enough disk bays, or storage available for this, but I was trying to avoid nested virtualization.

My other alternate, is to wipe my personal home laptop and autopilot that, but as I use it for things like Tuning Cars, and such, I don't want to have to constantly re-install/configure those apps.

From a Guest:
Code:
PS C:\Windows\system32> Get-WmiObject -Class Win32_bios


SMBIOSBIOSVersion : 0.0.0
Manufacturer      : EFI Development Kit II / OVMF
Name              : 0.0.0
SerialNumber      :
Version           : BOCHS  - 1
 
Top