Hello all,
After being away from the list for a while, I'm back. I'd like to find out
if anyone has encountered this error in the past? I have posted a similar
question back in July and didn't get a response... Can anyone please tell me
what is the fix for this? This error occurs with any modu
Title: RE: Mailbox adsi and otherMailbox
Thanks a ton! worked like a champ.
Ryan
-Original Message-From: Gary MacDonald
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 09, 2001
11:26 AMTo: Durant, Ryan A;
'[EMAIL PROTECTED]'Subject: RE: Mailbox adsi
and otherMailbox
The Perl exa
Title: RE: Mailbox adsi and otherMailbox
The Perl examples I've seen all used a reference to an anonymous array, so I'd try passing an array reference in the call.
$mailBox->PutEx(2,'otherMailbox',\@Others)
Gary W. MacDonald
-Original Message-
From: Durant, Ryan A [mailto:
I can't seem to assign multiple SMTP values to an ldap property of
'otherMailbox' on Exchange5.5
I am using Perl version 5.005_03
Microsoft uses an Array in vbscript and VB examples.
But I keep getting and error: Win32::OLE(0.1101) error 0x8002000e: "Invalid
number of parameters" in METHOD/PROP
- Original Message -
From: "Wesley Wannemacher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 09, 2001 10:27 AM
Subject: Share info, file system permissions
> This may seem like a simple request for many of you, so I hope I am
> not flamed. I have experience managing
This may seem like a simple request for many of you, so I hope I am
not flamed. I have experience managing users and groups in Perl, now I
would like to manage all file shares with code. I would like to write
a script that I can run on our main file server that will check and
create appropriate sh
Hi,
Here is a script a colleague wrote a while back to recurse through a
directory hierarchy and remove the HIDDEN flag from files and directories.
It wouldn't be hard to modify it to do what you want to do.
use Win32::File;
use strict;
&recurse_dir ("C:\\.");
sub recurse_dir {
my ($
Hello .. ppl
I am a novice in perl and have just started writing some scripts.
Can someone please tell me as to how do we can set the access permissions
for directories.
Say I have a directory called FOO .. and a directory tree under FOO..
and all the directory attributes are Read Only.
I want t