RE: Export and Import of fields

2003-12-10 Thread Hatley, Ken
Ok guys, forget the complicated stuff, I figured all of the scripting
part out...now my problem is still syntax related I am sure, but I am
not getting the desired results.  When I do a manual pull I get 15K some
odd mailboxes but when I do it with the script I only get about 7K.  Now
looking at the options documentation I see that it defaults to the
Recipients container and when you do it in the GUI it defaults to the
Global Address List...so I added the line Container=Global Address List,
but I am still getting the 7K mailboxes.  Anyone know what I need it to
do to pull the entire org?

-Original Message-
From: Fyodorov, Andrey [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 3:07 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

Write a batch file with two Export passes then Type one file and append
it () to the other.

Sincerely,

Andrey Fyodorov, Exchange MVP
Systems Engineer
Messaging and Collaboration
Spherion


-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 4:00 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

The help file shows 

ExportObject=[Mailbox, Remote (custom recipients), DL, Recipients (all
recipients), All (all object types)] (default=Mailbox)

I need to get Mailbox and DL in one automated export.

-Original Message-
From: Hatley, Ken 
Sent: Monday, December 08, 2003 2:57 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

I don't think that will work, obj class is where you differentiate DL's
and Mailboxes.  If you do not specify you only get mailboxes.  I think
you have to do it with the /o and options file, I just don't know the
proper syntax.

-Original Message-
From: Dickenson, Steven [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 2:54 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

headers.exe.

Steven
---
Steven Dickenson [EMAIL PROTECTED]
Network Administrator
The Key School, Annapolis Maryland 

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 3:52 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields


I have a question related to this as well. I am trying to set up admin
/e export of all DL's and Mailboxes in an Exchange 5.5 org and looking
at the Options file, I don't understand the syntax for getting what I
need can anyone help me out.  I see you can grab one or the other or all
but is there a way to just get what I need?

-Original Message-
From: Fyodorov, Andrey [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 2:15 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

Yes there is such a way. It is in the Exchange 5.5 Admin program.

Sincerely,

Andrey Fyodorov, Exchange MVP
Systems Engineer
Messaging and Collaboration
Spherion


-Original Message-
From: Morgan, Joshua (Greenville) [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 3:05 PM
To: Exchange Discussions
Subject: Export and Import of fields

Is there a way to export (then Import once modified) a CSV file the
Fields
from within Exchange including Phone Address and such...


I am using Exchange 5.5 SP4






Joshua Morgan
Senior Network Administrator
AIMCO
[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang
=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED

RE: Export and Import of fields

2003-12-10 Thread Hatley, Ken
In the help file it says basepoint default is null which means entire
organization, and subcontainers do not need to be selected if I can get
it to look at the GAL like the GUI does...at least that is my
understanding of it.  I will try this...

-Original Message-
From: David, Andy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 10, 2003 10:42 AM
To: Exchange Discussions
Subject: RE: Export and Import of fields

Are you exporting the subcontainers as well? 
Your export.ini should look something like this:

   basepoint=/o=yourorgname
   exportobject=mailbox
   informationlevel=full
   subcontainers=yes


-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 10, 2003 11:33 AM
To: Exchange Discussions
Subject: RE: Export and Import of fields


Ok guys, forget the complicated stuff, I figured all of the scripting
part
out...now my problem is still syntax related I am sure, but I am not
getting
the desired results.  When I do a manual pull I get 15K some odd
mailboxes
but when I do it with the script I only get about 7K.  Now looking at
the
options documentation I see that it defaults to the Recipients container
and
when you do it in the GUI it defaults to the Global Address List...so I
added the line Container=Global Address List, but I am still getting the
7K
mailboxes.  Anyone know what I need it to do to pull the entire org?

-Original Message-
From: Fyodorov, Andrey [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 3:07 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

Write a batch file with two Export passes then Type one file and append
it
() to the other.

Sincerely,

Andrey Fyodorov, Exchange MVP
Systems Engineer
Messaging and Collaboration
Spherion


-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 4:00 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

The help file shows 

ExportObject=[Mailbox, Remote (custom recipients), DL, Recipients (all
recipients), All (all object types)] (default=Mailbox)

I need to get Mailbox and DL in one automated export.

-Original Message-
From: Hatley, Ken 
Sent: Monday, December 08, 2003 2:57 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

I don't think that will work, obj class is where you differentiate DL's
and
Mailboxes.  If you do not specify you only get mailboxes.  I think you
have
to do it with the /o and options file, I just don't know the proper
syntax.

-Original Message-
From: Dickenson, Steven [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 2:54 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

headers.exe.

Steven
---
Steven Dickenson [EMAIL PROTECTED]
Network Administrator
The Key School, Annapolis Maryland 

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 3:52 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields


I have a question related to this as well. I am trying to set up admin
/e
export of all DL's and Mailboxes in an Exchange 5.5 org and looking at
the
Options file, I don't understand the syntax for getting what I need can
anyone help me out.  I see you can grab one or the other or all but is
there
a way to just get what I need?

-Original Message-
From: Fyodorov, Andrey [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 2:15 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

Yes there is such a way. It is in the Exchange 5.5 Admin program.

Sincerely,

Andrey Fyodorov, Exchange MVP
Systems Engineer
Messaging and Collaboration
Spherion


-Original Message-
From: Morgan, Joshua (Greenville) [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 3:05 PM
To: Exchange Discussions
Subject: Export and Import of fields

Is there a way to export (then Import once modified) a CSV file the
Fields
from within Exchange including Phone Address and such...


I am using Exchange 5.5 SP4






Joshua Morgan
Senior Network Administrator
AIMCO
[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin

RE: Export and Import of fields

2003-12-08 Thread Hatley, Ken
I have a question related to this as well. I am trying to set up admin
/e export of all DL's and Mailboxes in an Exchange 5.5 org and looking
at the Options file, I don't understand the syntax for getting what I
need can anyone help me out.  I see you can grab one or the other or all
but is there a way to just get what I need?

-Original Message-
From: Fyodorov, Andrey [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 2:15 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

Yes there is such a way. It is in the Exchange 5.5 Admin program.

Sincerely,

Andrey Fyodorov, Exchange MVP
Systems Engineer
Messaging and Collaboration
Spherion


-Original Message-
From: Morgan, Joshua (Greenville) [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 3:05 PM
To: Exchange Discussions
Subject: Export and Import of fields

Is there a way to export (then Import once modified) a CSV file the
Fields
from within Exchange including Phone Address and such...


I am using Exchange 5.5 SP4






Joshua Morgan
Senior Network Administrator
AIMCO
[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: Export and Import of fields

2003-12-08 Thread Hatley, Ken
I don't think that will work, obj class is where you differentiate DL's
and Mailboxes.  If you do not specify you only get mailboxes.  I think
you have to do it with the /o and options file, I just don't know the
proper syntax.

-Original Message-
From: Dickenson, Steven [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 2:54 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

headers.exe.

Steven
---
Steven Dickenson [EMAIL PROTECTED]
Network Administrator
The Key School, Annapolis Maryland 

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 3:52 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields


I have a question related to this as well. I am trying to set up admin
/e export of all DL's and Mailboxes in an Exchange 5.5 org and looking
at the Options file, I don't understand the syntax for getting what I
need can anyone help me out.  I see you can grab one or the other or all
but is there a way to just get what I need?

-Original Message-
From: Fyodorov, Andrey [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 2:15 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

Yes there is such a way. It is in the Exchange 5.5 Admin program.

Sincerely,

Andrey Fyodorov, Exchange MVP
Systems Engineer
Messaging and Collaboration
Spherion


-Original Message-
From: Morgan, Joshua (Greenville) [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 3:05 PM
To: Exchange Discussions
Subject: Export and Import of fields

Is there a way to export (then Import once modified) a CSV file the
Fields
from within Exchange including Phone Address and such...


I am using Exchange 5.5 SP4






Joshua Morgan
Senior Network Administrator
AIMCO
[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang
=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: Export and Import of fields

2003-12-08 Thread Hatley, Ken
The help file shows 

ExportObject=[Mailbox, Remote (custom recipients), DL, Recipients (all
recipients), All (all object types)] (default=Mailbox)

I need to get Mailbox and DL in one automated export.

-Original Message-
From: Hatley, Ken 
Sent: Monday, December 08, 2003 2:57 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

I don't think that will work, obj class is where you differentiate DL's
and Mailboxes.  If you do not specify you only get mailboxes.  I think
you have to do it with the /o and options file, I just don't know the
proper syntax.

-Original Message-
From: Dickenson, Steven [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 2:54 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

headers.exe.

Steven
---
Steven Dickenson [EMAIL PROTECTED]
Network Administrator
The Key School, Annapolis Maryland 

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 3:52 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields


I have a question related to this as well. I am trying to set up admin
/e export of all DL's and Mailboxes in an Exchange 5.5 org and looking
at the Options file, I don't understand the syntax for getting what I
need can anyone help me out.  I see you can grab one or the other or all
but is there a way to just get what I need?

-Original Message-
From: Fyodorov, Andrey [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 2:15 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

Yes there is such a way. It is in the Exchange 5.5 Admin program.

Sincerely,

Andrey Fyodorov, Exchange MVP
Systems Engineer
Messaging and Collaboration
Spherion


-Original Message-
From: Morgan, Joshua (Greenville) [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 3:05 PM
To: Exchange Discussions
Subject: Export and Import of fields

Is there a way to export (then Import once modified) a CSV file the
Fields
from within Exchange including Phone Address and such...


I am using Exchange 5.5 SP4






Joshua Morgan
Senior Network Administrator
AIMCO
[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang
=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: Export and Import of fields

2003-12-08 Thread Hatley, Ken
I will try to just do 

ExportObject=Mailbox, dl 

and see if that works if no one knows for sure, if that doesn't work
maybe I can pull both to one file not sure if the file is appended
though.

-Original Message-
From: Hatley, Ken 
Sent: Monday, December 08, 2003 3:00 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

The help file shows 

ExportObject=[Mailbox, Remote (custom recipients), DL, Recipients (all
recipients), All (all object types)] (default=Mailbox)

I need to get Mailbox and DL in one automated export.

-Original Message-
From: Hatley, Ken 
Sent: Monday, December 08, 2003 2:57 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

I don't think that will work, obj class is where you differentiate DL's
and Mailboxes.  If you do not specify you only get mailboxes.  I think
you have to do it with the /o and options file, I just don't know the
proper syntax.

-Original Message-
From: Dickenson, Steven [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 2:54 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

headers.exe.

Steven
---
Steven Dickenson [EMAIL PROTECTED]
Network Administrator
The Key School, Annapolis Maryland 

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 3:52 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields


I have a question related to this as well. I am trying to set up admin
/e export of all DL's and Mailboxes in an Exchange 5.5 org and looking
at the Options file, I don't understand the syntax for getting what I
need can anyone help me out.  I see you can grab one or the other or all
but is there a way to just get what I need?

-Original Message-
From: Fyodorov, Andrey [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 2:15 PM
To: Exchange Discussions
Subject: RE: Export and Import of fields

Yes there is such a way. It is in the Exchange 5.5 Admin program.

Sincerely,

Andrey Fyodorov, Exchange MVP
Systems Engineer
Messaging and Collaboration
Spherion


-Original Message-
From: Morgan, Joshua (Greenville) [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2003 3:05 PM
To: Exchange Discussions
Subject: Export and Import of fields

Is there a way to export (then Import once modified) a CSV file the
Fields
from within Exchange including Phone Address and such...


I am using Exchange 5.5 SP4






Joshua Morgan
Senior Network Administrator
AIMCO
[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang
=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: Password Mainenance

2003-10-27 Thread Hatley, Ken
Caffeine Free???  Definitely not a typical admin!

 -Original Message-
From:   John Matteson [mailto:[EMAIL PROTECTED] 
Sent:   Monday, October 27, 2003 2:13 PM
To: Exchange Discussions
Subject:RE: Password Mainenance

Well.. That's another service call logged to IT.

John Matteson
Geac Corporate ISS
(404) 239 - 2981
Atlanta, Georgia, USA.



-Original Message-
From: Ben Winzenz [mailto:[EMAIL PROTECTED] 
Posted At: Thursday, October 23, 2003 12:14 PM
Posted To: Exchange Discussion List
Conversation: Password Mainenance
Subject: RE: Password Mainenance


spits Caffeine free Pepsi on monitor 


Ben Winzenz
Network Engineer
Gardner  White
(317) 581-1580 ext 418


-Original Message-
From: Ed Crowley [MVP] [mailto:[EMAIL PROTECTED] 
Posted At: Thursday, October 23, 2003 10:47 AM
Posted To: Exchange (Swynk)
Conversation: Password Mainenance
Subject: RE: Password Mainenance


While you're at it, you might as well collect everyone's ATM PIN for
safekeeping. 

Ed Crowley MCSE+Internet MVP
Freelance E-Mail Philosopher
Protecting the world from PSTs and Bricked Backups!T

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Parker
Sent: Thursday, October 23, 2003 8:12 AM
To: Exchange Discussions
Subject: RE: Password Mainenance

Your points are valid Ben.
I started here 6 years ago and it was my 1st admin job. 
Having a list of all passwords semmed like the right thing to do at the
time. And yes, management is aware of the list. I think I am going to
take your advice on the GP password management. Just gotta hand it off.

I know where in GP the password policy is, but right now, in the user
acounts, Password never expires is checked. In order fro GP to do it's
job, I will need to uncheck that. Correct?

John Parker, MCSE
IS Admin.
Senior Technical Specialist
Digital Display Systems.

Alpha Video
7711 Computer Ave.
Edina, MN. 55435
 
952-896-9898 Local
800-388-0008 Watts
952-896-9899 Fax
612-804-8769 Cell
952-841-3327 Direct

[EMAIL PROTECTED]
Be excellent to each other
---End of Line---


-Original Message-
From: Ben Winzenz [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 9:33 AM
To: Exchange Discussions
Subject: RE: Password Mainenance


Why is it necessary that you keep a list of all the passwords?  It is
one thing to have a list of service account passwords, and such, but all
users is quite another thing.  It is a HUGE security risk.  Imagine what
would happen if someone got ahold of the document that had everyones
passwords. If you are using Exchange (valid assumption I think since
this is an Exchange list), then you are using either NT or Windows 2000.
Why can't you have your users manage their own passwords?  Every client
that logs in to the domain should have the ability to change their
password - even 9x clients can change their passwords.  This is not
something that you should be doing or should have to do - now of course
that is only my opinion and you are free to do as you like, but I would
rather choke myself than have to maintain all my users passwords for
them.  Does HR know that you maintain a list of everyone's password?
Does your corporate lawyer know?  If not, you better make sure they do.

I realize I am probably not being helpful to what you are wanting to do,
but I (and probably most of the others on this list) have never run
across a sysadmin who insisted on maintaining a list of all his/her
users passwords. So if you like, simply dismiss this as a rant from me
- it won't hurt my feelings if you do.  I certainly wouldn't wish for
your job if I was required to do what you are doing.


Ben Winzenz
Network Engineer
Gardner  White
(317) 581-1580 ext 418


-Original Message-
From: John Parker [mailto:[EMAIL PROTECTED] Posted At: Thursday,
October 23, 2003 8:46 AM Posted To: Exchange (Swynk)
Conversation: Password Mainenance
Subject: RE: Password Mainenance


No.

We have always manually created the passwords in the past and kept a
list. Doesn't make me a hacker of any sort. The company is getting so
big, Just looking for a way of automating it yet maintaining a password
structure. I am one person managing two departments and too many servers
and sorkstations :)

John Parker, MCSE
IS Admin.
Senior Technical Specialist
Digital Display Systems.

Alpha Video
7711 Computer Ave.
Edina, MN. 55435
 
952-896-9898 Local
800-388-0008 Watts
952-896-9899 Fax
612-804-8769 Cell
952-841-3327 Direct

[EMAIL PROTECTED]
Be excellent to each other
---End of Line---


-Original Message-
From: Ben Winzenz [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 8:40 AM
To: Exchange Discussions
Subject: RE: Password Mainenance


What, you mean report what all the new passwords are to you?  Are you
out of your mind?  I sure hope you are kidding.  If you seriously want
to get a list of ALL passwords, why don't you go out and buy LophtCrack
- after all, what you are wanting is something to make you a hacker of

RE: Email frm Exch at command ln/script???

2003-10-21 Thread Hatley, Ken
Use MAPISEND.exe

 -Original Message-
From:   Clemens, Rick [mailto:[EMAIL PROTECTED] 
Sent:   Friday, October 17, 2003 2:45 PM
To: Exchange Discussions
Subject:RE: Email frm Exch at command ln/script???

I use CDO.

Here is a snippet:

set msg = WScript.CreateObject(CDO.Message)
msg.From = [EMAIL PROTECTED]
msg.To = [EMAIL PROTECTED];[EMAIL PROTECTED]
msg.Subject = Your Subject
msg.TextBody = Your Msg Body
msg.AddAttachment(c:\fileattachment.zip)
msg.Configuration.Fields(http://schemas.microsoft.com/cdo/configuration
/smtpserver) = SMTP Server
msg.Configuration.Fields(http://schemas.microsoft.com/cdo/configuration
/sendusing) = 2
msg.Configuration.Fields.Update
msg.Send 

-Original Message-
From: Ken Cornetet [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 17, 2003 12:29 PM
To: Exchange Discussions
Subject: RE: Email frm Exch at command ln/script???

The only way to do this without any external scripts or programs is to
share out the pickup directory on your Exchange server, create a
specially formatted file (with RFC822 To:, From:, Subject:, etc headers)
and drop it in the shared directory. This wont get you MIME attachments,
though. 

If you want to attach files to the email, you will have to use a
program to encode them in either base64 or uuencode. That's going to
require one something else to worry about right there.

You may as well use blat. It works great.

The other path would be CDO/MAPI or Outlook via VBScript. Persits
software has a free COM object that can send MAPI mail with attachments.
Likewise, Outlook can be driven via VBScript.



-Original Message-
From: Mellott, Bill [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 12:12 PM
To: Exchange Discussions
Subject: RE: Email frm Exch at command ln/script???


yeah the sendmail does appear to do things like sendmail in unix.. I was
just trying to avoide loading yet another something to worry about... I
was hoping there might be some simple something I could do directly with
the exch smtp (IMS) to do this in a script..etc.(without having to
do huge scripting which i bite at)

bill

-Original Message-
From: Edgington, Jeff [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 1:09 PM
To: Exchange Discussions
Subject: RE: Email frm Exch at command ln/script???


yeah... I didn't catch that until too late... I often use PERL with the
SendMail module to send stuff... I believe it supports attachments.. but
don't know for sure... 

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mellott, Bill
Sent: Friday, October 17, 2003 12:07 PM
To: Exchange Discussions
Subject: RE: Email frm Exch at command ln/script???

thx 

I thought about doing a telnet to 25...my Q on that is how would I
attach the 3 files which need to go with the e-mail???

BLAT - I used it a couple times..it's an option...was hoping to avoide
another something if poss..

Ok if I preformat...again how would I attach the 3 files I need
to...

More detail:
See Ive got these 3 files I need to attach to the e-mail...2 are excel,
1 is ZIP. 
these things need to go to an e-mail address every few hours...

thx
bill



-Original Message-
From: Fyodorov, Andrey [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 1:00 PM
To: Exchange Discussions
Subject: RE: Email frm Exch at command ln/script???


You can use Telnet on port 25, connect to your Exchange server and send
a message.

Or you could use Blat - a great command line utility for sending mail.

You also should be able to drop a preformatted text file into the Pickup
directory. The file format should be like this


FROM:[EMAIL PROTECTED]
TO:[EMAIL PROTECTED]
SUBJECT: test

This is a test.
.




Sincerely,

Andrey Fyodorov
Systems Engineer
Messaging and Collaboration
Spherion


-Original Message-
From: Mellott, Bill [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 17, 2003 12:50 PM
To: Exchange Discussions
Subject: Email frm Exch at command ln/script???

Im wondering if there is a way I can e-mail from a command line/script
thru/directly from my exchange box...(Exch55sp4+post, NT4sp6a+post)

Like if I was on my unix box (running sendmail) I might do uuencode
/dr/rpt/rpt.txt |mail [EMAIL PROTECTED] and then cron this 

I did see some of a MS tech note(193685) of loading and using the IIS
SMTP svc to do this... But Id rather not load another svc..etc

SO can anyone one Ya or NA this and/or point me in the direction I need
to go? basically I need to do a script where I can attach like 3 files
to 1 e-mail and have it go out automatically...every X times a day

thx
bill


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]





PF wierdness

2003-10-16 Thread Hatley, Ken

Hey guys, I am using MicroEye's script director to document forms in our Ex5.5 
environment.  The tool is hanging on a folder and I am currently having them custom 
code something for me.  I am trying to go ahead and fix the problem for myself to save 
time and money but I can't avoid the hang.

In order to try to circumvent that particular folder I have removed all of my 
permissions and set default to none and not visible.  There are only two ACLS in the 
folder now...one is a dl that I am not a member of and one is the owner of the folder. 
 My issue is that it still hangs on that folder even though I should not even be able 
to see it.

When I open Outlook from the computer that script director uses I can't see the 
folder, but when I open Outlook from my laptop that is sitting right next to it I can 
see and manage the folder in question.  Script director uses CDO and Mapi, so my 
question is why can it see the folder from it and why can I see it from my laptop.  
This is driving me crazy.  I have tried every combination imaginable including not 
having my account as none and listing it with none and not visible but I can still 
access it.  Any ideas would be so greatly appreciated.  Replication is happening 
because I can look at the client permissions and the changes are taking place but I 
still have access.


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


Orphaned Public Folders

2003-10-01 Thread Hatley, Ken
Is there a way to automatically identify orphaned public folders?


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: Orphaned Public Folders

2003-10-01 Thread Hatley, Ken
What kind of script would that be?

 -Original Message-
From:   Ed Crowley [mailto:[EMAIL PROTECTED] 
Sent:   Wednesday, October 01, 2003 12:35 PM
To: Exchange Discussions
Subject:RE: Orphaned Public Folders

You could write a script that examines all public folders and identifies
those without replicas on an active server.

Ed Crowley MCSE+Internet MVP
Freelance E-Mail Philosopher
Protecting the world from PSTs and Bricked Backups!T

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: Wednesday, October 01, 2003 10:30 AM
To: Exchange Discussions
Subject: Orphaned Public Folders

Is there a way to automatically identify orphaned public folders?


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang
=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


PF renaming

2003-09-15 Thread Hatley, Ken
Is there a way to rename Public Folders from the command line?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: PFINFO Question

2003-08-14 Thread Hatley, Ken
I know I can use PFINFO and PFADMIN, I am asking if you agree with the Karen's 
solution and if not is there any automated ways to get rid of the invalid DNs?

 -Original Message-
From:   Ed Crowley [mailto:[EMAIL PROTECTED] 
Sent:   Monday, August 04, 2003 11:00 PM
To: Exchange Discussions
Subject:RE: PFINFO Question

You can use PFINFO and PFADMIN to do this, yes.

Ed Crowley MCSE+I MVP
Protecting the world from PSTs and bricked backups.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: Monday, August 04, 2003 3:05 PM
To: Exchange Discussions
Subject: RE: PFINFO Question

Does anyone else agree or disagree?

 -Original Message-
From:   Dryden, Karen [mailto:[EMAIL PROTECTED] 
Sent:   Monday, August 04, 2003 4:09 PM
To: Exchange Discussions
Subject:RE: PFINFO Question

Just use ds/is consistency adj in 5.5 and choose to fix all inconsistencies.
I would select all but the reset the home server...
option, but others may not agree with that.  That way you'll get unknown
users and unknown accounts removed from the mailbox permissions as well.

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2003 3:43 PM
To: Exchange Discussions
Subject: PFINFO Question


Has anyone ever used PFINFO and PFADMT.txt to remove invalid DNs from
Public Folders?  I would like to write a macro to remove the DNs from
the PFAdmin file and was wondering if anyone has ever done this.  I have
to clean up our Exchange 5.5 environment in preparation for Exchange
2000 but we have over 2 Public Folders.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang
=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang
=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: PFINFO Question

2003-08-14 Thread Hatley, Ken
I have been doing some testing with the PFADMIN for removing the DNs and also adding 
an account with all access.  I wrote a macro that would delete the cells that started 
with /O and the permissions cell to the right of it and then add and account with all 
permissions at the end of every line of the PDADMDAT.TXT file.  To my 
surprise...PFADMIN appends the permissions...I was thinking I have seen several times 
that PFADMIN overwrites all permissions and that is why you have to be so careful with 
it.  I am so confused now, I have even been working with a MS consultant that told me 
the same thing.  Now he send me this article 
http://support.microsoft.com/default.aspx?scid=kb;en-us;188629.  Telling me 
permissions are not removed unless you use the remove option.  Now another problem, I 
have an admin in London doing some testing because I do not have access to a test 
environment today but he is having issues with using the REMOVE option to get rid of 
the DNs...says it is hanging.  So I am aback to square one on how to remove the 
orphaned ACLs, but I guess if this is all true it should be rather simple to append 
one account to all folders.  Haven't any of you guys ever had to deal with this?

 -Original Message-
From:   Ed Crowley [mailto:[EMAIL PROTECTED] 
Sent:   Thursday, August 07, 2003 12:39 AM
To: Exchange Discussions
Subject:RE: PFINFO Question

I deliberately chose not to comment on that suggestion. 

Ed Crowley MCSE+I MVP
There are seldom good technological solutions to behavioral problems.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: Monday, August 04, 2003 10:03 PM
To: Exchange Discussions
Subject: RE: PFINFO Question

I know I can use PFINFO and PFADMIN, I am asking if you agree with the
Karen's solution and if not is there any automated ways to get rid of the
invalid DNs?

 -Original Message-
From:   Ed Crowley [mailto:[EMAIL PROTECTED] 
Sent:   Monday, August 04, 2003 11:00 PM
To: Exchange Discussions
Subject:RE: PFINFO Question

You can use PFINFO and PFADMIN to do this, yes.

Ed Crowley MCSE+I MVP
Protecting the world from PSTs and bricked backups.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: Monday, August 04, 2003 3:05 PM
To: Exchange Discussions
Subject: RE: PFINFO Question

Does anyone else agree or disagree?

 -Original Message-
From:   Dryden, Karen [mailto:[EMAIL PROTECTED] 
Sent:   Monday, August 04, 2003 4:09 PM
To: Exchange Discussions
Subject:RE: PFINFO Question

Just use ds/is consistency adj in 5.5 and choose to fix all inconsistencies.
I would select all but the reset the home server...
option, but others may not agree with that.  That way you'll get unknown
users and unknown accounts removed from the mailbox permissions as well.

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2003 3:43 PM
To: Exchange Discussions
Subject: PFINFO Question


Has anyone ever used PFINFO and PFADMT.txt to remove invalid DNs from Public
Folders?  I would like to write a macro to remove the DNs from the PFAdmin
file and was wondering if anyone has ever done this.  I have to clean up our
Exchange 5.5 environment in preparation for Exchange 2000 but we have over
2 Public Folders.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang
=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang
=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang
=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang
=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin

PFINFO Question

2003-08-04 Thread Hatley, Ken
Has anyone ever used PFINFO and PFADMT.txt to remove invalid DNs from Public Folders?  
I would like to write a macro to remove the DNs from the PFAdmin file and was 
wondering if anyone has ever done this.  I have to clean up our Exchange 5.5 
environment in preparation for Exchange 2000 but we have over 2 Public Folders.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: PFINFO Question

2003-08-04 Thread Hatley, Ken
Does anyone else agree or disagree?

 -Original Message-
From:   Dryden, Karen [mailto:[EMAIL PROTECTED] 
Sent:   Monday, August 04, 2003 4:09 PM
To: Exchange Discussions
Subject:RE: PFINFO Question

Just use ds/is consistency adj in 5.5 and choose to fix all
inconsistencies.  I would select all but the reset the home server...
option, but others may not agree with that.  That way you'll get unknown
users and unknown accounts removed from the mailbox permissions as well.

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 04, 2003 3:43 PM
To: Exchange Discussions
Subject: PFINFO Question


Has anyone ever used PFINFO and PFADMT.txt to remove invalid DNs from
Public Folders?  I would like to write a macro to remove the DNs from
the PFAdmin file and was wondering if anyone has ever done this.  I have
to clean up our Exchange 5.5 environment in preparation for Exchange
2000 but we have over 2 Public Folders.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


Public Folders

2003-07-23 Thread Hatley, Ken
Does anyone know of an automated solution to cleanup the ACLs within a 5.5 Public 
Folder tree.  I am referring to the DN's that are left behind when someone is removed 
from the directory.   I am having issues with a Public Folder assessment I am doing in 
preparation for E2K migration.  I am creating an Access DB with all of the PFINFO data 
and many of the permissions columns are more characters than Access can handle and 
think that getting rid of the DN's will significantly reduce my problem.  The cleanup 
will also help the syncs that we are going to need to do.

Thanks for any suggestions.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


PFINFO-duplicates

2003-07-21 Thread Hatley, Ken

Hey guys I have an International org with multiple sites and I am doing some 
assessment work in preparation for Exchange 2000.  When I ran PFINFO in one of my 
sites I got duplicates on about 90% of the public folders, any idea as to what could 
cause and what I should look at.  I have not seen this on any of my other sites.  

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: PFINFO-duplicates

2003-07-21 Thread Hatley, Ken
A little more info, the dups are only under one hierarchy of folders and I do not see 
them when looking via MAPI

 -Original Message-
From:   Hatley, Ken  
Sent:   Monday, July 21, 2003 11:05 AM
To: Exchange Discussions
Subject:PFINFO-duplicates


Hey guys I have an International org with multiple sites and I am doing some 
assessment work in preparation for Exchange 2000.  When I ran PFINFO in one of my 
sites I got duplicates on about 90% of the public folders, any idea as to what could 
cause and what I should look at.  I have not seen this on any of my other sites.  

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


PFINFO question

2003-06-23 Thread Hatley, Ken
Does anyone know exactly what permissions are needed to run PFINFO without logging any 
errors.  I am running it on a international org with multiple sites...I am SA admin on 
all of the sites and configs that contain PF servers but I am still getting thousands 
of errors.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: PFINFO question

2003-06-23 Thread Hatley, Ken
Errors are logged in the PFINFO.log preceded by getting folder properties: Error 
E_FAIL - Unknown Failure... Yes I saw that article, but I don't think that is my 
problem...I did see the one on Address book views, and I did have Outlook Address Book 
in the profile.  I am rerunning it right now to see if that is my problem.  I know it 
recommends running in each Site but that would be a major pain since there I have so 
many Sites.  Does anyone know what the minimum is for permissions to run PFINFO 
though.  It says in the readme that you must be Service Account Admin, but it does not 
specify where they need to be set.  I will have trouble getting access to the Org if I 
need that.

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 3:05 PM
To: Exchange Discussions
Subject:RE: PFINFO question

Have you seen this article:

http://support.microsoft.com/?scid=328880

What errors exactly are you getting?

k



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 20:57
To: Exchange Discussions
Subject: PFINFO question


Does anyone know exactly what permissions are needed to run PFINFO
without logging any errors.  I am running it on a international org with
multiple sites...I am SA admin on all of the sites and configs that
contain PF servers but I am still getting thousands of errors.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: PFINFO question

2003-06-23 Thread Hatley, Ken
Yes it is

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 3:22 PM
To: Exchange Discussions
Subject:RE: PFINFO question

Is this Org completley 5.5?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 21:13
To: Exchange Discussions
Subject: RE: PFINFO question


Errors are logged in the PFINFO.log preceded by getting folder
properties: Error E_FAIL - Unknown Failure... Yes I saw that article,
but I don't think that is my problem...I did see the one on Address book
views, and I did have Outlook Address Book in the profile.  I am
rerunning it right now to see if that is my problem.  I know it
recommends running in each Site but that would be a major pain since
there I have so many Sites.  Does anyone know what the minimum is for
permissions to run PFINFO though.  It says in the readme that you must
be Service Account Admin, but it does not specify where they need to be
set.  I will have trouble getting access to the Org if I need that.

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 3:05 PM
To: Exchange Discussions
Subject:RE: PFINFO question

Have you seen this article:

http://support.microsoft.com/?scid=328880

What errors exactly are you getting?

k



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 20:57
To: Exchange Discussions
Subject: PFINFO question


Does anyone know exactly what permissions are needed to run PFINFO
without logging any errors.  I am running it on a international org with
multiple sites...I am SA admin on all of the sites and configs that
contain PF servers but I am still getting thousands of errors.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: PFINFO question

2003-06-23 Thread Hatley, Ken
No, we are trying to do a cleanup and I have to put together documentation on what we 
have before migrating to Ex2000.  We have a custom coded application that will do 1way 
or 2 way syncs until the migration is complete.  

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 3:48 PM
To: Exchange Discussions
Subject:RE: PFINFO question

Are you doing this to get all the permissions and then to import it
again into another org or and upgrade of you 5.5 org?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 21:37
To: Exchange Discussions
Subject: RE: PFINFO question


Yes it is

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 3:22 PM
To: Exchange Discussions
Subject:RE: PFINFO question

Is this Org completley 5.5?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 21:13
To: Exchange Discussions
Subject: RE: PFINFO question


Errors are logged in the PFINFO.log preceded by getting folder
properties: Error E_FAIL - Unknown Failure... Yes I saw that article,
but I don't think that is my problem...I did see the one on Address book
views, and I did have Outlook Address Book in the profile.  I am
rerunning it right now to see if that is my problem.  I know it
recommends running in each Site but that would be a major pain since
there I have so many Sites.  Does anyone know what the minimum is for
permissions to run PFINFO though.  It says in the readme that you must
be Service Account Admin, but it does not specify where they need to be
set.  I will have trouble getting access to the Org if I need that.

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 3:05 PM
To: Exchange Discussions
Subject:RE: PFINFO question

Have you seen this article:

http://support.microsoft.com/?scid=328880

What errors exactly are you getting?

k



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 20:57
To: Exchange Discussions
Subject: PFINFO question


Does anyone know exactly what permissions are needed to run PFINFO
without logging any errors.  I am running it on a international org with
multiple sites...I am SA admin on all of the sites and configs that
contain PF servers but I am still getting thousands of errors.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: PFINFO question

2003-06-23 Thread Hatley, Ken
I am most concerned with one site that has about 2 public folders.  All of the 
folders are on 2 servers and I have confirmed my access to that site.  I do not have a 
mailbox in that site, howerver.  I know it asks for a profile for the mapi connection 
but I know I can traverse sites...so I should not be having issues???

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 4:01 PM
To: Exchange Discussions
Subject:RE: PFINFO question

How many sites?  Would it be a big job to try and connect to at least
one server in each site to check the permissions of the account you are
using?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 21:50
To: Exchange Discussions
Subject: RE: PFINFO question


No, we are trying to do a cleanup and I have to put together
documentation on what we have before migrating to Ex2000.  We have a
custom coded application that will do 1way or 2 way syncs until the
migration is complete.  

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 3:48 PM
To: Exchange Discussions
Subject:RE: PFINFO question

Are you doing this to get all the permissions and then to import it
again into another org or and upgrade of you 5.5 org?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 21:37
To: Exchange Discussions
Subject: RE: PFINFO question


Yes it is

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 3:22 PM
To: Exchange Discussions
Subject:RE: PFINFO question

Is this Org completley 5.5?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 21:13
To: Exchange Discussions
Subject: RE: PFINFO question


Errors are logged in the PFINFO.log preceded by getting folder
properties: Error E_FAIL - Unknown Failure... Yes I saw that article,
but I don't think that is my problem...I did see the one on Address book
views, and I did have Outlook Address Book in the profile.  I am
rerunning it right now to see if that is my problem.  I know it
recommends running in each Site but that would be a major pain since
there I have so many Sites.  Does anyone know what the minimum is for
permissions to run PFINFO though.  It says in the readme that you must
be Service Account Admin, but it does not specify where they need to be
set.  I will have trouble getting access to the Org if I need that.

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 3:05 PM
To: Exchange Discussions
Subject:RE: PFINFO question

Have you seen this article:

http://support.microsoft.com/?scid=328880

What errors exactly are you getting?

k



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 20:57
To: Exchange Discussions
Subject: PFINFO question


Does anyone know exactly what permissions are needed to run PFINFO
without logging any errors.  I am running it on a international org with
multiple sites...I am SA admin on all of the sites and configs that
contain PF servers but I am still getting thousands of errors.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin

RE: PFINFO question

2003-06-23 Thread Hatley, Ken
That one is the bulk of the PF's for that Org and I have confirmed that I am SA in all 
of the Sites that house PF's.  You are probably correct in that I should create a 
mailbox on the site that has the most of the folders, but I still should not be having 
a problem...I know that I had a guy run it from that site and he got quite a few 
errors as well.  I am really interested in finding what is causing the problem.  Does 
anyone else have any suggestions?

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 4:25 PM
To: Exchange Discussions
Subject:RE: PFINFO question

You'd have nothing to lose with a mailbox - mapi connection direct to
that site.  Esp. with 20,000 public folders, that's one big ACL!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 22:17
To: Exchange Discussions
Subject: RE: PFINFO question


I am most concerned with one site that has about 2 public folders.
All of the folders are on 2 servers and I have confirmed my access to
that site.  I do not have a mailbox in that site, howerver.  I know it
asks for a profile for the mapi connection but I know I can traverse
sites...so I should not be having issues???

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 4:01 PM
To: Exchange Discussions
Subject:RE: PFINFO question

How many sites?  Would it be a big job to try and connect to at least
one server in each site to check the permissions of the account you are
using?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 21:50
To: Exchange Discussions
Subject: RE: PFINFO question


No, we are trying to do a cleanup and I have to put together
documentation on what we have before migrating to Ex2000.  We have a
custom coded application that will do 1way or 2 way syncs until the
migration is complete.  

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 3:48 PM
To: Exchange Discussions
Subject:RE: PFINFO question

Are you doing this to get all the permissions and then to import it
again into another org or and upgrade of you 5.5 org?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 21:37
To: Exchange Discussions
Subject: RE: PFINFO question


Yes it is

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 3:22 PM
To: Exchange Discussions
Subject:RE: PFINFO question

Is this Org completley 5.5?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 21:13
To: Exchange Discussions
Subject: RE: PFINFO question


Errors are logged in the PFINFO.log preceded by getting folder
properties: Error E_FAIL - Unknown Failure... Yes I saw that article,
but I don't think that is my problem...I did see the one on Address book
views, and I did have Outlook Address Book in the profile.  I am
rerunning it right now to see if that is my problem.  I know it
recommends running in each Site but that would be a major pain since
there I have so many Sites.  Does anyone know what the minimum is for
permissions to run PFINFO though.  It says in the readme that you must
be Service Account Admin, but it does not specify where they need to be
set.  I will have trouble getting access to the Org if I need that.

 -Original Message-
From:   knighTslayer [mailto:[EMAIL PROTECTED] 
Sent:   Monday, June 23, 2003 3:05 PM
To: Exchange Discussions
Subject:RE: PFINFO question

Have you seen this article:

http://support.microsoft.com/?scid=328880

What errors exactly are you getting?

k



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hatley, Ken
Sent: 23 June 2003 20:57
To: Exchange Discussions
Subject: PFINFO question


Does anyone know exactly what permissions are needed to run PFINFO
without logging any errors.  I am running it on a international org with
multiple sites...I am SA admin on all of the sites and configs that
contain PF servers but I am still getting thousands of errors.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface:
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=;
lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED

RE: Script to update Outlook

2003-03-17 Thread Hatley, Ken
Microsoft said this can't be done via rundll, anyone else have any suggestions?

 -Original Message-
From:   Hatley, Ken  
Sent:   Friday, March 14, 2003 12:46 PM
To: Exchange Discussions
Subject:Script to update Outlook

Does anyone know how to automate a change to the Logon Network Security settings from 
None to NT Authentication in Outlook.  I was think that there is a rundll command line 
but can't seem to find it.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


Script to update Outlook

2003-03-14 Thread Hatley, Ken
Does anyone know how to automate a change to the Logon Network Security settings from 
None to NT Authentication in Outlook.  I was think that there is a rundll command line 
but can't seem to find it.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: Distribution List

2003-03-14 Thread Hatley, Ken
Uncheck hide membership from address book under advanced tab in admin.

 -Original Message-
From:   Smith Thomas Contr 911 SPTG/SC [mailto:[EMAIL PROTECTED] 
Sent:   Friday, March 14, 2003 1:25 PM
To: Exchange Discussions
Subject:Distribution List

We have 14 distribution list , but all users can't see who are in it. I
know that users have to have permissios to add a distribution list  to
their Outlook, but just for viewing to see who is in distribution list
shouldn't require no permissions(am i right about this). I would
appreciate your help

Thank You 

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


Public Folder access

2003-02-20 Thread Hatley, Ken

Is there a way to log the last time a public folder was accessed?   We are trying to 
clean up some folders before migrating to 2000.


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Public Folder access

2003-02-20 Thread Hatley, Ken
I am looking for more of a real time solution.  When you look at this I see that every 
folder we have has been accessed within the last 3 days and I know that is not the 
case.  I am assuming that a virus scan would trigger this as being accessed.  Maybe 
some event scripting or some other way of logging who and when?

 -Original Message-
From:   Tristan Gayford [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, February 20, 2003 10:44 AM
To: Exchange Discussions
Subject:RE: Public Folder access

 
Configuration, Servers, PF Server, Public Information Store, Public Folder
Resources

Tris

-
Tristan Gayford
Deputy Systems  Network Manager
Cranfield University at Silsoe



 
-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
Sent: 20 February 2003 16:26
To: Exchange Discussions


Is there a way to log the last time a public folder was accessed?   We are
trying to clean up some folders before migrating to 2000.


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



Directory Export - SMTP address

2003-02-06 Thread Hatley, Ken
How do you export the SMTP address without the entire DN using admin.exe to export to 
a .csv file?


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Directory Export - SMTP address

2003-02-06 Thread Hatley, Ken
It is for 55, but the only header I see is 'E-mail Addresses' and that gives the full 
DN, is there a header to just grab the SMTP address?

 -Original Message-
From:   Mellott, Bill [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, February 06, 2003 1:43 PM
To: Exchange Discussions
Subject:RE: Directory Export - SMTP address

in 55 you needed HEADER.EXE

at least thats the way I did it, Im sure there are other ways

bill

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 06, 2003 2:39 PM
To: Exchange Discussions
Subject: Directory Export - SMTP address


How do you export the SMTP address without the entire DN using admin.exe to
export to a .csv file?


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Directory Export - SMTP address

2003-02-06 Thread Hatley, Ken
No, need it with several other fields...I just did a text to columns in excel and got 
what I needed.
Thanks all.

 -Original Message-
From:   Schuessler, Bob (Efdsouth) [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, February 06, 2003 2:13 PM
To: Exchange Discussions
Subject:RE: Directory Export - SMTP address

Without knowing what the end result of the export is, would adding the
e-mail address (Internet) column to the view of the admin tool and then save
window contents get you what you need??

Bob
-Original Message-
From: Mellott, Bill [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 06, 2003 3:07 PM
To: Exchange Discussions
Subject: RE: Directory Export - SMTP address


RE:  detail of your original Q:
I do not think you can...your going to get the whole 'E-mail Addresses'
field
you could then chop it up with you favorite admin tools to extract just the
SMTP:

Im with steve I mess it up good in excel

True I find mainly 'E-mail Addresses' which has everything I tend to screw
up myself.
 now there's a 'Secondary-Proxy-Addresses' field with small 'smtp'

But I do think if you want to modify someones stuff you have to use the smtp
under 'E-mail Addresses' which in capitalized SMTP:
I believe what ever follows the SMTP: in that field will update the entries
SMTP
Note the captial SMTP is key for their default smtp address...at least thats
what my memory is telling me right now...


bill

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 06, 2003 2:52 PM
To: Exchange Discussions
Subject: RE: Directory Export - SMTP address


It is for 55, but the only header I see is 'E-mail Addresses' and that gives
the full DN, is there a header to just grab the SMTP address?

 -Original Message-
From:   Mellott, Bill [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, February 06, 2003 1:43 PM
To: Exchange Discussions
Subject:RE: Directory Export - SMTP address

in 55 you needed HEADER.EXE

at least thats the way I did it, Im sure there are other ways

bill

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 06, 2003 2:39 PM
To: Exchange Discussions
Subject: Directory Export - SMTP address


How do you export the SMTP address without the entire DN using admin.exe to
export to a .csv file?


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Way to identify shared or delegate access mailboxes

2003-01-30 Thread Hatley, Ken
What I am looking for are mailboxes like a helpdesk mailbox that multiple people have 
access to.  I need to identify these mailboxes before we migrate.  I have done every 
type of directory export that I can find and am not finding any properties that would 
help identify.

 -Original Message-
From:   Edgington, Jeff [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, January 30, 2003 5:43 AM
To: Exchange Discussions
Subject:RE: Way to identify shared or delegate access mailboxes

Mr. Hatley, actually the publicDelegates lists who had delegate rights
to the mailbox...same as whomever is listed under options-delegates in
Outlook.  I don't believe this attribute will list those people that
have been granted permissions outside the scope of delegate (like owner
via properties of mailbox-permissions inside the outlook client).



-Original Message-
From: Ed Crowley [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 5:12 PM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


See KB article 251390.  According to what I've found in MSDN, you can
get the Assoc-NT-Account, or primary Windows NT account, using ADSI, but
not other accounts that might have permissions on a mailbox.

Ed Crowley MCSE+Internet MVP kcCC+I
Tech Consultant
hp Services
Protecting the world from PSTs and Bricked Backups!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Hatley, Ken
Sent: Wednesday, January 29, 2003 1:00 PM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


Well, I was actually looking for both...the publicdelegates worked great
for finding out who has 'send on behalf of' permissions, that is step
one, now I need to know mailboxes that have extra NT permissions.

 -Original Message-
From:   Ed Crowley [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, January 29, 2003 12:52 PM
To: Exchange Discussions
Subject:RE: Way to identify shared or delegate access mailboxes

I was talking about NT permissions.  Of course, this would apply to
client permissions, which I now realize is what you were probably asking
about.

Ed Crowley MCSE+Internet MVP kcCC+I
Tech Consultant
hp Services
Protecting the world from PSTs and Bricked Backups!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Edgington, Jeff
Sent: Wednesday, January 29, 2003 10:13 AM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


g... machine crashed and strangely it sent this mail.

The attribute is 'publicDelegates'... I use perl and Net::LDAP... but
I'm sure there are many other ways get this.

jeff e.


___

hrm... if you already have AD in place.. I believe this info is in AD.

The attribute is 

-Original Message-
From: Ed Crowley [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 11:54 AM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


That can be scripted by someone who knows how.  It's a little tricky in
my experience, though.

Ed Crowley MCSE+Internet MVP kcCC+I
Tech Consultant
hp Services
Protecting the world from PSTs and Bricked Backups!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Hatley, Ken
Sent: Wednesday, January 29, 2003 9:43 AM
To: Exchange Discussions
Subject: Way to identify shared or delegate access mailboxes


Does anyone know of a way to automate a way to extract a list of
mailboxes that multiple users have access to.  We are in the process of
migrating Ex55 to 2000 and I have been asked to identify all mailboxes
that more than one user accesses.   Any suggestions would be
appreciated.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED

RE: Way to identify shared or delegate access mailboxes

2003-01-30 Thread Hatley, Ken
I wish it were that easy

 -Original Message-
From:   Jacob Jeong [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, January 30, 2003 3:54 PM
To: Exchange Discussions
Subject:RE: Way to identify shared or delegate access mailboxes

Migrate and let them come forward if they have problems  Maybe you can
clean up some of them this way.


Jake


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Hatley, Ken
Sent: Thursday, January 30, 2003 4:49 PM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes

What I am looking for are mailboxes like a helpdesk mailbox that multiple
people have access to.  I need to identify these mailboxes before we
migrate.  I have done every type of directory export that I can find and am
not finding any properties that would help identify.

 -Original Message-
From:   Edgington, Jeff [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, January 30, 2003 5:43 AM
To: Exchange Discussions
Subject:RE: Way to identify shared or delegate access mailboxes

Mr. Hatley, actually the publicDelegates lists who had delegate rights
to the mailbox...same as whomever is listed under options-delegates in
Outlook.  I don't believe this attribute will list those people that
have been granted permissions outside the scope of delegate (like owner
via properties of mailbox-permissions inside the outlook client).



-Original Message-
From: Ed Crowley [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 5:12 PM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


See KB article 251390.  According to what I've found in MSDN, you can
get the Assoc-NT-Account, or primary Windows NT account, using ADSI, but
not other accounts that might have permissions on a mailbox.

Ed Crowley MCSE+Internet MVP kcCC+I
Tech Consultant
hp Services
Protecting the world from PSTs and Bricked Backups!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Hatley, Ken
Sent: Wednesday, January 29, 2003 1:00 PM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


Well, I was actually looking for both...the publicdelegates worked great
for finding out who has 'send on behalf of' permissions, that is step
one, now I need to know mailboxes that have extra NT permissions.

 -Original Message-
From:   Ed Crowley [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, January 29, 2003 12:52 PM
To: Exchange Discussions
Subject:RE: Way to identify shared or delegate access mailboxes

I was talking about NT permissions.  Of course, this would apply to
client permissions, which I now realize is what you were probably asking
about.

Ed Crowley MCSE+Internet MVP kcCC+I
Tech Consultant
hp Services
Protecting the world from PSTs and Bricked Backups!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Edgington, Jeff
Sent: Wednesday, January 29, 2003 10:13 AM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


g... machine crashed and strangely it sent this mail.

The attribute is 'publicDelegates'... I use perl and Net::LDAP... but
I'm sure there are many other ways get this.

jeff e.


___

hrm... if you already have AD in place.. I believe this info is in AD.

The attribute is 

-Original Message-
From: Ed Crowley [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 11:54 AM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


That can be scripted by someone who knows how.  It's a little tricky in
my experience, though.

Ed Crowley MCSE+Internet MVP kcCC+I
Tech Consultant
hp Services
Protecting the world from PSTs and Bricked Backups!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Hatley, Ken
Sent: Wednesday, January 29, 2003 9:43 AM
To: Exchange Discussions
Subject: Way to identify shared or delegate access mailboxes


Does anyone know of a way to automate a way to extract a list of
mailboxes that multiple users have access to.  We are in the process of
migrating Ex55 to 2000 and I have been asked to identify all mailboxes
that more than one user accesses.   Any suggestions would be
appreciated.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED

RE: Way to identify shared or delegate access mailboxes

2003-01-30 Thread Hatley, Ken
Is anyone familiar with NTDSatrb or NTDSNoMatch?  
http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b274173


 -Original Message-
From:   Jacob Jeong [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, January 30, 2003 4:04 PM
To: Exchange Discussions
Subject:RE: Way to identify shared or delegate access mailboxes

From my previous life as a Project Manager to convert different mail systems
to Exchange.. This was the best way to get this thing
done.successfully. 


Jake


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Hatley, Ken
Sent: Thursday, January 30, 2003 4:56 PM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes

I wish it were that easy

 -Original Message-
From:   Jacob Jeong [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, January 30, 2003 3:54 PM
To: Exchange Discussions
Subject:RE: Way to identify shared or delegate access mailboxes

Migrate and let them come forward if they have problems  Maybe you can
clean up some of them this way.


Jake


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Hatley, Ken
Sent: Thursday, January 30, 2003 4:49 PM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes

What I am looking for are mailboxes like a helpdesk mailbox that multiple
people have access to.  I need to identify these mailboxes before we
migrate.  I have done every type of directory export that I can find and am
not finding any properties that would help identify.

 -Original Message-
From:   Edgington, Jeff [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, January 30, 2003 5:43 AM
To: Exchange Discussions
Subject:RE: Way to identify shared or delegate access mailboxes

Mr. Hatley, actually the publicDelegates lists who had delegate rights
to the mailbox...same as whomever is listed under options-delegates in
Outlook.  I don't believe this attribute will list those people that
have been granted permissions outside the scope of delegate (like owner
via properties of mailbox-permissions inside the outlook client).



-Original Message-
From: Ed Crowley [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 5:12 PM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


See KB article 251390.  According to what I've found in MSDN, you can
get the Assoc-NT-Account, or primary Windows NT account, using ADSI, but
not other accounts that might have permissions on a mailbox.

Ed Crowley MCSE+Internet MVP kcCC+I
Tech Consultant
hp Services
Protecting the world from PSTs and Bricked Backups!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Hatley, Ken
Sent: Wednesday, January 29, 2003 1:00 PM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


Well, I was actually looking for both...the publicdelegates worked great
for finding out who has 'send on behalf of' permissions, that is step
one, now I need to know mailboxes that have extra NT permissions.

 -Original Message-
From:   Ed Crowley [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, January 29, 2003 12:52 PM
To: Exchange Discussions
Subject:RE: Way to identify shared or delegate access mailboxes

I was talking about NT permissions.  Of course, this would apply to
client permissions, which I now realize is what you were probably asking
about.

Ed Crowley MCSE+Internet MVP kcCC+I
Tech Consultant
hp Services
Protecting the world from PSTs and Bricked Backups!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Edgington, Jeff
Sent: Wednesday, January 29, 2003 10:13 AM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


g... machine crashed and strangely it sent this mail.

The attribute is 'publicDelegates'... I use perl and Net::LDAP... but
I'm sure there are many other ways get this.

jeff e.


___

hrm... if you already have AD in place.. I believe this info is in AD.

The attribute is 

-Original Message-
From: Ed Crowley [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 11:54 AM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


That can be scripted by someone who knows how.  It's a little tricky in
my experience, though.

Ed Crowley MCSE+Internet MVP kcCC+I
Tech Consultant
hp Services
Protecting the world from PSTs and Bricked Backups!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Hatley, Ken
Sent: Wednesday, January 29, 2003 9:43 AM
To: Exchange Discussions
Subject: Way to identify shared or delegate access mailboxes


Does anyone know of a way to automate a way to extract a list of
mailboxes that multiple users have access to.  We are in the process of
migrating Ex55 to 2000

Re: Way to identify shared or delegate access mailboxes

2003-01-30 Thread Hatley, Ken
Wondering if that is what I have been looking for...I am running it right now.

Sent from my Blackberry Wireless

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



Way to identify shared or delegate access mailboxes

2003-01-29 Thread Hatley, Ken
Does anyone know of a way to automate a way to extract a list of mailboxes that 
multiple users have access to.  We are in the process of migrating Ex55 to 2000 and I 
have been asked to identify all mailboxes that more than one user accesses.   Any 
suggestions would be appreciated.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Way to identify shared or delegate access mailboxes

2003-01-29 Thread Hatley, Ken
Scripted how?  As in .csv, dir export or what?

 -Original Message-
From:   Ed Crowley [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, January 29, 2003 11:54 AM
To: Exchange Discussions
Subject:RE: Way to identify shared or delegate access mailboxes

That can be scripted by someone who knows how.  It's a little tricky in
my experience, though.

Ed Crowley MCSE+Internet MVP kcCC+I
Tech Consultant
hp Services
Protecting the world from PSTs and Bricked Backups!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Hatley, Ken
Sent: Wednesday, January 29, 2003 9:43 AM
To: Exchange Discussions
Subject: Way to identify shared or delegate access mailboxes


Does anyone know of a way to automate a way to extract a list of
mailboxes that multiple users have access to.  We are in the process of
migrating Ex55 to 2000 and I have been asked to identify all mailboxes
that more than one user accesses.   Any suggestions would be
appreciated.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Way to identify shared or delegate access mailboxes

2003-01-29 Thread Hatley, Ken
Eventually, they will be custom coded, and I am sure one of our guys can whip 
something up if I know where to look.  We have 6 orgs and the first two are manual 
migrations with PF and DL sync tools that are being coded as we speak so they can 
coexist at first.  

The delegate access mailboxes is a problem that no one thought of and I was asked to 
see if I can I identify them for the manual part of the migration.

 -Original Message-
From:   Tony Hlabse [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, January 29, 2003 12:04 PM
To: Exchange Discussions
Subject:RE: Way to identify shared or delegate access mailboxes

I wonder if one of the migration tools out there could indicate that.
Are you using one of them or strictly using MS tools/techniques.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Bendall, Paul
Sent: Wednesday, January 29, 2003 1:02 PM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


Have you had a look at MBInfo?

Regards,

Paul

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
Sent: 29 January 2003 17:56
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


Scripted how?  As in .csv, dir export or what?

 -Original Message-
From:   Ed Crowley [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, January 29, 2003 11:54 AM
To: Exchange Discussions
Subject:RE: Way to identify shared or delegate access mailboxes

That can be scripted by someone who knows how.  It's a little tricky in
my experience, though.

Ed Crowley MCSE+Internet MVP kcCC+I
Tech Consultant
hp Services
Protecting the world from PSTs and Bricked Backups!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Hatley, Ken
Sent: Wednesday, January 29, 2003 9:43 AM
To: Exchange Discussions
Subject: Way to identify shared or delegate access mailboxes


Does anyone know of a way to automate a way to extract a list of
mailboxes that multiple users have access to.  We are in the process of
migrating Ex55 to 2000 and I have been asked to identify all mailboxes
that more than one user accesses.   Any suggestions would be
appreciated.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


--
If you have received this e-mail in error or wish to read our e-mail 
disclaimer statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender.
--


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Way to identify shared or delegate access mailboxes

2003-01-29 Thread Hatley, Ken
Well, I was actually looking for both...the publicdelegates worked great for finding 
out who has 'send on behalf of' permissions, that is step one, now I need to know 
mailboxes that have extra NT permissions.

 -Original Message-
From:   Ed Crowley [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, January 29, 2003 12:52 PM
To: Exchange Discussions
Subject:RE: Way to identify shared or delegate access mailboxes

I was talking about NT permissions.  Of course, this would apply to
client permissions, which I now realize is what you were probably asking
about.

Ed Crowley MCSE+Internet MVP kcCC+I
Tech Consultant
hp Services
Protecting the world from PSTs and Bricked Backups!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Edgington, Jeff
Sent: Wednesday, January 29, 2003 10:13 AM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


g... machine crashed and strangely it sent this mail.

The attribute is 'publicDelegates'... I use perl and Net::LDAP... but
I'm sure there are many other ways get this.

jeff e.


___

hrm... if you already have AD in place.. I believe this info is in AD.

The attribute is 

-Original Message-
From: Ed Crowley [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 11:54 AM
To: Exchange Discussions
Subject: RE: Way to identify shared or delegate access mailboxes


That can be scripted by someone who knows how.  It's a little tricky in
my experience, though.

Ed Crowley MCSE+Internet MVP kcCC+I
Tech Consultant
hp Services
Protecting the world from PSTs and Bricked Backups!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Hatley, Ken
Sent: Wednesday, January 29, 2003 9:43 AM
To: Exchange Discussions
Subject: Way to identify shared or delegate access mailboxes


Does anyone know of a way to automate a way to extract a list of
mailboxes that multiple users have access to.  We are in the process of
migrating Ex55 to 2000 and I have been asked to identify all mailboxes
that more than one user accesses.   Any suggestions would be
appreciated.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



PFADMIN

2002-12-12 Thread Hatley, Ken
Is anyone familiar with PFADMIN?  I am looking for a way to systematically
add myself as an owner to all public folders in order to assess the current
environment in preparation for Exchange 2000.  I am looking at the help
files and it appears that I can at the very least write a batch file that
adds myself as an owner to each Top Level folder (there a switch to add to
all subfolders.)  My question is, will that overwrite the existing
permissions?  I want to just add myself as an owner without affecting anyone
else's ACLs.  If this does not work, does anyone have any other suggestions
or solutions?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



DL Export question

2002-11-25 Thread Hatley, Ken
I am trying to export using a csv file to gather DL information...it works
fine until I add the SMTP field, it actually works until it goes through
about 100 DLs but always stops on one particular DL.  Any idea of what can
make it stop, or how to identify what the problem  is?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: DL Export question

2002-11-25 Thread Hatley, Ken
Actually its not just the SMTP field that makes it stop on that DL, it
worked when I did Directory and alias name only, but when I try to add other
fields it fails...always on that one DL.  

I don't see anything different about this one than others.  

Where is the log file?  I looked at the eventvwr on the server but there was
nothing there.


-Original Message-
From: Hatley, Ken 
Sent: Monday, November 25, 2002 12:56 PM
To: Exchange Discussions
Subject: DL Export question

I am trying to export using a csv file to gather DL information...it works
fine until I add the SMTP field, it actually works until it goes through
about 100 DLs but always stops on one particular DL.  Any idea of what can
make it stop, or how to identify what the problem  is?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: DL Export question

2002-11-25 Thread Hatley, Ken
E-mail Addresses, again that is not the only field that makes it fail, it
appears there is a bad DN somewhere, but don't know exactly how to identify
it.  I did find some logging in the eventvwr on my local machine...I am
still doing some testing.


-Original Message-
From: Daniel Chenault [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 25, 2002 2:42 PM
To: Exchange Discussions
Subject: RE: DL Export question

How are you adding the SMTP field? What, exactly, are you typing the CSV
header file?

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 25, 2002 1:06 PM
To: Exchange Discussions
Subject: RE: DL Export question


Actually its not just the SMTP field that makes it stop on that DL, it
worked when I did Directory and alias name only, but when I try to add other
fields it fails...always on that one DL. 

I don't see anything different about this one than others. 

Where is the log file?  I looked at the eventvwr on the server but there was
nothing there.


-Original Message-
From: Hatley, Ken
Sent: Monday, November 25, 2002 12:56 PM
To: Exchange Discussions
Subject: DL Export question

I am trying to export using a csv file to gather DL information...it works
fine until I add the SMTP field, it actually works until it goes through
about 100 DLs but always stops on one particular DL.  Any idea of what can
make it stop, or how to identify what the problem  is?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: DL Export question

2002-11-25 Thread Hatley, Ken

Thanks, yeah I changed the logging to high and that seems to get rid of at
least some of the issues, I got the email address to export by doing that
and now I am trying to get members.  I sure wish there was a better way to
view the members though...has anyone written a script or anything to better
format the DNs for members of a DL export?  Excel's 65000 limitation is
going to hinder the results.

-Original Message-
From: Johansson Patrick [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 25, 2002 3:09 PM
To: Exchange Discussions
Subject: RE: DL Export question


First of all when you do the export set the logging level to high. Also make
sure that the you are logged in as for example the exchange service account
so you are sure you can read all the data. The events are recorded in the
application log on the computer that you are running exchange administrator
on. Hopefully this helps a little.

-Patrick

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 25, 2002 9:06 PM
To: Exchange Discussions
Subject: RE: DL Export question


Actually its not just the SMTP field that makes it stop on that DL, it
worked when I did Directory and alias name only, but when I try to add other
fields it fails...always on that one DL. 

I don't see anything different about this one than others. 

Where is the log file?  I looked at the eventvwr on the server but there was
nothing there.


-Original Message-
From: Hatley, Ken
Sent: Monday, November 25, 2002 12:56 PM
To: Exchange Discussions
Subject: DL Export question

I am trying to export using a csv file to gather DL information...it works
fine until I add the SMTP field, it actually works until it goes through
about 100 DLs but always stops on one particular DL.  Any idea of what can
make it stop, or how to identify what the problem  is?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: DL Export question

2002-11-25 Thread Hatley, Ken
That still does not make it very viewable, the DN's are all jumbled together
and some of the DL's have thousands of recipients.  I have written a batch
file using the output of ONDL.exe that works great for DL's that aren't
hidden, but ONDL does not work for hidden DL's.


-Original Message-
From: Tony Hlabse [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 25, 2002 3:18 PM
To: Exchange Discussions
Subject: Re: DL Export question

Then use Access to view the results.

- Original Message -
From: Hatley, Ken [EMAIL PROTECTED]
To: Exchange Discussions [EMAIL PROTECTED]
Sent: Monday, November 25, 2002 4:14 PM
Subject: RE: DL Export question



 Thanks, yeah I changed the logging to high and that seems to get rid of at
 least some of the issues, I got the email address to export by doing that
 and now I am trying to get members.  I sure wish there was a better way to
 view the members though...has anyone written a script or anything to
better
 format the DNs for members of a DL export?  Excel's 65000 limitation is
 going to hinder the results.

 -Original Message-
 From: Johansson Patrick [mailto:[EMAIL PROTECTED]]
 Sent: Monday, November 25, 2002 3:09 PM
 To: Exchange Discussions
 Subject: RE: DL Export question


 First of all when you do the export set the logging level to high. Also
make
 sure that the you are logged in as for example the exchange service
account
 so you are sure you can read all the data. The events are recorded in the
 application log on the computer that you are running exchange
administrator
 on. Hopefully this helps a little.

 -Patrick

 -Original Message-
 From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
 Sent: Monday, November 25, 2002 9:06 PM
 To: Exchange Discussions
 Subject: RE: DL Export question


 Actually its not just the SMTP field that makes it stop on that DL, it
 worked when I did Directory and alias name only, but when I try to add
other
 fields it fails...always on that one DL.

 I don't see anything different about this one than others.

 Where is the log file?  I looked at the eventvwr on the server but there
was
 nothing there.


 -Original Message-
 From: Hatley, Ken
 Sent: Monday, November 25, 2002 12:56 PM
 To: Exchange Discussions
 Subject: DL Export question

 I am trying to export using a csv file to gather DL information...it works
 fine until I add the SMTP field, it actually works until it goes through
 about 100 DLs but always stops on one particular DL.  Any idea of what can
 make it stop, or how to identify what the problem  is?

 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]

 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]

 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]

 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: DL Export question

2002-11-25 Thread Hatley, Ken
Well when I added the members field, it failed yet again.  Eventvwr shows
invalid DN string error on a specific DL, when I double click on it in
Exadmin it says object no longer available and gives me no option to delete
it...any ideas?


-Original Message-
From: Hatley, Ken 
Sent: Monday, November 25, 2002 3:21 PM
To: Exchange Discussions
Subject: RE: DL Export question

That still does not make it very viewable, the DN's are all jumbled together
and some of the DL's have thousands of recipients.  I have written a batch
file using the output of ONDL.exe that works great for DL's that aren't
hidden, but ONDL does not work for hidden DL's.


-Original Message-
From: Tony Hlabse [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 25, 2002 3:18 PM
To: Exchange Discussions
Subject: Re: DL Export question

Then use Access to view the results.

- Original Message -
From: Hatley, Ken [EMAIL PROTECTED]
To: Exchange Discussions [EMAIL PROTECTED]
Sent: Monday, November 25, 2002 4:14 PM
Subject: RE: DL Export question



 Thanks, yeah I changed the logging to high and that seems to get rid of at
 least some of the issues, I got the email address to export by doing that
 and now I am trying to get members.  I sure wish there was a better way to
 view the members though...has anyone written a script or anything to
better
 format the DNs for members of a DL export?  Excel's 65000 limitation is
 going to hinder the results.

 -Original Message-
 From: Johansson Patrick [mailto:[EMAIL PROTECTED]]
 Sent: Monday, November 25, 2002 3:09 PM
 To: Exchange Discussions
 Subject: RE: DL Export question


 First of all when you do the export set the logging level to high. Also
make
 sure that the you are logged in as for example the exchange service
account
 so you are sure you can read all the data. The events are recorded in the
 application log on the computer that you are running exchange
administrator
 on. Hopefully this helps a little.

 -Patrick

 -Original Message-
 From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
 Sent: Monday, November 25, 2002 9:06 PM
 To: Exchange Discussions
 Subject: RE: DL Export question


 Actually its not just the SMTP field that makes it stop on that DL, it
 worked when I did Directory and alias name only, but when I try to add
other
 fields it fails...always on that one DL.

 I don't see anything different about this one than others.

 Where is the log file?  I looked at the eventvwr on the server but there
was
 nothing there.


 -Original Message-
 From: Hatley, Ken
 Sent: Monday, November 25, 2002 12:56 PM
 To: Exchange Discussions
 Subject: DL Export question

 I am trying to export using a csv file to gather DL information...it works
 fine until I add the SMTP field, it actually works until it goes through
 about 100 DLs but always stops on one particular DL.  Any idea of what can
 make it stop, or how to identify what the problem  is?

 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]

 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]

 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]

 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin

RE: DL Reporting Tool

2002-11-20 Thread Hatley, Ken
It's part of our migration to Exchange 2000, we will use the information for
some initial cleanup and eventually tie into some custom coding that will
sync the DLs between the Ex55 and Ex2K environments.
-Original Message-
From: Chris Scharff [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 3:08 PM
To: Exchange Discussions
Subject: RE: DL Reporting Tool

What do you plan on doing with the information you are extracting?

 -Original Message-
 From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 20, 2002 3:05 PM
 To: Exchange Discussions

 Does anyone know of a good DL Reporting tool?  I have looked
 at Imanami, Promodag and Melia but they all have limited or
 no capabilities to report hidden DL's.  I need a way to
 report on all DL's including hidden and DLs with hide
 membership from address book selected.  I know I can do an
 admin dump, but this is a problem in that it dumps to a .csv
 file and some of these have more than 65000 characters and it
 is not the most readable format.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: DL Reporting Tool

2002-11-20 Thread Hatley, Ken
I don't know that yet, others are writing the code now...initially I just
want to be able to show reports that have owner, members, number of members,
internet\intranet enabled, smtp address, etc.  I want to use the information
to clean up the environment before moving on actually moving anything.  All
of the tools noted below handle some of this, but none of them address
hidden as far as I can tell.

-Original Message-
From: Chris Scharff [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 3:16 PM
To: Exchange Discussions
Subject: RE: DL Reporting Tool

And what format would you like the data in to be able to facilitate cleanup
and tying into the sync code?

 -Original Message-
 From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 20, 2002 3:15 PM
 To: Exchange Discussions

 It's part of our migration to Exchange 2000, we will use the
 information for some initial cleanup and eventually tie into
 some custom coding that will sync the DLs between the Ex55
 and Ex2K environments.
 -Original Message-
 From: Chris Scharff [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 20, 2002 3:08 PM
 To: Exchange Discussions
 Subject: RE: DL Reporting Tool

 What do you plan on doing with the information you are extracting?

  -Original Message-
  From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, November 20, 2002 3:05 PM
  To: Exchange Discussions
 
  Does anyone know of a good DL Reporting tool?  I have looked at
  Imanami, Promodag and Melia but they all have limited or no
  capabilities to report hidden DL's.  I need a way to report on all
  DL's including hidden and DLs with hide membership from
 address book
  selected.  I know I can do an admin dump, but this is a problem in
  that it dumps to a .csv file and some of these have more than 65000
  characters and it is not the most readable format.

 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]

 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: DL Reporting Tool

2002-11-20 Thread Hatley, Ken
Not an attribute, but if it does not have an smtp address it is not going to
be able to send/receive to the Internet.

-Original Message-
From: Chris Scharff [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 3:24 PM
To: Exchange Discussions
Subject: RE: DL Reporting Tool

Well, the reason I asked is because I'm building a directory management tool
of sorts, but it sounds like your needs might be a bit unique
(intranet/internet enabled isn't an exchange attribute per se is it?). Not
sure of anything currently which meets your needs out there, and what I'm
building likely wouldn't either. Sorry.


 -Original Message-
 From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 20, 2002 3:23 PM
 To: Exchange Discussions

 I don't know that yet, others are writing the code
 now...initially I just want to be able to show reports that
 have owner, members, number of members, internet\intranet
 enabled, smtp address, etc.  I want to use the information to
 clean up the environment before moving on actually moving
 anything.  All of the tools noted below handle some of this,
 but none of them address hidden as far as I can tell.

 -Original Message-
 From: Chris Scharff [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 20, 2002 3:16 PM
 To: Exchange Discussions
 Subject: RE: DL Reporting Tool

 And what format would you like the data in to be able to
 facilitate cleanup and tying into the sync code?

  -Original Message-
  From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, November 20, 2002 3:15 PM
  To: Exchange Discussions
 
  It's part of our migration to Exchange 2000, we will use the
  information for some initial cleanup and eventually tie into some
  custom coding that will sync the DLs between the Ex55 and Ex2K
  environments.
  -Original Message-
  From: Chris Scharff [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, November 20, 2002 3:08 PM
  To: Exchange Discussions
  Subject: RE: DL Reporting Tool
 
  What do you plan on doing with the information you are extracting?
 
   -Original Message-
   From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, November 20, 2002 3:05 PM
   To: Exchange Discussions
  
   Does anyone know of a good DL Reporting tool?  I have looked at
   Imanami, Promodag and Melia but they all have limited or no
   capabilities to report hidden DL's.  I need a way to
 report on all
   DL's including hidden and DLs with hide membership from
  address book
   selected.  I know I can do an admin dump, but this is a
 problem in
   that it dumps to a .csv file and some of these have more
 than 65000
   characters and it is not the most readable format.
 
  _
  List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
  Archives:   http://www.swynk.com/sitesearch/search.asp
  To unsubscribe: mailto:[EMAIL PROTECTED]
  Exchange List admin:[EMAIL PROTECTED]
 
  _
  List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
  Archives:   http://www.swynk.com/sitesearch/search.asp
  To unsubscribe: mailto:[EMAIL PROTECTED]
  Exchange List admin:[EMAIL PROTECTED]
 

 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]

 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: DL Reporting Tool

2002-11-20 Thread Hatley, Ken
There are several tools, and even a res kit tool that will do this, but the
problem again is no hidden information, these use LDAP or MAPI and I think I
need something that will interface with Exchange to get hidden
information...


-Original Message-
From: Chris Scharff [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 3:45 PM
To: Exchange Discussions
Subject: RE: DL Reporting Tool

So you want something which will give you the name of the DL, the names of
the members and their associated (primary?) e-mail addresses? That wasn't
exactly what I was working on, but it'd be relatively simple... There's
actually a free tool out there somewhere which will allow you to select a DL
in the GAL and outputs the members (w/o their e-mail addresses) into a new
mail message. Slipstick has a link somewhere I think.


 -Original Message-
 From: Don Couch [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 20, 2002 3:29 PM
 To: Exchange Discussions

 Chris,

 I've been looking for something that would do something as
 simple as looking at AD and displaying groups, their members
 and their email addresses. Will your software do this?

 Don Couch
 Systems Administrator/Facilities Manager
 808-891-7915
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

 Pacific Disaster Center/East West Center 590 Lipoa Parkway
 Suite 259 Kihei, HI. 96753


 -Original Message-
 From: Chris Scharff [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 20, 2002 11:24 AM
 To: Exchange Discussions
 Subject: RE: DL Reporting Tool


 Well, the reason I asked is because I'm building a directory
 management tool of sorts, but it sounds like your needs might
 be a bit unique (intranet/internet enabled isn't an exchange
 attribute per se is it?). Not sure of anything currently
 which meets your needs out there, and what I'm building
 likely wouldn't either. Sorry.

 
  -Original Message-
  From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, November 20, 2002 3:23 PM
  To: Exchange Discussions
 
  I don't know that yet, others are writing the code
 now...initially I
  just want to be able to show reports that have owner,
 members, number
  of members, internet\intranet enabled, smtp address, etc. 
 I want to
  use the information to clean up the environment before moving on
  actually moving anything.  All of the tools noted below
 handle some of
  this, but none of them address hidden as far as I can tell.
 
  -Original Message-
  From: Chris Scharff [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, November 20, 2002 3:16 PM
  To: Exchange Discussions
  Subject: RE: DL Reporting Tool
 
  And what format would you like the data in to be able to facilitate
  cleanup and tying into the sync code?
 
   -Original Message-
   From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, November 20, 2002 3:15 PM
   To: Exchange Discussions
  
   It's part of our migration to Exchange 2000, we will use the
   information for some initial cleanup and eventually tie into some
   custom coding that will sync the DLs between the Ex55 and Ex2K
   environments.
   -Original Message-
   From: Chris Scharff [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, November 20, 2002 3:08 PM
   To: Exchange Discussions
   Subject: RE: DL Reporting Tool
  
   What do you plan on doing with the information you are extracting?
  
-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 3:05 PM
To: Exchange Discussions
   
Does anyone know of a good DL Reporting tool?  I have looked at
Imanami, Promodag and Melia but they all have limited or no
capabilities to report hidden DL's.  I need a way to
  report on all
DL's including hidden and DLs with hide membership from
   address book
selected.  I know I can do an admin dump, but this is a
  problem in
that it dumps to a .csv file and some of these have more
  than 65000
characters and it is not the most readable format.
  
   _
   List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
   Archives:   http://www.swynk.com/sitesearch/search.asp
   To unsubscribe: mailto:[EMAIL PROTECTED]
   Exchange List admin:[EMAIL PROTECTED]
  
   _
   List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
   Archives:   http://www.swynk.com/sitesearch/search.asp
   To unsubscribe: mailto:[EMAIL PROTECTED]
   Exchange List admin:[EMAIL PROTECTED]
  
 
  _
  List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
  Archives:   http://www.swynk.com/sitesearch/search.asp
  To unsubscribe: mailto:[EMAIL PROTECTED]
  Exchange List admin:[EMAIL PROTECTED

Hidden Forms

2002-11-18 Thread Hatley, Ken
Sorry if this is a dumb question...how do you edit a form that is hidden or
used as a response?  I can see a form when going through manage forms, but
when I go to choose forms I do not have access to it.



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: PF access

2002-11-07 Thread Hatley, Ken
No, Ex5.5 in preparation for migration for E2K.  I have to document
everything for cleanup prior to migration.

-Original Message-
From: Greg Deckler [mailto:greg;infonition.com]
Sent: Wednesday, November 06, 2002 5:34 PM
To: Exchange Discussions
Subject: Re: PF access

Are we talking E2K? If you get the properties of a public folder, the
Permissions tab has an Administrative rights... button. It allows pretty
detailed control over what can and cannot be done. However, in all
honesty, I do not know if this will solve your problem. There are so many
issues with public folder permissions in Exchange and so many little
details that it is almost impossible to properly manage them. They have
always been a pain from a permissions point of view. And I really do not
have the time that it would take to properly test out whether this will
meet your needs. But, if you have the time, let me know what you find out.

 I am going to be running some Public Folder assessments for forms, event
 scripting, and data types, amounts, etc.  I have been very happy with
 MicroEye's script director and have already used it for forms and scripts.
 How do you guys make sure you have an account that has access to all
public
 folders?  2 levels below the root, our users have full access to specific
 public folders and often times remove admin access.  I know we can go in
and
 manually add them through the administrator, but does anyone know of way
to
 give an account all access to all public folders without changing the
other
 acls?  And is there a good reporting tool for number and types of data
 within public folders?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]



PF access

2002-11-06 Thread Hatley, Ken
I am going to be running some Public Folder assessments for forms, event
scripting, and data types, amounts, etc.  I have been very happy with
MicroEye's script director and have already used it for forms and scripts.
How do you guys make sure you have an account that has access to all public
folders?  2 levels below the root, our users have full access to specific
public folders and often times remove admin access.  I know we can go in and
manually add them through the administrator, but does anyone know of way to
give an account all access to all public folders without changing the other
acls?  And is there a good reporting tool for number and types of data
within public folders?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]



RE: Forms and VB or any other solutions welcome

2002-10-31 Thread Hatley, Ken
Is there not a way to do a send on an open event?  That way I could add the
code to all types of forms, including contacts and appointments.


-Original Message-
From: Chris Jordan [mailto:Chris.Jordan;cmg.com]
Sent: Thursday, October 31, 2002 5:42 AM
To: Exchange Discussions
Subject: RE: Forms and VB or any other solutions welcome

Either:
 - Edit the form and add an e-mail send option in there. On re-publishing
the form, Outlook should down-load your latest version when it is needed.
 - Push a macro out to everyone using Outlook. This will be called on a Send
event. This will check the form name that is being sent - and send you an
e-mail if it is a certain one.

BUT !!
 - The form might be used for reading, rather than for sending.
 - The form might not be used for 3 months, and then someone calls up the
item in their mailbox that uses it.
 - Laptops and other disconnected users might not down-load your version of
the form.

-Original Message-
From: Hatley, Ken [mailto:Ken.Hatley;bankofamerica.com]
Sent: 30 October 2002 20:16
To: Exchange Discussions
Subject: Forms and VB or any other solutions welcome




Does anyone know how I could add some VB code to a form that would email me
if it were accessed without the user seeing anything?  I am trying to clean
up forms and I did a survey and have gathered all of the information that I
can, but there a few forms that were created by people that are no longer
with the company that were not updated.  I want to make sure they are not
being used before I just get rid of them.  I would like an email to be sent
to me with the name of the form that it came from and who it was that
accessed it...is this possible?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]



Forms and VB or any other solutions welcome

2002-10-30 Thread Hatley, Ken


Does anyone know how I could add some VB code to a form that would email me
if it were accessed without the user seeing anything?  I am trying to clean
up forms and I did a survey and have gathered all of the information that I
can, but there a few forms that were created by people that are no longer
with the company that were not updated.  I want to make sure they are not
being used before I just get rid of them.  I would like an email to be sent
to me with the name of the form that it came from and who it was that
accessed it...is this possible?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]



RE: Public Folder Reporting Tool

2002-10-28 Thread Hatley, Ken
This worked great on my small Org, but when I ran it on a larger one, it
just stopped working after about 20% complete with no errors?  Any ideas?


Ken Hatley, MCSE
Messaging Consolidation
VM/Pgr. 877.500.2511
Office 972.997.9261


-Original Message-
From: Chris Jordan [mailto:Chris.Jordan;cmg.com]
Sent: Monday, October 28, 2002 8:58 AM
To: Exchange Discussions
Subject: RE: Public Folder Reporting Tool

This is NOT a good Public Folder reporting tool - but as it gets the
result in about a minute, it could be quicker than searching for a tool on
the Internet...

Take this code, and cut and paste it into a text file with a .VBS extension.
Double click on the file. Then look in C:\Temp (or a different directory if
you change the first few lines).

'=StartOfCode
set fso = wscript.createobject(Scripting.FileSystemObject)
set folder=fso.getFolder(C:\Temp)
Set OStream = fso.CreateTextFile(C:\temp\ExchangePublicFolders.txt)
OStream.writeLine Public Folder Hieararchy
OStream.writeLine 
OStream.writeLine 
'
mySpaces = 
SUB LookThroughFolder (thisFolder)
mySpaces = mySpaces   
for each SubFolder in thisFolder
OSTream.WriteLine mySpaces  SubFolder.name
if SubFolder.folders.count  0 then
LookThroughFolder SubFolder.Folders
End if
next
mySpaces = Left(mySpaces,len(mySpaces)-5)
END SUB

set OL = GetObject(,OUTLOOK.APPLICATION)
set MAPI = OL.GetNamespace(MAPI)

'
' Step through all stores in your profile
'
MsgBox Looking for all Public Folders . . . 
for each Store in MAPI.FOLDERS
if Store.Name = Public Folders Then
LookThroughFolder (Store.Folders)
end if
Next
MsgBox Finished looking through the Public Folders.

'Now close the output file
Set OStream = Nothing
set fso = nothing
set folder=nothing
'EndOfCode=

-Original Message-
From: Hatley, Ken [mailto:Ken.Hatley;bankofamerica.com]
Sent: 25 October 2002 19:09
To: Exchange Discussions
Subject: Public Folder Reporting Tool


Does anyone know of any good PF reporting tools?  I would like to be able to
put the hierarchy into a text file and then add things like number of sub
folders and such.  Maybe a way to get ftreeinf.exe to put information into a
text file?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]



Public Folder Reporting Tool

2002-10-25 Thread Hatley, Ken
Does anyone know of any good PF reporting tools?  I would like to be able to
put the hierarchy into a text file and then add things like number of sub
folders and such.  Maybe a way to get ftreeinf.exe to put information into a
text file?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]



RE: DL information

2002-10-23 Thread Hatley, Ken
Is there a way to export the owner?  I have to associate an owner with all
of the DLs.


Ken Hatley, MCSE
Messaging Consolidation
VM/Pgr. 877.500.2511
Office 972.997.9261


-Original Message-
From: Ed Crowley [mailto:curspice;pacbell.net]
Sent: Tuesday, October 22, 2002 11:52 PM
To: Exchange Discussions
Subject: RE: DL information

In the first (and only) line of the export file, list the attributes you
want to export.  You probably want:

Display Name,Directory Name,Members

if you're exporting distribution lists, and if you're exporting users,
add the attribute Member Of (no quotes).  You can just take the first
line of any file you export and add the attributes you want to it, then
export again.

Ed Crowley MCSE+I MVP
Technical Consultant
hp Services
There are seldom good technological solutions to behavioral problems.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:bounce-exchange-94760;ls.swynk.com] On Behalf Of Hatley, Ken
Sent: Friday, October 18, 2002 11:52 AM
To: Exchange Discussions
Subject: DL information


Sorry if this is a repeat post, I first posted on the web and have not
seen it yet.  I need to gather DL information for 6 Exchange 5.5 Orgs
and was wondering if anyone knows of a good tool.  I ran the extract in
the administrative console, but that only gives Alias, SMTP, and basic
information.  I am about to whip up a batch file that runs ONDL in the
BORK to extract the members and numbers of members by plugging in the
Aliases from the extract, but was wondering if anyone has a better
solution.  I am also supposed to get the owner of the DL, but I have not
come up with an automated solution for that yet.  Any suggestions would
be appreciated.


Ken Hatley, MCSE
Messaging Consolidation
VM/Pgr. 877.500.2511
Office 972.997.9261



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]



RE: DL information

2002-10-23 Thread Hatley, Ken
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q169761
if anyone is interested


Ken Hatley, MCSE
Messaging Consolidation
VM/Pgr. 877.500.2511
Office 972.997.9261


-Original Message-
From: Chris Scharff [mailto:chris_scharff;messageone.com]
Sent: Wednesday, October 23, 2002 1:14 PM
To: Exchange Discussions
Subject: RE: DL information

Yes.

 -Original Message-
 From: Hatley, Ken [mailto:Ken.Hatley;bankofamerica.com]
 Sent: Wednesday, October 23, 2002 12:15 PM
 To: Exchange Discussions
 Subject: RE: DL information


 Is there a way to export the owner?  I have to associate an
 owner with all of the DLs.

 
 Ken Hatley, MCSE
 Messaging Consolidation
 VM/Pgr. 877.500.2511
 Office 972.997.9261


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]



client connection question

2002-10-23 Thread Hatley, Ken
Is it possible to set up Outlook to connect to two different mailboxes in
different Orgs at the same time?  I need to be able to switch back and forth
and it is a pain to have to change the profile each timeor maybe a
utility to change on the fly.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]



RE: Identifying old mailboxes

2002-08-08 Thread Hatley, Ken

I was thinking for a month straight ever night...I just made that
recommendation.  With 10 users you have many on vacation!

-
Ken Hatley, MCSE
Messaging Consolidation
VM/Pgr. 877.500.2511
Office 972.997.9261


 -Original Message-
From:   Dale Geoffrey Edwards [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, August 08, 2002 3:33 PM
To: Exchange Discussions
Subject:RE: Identifying old mailboxes

So then you run the report before the manual real-time scan runs.  Do that 2
weeks in a row and compare the reports to see if the AD/NT accounts change,
or if the service account you use for you're AV is still there.  That would
show you that someone had not logged into that mailbox for at least a week.

Geoff...


-Original Message-
From: Stevens, Dave [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 08, 2002 4:22 PM
To: Exchange Discussions
Subject: RE: Identifying old mailboxes


The reason that does not work for me either is due to a manual anti-virus
scan every Sunday...I perform a mapi/avapi scan for message body viruses
that would not be detected in the real time scan.  This screws up the last
logged in/access time/date.

-Original Message-
From: Dale Geoffrey Edwards [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 08, 2002 4:11 PM
To: Exchange Discussions
Subject: RE: Identifying old mailboxes


You can use Mailbox Resources, which will show what account logged on and
the time/date of logon and logoff (if this is the information you are
looking for).  I use it monthly for my 13 Exchange Servers to do a nice
little spreadsheet that my Manager and the Regional Analysts absolutely
love.

Geoff...

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 08, 2002 12:58 PM
To: Exchange Discussions
Subject: Identifying old mailboxes


In preparation for Exchange 2000, we must find a way to identify old
mailboxes. Is there a way to automate a process to identify the last time
the primary NT account accessed a mailbox? I know you can see last accessed
in a general sense, but scanmail and other nightly processes skew this
information.  

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Identifying old mailboxes

2002-08-08 Thread Hatley, Ken

Does anyone have a way to automate this, with 100s of servers, it is not
feasible to do this on each and every server.  If we can automate it, we
could run it during the evening before scan mail runsbut I need a fast
automated solution.  Please let me know if you guys have any ideas.

 -Original Message-
From:   Hatley, Ken  
Sent:   Thursday, August 08, 2002 3:32 PM
To: Exchange Discussions
Subject:RE: Identifying old mailboxes

I was thinking for a month straight ever night...I just made that
recommendation.  With 10 users you have many on vacation!

-
Ken Hatley, MCSE
Messaging Consolidation
VM/Pgr. 877.500.2511
Office 972.997.9261


 -Original Message-
From:   Dale Geoffrey Edwards [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, August 08, 2002 3:33 PM
To: Exchange Discussions
Subject:RE: Identifying old mailboxes

So then you run the report before the manual real-time scan runs.  Do that 2
weeks in a row and compare the reports to see if the AD/NT accounts change,
or if the service account you use for you're AV is still there.  That would
show you that someone had not logged into that mailbox for at least a week.

Geoff...


-Original Message-
From: Stevens, Dave [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 08, 2002 4:22 PM
To: Exchange Discussions
Subject: RE: Identifying old mailboxes


The reason that does not work for me either is due to a manual anti-virus
scan every Sunday...I perform a mapi/avapi scan for message body viruses
that would not be detected in the real time scan.  This screws up the last
logged in/access time/date.

-Original Message-
From: Dale Geoffrey Edwards [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 08, 2002 4:11 PM
To: Exchange Discussions
Subject: RE: Identifying old mailboxes


You can use Mailbox Resources, which will show what account logged on and
the time/date of logon and logoff (if this is the information you are
looking for).  I use it monthly for my 13 Exchange Servers to do a nice
little spreadsheet that my Manager and the Regional Analysts absolutely
love.

Geoff...

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 08, 2002 12:58 PM
To: Exchange Discussions
Subject: Identifying old mailboxes


In preparation for Exchange 2000, we must find a way to identify old
mailboxes. Is there a way to automate a process to identify the last time
the primary NT account accessed a mailbox? I know you can see last accessed
in a general sense, but scanmail and other nightly processes skew this
information.  

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



Identifying your Exchange Org

2002-05-30 Thread Hatley, Ken

In preparation for Exchange 2000 migration, we have created an online survey
to help identify what Exchange 5.5 applications need to be migrated and
gather contact information to help expedite the planning.  The survey starts
by asking you to click on your Exchange Organization, but we are worried
that people will not know which one they belong.  I had an idea to create
some way for them to click on a button and tell them which Org that they
belong to.  I was thinking we could run some VB script that identifies their
Exchange Server by looking at their registry and comparing a list of known
servers.  Does this sound like it is feasible?  Anyone ever had to do
anything like this?  Anyone have any sample code to assist if this seems
like the right way to go?

-
Ken Hatley, MCSE
Messaging Consolidation
972.997.9261
page [EMAIL PROTECTED] 
or 888.262.2337 pin 1112859


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Identifying your Exchange Org

2002-05-30 Thread Hatley, Ken

Yes, I tried that, they did not want to have them type anything in

 -Original Message-
From:   Chris Scharff [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, May 30, 2002 10:37 AM
To: Exchange Discussions
Subject:RE: Identifying your Exchange Org

Is this for an internal BofA migration? If so, why not have the users enter
their e-mail address and you can determine their org for them.

 -Original Message-
 From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, May 30, 2002 10:32 AM
 To: Exchange Discussions
 Subject: Identifying your Exchange Org
 
 
 In preparation for Exchange 2000 migration, we have created 
 an online survey to help identify what Exchange 5.5 
 applications need to be migrated and gather contact 
 information to help expedite the planning.  The survey starts 
 by asking you to click on your Exchange Organization, but we 
 are worried that people will not know which one they belong.  
 I had an idea to create some way for them to click on a 
 button and tell them which Org that they belong to.  I was 
 thinking we could run some VB script that identifies their 
 Exchange Server by looking at their registry and comparing a 
 list of known servers.  Does this sound like it is feasible?  
 Anyone ever had to do anything like this?  Anyone have any 
 sample code to assist if this seems like the right way to go?
 
 -
 Ken Hatley, MCSE
 Messaging Consolidation
 972.997.9261
 page [EMAIL PROTECTED] 
 or 888.262.2337 pin 1112859
 
 
 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]
 

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Identifying your Exchange Org

2002-05-30 Thread Hatley, Ken

Problem is that not all of the orgs are designed the same and some Ids are
alias and some are not, I think you are right though, I was trying to pull
the data from another directory that the bank maintains and the data is hit
or miss on the different fields.  I will try to get approval to have them
enter smtp addresses and return the org...thanks.


 -Original Message-
From:   Chris Scharff [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, May 30, 2002 10:49 AM
To: Exchange Discussions
Subject:RE: Identifying your Exchange Org

If you have more than 1 exchange org, unless the users are taking this
survey via e-mail, I think entering their e-mail address will be the most
accurate method for collecting data. Otherwise, I don't think there's any
way to be sure that the person filling out the survey on a particular
machine matches a particular server specified in an Outlook profile...
Especially in the case of people like bank tellers who tend to not have a
workstation assigned specifically to them... At least in my experience.

 -Original Message-
 From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, May 30, 2002 10:44 AM
 To: Exchange Discussions
 Subject: RE: Identifying your Exchange Org
 
 
 Yes, I tried that, they did not want to have them type anything in
 
  -Original Message-
 From: Chris Scharff [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, May 30, 2002 10:37 AM
 To:   Exchange Discussions
 Subject:  RE: Identifying your Exchange Org
 
 Is this for an internal BofA migration? If so, why not have 
 the users enter their e-mail address and you can determine 
 their org for them.
 
  -Original Message-
  From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, May 30, 2002 10:32 AM
  To: Exchange Discussions
  Subject: Identifying your Exchange Org
  
  
  In preparation for Exchange 2000 migration, we have created
  an online survey to help identify what Exchange 5.5 
  applications need to be migrated and gather contact 
  information to help expedite the planning.  The survey starts 
  by asking you to click on your Exchange Organization, but we 
  are worried that people will not know which one they belong.  
  I had an idea to create some way for them to click on a 
  button and tell them which Org that they belong to.  I was 
  thinking we could run some VB script that identifies their 
  Exchange Server by looking at their registry and comparing a 
  list of known servers.  Does this sound like it is feasible?  
  Anyone ever had to do anything like this?  Anyone have any 
  sample code to assist if this seems like the right way to go?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Forms Assessment

2002-03-20 Thread Hatley, Ken

Here's another related question...anyone know of way to identify forms that
are in public folders but not registered in the Eforms Library without
looking at each and every public folder one by one.   Pfinfo does not show
forms


 -Original Message-
From:   Thomas Di Nardo [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, March 19, 2002 3:43 PM
To: Exchange Discussions
Subject:RE: Forms Assessment

I know you already have the answer, but just in case someone else is
looking to do it, take a look at Q258959. If you save a copy of the
forms to a folder you should be able to accomplish the task using
mdbvu32.exe.

Tom.
 
-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, March 19, 2002 12:51 PM
To: Exchange Discussions
Subject: RE: Forms Assessment

I wasn't asking how to back them up I wanted to export the list to a
file so
I didn't have to go through and manually do it...it is already done
though
thanks.

 -Original Message-
From:   Soysal, Serdar [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, March 19, 2002 11:41 AM
To: Exchange Discussions
Subject:RE: Forms Assessment

I can't believe that MCS doesn't know how to backup forms.  You can
achieve
what you want very easily.  It's in Outlook, Options, Other...

Serdar Soysal


-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, March 13, 2002 3:42 PM
To: Exchange Discussions
Subject: RE: Forms Assessment


I was not intending to be sarcastic.  I am working with MCS now, and
they
didn't know how to do it...I was trying to find out if any of you guys
knew
how before I started a very long and tedious process of manually
collecting
the information.


 -Original Message-
From:   Thomas Di Nardo [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, March 12, 2002 3:08 PM
To: Exchange Discussions
Subject:RE: Forms Assessment

If you want a faster response, call PSS.

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, March 12, 2002 3:42 PM
To: Exchange Discussions
Subject: RE: Forms Assessment

Does no one know how to do this or was this a dumb question?

-Original Message-
From: Hatley, Ken 
Sent: Tuesday, March 12, 2002 9:59 AM
To: Exchange Discussions
Subject: Forms Assessment


Is there a way to export all of the organizational form data and or
information?  At the very least I would like to be able to extract all
of
the names of the forms so I can go in manually and add information, but
would like to be able to quickly download all of the forms for quicker
access.  Any help would be appreciated.  I have hundreds of forms that I
need to gather information on in preperation for Ex2K.

thanks
Ken

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp

RE: Forms Assessment

2002-03-20 Thread Hatley, Ken

If anyone is interested, I was sent this offline and it is absolutely
perfect for what I am doing...
We use Script Director from MicroEye http://www.microeye.com/ . Highly
recommended.

-
Ken Hatley, MCSE
Messaging Consolidation
972.997.9261
page [EMAIL PROTECTED] 
or 888.262.2337 pin 1112859

 -Original Message-
From:   Hatley, Ken  
Sent:   Wednesday, March 20, 2002 11:15 AM
To: Exchange Discussions
Subject:RE: Forms Assessment

Here's another related question...anyone know of way to identify forms that
are in public folders but not registered in the Eforms Library without
looking at each and every public folder one by one.   Pfinfo does not show
forms


 -Original Message-
From:   Thomas Di Nardo [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, March 19, 2002 3:43 PM
To: Exchange Discussions
Subject:RE: Forms Assessment

I know you already have the answer, but just in case someone else is
looking to do it, take a look at Q258959. If you save a copy of the
forms to a folder you should be able to accomplish the task using
mdbvu32.exe.

Tom.
 
-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, March 19, 2002 12:51 PM
To: Exchange Discussions
Subject: RE: Forms Assessment

I wasn't asking how to back them up I wanted to export the list to a
file so
I didn't have to go through and manually do it...it is already done
though
thanks.

 -Original Message-
From:   Soysal, Serdar [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, March 19, 2002 11:41 AM
To: Exchange Discussions
Subject:RE: Forms Assessment

I can't believe that MCS doesn't know how to backup forms.  You can
achieve
what you want very easily.  It's in Outlook, Options, Other...

Serdar Soysal


-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, March 13, 2002 3:42 PM
To: Exchange Discussions
Subject: RE: Forms Assessment


I was not intending to be sarcastic.  I am working with MCS now, and
they
didn't know how to do it...I was trying to find out if any of you guys
knew
how before I started a very long and tedious process of manually
collecting
the information.


 -Original Message-
From:   Thomas Di Nardo [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, March 12, 2002 3:08 PM
To: Exchange Discussions
Subject:RE: Forms Assessment

If you want a faster response, call PSS.

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, March 12, 2002 3:42 PM
To: Exchange Discussions
Subject: RE: Forms Assessment

Does no one know how to do this or was this a dumb question?

-Original Message-
From: Hatley, Ken 
Sent: Tuesday, March 12, 2002 9:59 AM
To: Exchange Discussions
Subject: Forms Assessment


Is there a way to export all of the organizational form data and or
information?  At the very least I would like to be able to extract all
of
the names of the forms so I can go in manually and add information, but
would like to be able to quickly download all of the forms for quicker
access.  Any help would be appreciated.  I have hundreds of forms that I
need to gather information on in preperation for Ex2K.

thanks
Ken

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED

importing organiztional forms

2002-03-13 Thread Hatley, Ken

Anyone know a way to import all organizational forms at once?



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Forms Assessment

2002-03-13 Thread Hatley, Ken

I was not intending to be sarcastic.  I am working with MCS now, and they
didn't know how to do it...I was trying to find out if any of you guys knew
how before I started a very long and tedious process of manually collecting
the information.


 -Original Message-
From:   Thomas Di Nardo [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, March 12, 2002 3:08 PM
To: Exchange Discussions
Subject:RE: Forms Assessment

If you want a faster response, call PSS.

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, March 12, 2002 3:42 PM
To: Exchange Discussions
Subject: RE: Forms Assessment

Does no one know how to do this or was this a dumb question?

-Original Message-
From: Hatley, Ken 
Sent: Tuesday, March 12, 2002 9:59 AM
To: Exchange Discussions
Subject: Forms Assessment


Is there a way to export all of the organizational form data and or
information?  At the very least I would like to be able to extract all
of
the names of the forms so I can go in manually and add information, but
would like to be able to quickly download all of the forms for quicker
access.  Any help would be appreciated.  I have hundreds of forms that I
need to gather information on in preperation for Ex2K.

thanks
Ken

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



Forms Assessment

2002-03-12 Thread Hatley, Ken

Is there a way to export all of the organizational form data and or
information?  At the very least I would like to be able to extract all of
the names of the forms so I can go in manually and add information, but
would like to be able to quickly download all of the forms for quicker
access.  Any help would be appreciated.  I have hundreds of forms that I
need to gather information on in preperation for Ex2K.

thanks
Ken

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Forms Assessment

2002-03-12 Thread Hatley, Ken

Does no one know how to do this or was this a dumb question?

-Original Message-
From: Hatley, Ken 
Sent: Tuesday, March 12, 2002 9:59 AM
To: Exchange Discussions
Subject: Forms Assessment


Is there a way to export all of the organizational form data and or
information?  At the very least I would like to be able to extract all of
the names of the forms so I can go in manually and add information, but
would like to be able to quickly download all of the forms for quicker
access.  Any help would be appreciated.  I have hundreds of forms that I
need to gather information on in preperation for Ex2K.

thanks
Ken

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: need to export Ex Org info

2002-02-20 Thread Hatley, Ken

Exmap is for Exchange 2000, I need it for Exchange 5.5.I have already
done most of this by going in manually.  Now I must dig in and find any and
all applications in the entire enterprise that touches these servers!
Anyone ever had to do this, any words of wisdom to help my endeavor?   I am
getting admin rights on all of the servers to look at services, DB sizes
etc, along with remote access to all of the servers.  I already have a
minimum of view admin to all of the orgs and am preparing for Pfinfo to be
run on each org.  I am needing to document all of the basic info on each
server along with DL and PF information and try to find as many forms,
gateways, applications etc.  Being that so many of our orgs have come about
by acquisitions, pretty much nothing is standard or documented
properly...wish me luck!  Again any words to the wise would also be
appreciated.

-
Ken Hatley, MCSE
Messaging Consolidation
972.997.9261
page [EMAIL PROTECTED] 
or 888.262.2337 pin 1112859

 -Original Message-
From:   Gary Aiston [mailto:[EMAIL PROTECTED]] 
Sent:   Saturday, February 09, 2002 2:21 PM
To: Exchange Discussions
Subject:RE: need to export Ex Org info

exmap

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Hatley, Ken
Sent: 08 February 2002 20:16
To: Exchange Discussions
Subject: need to export Ex Org info


Sorry if this is a repeat post, I tried using the web based tool and I don't
think it worked.  I am looking for a quick way to export Org
information...Org, Sites, and servers to start with and more granular later
if possible.  I have multiple Orgs with hundreds of Sites and Servers and
want to document everything before I proceed with a full blown application
assessment before we migrate to Ex2k.  Any suggestions would be greatly
appreciated.



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: need to export Ex Org info

2002-02-20 Thread Hatley, Ken

Topology Diagrammer tool. The Exchange Topology Diagrammer (ExMap) reads the
Active Directory and uses Microsoft Visio 2000 to draw a diagram of the
Exchange 2000 site topology. ExMap draws a simple, editable diagram showing
all sites, servers, and connectors in the Exchange 2000 organization.

We don't have Windows 2000 yet either...am I missing something?

 -Original Message-
From:   Andy David [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, February 20, 2002 10:58 AM
To: Exchange Discussions
Subject:RE: need to export Ex Org info

Exmap is for 5.5 and above.


-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 11:53 AM
To: Exchange Discussions
Subject: RE: need to export Ex Org info


Exmap is for Exchange 2000, I need it for Exchange 5.5.I have already
done most of this by going in manually.  Now I must dig in and find any and
all applications in the entire enterprise that touches these servers!
Anyone ever had to do this, any words of wisdom to help my endeavor?   I am
getting admin rights on all of the servers to look at services, DB sizes
etc, along with remote access to all of the servers.  I already have a
minimum of view admin to all of the orgs and am preparing for Pfinfo to be
run on each org.  I am needing to document all of the basic info on each
server along with DL and PF information and try to find as many forms,
gateways, applications etc.  Being that so many of our orgs have come about
by acquisitions, pretty much nothing is standard or documented
properly...wish me luck!  Again any words to the wise would also be
appreciated.

-
Ken Hatley, MCSE
Messaging Consolidation
972.997.9261
page [EMAIL PROTECTED] 
or 888.262.2337 pin 1112859

 -Original Message-
From:   Gary Aiston [mailto:[EMAIL PROTECTED]] 
Sent:   Saturday, February 09, 2002 2:21 PM
To: Exchange Discussions
Subject:RE: need to export Ex Org info

exmap

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Hatley, Ken
Sent: 08 February 2002 20:16
To: Exchange Discussions
Subject: need to export Ex Org info


Sorry if this is a repeat post, I tried using the web based tool and I don't
think it worked.  I am looking for a quick way to export Org
information...Org, Sites, and servers to start with and more granular later
if possible.  I have multiple Orgs with hundreds of Sites and Servers and
want to document everything before I proceed with a full blown application
assessment before we migrate to Ex2k.  Any suggestions would be greatly
appreciated.



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


--
The information contained in this email message is privileged and
confidential information intended only for the use of the individual or
entity to whom it is addressed.  If the reader of this message is not the
intended recipient, you are hereby notified that any dissemination,
distribution or copy of this message is strictly prohibited.  If you have
received this email in error, please immediately notify Veronis Suhler
Stevenson by telephone (212)935-4990, fax (212)381-8168, or email
([EMAIL PROTECTED]) and delete the message.  Thank you.


==


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



need to export Ex Org info

2002-02-08 Thread Hatley, Ken

Sorry if this is a repeat post, I tried using the web based tool and I don't
think it worked.  I am looking for a quick way to export Org
information...Org, Sites, and servers to start with and more granular later
if possible.  I have multiple Orgs with hundreds of Sites and Servers and
want to document everything before I proceed with a full blown application
assessment before we migrate to Ex2k.  Any suggestions would be greatly
appreciated.

 

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Internet NewsGroups

2001-11-15 Thread Hatley, Ken

Is there something I need to change on my end?  Every time certain people
mail, my rules do not get processed.  All those strange characters show up
at the bottom and it seems that every time it is coming from OWA 2000.  Mike
do you have OWA 2000?  
I do not have the option to use a public folder, so I filter by mail sent to
this list, but every time Mike sends something it does not get processed.  I
have a rule to move these to a specific folder and quit processing more
rules, I have several of these and I finally send to my 2way pager if none
of the others match specific criteria.  Not that big a deal, but when a big
thread opens up that Mike replies to, all subsequent replies go to my
pager...major pain in the arse.  What's the deal?

Ken Hatley, MCSE
972.997.9261
pager [EMAIL PROTECTED]


-Original Message-
From: Mike Carlson [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, November 15, 2001 11:34 AM
To: Exchange Discussions
Subject: RE: Internet NewsGroups

I have the NNTP service running on the Exchange box. Is it supposed to
link to that?

-Original Message- 
From: [EMAIL PROTECTED] 
Sent: Thu 11/15/2001 11:35 AM 
To: Exchange Discussions 
Cc: 
Subject: Re: Internet NewsGroups




If you are pulling stuff from a news server.  You'll know if you
are.
~
-K.Borndale
Network Administrator
Sybari Software
631.630.8569 -direct dial
631.439.0689 -fax
http://www.sybari.com
One man's ceiling is another man's floor


|+---
||  Mike Carlson   |
||  [EMAIL PROTECTED]|
||  Sent by: |
||  bounce-exchange-148870@ls|
||  .swynk.com   |
||   |
||   |
||  11/14/2001 09:47 PM  |
||  Please respond to|
||  Exchange Discussions   |
||   |
|+---

---
|
  |
|
  |   To: Exchange Discussions [EMAIL PROTECTED]
|
  |   cc:
|
  |   Subject: Internet NewsGroups
|

---
|




What is the Internet Newsgroups Public Folder for? Just for
kicks I
tried to post something to it and said Operation Failed.

Thanks,


Mike Carlson
[EMAIL PROTECTED]
http://www.domitianx.com

Master Of The Spoon People
Keeper Of None



_
List posting FAQ:
http://www.swinc.com/resource/exch_faq.htm
Archives:
http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]






_
List posting FAQ:
http://www.swinc.com/resource/exch_faq.htm
Archives:
http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


.+--xm
,)r(ື\檆b=!6
0
৑zǚ1r,:.˛
m隊[hy\z[,)rɄZ
Zvh'+-i٢2G(

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Internet NewsGroups

2001-11-15 Thread Hatley, Ken

Does anyone know why some people's OWA 2000 are adding this type of garbeled
text?
.+--x   m
,)r(ື  \檆b=!6
0
৑zǚ1r ,:.˛
m隊[hy\z[,)rɄ Z
Zvh'+-i٢2 G(


-Original Message-
From: Mike Carlson [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, November 15, 2001 12:13 PM
To: Exchange Discussions
Subject: RE: Internet NewsGroups

I am using OWA 2k right now. I am at work and my exchange box is at
home.
 
I did get a bounce back on a message from Internet.com saying it could
not be delivered and the contents of the message was gobbly gook. I get
that on occasion.
 
Mike

-Original Message- 
From: Hatley, Ken 
Sent: Thu 11/15/2001 11:45 AM 
To: Exchange Discussions 
Cc: 
Subject: RE: Internet NewsGroups



Is there something I need to change on my end?  Every time
certain people
mail, my rules do not get processed.  All those strange
characters show up
at the bottom and it seems that every time it is coming from OWA
2000.  Mike
do you have OWA 2000? 
I do not have the option to use a public folder, so I filter by
mail sent to
this list, but every time Mike sends something it does not get
processed.  I
have a rule to move these to a specific folder and quit
processing more
rules, I have several of these and I finally send to my 2way
pager if none
of the others match specific criteria.  Not that big a deal, but
when a big
thread opens up that Mike replies to, all subsequent replies go
to my
pager...major pain in the arse.  What's the deal?

Ken Hatley, MCSE
972.997.9261
pager [EMAIL PROTECTED]


-Original Message-
From: Mike Carlson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 15, 2001 11:34 AM
To: Exchange Discussions
Subject: RE: Internet NewsGroups

I have the NNTP service running on the Exchange box. Is it
supposed to
link to that?

-Original Message-
From: [EMAIL PROTECTED]
Sent: Thu 11/15/2001 11:35 AM
To: Exchange Discussions
Cc:
Subject: Re: Internet NewsGroups
   
   


If you are pulling stuff from a news server.  You'll
know if you
are.
~
-K.Borndale
Network Administrator
Sybari Software
631.630.8569 -direct dial
631.439.0689 -fax
http://www.sybari.com
One man's ceiling is another man's floor
   
   
|+---
||  Mike Carlson   |
||  [EMAIL PROTECTED]|
||  Sent by: |
||  bounce-exchange-148870@ls|
||  .swynk.com   |
||   |
||   |
||  11/14/2001 09:47 PM  |
||  Please respond to|
||  Exchange Discussions   |
||   |
|+---
   

---

|
  |
|
  |   To: Exchange Discussions
[EMAIL PROTECTED]
|
  |   cc:
|
  |   Subject: Internet NewsGroups
|
   

---

|
   
   
   
   
What is the Internet Newsgroups Public Folder for? Just
for
kicks I
tried to post something to it and said Operation Failed.
   
Thanks,
   

Mike Carlson
[EMAIL PROTECTED]
http://www.domitianx.com
   
Master Of The Spoon People
Keeper Of None

   
   

_
List posting FAQ:
http://www.swinc.com/resource/exch_faq.htm
Archives

RE: OWA Email Format

2001-11-02 Thread Hatley, Ken

Dude change your font, it seems to be messing up my mailbox rules!



-Original Message-
From: Mike Carlson [mailto:[EMAIL PROTECTED]] 
Sent: Friday, November 02, 2001 12:33 PM
To: Exchange Discussions
Subject: OWA Email Format

How do I change the format of the email that is sent out using OWA? I
have exchange set to only send email in plain text, but when using OWA
they are not plain text.

Thanks,

Mike

.+--xm
,)敓r(캷\檆bḽ!࠶
0
�zǚ࠱r駬:.˛
m隊[hy†\z[,慴)rɄZ
Zvhࠧ+-i٢2ᴞG(

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Hotfixes for Exchange 5.5

2001-11-01 Thread Hatley, Ken

SRVINFO


-Original Message-
From: WILLIAMS,JESSICA D [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 31, 2001 4:34 PM
To: Exchange Discussions
Subject: RE: Hotfixes for Exchange 5.5

Try this
 http://home.san.rr.com/gravitystorm

-Original Message-
From: Sebastian, Didy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 30, 2001 3:21 AM
To: Exchange Discussions
Subject: Hotfixes for Exchange 5.5


Does anybody know of a way to determine how you can find out what hotfixes
have been applied to an exchange server 5.5.  I am putting together a DR
plan for our Exchange boxes and we are also migrating exchange to a new box.

Thanks in advance,
Didy

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Haiku Friday

2001-10-05 Thread Hatley, Ken

Perhaps excessive beer last night in preparation for excessive sleep...why
are you sending emails to Exchange if it's your day off?
-dumb

-Original Message-
From: Stephen Mynhier [mailto:[EMAIL PROTECTED]] 
Sent: Friday, October 05, 2001 9:33 AM
To: Exchange Discussions
Subject: Haiku Friday

I rolled out of bed.
I don't have to work today.
Why must my head hurt?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Off Topic Display IP from DOS using %???%

2001-10-04 Thread Hatley, Ken

for /f tokens=2 delims=: %a in ('ipconfig^| find IP Address') do set
IP=%a

dumb

-Original Message-
From: Van Huissteden, Adriaan [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 04, 2001 1:52 AM
To: Exchange Discussions
Subject: Off Topic Display IP from DOS using %???%

Well,

I know this can be done, but have forgotten!

From dos type echo %username% and displays User name (vanhuia)

What is it for Ip address?   echo %ip%?

Thanks


Adriaan Van Huissteden

Network Administrator
Connect Credit Union
Phone: (03) 6233 0660



DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee.  Access to this
message by anyone else is unauthorised.  If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or any
action or omission taken by you in reliance on it, is prohibited and may be
unlawful.  Please contact the sender immediately if you have received this
message in error. Thank you. 



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Off Topic Display IP from DOS using %???%

2001-10-04 Thread Hatley, Ken

Sorry there is a space in there

For.exe /f tokens=14 delims=:  %a in ('ipconfig^| find IP Address') do
set IP=%a

then %IP% is your IP

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 04, 2001 2:11 PM
To: Exchange Discussions
Subject: RE: Off Topic Display IP from DOS using %???%

for /f tokens=2 delims=: %a in ('ipconfig^| find IP Address') do set
IP=%a

dumb

-Original Message-
From: Van Huissteden, Adriaan [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 04, 2001 1:52 AM
To: Exchange Discussions
Subject: Off Topic Display IP from DOS using %???%

Well,

I know this can be done, but have forgotten!

From dos type echo %username% and displays User name (vanhuia)

What is it for Ip address?   echo %ip%?

Thanks


Adriaan Van Huissteden

Network Administrator
Connect Credit Union
Phone: (03) 6233 0660



DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee.  Access to this
message by anyone else is unauthorised.  If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or any
action or omission taken by you in reliance on it, is prohibited and may be
unlawful.  Please contact the sender immediately if you have received this
message in error. Thank you. 



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Default Share?

2001-10-04 Thread Hatley, Ken

Setting a local policy would be more appropriate.

-Original Message-
From: Exchange.Discussion
[mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 04, 2001 3:34 AM
To: Exchange Discussions
Subject: RE: Default Share?


Use a login script.

net share c$ /delete
net share admin$ /delete
net share ipc$ /delete
net share e$ /delete
net share f$ /delete

Jon
-Original Message-
From: Adil Azad [mailto:[EMAIL PROTECTED]]
Sent: 03 October 2001 07:16
To: Exchange Discussions
Subject: Default Share?


Hello!
How can i disable default share of my server drives.
Every time when i boot my server it shows me that my C
 D drives are in sharing.

Regards
Adil

__
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



*
DISCLAIMER
Any opinions expressed in this email are those of the individual and 
not necessarily the Company. This email and any files transmitted 
with it, including replies and forwarded copies (which may contain 
alterations) subsequently transmitted from the Company, are 
confidential and solely for the use of the intended recipient. It may 
contain material protected by attorney-client privilege. If you are not
the intended recipient or the person responsible for delivering to the
intended recipient, be advised that you have received this email in
error and that any use is strictly prohibited.

If you have received this email in error please notify the IT 
department by telephone on +44 (0)117 311 8555 or via email to
[EMAIL PROTECTED], including a copy of this
message.
Please then delete this email and destroy any copies of it.

*


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Off Topic Display IP from DOS using %???%

2001-10-04 Thread Hatley, Ken

Here's another way...;)
for /f tokens=2 delims=[] %a in ('ping -n 1 %computername% ^| find [')
do set IP=%a

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 04, 2001 2:23 PM
To: Exchange Discussions
Subject: RE: Off Topic Display IP from DOS using %???%

Sorry there is a space in there

For.exe /f tokens=14 delims=:  %a in ('ipconfig^| find IP Address') do
set IP=%a

then %IP% is your IP

-Original Message-
From: Hatley, Ken [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 04, 2001 2:11 PM
To: Exchange Discussions
Subject: RE: Off Topic Display IP from DOS using %???%

for /f tokens=2 delims=: %a in ('ipconfig^| find IP Address') do set
IP=%a

dumb

-Original Message-
From: Van Huissteden, Adriaan [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 04, 2001 1:52 AM
To: Exchange Discussions
Subject: Off Topic Display IP from DOS using %???%

Well,

I know this can be done, but have forgotten!

From dos type echo %username% and displays User name (vanhuia)

What is it for Ip address?   echo %ip%?

Thanks


Adriaan Van Huissteden

Network Administrator
Connect Credit Union
Phone: (03) 6233 0660



DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee.  Access to this
message by anyone else is unauthorised.  If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or any
action or omission taken by you in reliance on it, is prohibited and may be
unlawful.  Please contact the sender immediately if you have received this
message in error. Thank you. 



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: list of the largest email spammers

2001-10-04 Thread Hatley, Ken

Van Huissteden, Adriaan [[EMAIL PROTECTED]]

-Original Message-
From: MS Exchange Mailing List [mailto:[EMAIL PROTECTED]]

Sent: Thursday, October 04, 2001 3:42 PM
To: Exchange Discussions
Subject: list of the largest email spammers

I would like compile a list of email address that are commonly used for
spam so I can add them into a filter.  Anyone have such a list or
resource.

OR DID I MISS IT IN THE FAQ !  :)


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: GAL Modifications

2001-10-04 Thread Hatley, Ken


Q242223
-Original Message-
From: Saul [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 04, 2001 4:04 PM
To: Exchange Discussions
Subject: GAL Modifications

Does anyone know of a way to have users update their own GAL by a webpage?
 I would like to not send the GAL modification tool if all possible.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: OFF TOPIC : Alternates to SMS and Intel LANDesk

2001-10-02 Thread Hatley, Ken


http://www.1e.com/products/SMSWakeUp/default.asp


-Original Message-
From: Don Ely [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 02, 2001 4:28 PM
To: Exchange Discussions
Subject: RE: OFF TOPIC : Alternates to SMS and Intel LANDesk

I believe Wake on LAN is supported in 2.0.  It's been a while
though...  I'm sure some TechNet queries would confirm this...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Hunter, Lori
Sent: Tuesday, October 02, 2001 11:12 AM
To: Exchange Discussions
Subject: RE: OFF TOPIC : Alternates to SMS and Intel LANDesk


That's a question for your reseller - I dunno!

Wake on LAN, I think that's in 2.0.  Don, can you confirm or deny that?
I seem to recall that in 1.2 the machines have to be powered on already,
and then you use the PCM service.  But we don't do that.

-Original Message-
From: Adam Romain [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 11:25 AM
To: Exchange Discussions
Subject: RE: OFF TOPIC : Alternates to SMS and Intel LANDesk


Can you still purchase 1.2 ?

-Original Message-
From: Hunter, Lori [mailto:[EMAIL PROTECTED]]
Sent: 02 October 2001 16:45
To: Exchange Discussions
Subject: RE: OFF TOPIC : Alternates to SMS and Intel LANDesk


With those site requirements you sound like a textbook case for SMS 1.2.
I know about 2.0 and its good points, but for stability and reliability,
I gotta say 1.2 Rules.

-Original Message-
From: Adam Romain [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 3:34 AM
To: Exchange Discussions
Subject: OFF TOPIC : Alternates to SMS and Intel LANDesk


All,

Would anyone have any suggestions to alternates to SMS and LANDesk.

Picture is this:

650 users, 1 site, all win95/98 win NT4.0 servers.  Need to rollout
software upgrades, patches, etc. Keep asset management. Run remote
desktop control for support etc.

Any suggestions would greatly be appreciated.

Cheers

Adam


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please notify the
system manager.

**

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please notify the
system manager.

**

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



Long time no post

2001-10-02 Thread Hatley, Ken

Hey guys, good to know all you smartasses are still here.  I am back on
Exchange after a few rounds of management in the Telecom world (yuck), and
an SMS contract.  Good to see so many familiar faces still here.  I got a
big project coming up:  migration and upgrade to Win and Ex 2K for about
125,000 so be prepared for some of my dumb questions...let the flames
commence!


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Virus anyone?

2001-10-02 Thread Hatley, Ken

My wife got one few of these, and I was curious as to what it was...its not
a virus, it was just the start.exe that comes with windows!

-Original Message-
From: Hansen, Eric [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 02, 2001 2:56 PM
To: Exchange Discussions
Subject: RE: Virus anyone?

Our Anti virus pulls exe's out of zip's, we are using Symantec.  I cant
speak for other vendors though.

E

-Original Message-
From: Bob Sadler [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 02, 2001 12:08 PM
To: Exchange Discussions
Subject: RE: Virus anyone?

Just block executables.  No really.  If someone absolutely needs to send
you an executable, have them zip it.  This way you know, that anyone
that sends you an executable without first consulting you, is most
likely fishy and doesn't even need to be looked at once.



Bob

-Original Message-
From: Stephens, Tara [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 1:02 PM
To: Exchange Discussions
Subject: Virus anyone?


Has anyone else received an email like the one below?  The attachment
was start.exe.  Fortunately, we are blocking all executables.  I can't
find any reference on Trend's or Symantec's website, but it seems a
little fishy that a former CIA office would be sending his resume as an
executable to a clothing manufacturer

*
From: Charles J. Mascialino Jr. [mailto:[EMAIL PROTECTED]]
Sent: Sunday, September 30, 2001 9:20 AM
Subject: career of more than twenty 


Officer with the Central Intelligence Agency. My cousin Donna Mazzaferro
suggested I get in touch with you.  I  am attaching  a copy of my formal
resume outlining my work history, having recently received authorization
to confirm my career in the CIA. That resume highlights the fact that
throughout my CIA career, I consistently performed extremely
successfully as a recruiter of  clandestine sources of information of
varied types for the American government.
**

Thanks.
Tara Stephens
[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]