Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8595113
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:21:33+00:00 2026-06-12T00:21:33+00:00

So a school who contracts labor from where I work just keeps ordering new

  • 0

So a school who contracts labor from where I work just keeps ordering new computers and we have to maintain a database of serial numbers to asset tags as well as rename the computers to reflect their asset tag. I have the SN’s and AT’s associated in a CSV file what I would like to do is write a c# application that gets the serial number from the computer its running on then query the server for its name. Does anyone know a way to do this (The stuff I’ve read hints it will be through system.management but I’m not finding anymore). unfortunately I wont have access to one of the target computers or even one of the same brand until I need it to work.

So is there any discrepancies between brands as to where they put their serial numbers?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T00:21:34+00:00Added an answer on June 12, 2026 at 12:21 am

    Try the SerialNumber property of the Win32_BaseBoard WMI object:

    using System.Management;
    
    ManagementObjectSearcher searcher =
        new ManagementObjectSearcher("SELECT Product, SerialNumber FROM Win32_BaseBoard");
    
    ManagementObjectCollection information = searcher.Get();
    foreach (ManagementObject obj in information)
    {
        foreach (PropertyData data in obj.Properties)
            Console.WriteLine("{0} = {1}", data.Name, data.Value);
        Console.WriteLine();
    }
    
    searcher.Dispose();
    

    Source: Retrieving Motherboard Serial Number using WMI

    Of course, this only works on Windows platform.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some friends who are 'old-school' VB6 database developers and I was telling
For someone who is completely new to Java. Please no old school / ugly
Our school's ERP has a nasty database structure to it and since it is
In a school project, I have implemented a working syncadapter for syncing contacts with
I have a school project in which I have to implement a chat application,
I have a site with users who can take terms at University: class Term(models.Model):
For a school assignment, we have to make a Usecase diagram. But the documentation
I'm creating a registration form on my school project website. I have given a
We have a cloud based SaaS application and many of our customers (school systems)
For my school project, I am working on a database management application. It is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.