Login to participate
Security IdeasRSS
14

Automatic shutdown after full scan.

Grant_Hall's picture
14 Agree, 0 Disagree

I am posting this for someone who had this idea in the forums. The problem was that he did not like to leave the clients machines on all night, but he was not able to run a full scan during the day because it would max the CPU of the client machine. He suggested an option that would allow you to run a full scan and then shut the machine off afterward. Seemed like a good idea to me so I thought I would post it here for him.

rwessen's picture

Go one further and include a

Go one further and include a WoL utility in the SEPM.  This would allow a properly configured network to use Wake on LAN to turn on workstations at 2AM, scan and then shut down again.  That would be a great feature to have.

mon_raralio's picture

.

Yes, I like Grant's or some unnamed user's idea to have the option to automatically shutdown after scanning. The only obstacle I see in this is when SEP encounters a malware it cannot handle. Will it call for attention or just ignore and move on.

Jobert's picture

this is good but what if this

this is good but what if this is still used by a client?
it would disrupt operations?

Grant_Hall's picture

Your right. This was part of

Your right. This was part of the issue surrounding implementing this. What would happen was administrators would schedule a scan for the middle of the night, thinking no one is there it doesn't disrupt any work and we get to save power. Great! The problems was that people would forget to leave their computers on at the end of the day (or maybe called in sick and their computers never got turned on) so the scan would get missed. After the scan gets missed it automatically would kick off the next morning and as you stated would shut the computer off. This wasn't ideal, and would have to be looked into before trying to implement this. But I think it can be done, and overall would add a useful feature.

Cheers
Grant

Please don't forget to mark your thread solved with whatever answer helped you : )

mon_raralio's picture

I've thought of a workaround for this :D

If ever the "Shutdown computer after scan" is implemented. Admins can then configure it to ignore the action if the specified time (e.g. 18:00 to 22:00) has elapsed.

Grant_Hall's picture

I am somewhat passing on what

I am somewhat passing on what I have heard from this. I was thinking the same thing as you when I heard this, but apparently there is some issue surrounding this beyond just the scope of what I have posted  : )  I actually hope they can come up with a good procedure for this. To me it seems like such a basic idea that I can't see exactly why it hasn't been implemented before. This whole idea would be even better if you could "wake" the clients up from being off, run the updates, and then shut them off. Imagine how sweet that would be. Hopefully with enough votes/demand for this it will get implemented.

Cheers
Grant-

Please don't forget to mark your thread solved with whatever answer helped you : )

ajeet kumar's picture

very simple

Create .bat file to shutdown forcely and scheduled it.

Create autoshutdown.bat
open with notepad and type "shutdown /s" and save it.
Goto control panel-scheduled task

mon_raralio's picture

Missing the point

You may be on the right track here by creating a batch file. But you did specify it to shutdown by force which would also terminate the scanning if it hasn't finished yet.
What Grant wants and the others who voted is for SEP to shutdown the OS after completing the scan and not at a set time.

ajeet kumar's picture

thanks for suggestion

taskkill can terminate the scanning process

Kedar Mohile's picture

I really liked this idea...

 I could be wrong, but I think we could implementing this as:

  • scan when the computer is shutdown (similar to startup scan)

Example: If the scan is set to 08: 00 AM Monday > at the the first shutdown initiated  after 08:00 AM Moday > a complete scan would trigger after which the system would shutdown.

Thanks :-)