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 a device to an SCCM collection during OSD in a task sequence

  • Thread starter Thread starter micdam
  • Start date Start date
  • Replies Replies 4
  • Views Views 10K
Status
Not open for further replies.

micdam

Well-Known Member
Messages
99
Reaction score
1
Points
8
Hi,
I would like to automatically add an Unknown PC to a specific collection during a task sequence.
is it possible?
 
Solution
You can if reinstalling an existing PC or if the PC has passed the point where joined to AD and has had the SCCM client installed.
We run a script on TS completion that adds the PC to all the install collections for the applications installed during the OSD TS.
You can detect when the TS completes through "Status filter rules"
i dont think its possible. you cant add a computer account that doesnt exist in AD to a sccm collection. further, you also need to wait for sccm to run computer discovery before you can add it to a collection.

thats why sccm has 2 collections All Unknown Computer x32 and x64
 
You can if reinstalling an existing PC or if the PC has passed the point where joined to AD and has had the SCCM client installed.
We run a script on TS completion that adds the PC to all the install collections for the applications installed during the OSD TS.
You can detect when the TS completes through "Status filter rules"
 
Solution
We use OneVinn TSCommander for adding computers to AD security groups, move them to OU's, and also add them to MECM collections.
 
Status
Not open for further replies.
Back
Top