RE: Get Service Description

2006-03-23 Thread Ng, Bill
If you want to go the easy way:   use Win32::Service;   Bill in Brooklyn From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eyal edriSent: Thursday, March 23, 2006 11:38 AMTo: perl-win32-users@listserv.ActiveState.comSubject: Get Service Description Hi ,   I'm using

RE: Get Service Description

2006-03-23 Thread Steven Manross
ot;DisplayName: ". $objItem->{DisplayName}; } From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eyal edri Sent: Thursday, March 23, 2006 9:38 AM To: perl-win32-users@listserv.ActiveState.com Subject: Get

RE: Get Service Description

2006-03-23 Thread Paul Sobey
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of eyal edri > Sent: 23 March 2006 16:38 > To: perl-win32-users@listserv.ActiveState.com > Subject: Get Service Description > I'm using Win32:::OLE('in') to

Get Service Description

2006-03-23 Thread eyal edri
Hi ,   I'm using Win32:::OLE('in') to retrive win32 service names (such as alerter).   I am looking for a function/method to retrve the desc or full name of the service.   this is what i use:    my $objWMIService = Win32::OLE->GetObject("winmgmts:$ip\\root\\CIMV2") or die "WMI connection fail