How to add more than 1 computer at a time to a new collection?

Draconna 476 Reputation points
2022-11-17T20:06:21.11+00:00

261611-image.png

I seem to only be able to add 1 resource at a time to a new collection, is there a way to add them all at once? Thanks.

261576-image.png

Microsoft Configuration Manager
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 40,316 Reputation points Microsoft Vendor
    2022-11-18T01:59:41.273+00:00

    Hi, @Draconna

    Thank you for posting in Microsoft Q&A forum.

    We can type a "%" in the value, then click next, we can select more than 1 computers at a time:

    261691-1.png

    261648-2.png

    We can also use powershell to add multiple devices to a device collection at a time.
    https://www.prajwaldesai.com/add-multiple-devices-to-sccm-collection-using-powershell/
    (Please Note: Since the website is not hosted by Microsoft, just for your reference.)


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Rahul Jindal [MVP] 9,141 Reputation points MVP
    2022-11-17T21:42:45.867+00:00

    You can use Computer% in case of static, or create a dynamic query with something like select * from sms_r_system where name in 'computer1','computer2')

    1 person found this answer helpful.
    0 comments No comments