Re: WOL
  Home FAQ Contact Sign in
novell.support.zenworks.desktop-management.6x.management-agent only
 
Advanced search
POPULAR GROUPS

more...

... gement.6x.management-agent Profile…
 Up
Re: WOL         


Author: oliverfalcon34
Date: Jan 5, 2007 06:42

the NAL object is set to run as a secure user so should have rights

I am installing XPSP2 (after three years I know) but to quite a large
number of machines. This needs to be automated and WOL will wake the
machines up at 4am and install XPSP2 via a script. A NAL object will run
the script and the object will be associated to the machine, hence when
the WOL kickes in, scheduler will run the associated NAL objects.

This is the script i am running
Show full article (1.12Kb)
no comments
Re: WOL         


Author: Timo Pietilä
Date: Jan 5, 2007 00:25

oliverfalcon34@hotmail.com wrote:
> hello,
>
> we have policy that works and wakes a bunch of machines up via WOL
>
> We are running a batch file to install some updates and after the batch
> file has finished I am trying to call a shutdown command, however with no
> luck.
>
> I was hoping someone has an idea on how to shutdown a machine after you
> have woken it up via WOL
>
> the shutdown comand I am calling is c:\windows\system32\shutdown but this
> is not working
>
> any ideas?

I use vbs-script that checks if there is logged in user (if there is it
doesn't try to power off machine) and makes markings in event log (in
Finnish):
Show full article (1.75Kb)
1 Comment