Jump to content

Recommended Posts

Posted

dont think so but shutdown can be done with a batch file

for /f %%u in (listofcomputers.txt) do (start shutdown.exe -s -m \\%%u -f -t 60 -c "daily shutdown")

 

txt file like below one pc per line

list of computers.txt

 

suitepc01

ks1ms05

ks1ms01

ks1ms02

suitepc04

ks1ms04

ks1ms03

suitepc07

teachers

suitepc08

suitepc09

suitepc10

suitepc11

suitepc12

suitepc13

suitepc14

suitepc15

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...