RE: active directory cookbook

2012-06-19 Thread Brzezinski, Paul J
-Original Message- From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl- win32-users-boun...@listserv.activestate.com] On Behalf Of John Mason Jr Sent: Tuesday, June 19, 2012 5:43 PM To: perl-win32-users@listserv.ActiveState.com Subject: Re: active directory cookbook

RE: active directory cookbook

2012-06-18 Thread Brzezinski, Paul J
-Original Message- From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl- win32-users-boun...@listserv.activestate.com] On Behalf Of David N. Blank-Edelman Sent: Monday, June 18, 2012 7:42 PM To: perl-win32-users@listserv.ActiveState.com Subject: Re: active directory

RE: ActiveState announces ActivePerl 5.14.1 and 5.12.4

2011-07-18 Thread Brzezinski, Paul J
Any updates on when the next release of the PDK will be released? I thought I recall something about an updated release of PDK is required to support Perl 5.14. -Original Message- From: activeperl-boun...@listserv.activestate.com [mailto:activeperl- boun...@listserv.activestate.com]

RE: TaskScheduler and Win32::OLE

2010-04-04 Thread Brzezinski, Paul J
-boun...@listserv.activestate.com] On Behalf Of Justin Allegakoen Sent: Saturday, April 03, 2010 8:52 PM To: perl-win32-users@listserv.ActiveState.com Subject: Re: TaskScheduler and Win32::OLE On 3 April 2010 22:21, Brzezinski, Paul J paul.brzezin...@hp.com wrote: I should have stated that I did first

RE: TaskScheduler and Win32::OLE

2010-04-03 Thread Brzezinski, Paul J
- so it's not just me. -- Paul J. Brzezinski Integration Engineering - GM HP Enterprise Services From: Marcial Borde [mailto:marcialbo...@adinet.com.uy] Sent: Saturday, April 03, 2010 8:23 AM To: Brzezinski, Paul J Cc: perl-win32-users@listserv.ActiveState.com Subject: Re: TaskScheduler

RE: TaskScheduler and Win32::OLE

2010-04-03 Thread Brzezinski, Paul J
, finding any that contain a pattern in the task name and then display all/any details I can about those tasks. -- Paul J. Brzezinski Integration Engineering - GM HP Enterprise Services From: Howard Tanner [mailto:tan...@optonline.net] Sent: Friday, April 02, 2010 10:41 PM To: Brzezinski, Paul J Cc

TaskScheduler and Win32::OLE

2010-04-02 Thread Brzezinski, Paul J
I'm trying to use Win32::OLE to access the TaskScheduler [on Win2K3]. I would like to get all the configured tasks, finding any that contain a pattern in the task name and then display all/any details I can about those tasks. I'm using OleView.exe to look at the SCHEDULERLib (Scheduler 1.0

RE: Resolve hostname by specified nameserver

2009-10-21 Thread BRZEZINSKI, PAUL
Take a look at http://rallenhome.com/books/dnsonw2k3/toc.html I found a VBScript that did something very close to what you're trying to do. The differences are/could be: - queries needed to be directed to a domain controller - queries were only successful in the same domain [i.e., asking about

RE: Need help with printf/sprintf

2009-08-29 Thread BRZEZINSKI, PAUL
See the doco for sprintf for the details: http://perldoc.perl.org/functions/sprintf.html You'll want to do: printf %-*s %10.2f\n, $W, $item, $price; From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Daniel

RE: WMI Win32_PhysicalMemory on Virtual PC

2009-08-14 Thread BRZEZINSKI, PAUL
- From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of BRZEZINSKI, PAUL Sent: Thursday, August 13, 2009 3:48 PM To: perl-win32-users@listserv.ActiveState.com Subject: WMI Win32_PhysicalMemory on Virtual PC I written

WMI Win32_PhysicalMemory on Virtual PC

2009-08-13 Thread BRZEZINSKI, PAUL
I written a WMI query that attempts to obtain physical memory capacity via WMI call. Works as expected on live PCs but returns strange results on a guest OS hosted by Virtual PC 2007. Anyone else run into this? Ideas how to solve? Sample code: -- use strict; use warnings; use Win32::OLE

Re: CROSSP: C::Scan doesn't work with my Activestate perl

2005-03-25 Thread Brzezinski, Paul J
I ran into similar problem trying to use h2xs with -x switch. C::Scan isn't part of the ActiveState distribution, I think it's actually not part of standard perl distribution either... I can't recall if I had to load Data::Flow using PPM. If you're using microsoft's C compiler [looks like