I\'m looking for a way to continue a Powershell script from where it left off after calling a reboot in the script. For example, I am building a DC via Powershell automation
Check out PS 3.0 with Workflows. I haven't worked with them yet but they are suppose to recover from restarts.