SCCM 2012 R2 auto shutdown computer at specific time
i want to make the SCCM 2012 R2 shutdown computers that stay power on in the night, but i wat to have a report to view what computers stay power on or what computers shutdown whit the task of SCCM.
i test multiples 3 party options but i need to use SCCM for a corporate requeriment.
SCCMWindows Server 2012
Last Comment
Mike T
8/22/2022 - Mon
Mike T
Hi,
The simplest way is to create a PowerShell script and deploy that, so it creates a scheduled task. You have to decide if you want to brute force power off if the machine is logged on still, but other than that it's fairly straight-forward.
As far as I know there's no native way, using Power Management although that would be very nice!
For even more control you can use the script together Compliance (DCM) which offers reports of machines that do no comply, but otherwise you can use deployment reporting to monitor delivery of the script.
As far reporting which machines actually power off, I think that would be best done as another function in the script.
Mike
wolf77
ASKER
Thks, i cant find a way to shutdown a Computer Power Management, but im going to try DCM
There were no other answers and that is the only way that I know of; others require 3rd party tools which is not a good step if you can do something natively.
The simplest way is to create a PowerShell script and deploy that, so it creates a scheduled task. You have to decide if you want to brute force power off if the machine is logged on still, but other than that it's fairly straight-forward.
As far as I know there's no native way, using Power Management although that would be very nice!
For even more control you can use the script together Compliance (DCM) which offers reports of machines that do no comply, but otherwise you can use deployment reporting to monitor delivery of the script.
As far reporting which machines actually power off, I think that would be best done as another function in the script.
Mike