Hi,
I have a requirement to retrigger Task Sequence on windows embedded devices (Thin Clients) on demand. I was hoping to achieve this using a PS script combined with CMScript feature available in MECM. CMscript be design runs in local System Context
This task in itself comprises to 2 subtasks:
Disabling UWF filter followed by restart (wrote a PS to do this and works well with CMScript)
Re-trigger the OSD Task Sequence once UWF is disabled (unable to get this to work in System Context with or without interactive user logon)
Have tried approaches in the below links but it did not work when executed as system user. As a domain admin, it works fine
https://timmyit.com/2017/01/09/invoke-osd-task-sequence-remotely-with-powershell/
https://msendpointmgr.com/2012/11/21/re-run-task-sequence-with-powershell/
https://msendpointmgr.com/2019/02/14/how-to-rerun-a-task-sequence-in-configmgr-using-powershell/
Has anyone had any experience with such scenario?
Any suggestions to how to get this work with system account?
Any documentation from MS sat ng system accout + ps approach will not work/not supported for Thinclient to retrigger TS if anyone is aware if of?
Thanks!
