Running a Powershell script, restarting and then continue to run

后端 未结 2 1170
广开言路
广开言路 2021-01-19 16:13

I\'m just starting out with the very basics of Powershell scripting and am looking at creating a script to one set of instructions then restart and continue running the rest

2条回答
  •  自闭症患者
    2021-01-19 16:54

    To automatically resume a powershell workflow after reboot/crash using task scheduler see my detailed stackoverflow answer here: https://stackoverflow.com/a/31100397/1487851

提交回复
热议问题