Re: Script Needed



Shane wrote:

Hello. I would appreciate any help anyone can provide. I need a way to
send
a pop up message to either a windows security group or a group of
computers.
The one catch is that I must keep the messenger service disabled. I am
not
well versed in VB scripting but was thinking that this would be possible
with
VB and checking computer with some sort of WMI function. Thanks in
advance
for any help.

If the message service is disabled, the only option I can think of is to use
WMI to deploy an executable (an exe, a script, or batch file) that displays
a message. The steps would be to connect to each remote computer, copy the
executable, run the executable, and delete the executable. However, the
process runs under the System account, no matter who is logged on (even if
nobody is logged on), so nobody sees any messages the executable might
display (I tried it). All other methods require knowing who is logged into
each computer. I also tried using WSHController, but without success. I
don't think this would be easy.

--
Richard Mueller
Microsoft MVP Scripting and ADSI
Hilltop Lab - http://www.rlmueller.net
--


.



Relevant Pages

  • Re: Script Needed
    ... messaging service to be turned on, and will not pay for a 3rd party app. ... VB and checking computer with some sort of WMI function. ... nobody is logged on), so nobody sees any messages the executable might ... Microsoft MVP Scripting and ADSI ...
    (microsoft.public.scripting.vbscript)
  • Re: Script Needed
    ... The one catch is that I must keep the messenger service disabled. ... logged on (even if nobody is logged on), so nobody sees any messages the ... Microsoft MVP Scripting and ADSI ...
    (microsoft.public.scripting.vbscript)

Loading