in reply to Using WMI for create a remote Process on Win32

Very interesting. Do you know of a way to transfer a command to that remote machine and then execute it? That is, without pre-installing FTP or some other service.
I know this is possible -- psexec (www.sysinternals.com) and HP's OpenBackup allow for remote installs.


Thanks, Umlaut

  • Comment on Re: Using WMI for create a remote Process on Win32

Replies are listed 'Best First'.
Re: Re: Using WMI for create a remote Process on Win32
by Sniper (Scribe) on Jul 04, 2001 at 13:53 UTC
    I copy the files via the admin share \\COMPUTERNAME\C$ then i use the WMI to run it...

    David "Sniper" Rigaudiere