Run a .vbs on a remote PC

Discussion in 'Software' started by mary212, Apr 16, 2005.

  1. mary212

    mary212 Private E-2

    Hi,
    I'm new to VBscript and trying to get MyProgram.vbs(which is a program that lists all software installed on a PC) to run on a remote PC but it wont do anything....the program runs fine on my local machine and it runs fine if I go onto the remote PC and run it from there but it wont work remotely, any help would be much appreciated...here's the code I have for running a remote program:


    '==========================
    'Remote.vbs
    '==========================

    Const OverwriteExisting = TRUE

    Set objFSO = CreateObject("Scripting.FileSystemObject")
    objFSO.CopyFile "C:\Scripts\MyProgram.vbs", _
    "\\remoteIPAddress\C$\Scripts\",OverWriteExisting

    strComputer = "remoteIPAddress"

    Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2:Win32_Process")


    Error = objWMIService.Create("c:\scripts\MyProgram.vbs", null, null,intProcessID)

    If Error = 0 Then
    MsgBox (strProcess & " was started with a process ID of " & intProcessID & ".")

    Else
    MsgBox (strProcess & " could not be started due to error " & _
    errReturn & ".")

    End If

    =================================

    So it does copy the program to c:\Scripts of the remote PC but it wont run the program...I do believe that it kicks of a wscript process in the process list on task manager. Please help :)
     
  2. dedub

    dedub Corporal

    Without getting into too much detail, you are treading on an area that is touchy. a malicious .vbs script can crush a computer just as fast as the user clicks it. 1000's of viruses have been written with WS scripting. To be able to just run a script remotely would cause caos over every network worldwide. I'm not saying it cannot be done but it's info a new scripter needs to learn on his own.
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds