I would like the serial number of a windows device/server to populate the proper fields to be used with solarwinds reports. There is no reason to type this information in to a serial number property the OS provides it several ways.
1. basic command line = C:\Windows\System32>wmic bios get serialnumber
2. easy to Google vbscripts
3. PowerShell (again from easy to google) Get-WmiObject win32_bios | select Serialnumber.
The part I don't understand is how to get in in the DB in the correct spot.
I posted this in SAM have several modules.
Thank you