Powershell - Reboot and Continue Script

前端 未结 7 2062
误落风尘
误落风尘 2020-12-02 11:07

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

7条回答
  •  鱼传尺愫
    2020-12-02 11:53

    Check out PS 3.0 with Workflows. I haven't worked with them yet but they are suppose to recover from restarts.

提交回复
热议问题