How would I get lansweeper to pull the info in WMI/systemenclosure?
The asset tag for Dell machines with the asset tag info in the BIOS lives there.
If you get the Dell Asset ISO and add the company asset tag on the machine
into the BIOS you can pull this info remotely. I am able to do this now by going to
the command prompt:
C:\Windows\system32>wmic (hit enter)
wmic:root\cli>systemenclosure
The asset tag is listed under SMBIOSAssetTag
To do this remotely type:
wmic:root\cli>/node:"Computername" systemenclosure (hit enter)
You will need the proper access (firewall execptions and domain admins) to run this command remotely
Anyway if anyone knows how to get this info into lansweeper that would be great.
Thanks