Have package success dependent on successful reboot
Is there a way to have the success/ failure of a Reboot package be dependent on the computer actually restarting instead of the package just having been deployed successfully?
I don't seem to be able to find an option of other any other posts similar to that. I'm sure someone else has done this before, but my Google-fu is failing me today.
Just to clarify, I'm imagining the package looks something like this:
Step 1: Reboot
Step 2: Wait for 30 seconds
Step 3: Check for signs of a reboot (query uptime?)
Thanks for your help!
Comments
what about a simple
step 1 Reboot step
step 2 Wait/sleep step 30 sec
Step 3 cmd/powershell ping target
?
FV I ended up just using the reboot and sleep timer, and it worked for what I needed. Thanks for responding!
my pleasure :-)