Jump to content


  • 0
syparon

Unknown Computers in a specific IP range

Question

Hello gents,

 

I would like to create a device collection which contain computers which have not been deployed already and which are in a specific IP range.

After this I would like to deploy a task sequence on this device collection in order to install new computers located on a specific site of our company.

 

So I created the following WQL query : (does not work)

 

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 SMS_R_System.ResourceId in (select ResourceId from SMS_CM_RES_COLL_$ID) and SMS_R_System.IPAddresses like "10.10.10.%"

 

$ID is the ID of the collection which contain unknow computers (using direct rules)

 

Any idea ?

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0
  • 0
thanks for your reply newadmsccm, but it is not exactly what i am looking to achieve.

Actually I already know how to query machines in a specific subnet and I know that there is direct rules in order to gather unknown machines.

But I would like to create a query which combine both, unknown computers which are in a specific subnet.

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
Answer this question...

×   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...