OSD new computers

Hi, we are looking for advice.

We push image to new computers after PXE booting. It installs clean image with Windows 10.
After that we want to have a baseline that automatically installs specific applications to that computer.

How do we specify what computers are new computers and after the baseline runs how do we specify that this computer is no longer a new computer so the baseline won’t be reapplying to the computer.

In SCCM you had a Collection called Unknown Computers, is there anything like that in BigFix ?

I would try to tag the computers adding a custom client setting NewComputer:true in the Bare Metal profile that installs the os. Then I would search for this property in order to have the target relevant for the software to install.
As post installation step for the bunch of software you need to change the setting to false.
I hope this helps.

1 Like

Thanks I will look into this!