robjduk Posted October 8, 2020 Posted October 8, 2020 Morning all, Is there software out there which would show a serial number to an end user easily? I got fed up of naming laptops so just set the laptop name to serial however if someone wants support and our records were to be out of date, tracking them down would be a pain. Can't ask them to run powershell or anything. Needs to just be double click and shows... Any thoughts? Thanks
chazzy2501 Posted October 8, 2020 Posted October 8, 2020 you'd use wmic in powershell. wmic bios list brief /format:list
mavhc Posted October 8, 2020 Posted October 8, 2020 Or if the computer name is the serial number, write-output $env:computername
sister_annex Posted October 8, 2020 Posted October 8, 2020 If you're setting the computer name to the Serial number why not just pull the name of the machine: echo %computername%
Davit2005 Posted October 8, 2020 Posted October 8, 2020 BGinfo or similar to put the computer name on the screen if the computer name is the serial/asset number.
Jcx500 Posted October 8, 2020 Posted October 8, 2020 Our Network Management software pulls the serials for us, We Use BCX
robyholmes Posted October 8, 2020 Posted October 8, 2020 We name our machines to our asset number. It's then visible on the machine for staff to report to us. Although it does mean we have to name them during the MDT process but after that they never get renamed. Never, ever name a machine by it's location, use or staff member. As soon as you do, it's location, use or the staff member will change.
strawberry Posted October 8, 2020 Posted October 8, 2020 Bginfo can be used as a pop up window. we use it here for diags. 1
mavhc Posted October 8, 2020 Posted October 8, 2020 We name our machines to our asset number. It's then visible on the machine for staff to report to us. Although it does mean we have to name them during the MDT process but after that they never get renamed. Never, ever name a machine by it's location, use or staff member. As soon as you do, it's location, use or the staff member will change. You can rename a machine though. Desktops get location based names, laptops numbers here
Davit2005 Posted October 8, 2020 Posted October 8, 2020 We had an Asset system which when we deployed PC's we'd simply scan the QR code and tell it where the computer, Projector, Printer etc was going to be deployed to. As been a college we moved PCs from IT suites every year for enrolment and back again it made it easier just to use the asset tag as the computer name as we'd normally have to move all the PCs back to location in a few hours ready for the next day.
strawberry Posted October 12, 2020 Posted October 12, 2020 "C:\Program Files (x86)\bginfo\Bginfo.exe" bg.bgi /popup Then set all the options in BG.BGI Deploy to machines via unc path or xcopy.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now