Barry,
The best I can give you is not a Perl solution, but it's a freeware tool
from the Windows guru's at www.sysinternals.com. It's called PsExec, and it
can run a command on a remote windows machine (if you have authority on that
machine). This should be able to run Outlook on that remote machi
You can use WMI, here's a snippet:
use Win32::OLE qw(in);
my $machine = ".";
my $path = "WinMgmts:{impersonationLevel=impersonate}!//$machine/root/cimv2";
if (my $WMI = Win32::OLE->GetObject($path))
{
my $Results = $WMI->ExecQuery("SELECT
DisplayName,State FROM Win32_Service");
foreac
If you can't load SSH on the Windows platform, then
you will have to use WMI since that is what it is used
for. I suggest looking at Dave Roth's books for some
pretty good examples oh how to do this.
Thanks
--- "Hemphill, Barry" <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From:
>Anyway, the original question is still pending - any chance someone can
>point me at a module, script or code snippet that will let me launch a
>remote process as described in the original email?
Using the service idea you should be able to remote install a service on
whatever box you want it to
> -Original Message-
> From: David Nicol [mailto:[EMAIL PROTECTED]
>
> On 4/20/05, Hemphill, Barry <[EMAIL PROTECTED]> wrote:
>
> > The main requirement is that we can not install any code on the
remote
> > systems.
>
> then you're dead in the water and the best thing to do is walk out
>
On 4/20/05, Hemphill, Barry <[EMAIL PROTECTED]> wrote:
> The main requirement is that we can not install any code on the remote
> systems.
then you're dead in the water and the best thing to do is walk out
immediately. Any
technology that could do what you are asking would be a powerful
intrusi
I have a requirement to start a process (Outlook) on a remote machine and from
searching the ActiveState mailing lists I've found a lot of questions but a
real shortage of answers. It seems to me that I've seen a Win32 facility to do
this before, but after searching Google and CPAN I'm coming up
>>James said:
>>I just installed ActiveState Perl 5.8.6. I am migrating a
>>5.6.1 Perl program to 5.8.6 and it requires DBD-Oracle.
>>Where can I get this module for 5.8.6
>Richard said:
>you can get it at: ftp://ftp.esoftmatic.com/outgoing/DBI/
>I tried just now and it seems the server is eith
Title: DBD/Oracle.pm Module
I believe (from a post I saw recently on the DBI users list) you
actually have to use the IP instead of the dns name of the server. Use
24.249.249.7
-Original Message-From: Michaud, Richard1
[mailto:[EMAIL PROTECTED]Sent: Wednesday, April 20,
2005
Hey list...
I'm in need of some help coming to grips with the Create method of Win32_Service. As things are, when I create a service using this method, it sets the property AcceptStop to FALSE. Among the things I need to know are where, how, and why this is done.
More important, I need to be abl
On Wed, 20 Apr 2005, Foo Ji-Haw wrote:
> Sorry to jump in like this, but I need a hand!
>
> I've just reinstalled mod_perl.ppd (from theoryx) with
> libapreq2.ppd. I just realised that with mod_perl RC5
> things have changed somewhat...to the point where it broke
> my code! For example, use Apache
Title: Message
I've
not used it, but from a previous post by [EMAIL PROTECTED]: http://ftp.esoftmatic.com/DBI/
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of James
HookerSent: Tuesday, April 19, 2005 4:17 PMTo:
activeperl@listserv.Acti
Hi
everyone,
i'm trying to learn how to use POE and
i saw a smart code snippet for a rss aggregator / reader using tk.
The pb is it seems i can't install POE::Component::RSSAggregator
while i'm behind a firewall + proxy .
I'm wondering if proxies are managed
while installing this module.
M
Title: DBD/Oracle.pm Module
James:
From what I understand, there is
some sort of licensing issue prohibiting ActiveState from distributing the
DBD-Oracle.
But…you can get it at: ftp://ftp.esoftmatic.com/outgoing/DBI/
I tried just now and it seems the server
is either very busy
Hi!
Sorry to jump in like this, but I need a hand!
I've just reinstalled mod_perl.ppd (from theoryx) with libapreq2.ppd. I
just realised that with mod_perl RC5 things have changed somewhat...to
the point where it broke my code! For example, use Apache2 is no longer
needed (example in perl.apache
15 matches
Mail list logo