Forum Discussion
ToptechnicalSolutions
Feb 24, 2022Copper Contributor
Script for SCCM Help please
Hi, I have a setup with SCCM at the moment which works fine for building machines but I need to run a command after the OS is loaded for task sequence which is 'wmic csproduct get name" and then the...
- Feb 28, 2022
This link will help you to add a device to a collection during your OS deployment via Task Sequence.
Add a Device to a Collection during a Task Sequence (smsagent.blog)
After you add that step your task sequence, You can add a WMI query for define HP EliteBooks on options tab.
I think that will solve your problem.
ToptechnicalSolutions
Mar 02, 2022Copper Contributor
But for new machines being built as new machines that are not HP machines will they go into the main "All desktop" collection and if it is a HP elitebook and we build a new one it will go into the HP elitebook collection?
Mar 02, 2022
All machines, whether HP Elitebook or not, are added to the All Desktop collection. Only computers with HP EliteBooks are added to the HP Elitebook collection.
- Mar 02, 2022You're welcome 🙂
- ToptechnicalSolutionsMar 02, 2022Copper Contributoryou are amazing thanks for your help on this.