Jump to content

remote shell.application objects ?


Recommended Posts

All the tries i made opening a remote shell object with the following line :

$oShell = ObjCreate("shell.application","MAX-D04-34")

failed ...

Is there any obvious reason explaining this behaviour ?

Thanks.

<{POST_SNAPBACK}>

Hello snaileater,

You can only open DCOM (Distributed COM) objects on remote computers. Shell.Application is NOT a DCOM object.

You can use the 'Component Services' MMC (=dcomcnfg.exe) to see a list of installed DCOM objects on your computer.

Regards,

-Sven

Link to comment
Share on other sites

Hello snaileater,

You can only open DCOM (Distributed COM) objects on remote computers.  Shell.Application is NOT a DCOM object.

You can use the 'Component Services' MMC (=dcomcnfg.exe) to see a list of installed DCOM objects on your computer.

Regards,

-Sven

<{POST_SNAPBACK}>

thanks for your answer ... i realize my question was rather a noob's one ... coz i really doesn't master com programmation ...

:)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...