Shutdown after scanning...

Is there an option or add-on which can shutdown remote computer after planned scanning. Because i wan’t to set up special group in ADNM which will have scanned computers after work finishes on every friday, but I can’t leave them for a night.

I have created small/basic program i VB:

Module Module1

Sub Main()
Shell(“C:\Program Files\Alwil Software\Avast4\aswcmd.exe C: D: /s /c /d /m /u my_mail@mail.com”)
Shell(“shutdown -s -t 4500”)
End Sub

End Module

But it doesn’t send any information to ADNM that scan was performed, accept sending info about found viruses to my mail.