Yesterday there's an unexpected power failure occurred. The problem is, Windows will present the pop-up dialog box of "Shutdown event tracker", waiting for admin. to input the reason of unexpected shutdown.
This's not serious but create quite some confusion and might scare other admin. if they see it. So I decided to find some way to deal with it on multiple nodes. So here it is.
clusrun shutdown /e /d u:6:12
u:6:12 means "Power failure: Environment". You can view the list of possible reason by "shutdown /?"



