Devloper
Devloper

Reputation: 219

Programmatically power off the machine by Machine name?

I want to write the utility which will be scheduled task, and will take the list of computer names on domain. After a particular time which will be set in the utility machines with that name get shutdown.

Please share your thoughts on this...

Thanks. Anjan

Upvotes: 1

Views: 209

Answers (1)

Adriaan Stander
Adriaan Stander

Reputation: 166476

Have a look at (C#)

Shutdown[Remote] Using Shutdown.exe

Upvotes: 3

Related Questions