| 1. |
Solve : "shutdown" command help? |
|
Answer» When trying to shutdown other computers on my network using shutdown -s -m\\computername the reply reads.. The trick is that the remote computer was already on a task schedule to shutdown anywayThis isn't needed, it works perfectly well without. The shutdown command for remote shutdown (-m) works without the // of the computer name. I'm sure you know all the computer names, but if not, use: Code: [Select]net view >C:\comps.txtThis gives you a list of computers that you can use the command on. All computers must be part of the workgroup, or they won't shut down. The (-m) command only supports shutdown (-s) and restart (-r), not logout (-l). An example of this command in action would be Code: [Select]shutdown -m COMP1 -s -f -t "0" Hope this helps. Thanks Jarjee. I was dead wrong. I plead ignorance, but that is not excuse for not doing my homework! I found an item on the MS site that helps with a problem I also have with the remote shutdown command. And I found that the command has been around for years. http://technet2.microsoft.com/WindowsServer/en/library/58ede3d5-c4cc-4532-bf75-997c165961ec1033.mspx |
|