Jump to content


KeithDib

New computers using 'Computer association'

Recommended Posts

Hi

 

One of the trainees has imported a number of new machines into the SCCM enviroment using 'Computer Association' as I do every day.

 

The problem is they do not know were they imported them too.

 

I cannot find the using a search and there are far to may collections to look in manually.

 

Is there a query/report/script to trace these machines?

 

I know they are in there somewhere as when I try to PXE boot the PXE reports they fail due to "no PXE advertisement assigned"

 

can anyone help?

 

thanks

Keith

Share this post


Link to post
Share on other sites

Hi

 

Not saying that this will work, but this is a query I associate to a collection. What it basically does is pull in any new discovered systems or imaged out of the box systems within the last day. You could probably change the 1 at the end to suit any number of days i:e if this happened 3 days ago just insert 4 to make sure that you catch all new systems both discoverd and imaged out of the box within the past 4 days!

 

select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where DateDiff(dd,SMS_R_System.CreationDate, GetDate()) <1

 

This will work whether or not the agent is installed! ;)

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.