RE: (HTML->Text) Win32:FileSecurity

2002-01-08 Thread Rangan, Govindaraj
I tried installed Win32::Perms using PPD. I'm unsuccessful: Here is the transcript: C:\TEMP\Perms>ppm install --location=http://www.roth.net/perl/packages Win32-Per ms Installing package 'Win32-Perms'... Error installing package 'Win32-Perms': Could not locate a PPD file for package Win32-Perms

RE: Perplexed

2002-01-08 Thread Timothy Johnson
Are we talking about user environment variables or system environment variables? -Original Message- From: Dean Theophilou [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 6:08 PM To: Perl_beginner (E-mail); Perl-Win32-Admin@ActiveState. com Subject: Perplexed Hello:

Perplexed: Part 2

2002-01-08 Thread Dean Theophilou
Hello: I forgot to mention that when I don't use Runh.exe (or if I don't call the logon script from Usrlogon.cmd), then the logon script works as expected. Once again, thanks. Dean ___ Perl-Win32-Admin mailing list [EMAIL PROTECTED] http://li

Perplexed

2002-01-08 Thread Dean Theophilou
Hello: I created a Perl logon script for use on an NT TSE machine which sets environment variables and maps drives. It runs as expected when it's run from the path specified in User Manager for Domains->Profile->Logon Script Name. Since I don't want the user to be able to see it when he

underscribe

2002-01-08 Thread Nikki
Hello Mathew, Wednesday, January 09, 2002, 5:50:20 AM, you wrote: MS> Try clicking that neat little link at the bottom of the note and remove MS> yourself MS> At 03:43 AM 1/9/2002 +0800, Cindi LEE wrote: >> PLEASE REMOVE MY NAME FROM THE LIST >> >> >>

underscribe

2002-01-08 Thread Nikki
Hello Gary, Wednesday, January 09, 2002, 4:04:38 AM, you wrote: GM> Since you mention Exchange Administrator, I'm assuming these are Exchange GM> 5.5 servers. GM> It is possible to walk through every message and every folder in an Exchange GM> server to total the message sizes using Win32::OLE

underscribe

2002-01-08 Thread Nikki
Hello rothd, Wednesday, January 09, 2002, 2:16:47 AM, you wrote: rrn> Consider using Win32::Perms. I believe that Win32::FileSecurity is no longer rrn> supported. rrn> http://www.roth.net/perl/perms/ rrn> dave rrn> -Original Message- rrn> From: Rangan, Govindaraj [mailto:[EMAIL PROTECT

underscribe

2002-01-08 Thread Nikki
Hello robert, Wednesday, January 09, 2002, 3:48:23 AM, you wrote: rl> OLE events... they still beta ? rl> Anyone tried controlling an I.E. session via COM rl> Automation and actually got the EVENTS to work rl> correctly ? I can navigate and check ReadyState but rl> not get anything to work with

Re: send a cc

2002-01-08 Thread Mathew Shember
Try clicking that neat little link at the bottom of the note and remove yourself At 03:43 AM 1/9/2002 +0800, Cindi LEE wrote: > PLEASE REMOVE MY NAME FROM THE LIST > > > Cindi Lee/Inv Dept > CAI NY

RE: Exchange Mailbox Size

2002-01-08 Thread Gary MacDonald
Title: RE: Exchange Mailbox Size Since you mention Exchange Administrator, I'm assuming these are Exchange 5.5 servers. It is possible to walk through every message and every folder in an Exchange server to total the message sizes using Win32::OLE and CDO, but it takes an awful long time. W

Help - COM Events - I.E. Automation.

2002-01-08 Thread robert lawton
OLE events... they still beta ? Anyone tried controlling an I.E. session via COM Automation and actually got the EVENTS to work correctly ? I can navigate and check ReadyState but not get anything to work with the events such as DownloadBegin. Anybody out there know where I should go to control a

Re: send a cc

2002-01-08 Thread Mathew Shember
Denis, There are two approaches. 1) You can use the .forward file on the persons home account. You can put the two addresses in that. 2) Sendmail uses and alias file. In there you can declare: info@:info2@xxx, info3@ Rebuild the alias file with the newaliases command. I

send a cc

2002-01-08 Thread Denis Banovic
Hi! Sorry, i'm bit out of topic, but maybe someone can help me. I have to configure sendmail (via webmin) to forward incoming email for one adress e.g [EMAIL PROTECTED] to 2 adresses e.g [EMAIL PROTECTED] [EMAIL PROTECTED] Has someone an idea??? Thank you Denis __

RE: (HTML->Text) Win32:FileSecurity

2002-01-08 Thread rothd
Consider using Win32::Perms. I believe that Win32::FileSecurity is no longer supported. http://www.roth.net/perl/perms/ dave -Original Message- From: Rangan, Govindaraj [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 5:52 AM To: '[EMAIL PROTECTED]' Subject: (HTML->Text) Win32

Exchange Mailbox Size

2002-01-08 Thread Gianvittorio Negri
Sorry for cross posting; I have the problem to dump for every exchange server in my architecture, the list of mailboxes and the related size. Using the admin.exe (exchange administrator) is possible to obtain the size of the mailbox only when you use the GUI, but it doesn't dump this filed when y

Win32:FileSecurity

2002-01-08 Thread Rangan, Govindaraj
Title: Win32:FileSecurity Hi all,     I had quite a few problems with Win32:FileSecurity. Firstly, if I do a simple Get and Set, Set used to fail if there were any domain accounts in the ACL. I took a roundabout path, by clearing the hash and loading a fresh hash without the do