Microsoft Endpoint Configuration Manager Useful Run command Lines - nonoloki2/Devops GitHub Wiki
Re-Enable Task Sequence Service after Reboot
powershell.exe -command "Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\smstsmgr -Name Start -Value 3 -Type DWord -Force"