Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Adding multiple devices into collection

Status
Not open for further replies.

Sridharrandy

Member
Messages
23
Reaction score
1
Points
3
Hi everyone,

How would I add more than 10 devices into device collection through WML query methods.


Please share me the query for proceed further.

Devices listed out below. I need query for adding those devices into collection
Namcsmwd101
102
103
104
105
106
107
108
109
 
Solution
just do a query rule like this -
Click add rule
query rule
add a query name ( can be anything )
edit query statement
show query language
paste this
Select * from SMS_R_System where name like 'Namcsmwd%'
click ok > summary >Next > Finish

Right click the collection and update membership
you can use recast right click tools. Download the community version


this enables you to right click on a collection and add computers

1778
 
Hi thanks for your quick response.. much appreciated...

Please provide me WML query for adding multiple machines into collection..

I need to sample query method for adding multiple devices..
 
just do a query rule like this -
Click add rule
query rule
add a query name ( can be anything )
edit query statement
show query language
paste this
Select * from SMS_R_System where name like 'Namcsmwd%'
click ok > summary >Next > Finish

Right click the collection and update membership
 

Attachments

  • 1552418035593.png
    1552418035593.png
    51.1 KB · Views: 3
Solution
Status
Not open for further replies.
Back
Top