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
{{ message }}
This repository was archived by the owner on Sep 24, 2024. It is now read-only.
When using either the MSI, or compiling from source, the MAC address on our Dell, Lenovo, and HP laptops are not being populated during new asset creation. While looking at the code, I noticed line 129: customFields.Add("_snipeit_macaddress_1", macAddress); Is this trying to create a custom field instead of using the build in Asset with MAC Address?
Steps to recreate:
Install Marksman 1.01 MSI
Modify config file to connect to Snipe-IT
Run marksman.exe.
Verify new entry in Snipe-IT, without a MAC Address
I'm running the agent on a Latitude 7480 as my test machine.
The text was updated successfully, but these errors were encountered:
When using either the MSI, or compiling from source, the MAC address on our Dell, Lenovo, and HP laptops are not being populated during new asset creation. While looking at the code, I noticed line 129: customFields.Add("_snipeit_macaddress_1", macAddress); Is this trying to create a custom field instead of using the build in Asset with MAC Address?
Steps to recreate:
Install Marksman 1.01 MSI
Modify config file to connect to Snipe-IT
Run marksman.exe.
Verify new entry in Snipe-IT, without a MAC Address
I'm running the agent on a Latitude 7480 as my test machine.
The text was updated successfully, but these errors were encountered: