Retriggering TaskSequence remotely on Windows Embedded devices (ThinClients)

DS 51 Reputation points
2021-08-03T14:28:39.73+00:00

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:

  1. Disabling UWF filter followed by restart (wrote a PS to do this and works well with CMScript)
  2. 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

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!

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
942 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. HanyunZhu-MSFT 1,846 Reputation points
    2021-08-04T02:58:55.67+00:00

    Hi,

    For this issue, perhaps we can try to use the "Run Task Sequence" step to select the OSD task sequence to run after disabling the UWF script and restarting the computer.
    Like the screenshot below:
    120362-k.png

    For more details about the step, please refer to this article:
    https://learn.microsoft.com/en-us/mem/configmgr/osd/understand/task-sequence-steps#child-task-sequence

    Hope this thought can help you.


    If the response is helpful, please click "Accept Answer"and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. DS 51 Reputation points
    2021-08-05T14:01:55.843+00:00

    Hi Hanhunzgu, thanks for responding.. but don't want to create a new TSK to trigger an existing TSK on the machine.

    Do we know if retriggering TS using Powershell in system context is not supported by MS for embedded devices (Thinclients)?