Is your feature request related to a problem? Please describe.
On a 12 computers deployment, one of them had a profile improperly terminated, it was stuck for 3 hours in the "in-progress" status while the tasks should at most take a few seconds to run. This prevented us to try forcing executing a profile or a single profile task.
Describe the solution you'd like
Add the capability to wipe "in-progress" profile on the device. We noticed in the client under .\powershell\ a tasks.json file which only required to empty it's "in-progress" dictionnary to be able to retry a task/profile deployment.
Describe alternatives you've considered
None come to mind.
Additional context
This was on windows 11 25H2 devices.
Is your feature request related to a problem? Please describe.
On a 12 computers deployment, one of them had a profile improperly terminated, it was stuck for 3 hours in the "in-progress" status while the tasks should at most take a few seconds to run. This prevented us to try forcing executing a profile or a single profile task.
Describe the solution you'd like
Add the capability to wipe "in-progress" profile on the device. We noticed in the client under
.\powershell\atasks.jsonfile which only required to empty it's "in-progress" dictionnary to be able to retry a task/profile deployment.Describe alternatives you've considered
None come to mind.
Additional context
This was on windows 11 25H2 devices.