Locate computers throughout the numerous sites

Frederic ok 1 Reputation point
2022-08-16T18:24:59.58+00:00

Hi,

I'm trying to figure out how to locate 20k+ computers throughout numerous sites. People keep moving them around without permission and techs can't locate 50% of them. They are losing so much time doing so.

They could use the IP address, but it wouldn't be precise (with their access level at least).

I thought about a script that would send a popup to the computer, forcing the user to type in the local #.

I'm sure there's something more reliable to do so.

Thank you

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,676 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Bjoern Peters 8,781 Reputation points
    2022-08-17T13:46:03.627+00:00

    I would expect that such a big network has some kind of structure, that divides the network into segments

    example
    head-office/campus = 192.168.1.0-192.168.100.254
    sub-location = 192.168.101.0 - 192.168.101.254
    shop 1 = 192.168.102.0 - 192.168.102.254
    ...
    VPNs/WFH = 192.168.200.0 -192.168.202.254

    So you can ask for that structure and can map location and IP to one device, then at least you know where to search it...
    in some companies there are smaller network segments, that you even can divide it into buildings or floors...

    in a bigger location you might be able to check the connection from a network device => several years ago it was possible with managed CISCO switches to do such inventory by run scripts on the switches, find the IP or MAC of that device via commandlines in the CISCO OS => then you know to which switch and switch-port the device is connect to, switch-location = device-location.

    several years ago I scripted something like that in VBS/VBA and got an Excel as an output.

    0 comments No comments

  2. Limitless Technology 39,381 Reputation points
    2022-08-17T14:39:55.833+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having issues related to locating Computers.

    If the computers are AD domain joined then you can use Startup or Logon script to locate them.

    create .bat file with echo computer name or ip address to some shared file and put in to Logon script.

    Reference :
    https://learn.microsoft.com/en-us/answers/questions/15333/distribute-a-bat-by-group-policy-management.html

    ----------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

  3. Dillon Silzer 54,731 Reputation points
    2022-08-17T15:25:19.11+00:00

    Hi @Frederic ok

    First, I am in no way affiliated with any suggestions below. I do not use the products, but have seen them in the past. (Most if not all have a cost to them).

    There are tools such as:

    232059-image.png

    232045-image.png

    232000-image.png

    Also Spiceworks has a nice list of network mapping tools:

    https://www.spiceworks.com/tech/networking/articles/best-network-mapping-tools/

    ------------------------------------

    If this is helpful please accept answer.

    0 comments No comments