Jump to content


sprite

Duplicated Devices

Recommended Posts

I have a problem where my computers are being duplicated under "Devices"

 

I am manually adding a few test computers to SCCM 2012 by using the "import computer information" wizard, once the computers are listed I right click to "Install Client". Afer several minutes the device name is added again to "devices" showing Client "YES' and another entry for the same computer name listed as CLIENT "NO"

 

Any thoughts as to why this could be happening? Can I just remove the device where the client is not installed?

 

Thank you!

Share this post


Link to post
Share on other sites

Have a look at the properties of each client to see what type of discovery is discovering them and take it from there.

 

This WQL query will show you all duplicate devices, yes you can remove the device

select R.ResourceID,R.ResourceType,R.Name,R.SMSUniqueIdentifier,R.ResourceDomainORWorkgroup,R.Client from SMS_R_System as r   full join SMS_R_System as s1 on s1.ResourceId = r.ResourceId   full join SMS_R_System as s2 on s2.Name = s1.Name   where s1.Name = s2.Name and s1.ResourceId != s2.ResourceId

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.