remote scripting how to
- From: "aquel" <aquel@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 4 Aug 2005 12:57:01 -0700
I have the following script that i want to run on remote machines:
On Error Resume Next
arrComputers = Array("AVST149")
For Each strComputer in arrComputers
Set objWMIService = GetObject _
("winmgmts:\\" & strComputer & "\root\cimv2")
Set colItems = objWMIService.ExecQuery _
("Select * From Win32_OperatingSystem")
For Each objItem in ColItems
HOW TO MAKE AN EXE RUN HERE???
Next
Next
What would be the command to make an exe run on the target computer?
.
- Follow-Ups:
- RE: remote scripting how to
- From: J Ford
- Re: remote scripting how to
- From: Marty List
- RE: remote scripting how to
- Prev by Date: Files in use
- Next by Date: Re: Files in use
- Previous by thread: Files in use
- Next by thread: Re: remote scripting how to
- Index(es):
Relevant Pages
|