Stopping mandatory SCCM Reboot last minute
Open an elevated powershell window and run the commands:
1 2 3 4 5 6 |
#Stop SCCM Service stop-service ccmExec #Disable Task that starts service on workstation unlock Disable-ScheduledTask -TaskPath "Microsoft\Configuration Manager" -TaskName "Configuration Manager Passport for Work Certificate Enrollment Task" #cancel any pending restart shutdown -a |

There are no comments yet, add one below.