RE: User Password

2003-09-09 Thread Thom Daley
Go to: http://home.eunet.no/~pnordahl/ntpasswd/ You can actually get a bootable linux disk and change the password offline. There's a script that will mount the NTFS partition for you and change it to whatever you want. Thanks, Thom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

RE: (no subject)

2003-09-09 Thread John Serink
Buy a book or go to one of the tutorial sites. Use 'perl tutorial' as a search term in google. -Original Message-From: Hamad alkhalaf [mailto:[EMAIL PROTECTED]Sent: Monday, September 08, 2003 5:50 AMTo: [EMAIL PROTECTED]Subject: (no subject) hi, i was woundering if any

RE: script to enumerate window services

2003-09-09 Thread Messenger, Mark
Title: RE: script to enumerate window services 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";} -O

RE: script to enumerate window services

2003-09-09 Thread Conor Lillis
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 here I use to g

RE: script to enumerate window services

2003-09-09 Thread Brown, Bobby (US - Hermitage)
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

script to enumerate window services

2003-09-09 Thread Leon
Hi everyone, Does anyone know how I could go about writing a script to find all the services running on a remote windows 2000 server (actually I need to go through about 200 servers looking for a particular service but if you guys can just help get me started I can write the logic to loop through