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
you are amazing thanks for your help on this.
Mar 02, 2022
You're welcome 🙂