Posted on 05-13-2016 01:41 AM
Hi All.
Is there a way to assign a coumputer to a static computer group druing imaging with Casper Imaging. It would be nice to have a Group Assignmant Tab where you can select the groups the computer belong to.
Thanks for any tips.
Posted on 05-13-2016 07:39 AM
No way to do it I know of in Casper Imaging, so you should probably submit a Feature Request (might already be one submitted). There is always the API in a script which allows you to add computers to Static Groups, but I'm not sure if the script would need to run after the first boot of the device to work or if it could run during imaging to do it.
Posted on 05-15-2016 07:15 PM
When imaging is started, a blank record for that computer is added to Casper admin. The name of the computer is all that is added to the record until after imaging has completed.
Therefore, you could create a smart group and set the criteria to Computer Name IS xxxxx01, etc. The computer record would be added to the smart group before imaging has completed.
I do this with my test machine. If I delete the computer record from Casper, it is removed from the smart group. Once imaging has kicked off, the computer appears back in the smart group and policies assigned to that smart group continue to deploy!
Posted on 05-16-2016 04:37 AM
The only way to automatically do it now would be an API script. Not sure if thats something you want to look at getting set up though?
Posted on 05-16-2016 04:43 AM
There is always the API in a script which allows you to add computers to Static Groups
I haven't used that API, but it sounds like you could:
Posted on 05-24-2016 02:15 AM
Thanks all for your help.
Using the Casper API may solve that issue but it is still to complex (for me) as you have to always create a new script if someone creates a new static group.
So, i will stay on adding Computer to static groups after Imaging via the JSS.
Thanks all