Link to home
Start Free TrialLog in
Avatar of huhuman
huhuman

asked on

Finding a lost PC

Hi Guys,

I have a situation here. Months ago  I join this It firm, and I took over the inventory  of this company. They do not have a proper system or a process to keep track of the inventory. They keep track of the asset by using excel worksheet.

There was this set of PC and monitor arrived some months ago for an existing user before I joined. I created a database to update the inventory list based on the delivery order as the delivery order had the PC and monitor serial number. But now one of my colleague had notice that the user is still using the old PC not the newer PC and monitor that they had bought for her.

My superior wants me to locate where have the engineers deployed the new PC to. There are over 500 user in my company. And my superior does not want to alarm the other team such as the network security team. I wanted to use software such as spicework to scan the whole domain. but i do not have the permission to use it.

So i was thinking of using wmic  to remotely search for each user. But I could do not have access. Is there a way to work around the access denied?

Thanks for any advice.


Avatar of Ryan Weaver
Ryan Weaver
Flag of United States of America image

We ran into a similar issue, but we turned to assigning bar codes to everything and we made a pass through 450+ offices recording and barcoding all notebooks, monitors, printers, docks, etc, essentially on any computer related equipment costing over $100.
ASKER CERTIFIED SOLUTION
Avatar of Tony Barkdull
Tony Barkdull
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Do you know the name of the PC? You might be able to narrow down your search if your company is in a domain, and they have some semblance of order in the way they structure their AD and the physical location of the machines. You might have enough permissions to view the AD with a tool like Active Directory Explorer from SysInternals.
Avatar of huhuman
huhuman

ASKER

Hi  thanks for the suggestion of  implementing barcode , by that will be the later part of it.

 I am aware of such free tool. as my immediate superior was afraid it might cause some disturbance  to the network and might cause the domain to be slow or something.  The last thing we want is users keep calling in to say they have trouble  accessing this and that.

Unfortunately, I do not have the computer name. All I had is the serial number. I had even called the vendor  if they are possible to give me the mac address using the serial number. But they do not keep a record of the mac address.

So now I saw some wmic script. problem is I want to remotely collect each individual  computer "secretly" But I do not have access to them. is there any work around?