On the off chance this has been missed:
use Win32::Service;
$host=shift;
Win32::Service::GetServices($host,\%hashref);
foreach $key (sort keys %hashref)
{print "Service: $hashref{$key} \tDescription: $key\n";}
-Original Message-
From: Leon [mailto:[EMAIL PROTECTED]
This will list all services, and email them to you.
-Original Message-
From: Brown, Bobby (US - Hermitage) [mailto:[EMAIL PROTECTED]
Sent: 09 September 2003 16:24
To: 'Leon'; perl; Yahoo Beginner Perl; win32
Subject: RE: script to enumerate window services
Various scripts her
Various scripts here I use to gather information from remote servers
Bobby
-Original Message-
From: Leon [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 09, 2003 8:53 AM
To: perl; Yahoo Beginner Perl; win32
Subject: script to enumerate window services
Hi everyone,
Does anyone know h