Re: Script Needed
- From: "Richard Mueller [MVP]" <rlmueller-nospam@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 21 Dec 2007 13:03:42 -0600
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
--
.
- Follow-Ups:
- Re: Script Needed
- From: Shane
- Re: Script Needed
- From: Pegasus \(MVP\)
- Re: Script Needed
- Prev by Date: Re: VBS Shutdown script loop not working
- Next by Date: Re: Script Needed
- Previous by thread: Windows service from VBScript?
- Next by thread: Re: Script Needed
- Index(es):
Relevant Pages
|
Loading