Darren Banfi
Darren Banfi
I'm also getting this on an clean Windows 10 Lenovo 20L7S2A000 (Thinkpad T480s) Not getting this on any other asset at the moment so looks model specific in my case.
I've ran v1.0.1 in debug mode on that asset and the lines of code it bombs out on is : ------------------ 27/02/2019 10:15:49: Started application. Unhandled Exception: System.NullReferenceException: Object reference...
Ok I've ran Visual Studio 2017 on the problem asset Stepping through the PropertyValues that come in. Serial Number, Computer Name, 2, Model, BIOS Version, MAC Address, Network Manufacturer, Network...
This is the Marksman.exe file without the Size part of the WMI query in it Line 322 - mySentry.AddQuery("WMI", "SELECT Manufacturer,Model,SerialNumber FROM Win32_DiskDrive"); [Marksman.zip](https://github.com/Scope-IT/marksman/files/2914050/Marksman.zip) Just replace your current Marksman.exe in...
Hi Velaar, Will do. I'm using a custom version of your 1.0.1 code and I added CPU Name, OS Version, Memory Size + Model Name - I also fixed the...