Software to shutdown computers from network

Are there any softwares that can shut down computers in network remotely
Please recommend if there are some
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Mtech
OS
Windows 7 Ultimate 32bit
Memory
1.5
Graphics Card(s)
1(256MB)
Hard Drives
1(149GB)
Antivirus
AVG ( previously avast)
Browser
UC Browser

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Employer provided Dell Latitude
OS
W7 Pro SP1 64bit
CPU
i7
Memory
8GB
Graphics Card(s)
Intel HD Graphics
Hard Drives
crappy SSD
Antivirus
Employer mandated Symantec Endpoint Protection
Browser
Pale Moon 64bit, IE11 64bit & Chrome 64bit
Windows 7 has this ability built-in. You can use a GUI or command line version of the 'shutdown' command, but you need to set up all the PCs that you want to be able to control first:

1. Enable the 'Remote Registry' function on each remote PC to Automatic:
a. Go to Start, and in the search bar type services.msc
b. Scroll down the list of services to Remote Registry
c. Right-click it and select Properties
d. Change the 'Startup type' to Automatic
e. Click OK

2. Allow 'Windows Management Instrumentation (WMI)' through Windows Firewall:
a. Go to Start, type 'allow a program', and select Allow a program through Windows Firewall
b. Scroll down to Windows Management Instrumentation (WMI) and tick the Home/Work tick box
c. Click OK

3. (Optional) If you are not on a domain, then you need to create an administrator account on each PC with the same username and password which you will use to log in to your PC; this gives you administrative access. If you are on a domain, you can just log in as domain administrator on your PC and that will work without the need of additional user accounts.


Once the above is done, you can go to Start and type:

shutdown /i

to start the interactive GUI. From there, either Browse for PCs or manually Add them by name. Select a PC, a reason, and do it.

To do the same from a command line (for use in a script or similar), the shutdown command can be used on the command line with other switches.

For instance, to perform a basic shutdown by PC name or its IP address:

shutdown /m \\pc-name /s

shutdown /m ip-address /s

To see all the other command line options, type:

shutdown /?


Please consider that users might lose unsaved information etc., especially if you disable the warning message and use the force option.


ETA:
I got beaten to it by UsernameIssues... must learn to type more quickly.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom
OS
Windows 7 Ultimate x64
CPU
i7-2600K @ 3.4GHz
Motherboard
Gigabyte GA-Z68X-UD5-B3
Memory
16GB
Graphics Card(s)
MSI GTX970
Hard Drives
Crucial CT512MX100 System Drive
3x Seagate 4TB Data
Antivirus
Microsoft
Browser
Firefox+IE
Back
Top