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!

NEW Select Device Collection in Task Sequence

  • Thread starter Thread starter alexdev50
  • Start date Start date
  • Replies Replies 1
  • Views Views 4K

alexdev50

Member
Messages
5
Reaction score
0
Points
1
Hello everyone,

Slowly building up our SCCM deployment and I am looking in to moving a device in to a specific device collection within a task sequence. I followed this post about computer naming:

This worked and I love it but I am wondering if it is possible to create a second variable to allow me to either pick from existing groups or just name the group itself and have it automatically put in there during provsioning? I appreciate the help.
 
As far as i know there is no out of the box solution for assigning device collection on the client side while in task sequence.
Device collections are assigned by the server and a change of membership rules need to be commited to the server.

There is a solution by Onevinn called TSCommander which promises to do such things. https://onevinn.schrewelius.it/Apps01.html. I haven't used it by now but I know that it exists.

I don't know what you want to acomplish with group assigning while in task sequence but consider to set parameters on your device that can be evaluated via a collection query later. Using this method you don't need to give your clients in a task sequence access to your site server. It's slower but in my opinion more secure.
 
Back
Top