Windows Thread, Shutting Down computers remotely in Technical; I do it with a scheduled task as well but did have some problems with user rights, seems that unless ...
-
15th December 2008, 10:46 AM #16 I do it with a scheduled task as well but did have some problems with user rights, seems that unless the user is local admin they need "Shut down the system" and "Shut down remote system" rights for shutdown.exe to run properly?
Also the scheduled task needed read, read & exec and write rights for it to run
-
-
IDG Tech News
-
15th December 2008, 11:06 AM #17 
Originally Posted by
gshaw
I do it with a scheduled task as well but did have some problems with user rights, seems that unless the user is local admin they need "Shut down the system" and "Shut down remote system" rights for shutdown.exe to run properly?
Also the scheduled task needed read, read & exec and write rights for it to run
Yes, they do. Shutdownertron doesn't, though, because it runs in the system context not a user's, so it neatly gets round both these problems.
-
-
15th December 2008, 11:53 AM #18 In addition to what Friez said:-
You need two files: the batch file and the list of machines.
batch file (just one line):-
Code:
for /f %%a in (all_computers.txt) do ping -n 1 %%a | find "Reply" && shutdown /s /m \\%%a -t 60
text file 'all_computers.txt' (a list of computer names):-
Code:
ict00
ict01
ict02
ict03
ict04
ict05
ict06
ict07
ict08
Run the batch file from a server as a scheduled task with domain admin credentials.
Having said that, it doesn't always shut down every computer, and doesn't seem to affect the one Vista machine I have.
-
-
17th December 2008, 03:07 PM #19
- Rep Power
- 11

Originally Posted by
DMcCoy
The nice thing about BeyondExec is that you can set it to only shutdown those machines where no user is logged on. I have a schedule to do this at various times between 3:30pm and 10:00pm. The 10:00 pm one does a force shutdown.
-
-
17th December 2008, 03:23 PM #20 PSShutdown Classroom
PsShutdown Classroom
-
-
17th December 2008, 05:54 PM #21 
Originally Posted by
mattx
Works a treat.
-
-
17th December 2008, 09:49 PM #22 
Originally Posted by
Edu-IT
Works a treat.
No problem - glad to help.
-
-
18th December 2008, 11:32 AM #23 
Originally Posted by
7andY
The nice thing about BeyondExec is that you can set it to only shutdown those machines where no user is logged on.
You can? That's cool - what is the command switch to do that?
-
-
18th December 2008, 12:07 PM #24 or you could use lanview... but it does require you to install the client... but it is a great piece of software... again you can shutdown all the machines that aren't logged on... plus they are about to release a new version..
-
-
18th December 2008, 01:32 PM #25
- Rep Power
- 11

Originally Posted by
NickJones
You can? That's cool - what is the command switch to do that?
'Ignore computers in use' switch is -n
7&Y
-
Thanks to 7andY from:
enjay (18th December 2008)
-
23rd February 2009, 08:46 AM #26 Ok - Stupid here
Can someone explain in words of one syllable how to get shutdownertron to be applied to all the computers?
Last edited by silver; 23rd February 2009 at 09:56 AM.
-
-
23rd February 2009, 09:55 AM #27 HI
With Shudownerton in the install directory there is a amd file that you can import into active directory into a gpo. This will allow you to set times etc.
Richard
-
-
23rd February 2009, 10:01 AM #28 Just looked in GP management and I have no 'locations' so I don't see how I can install it on to the computers in the IT suite
There must be a way?
Sorry to be stupid - what do you mean by 'in the install directory?'
-
SHARE: 
Similar Threads
-
By Lesley_tech in forum Windows
Replies: 20
Last Post: 20th June 2008, 12:40 PM
-
By JJonas in forum Windows
Replies: 2
Last Post: 1st April 2008, 10:49 PM
-
By marvin in forum Windows
Replies: 3
Last Post: 13th March 2008, 09:01 AM
-
By Blind in forum Windows
Replies: 11
Last Post: 16th October 2007, 02:37 PM
-
By goodhead in forum Windows
Replies: 14
Last Post: 4th March 2007, 07:30 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules