Search the web
Sign In
New User? Sign Up
MSExchange · MSEXCHANGE has moved to Freelists.Org
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 13315 - 13344 of 13344   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries   (Group by Topic) Sort by Date ^  
#13315 From: "MSExchange.org" <info@...>
Date: Wed Oct 28, 2009 3:05 pm
Subject: [ExchangeList] MSExchange.org - GFI FAXmaker for Exchange/SMTP - Voted MSExchange.org Readers’ Choice Award Winner - Exchange Fax Connectors
info@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------MSExchange.org - RealTime
Article Update

Hi ExchangeList,



Title: GFI FAXmaker for Exchange/SMTP - Voted MSExchange.org Readers’ Choice
Award Winner - Exchange Fax Connectors
Author: The Editor
Link:
http://www.MSExchange.org/news/general/MSExchange-Readers-Choice-Award-GFI-FAXma\
ker-Exchange-Fax-Connectors-Sep09.html
Summary: GFI FAXmaker for Exchange/SMTP was selected the winner in the Exchange
Fax Connectors Category of the MSExchange.org Readers’ Choice Awards. RightFax
and Esker Fax were first runner-up and second runner-up respectively.





Visit the Subscription Management (http://www.techgenix.com/newsletter/) section
to unsubscribe.
MSExchange.org is in no way affiliated with Microsoft Corp.
For sponsorship information, contact us at advertising@...

Copyright © MSExchange.org 2009. All rights reserved.

-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13316 From: "Lee Ann Swanson" <swanson@...>
Date: Thu Oct 29, 2009 3:00 am
Subject: [ExchangeList] How to tell who is accessing mailbox
swanson@...
Send Email Send Email
 

Hi;

Maybe this is right in front of me, but can’t find it… anyway, in Exchange 2003 you could look at the mailbox store and see a last logon of each user on the mailbox and make a good estimate of which users were using their mailbox and whether it was by OWA or Outlook…

 

Is there a way to glean this info from Exchange 2007, and if so, how?

 

Thanks much!

 

Lee Ann Swanson

Connecting Point Computer

Watertown, SD


#13317 From: Gene Sibbs <gen_sib@...>
Date: Thu Oct 29, 2009 12:03 pm
Subject: [ExchangeList] Re: How to tell who is accessing mailbox
gen_sib@...
Send Email Send Email
 
You have to use Powershell
 
Get-MailboxStatistics | Sort LastLogonTime -Descending > C:\Stats.txt
 
Then you should be able to analyse the output on the text file...

From: Lee Ann Swanson <swanson@...>
To: exchangelist@...
Sent: Thu, October 29, 2009 5:00:09 AM
Subject: [ExchangeList] How to tell who is accessing mailbox

Hi;

Maybe this is right in front of me, but can’t find it… anyway, in Exchange 2003 you could look at the mailbox store and see a last logon of each user on the mailbox and make a good estimate of which users were using their mailbox and whether it was by OWA or Outlook…

 

Is there a way to glean this info from Exchange 2007, and if so, how?

 

Thanks much!

 

Lee Ann Swanson

Connecting Point Computer

Watertown, SD



#13318 From: "Michael B. Smith" <michael@...>
Date: Thu Oct 29, 2009 1:08 pm
Subject: [ExchangeList] Re: How to tell who is accessing mailbox
michael@...
Send Email Send Email
 

Exchange Management Shell

 

get-mailboxstatistics | select DisplayName, LastLoggedOnUserAccount, LastLogonTime, LastLogoffTime

 

From: exchangelist-bounce@... [mailto:exchangelist-bounce@...] On Behalf Of Lee Ann Swanson
Sent: Wednesday, October 28, 2009 11:00 PM
To: exchangelist@...
Subject: [ExchangeList] How to tell who is accessing mailbox

 

Hi;

Maybe this is right in front of me, but can’t find it… anyway, in Exchange 2003 you could look at the mailbox store and see a last logon of each user on the mailbox and make a good estimate of which users were using their mailbox and whether it was by OWA or Outlook…

 

Is there a way to glean this info from Exchange 2007, and if so, how?

 

Thanks much!

 

Lee Ann Swanson

Connecting Point Computer

Watertown, SD


#13319 From: Matt Nelson <nelsonm@...>
Date: Thu Oct 29, 2009 3:43 pm
Subject: [ExchangeList] Re: How to tell who is accessing mailbox
nelsonm@...
Send Email Send Email
 

I’ve used turning on auditing for successful logins (this will make the log file grow quickly depending on how many users you have) and then filter the log viewer for what you’re looking for.  I went direct from 2000 to 2007 so I’m not sure what the steps are in 2003 but you should be able to do the same thing.  Here’s a link to a good page on the subject for 2003 - http://www.msexchange.org/tutorials/Importance-Auditing-Exchange-2003-Servers.html .

 

From: exchangelist-bounce@... [mailto:exchangelist-bounce@...] On Behalf Of Lee Ann Swanson
Sent: Wednesday, October 28, 2009 8:00 PM
To: exchangelist@...
Subject: [ExchangeList] How to tell who is accessing mailbox

 

Hi;

Maybe this is right in front of me, but can’t find it… anyway, in Exchange 2003 you could look at the mailbox store and see a last logon of each user on the mailbox and make a good estimate of which users were using their mailbox and whether it was by OWA or Outlook…

 

Is there a way to glean this info from Exchange 2007, and if so, how?

 

Thanks much!

 

Lee Ann Swanson

Connecting Point Computer

Watertown, SD


#13320 From: James Chong <jchong@...>
Date: Thu Oct 29, 2009 7:24 pm
Subject: [ExchangeList] Re: How to tell who is accessing mailbox
jchong@...
Send Email Send Email
 

Make sure you have SP2 as well as there are some new auditing features.

 

Understanding Mailbox Access Auditing with Exchange Server 2007 Service Pack 2

http://technet.microsoft.com/en-us/library/ee221156.aspx

 

From: exchangelist-bounce@... [mailto:exchangelist-bounce@...] On Behalf Of Lee Ann Swanson
Sent: Wednesday, October 28, 2009 11:00 PM
To: exchangelist@...
Subject: [ExchangeList] How to tell who is accessing mailbox

 

Hi;

Maybe this is right in front of me, but can’t find it… anyway, in Exchange 2003 you could look at the mailbox store and see a last logon of each user on the mailbox and make a good estimate of which users were using their mailbox and whether it was by OWA or Outlook…

 

Is there a way to glean this info from Exchange 2007, and if so, how?

 

Thanks much!

 

Lee Ann Swanson

Connecting Point Computer

Watertown, SD


#13321 From: "MSExchange.org" <info@...>
Date: Mon Nov 2, 2009 12:05 pm
Subject: [ExchangeList] MSExchange.org - Monthly Article Update
info@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------MSExchange.org - Monthly
Article Update

Hi ExchangeList,

New articles added to MSExchange.org last month:



Title: GFI FAXmaker for Exchange/SMTP - Voted MSExchange.org Readers’ Choice
Award Winner - Exchange Fax Connectors
Author: The Editor
Link:
http://www.MSExchange.org/news/general/MSExchange-Readers-Choice-Award-GFI-FAXma\
ker-Exchange-Fax-Connectors-Sep09.html
Summary: GFI FAXmaker for Exchange/SMTP was selected the winner in the Exchange
Fax Connectors Category of the MSExchange.org Readers’ Choice Awards. RightFax
and Esker Fax were first runner-up and second runner-up respectively.

Title: Uncovering the new RPC Client Access Service in Exchange 2010 (Part 1)
Author: Henrik Walther
Link:
http://www.MSExchange.org/articles_tutorials/exchange-server-2007/planning-archi\
tecture/uncovering-new-rpc-client-access-service-exchange-2010-part1.html
Summary: Uncovering the new RPC Client Access service included with Exchange
2010.

Title: Outlook Web Access Security Features (Part 2)
Author: Neil Hobson
Link:
http://www.MSExchange.org/articles_tutorials/exchange-server-2007/security-messa\
ge-hygiene/outlook-web-access-security-features-part2.html
Summary: Continuing a look at the security features found in Outlook Web Access
in Exchange 2007, this time covering OWA authentication methods.

Title: Creating Graphical Reports for Exchange 2007 (Part 3)
Author: Rui Silva
Link:
http://www.MSExchange.org/articles_tutorials/exchange-server-2007/monitoring-ope\
rations/creating-graphical-reports-exchange-2007-part3.html
Summary: Concluding part on graphical report generation for Exchange 2007,
covering automation and some other free resources on the Internet.

Title: Permessa Email Control! Express Review
Author: Brien M. Posey
Link:
http://www.MSExchange.org/articles_tutorials/product-reviews/Permessa-Email-Cont\
rol-Express-Review.html
Summary: Product review for Permessa’s E-Mail Control Express solution.

Title: Creating Graphical Reports for Exchange 2007 (Part 2)
Author: Rui Silva
Link:
http://www.MSExchange.org/articles_tutorials/exchange-server-2007/monitoring-ope\
rations/creating-graphical-reports-exchange-2007-part2.html
Summary: More about extracting charts and visual reports with Log Parser from
the Exchange Server logs.

Title: Exchange 2007 Clustering Questions (Part 2)
Author: Neil Hobson
Link:
http://www.MSExchange.org/articles_tutorials/exchange-server-2007/high-availabil\
ity-recovery/exchange-2007-clustering-questions-part2.html
Summary: The second part of a look at some common design and administration
questions related to Exchange 2007 clustering technology that occur in
newsgroups and forums.

Title: VIDEO: Certificate Wizard in Exchange 2010
Author: Ilse Van Criekinge
Link:
http://www.MSExchange.org/articles_tutorials/videos/exchange-server-2010/video-c\
ertificate-wizard-Exchange-2010.html
Summary: This video explains how to use Certificate Wizard in Exchange 2010.

Title: Creating Graphical Reports for Exchange 2007 (Part 1)
Author: Rui Silva
Link:
http://www.MSExchange.org/articles_tutorials/exchange-server-2007/monitoring-ope\
rations/creating-graphical-reports-exchange-2007-part1.html
Summary: How to generate eye catching graphical reports from the several logs
Exchange Server producers.

Title: Outlook Web Access Security Features (Part 1)
Author: Neil Hobson
Link:
http://www.MSExchange.org/articles_tutorials/exchange-server-2007/security-messa\
ge-hygiene/outlook-web-access-security-features-part1.html
Summary: A roundup of the security features found in Outlook Web Access in
Exchange 2007; how they work and considerations you need to keep in mind before
deploying them in your organization.





Visit the Subscription Management (http://www.techgenix.com/newsletter/) section
to unsubscribe.
MSExchange.org is in no way affiliated with Microsoft Corp.
For sponsorship information, contact us at advertising@...

Copyright © MSExchange.org 2009. All rights reserved.

-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13322 From: "MSExchange.org" <info@...>
Date: Tue Nov 3, 2009 3:05 pm
Subject: [ExchangeList] MSExchange.org - VIDEO: Archive in Exchange 2010
info@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------MSExchange.org - RealTime
Article Update

Hi ExchangeList,



Title: VIDEO: Archive in Exchange 2010
Author: Ilse Van Criekinge
Link:
http://www.MSExchange.org/articles_tutorials/videos/exchange-server-2010/managem\
ent-administration/video-archive-exchange-2010-.html
Summary: Taking a look at the archive features in Exchange 2010.





Visit the Subscription Management (http://www.techgenix.com/newsletter/) section
to unsubscribe.
MSExchange.org is in no way affiliated with Microsoft Corp.
For sponsorship information, contact us at advertising@...

Copyright © MSExchange.org 2009. All rights reserved.

-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13323 From: Daniel Bendezú <dbendezu@...>
Date: Tue Nov 3, 2009 3:13 pm
Subject: [ExchangeList] Open Ports Exchange 2007
dbendezu@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------Guys:
What ports need to be opened in Exchange 2007?
Thanks in advance


------------------------
Daniel Bendezú
Embassy of Perú
Network Administrator
1700 Masachusetts Ave Nw
Washington DC 20036
Phone: (202) 833-9860 ext 220
Fax: (202) 659-8124


-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13324 From: Rick Boza <rickb@...>
Date: Tue Nov 3, 2009 3:17 pm
Subject: [ExchangeList] Re: Open Ports Exchange 2007
rickb@...
Send Email Send Email
 
To accomplish what exactly?  Your goals will determine your required ports.

On Tue, Nov 3, 2009 at 10:13 AM, Daniel Bendezú <dbendezu@...> wrote:
http://www.msexchange.org
-------------------------------------------------------Guys:
What ports need to be opened in Exchange 2007?
Thanks in advance


------------------------
Daniel Bendezú
Embassy of Perú
Network Administrator
1700 Masachusetts Ave Nw
Washington DC 20036
Phone: (202) 833-9860 ext 220
Fax: (202) 659-8124


-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...



#13325 From: "Greg Herzog" <glherzog@...>
Date: Tue Nov 3, 2009 3:23 pm
Subject: [ExchangeList] Re: Open Ports Exchange 2007
glherzog@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------Dude, you're not even
trying.

http://technet.microsoft.com/en-us/library/bb331973.aspx

Try this in google "exchange 2007 open ports"

The FIRST result is Exchange Server Static Port Mappings

http://support.microsoft.com/kb/270836

If the question is more complex than this, then you need to give us some
background/clarification.



----- Original Message -----
From: "Daniel Bendezú" <dbendezu@...>
To: <exchangelist@...>
Sent: Tuesday, November 03, 2009 10:13 AM
Subject: [ExchangeList] Open Ports Exchange 2007


http://www.msexchange.org
-------------------------------------------------------Guys:
What ports need to be opened in Exchange 2007?
Thanks in advance


------------------------
Daniel Bendezú
Embassy of Perú
Network Administrator
1700 Masachusetts Ave Nw
Washington DC 20036
Phone: (202) 833-9860 ext 220
Fax: (202) 659-8124


-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials:
http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...


-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13326 From: "MSExchange.org" <info@...>
Date: Thu Nov 5, 2009 12:04 pm
Subject: [ExchangeList] MSExchange.org - Uncovering the new RPC Client Access Service in Exchange 2010 (Part 2)
info@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------MSExchange.org - RealTime
Article Update

Hi ExchangeList,



Title: Uncovering the new RPC Client Access Service in Exchange 2010 (Part 2)
Author: Henrik Walther
Link:
http://www.MSExchange.org/articles_tutorials/exchange-server-2007/planning-archi\
tecture/uncovering-new-rpc-client-access-service-exchange-2010-part2.html
Summary: The new RPC Client Access service included in Exchange 2010.





Visit the Subscription Management (http://www.techgenix.com/newsletter/) section
to unsubscribe.
MSExchange.org is in no way affiliated with Microsoft Corp.
For sponsorship information, contact us at advertising@...

Copyright © MSExchange.org 2009. All rights reserved.

-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13327 From: "MSExchange.org" <info@...>
Date: Tue Nov 10, 2009 12:05 pm
Subject: [ExchangeList] MSExchange.org - Deploying Exchange Server 2007 and Office Communications Server 2007 R2 (Part 2)
info@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------MSExchange.org - RealTime
Article Update

Hi ExchangeList,



Title: Deploying Exchange Server 2007 and Office Communications Server 2007 R2
(Part 2)
Author: Anderson Patricio
Link:
http://www.MSExchange.org/articles_tutorials/exchange-server-2007/management-adm\
inistration/deploying-exchange-server-2007-office-communications-server-2007-r2-\
part2.html
Summary: Some options to help you during the planning phase for OCS 2007 R2 and
Exchange Server 2007 implementation.





Visit the Subscription Management (http://www.techgenix.com/newsletter/) section
to unsubscribe.
MSExchange.org is in no way affiliated with Microsoft Corp.
For sponsorship information, contact us at advertising@...

Copyright © MSExchange.org 2009. All rights reserved.

-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13328 From: "MSExchange.org" <info@...>
Date: Thu Nov 12, 2009 2:04 pm
Subject: [ExchangeList] MSExchange.org - Exporting and Importing Mailboxes with Exchange Server 2010
info@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------MSExchange.org - RealTime
Article Update

Hi ExchangeList,



Title: Exporting and Importing Mailboxes with Exchange Server 2010
Author: Markus Klein
Link:
http://www.MSExchange.org/articles_tutorials/exchange-server-2010/management-adm\
inistration/exporting-importing-mailboxes-exchange-server-2010.html
Summary: How to export and import mailboxes with Exchange 2010.





Visit the Subscription Management (http://www.techgenix.com/newsletter/) section
to unsubscribe.
MSExchange.org is in no way affiliated with Microsoft Corp.
For sponsorship information, contact us at advertising@...

Copyright © MSExchange.org 2009. All rights reserved.

-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13329 From: bray@...
Date: Thu Nov 12, 2009 2:38 pm
Subject: [ExchangeList] Out of the office
bray@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------Thank you for your email.
I will be out of the office from Thursday, Nov 12 through Monday, Nov 16.

I apologize for any inconvenience, but will be checking email on a daily basis
and will respond to critical and/or time senstive issues within 24hrs of
receiving the message. All non-urgent messages will be addresssed upon my
return.

I appreciate your patience.


Sincerely,

Bryan Ray


-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13330 From: bray@...
Date: Fri Nov 13, 2009 6:09 am
Subject: [ExchangeList] Out of the office
bray@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------Thank you for your email.
I will be out of the office from Thursday, Nov 12 through Monday, Nov 16.

I apologize for any inconvenience, but will be checking email on a daily basis
and will respond to critical and/or time senstive issues within 24hrs of
receiving the message. All non-urgent messages will be addresssed upon my
return.

I appreciate your patience.


Sincerely,

Bryan Ray


-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13331 From: ajit yadav <ajityadav82@...>
Date: Fri Nov 13, 2009 8:00 pm
Subject: [ExchangeList] Exchnage system Manager error
ajityadav82@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------Hi All

Mistakenly  one of our engineer,  did something wrong on Exchnage 2003Server .
it might by  remove some permission”   Now when we click on the  Administrator
group – Server  - properties –on -  Securities Tab – when we click on the
securities tab got the  below error

  “ Unable to read security information from the directory  ID no C1033.28 
Exchange system  Manager “


We are not ableopen the security tab and it is not showing any thing

  We’ve  exchange 2003  with SP2

Any suggestion

Regards
Ajit



       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/
-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13332 From: "Michael B. Smith" <michael@...>
Date: Fri Nov 13, 2009 10:21 pm
Subject: [ExchangeList] Re: Exchnage system Manager error
michael@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------Call PSS if you really
need it fixed. It'll be worth the USD $250.

Otherwise, try using another tool to see those object's security, such as
ADSIedit.

-----Original Message-----
From: exchangelist-bounce@...
[mailto:exchangelist-bounce@...] On Behalf Of ajit yadav
Sent: Friday, November 13, 2009 3:01 PM
To: exchangelist@...
Subject: [ExchangeList] Exchnage system Manager error

http://www.msexchange.org
-------------------------------------------------------Hi All

Mistakenly  one of our engineer,  did something wrong on Exchnage 2003Server .
it might by  remove some permission”   Now when we click on the  Administrator
group – Server  - properties –on -  Securities Tab – when we click on the
securities tab got the  below error

  “ Unable to read security information from the directory  ID no C1033.28 
Exchange system  Manager “


We are not ableopen the security tab and it is not showing any thing

  We’ve  exchange 2003  with SP2

Any suggestion

Regards
Ajit



       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/
-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...


-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13333 From: James Chong <jchong@...>
Date: Sat Nov 14, 2009 3:38 am
Subject: [ExchangeList] Re: Exchnage system Manager error
jchong@...
Send Email Send Email
 
#13334 From: bray@...
Date: Sat Nov 14, 2009 6:08 am
Subject: [ExchangeList] Out of the office
bray@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------Thank you for your email.
I will be out of the office from Thursday, Nov 12 through Monday, Nov 16.

I apologize for any inconvenience, but will be checking email on a daily basis
and will respond to critical and/or time senstive issues within 24hrs of
receiving the message. All non-urgent messages will be addresssed upon my
return.

I appreciate your patience.


Sincerely,

Bryan Ray


-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13335 From: ExchangeMailingList <ExchangeMailingList@...>
Date: Sat Nov 14, 2009 9:26 pm
Subject: [ExchangeList] 2010 RC to RTM Upgrade
ExchangeMailingList@...
Send Email Send Email
 

Has anyone successfully upgraded??

 

My attempt fails by telling me that the HUB transport role is not installed, (It is although it does give an error now in the GUI, worked fine til the upgrade attempt).

 

I also get these

 

[11/14/2009 20:58:33.0478] [1] [ERROR] The Mailbox server role is not installed on this computer.

[11/14/2009 20:58:33.0478] [1] [ERROR] Setup cannot continue with upgrade because 'C:\Program Files\Microsoft\Exchange Server\V14\bin\ExchHelp.chm' is open. Close the file and restart setup.

[11/14/2009 20:58:33.0494] [1] Ending processing.

 

Thanks

Steve

 

 


#13336 From: "Michael B. Smith" <michael@...>
Date: Sat Nov 14, 2009 11:40 pm
Subject: [ExchangeList] Re: 2010 RC to RTM Upgrade
michael@...
Send Email Send Email
 

With my TAP customers, we got MSFT involved (support for the upgrade is provided for TAP members).

 

For my internal systems – I exported the mailboxes and reimported them on a fresh server. I never could make the upgrades work.

 

From: exchangelist-bounce@... [mailto:exchangelist-bounce@...] On Behalf Of ExchangeMailingList
Sent: Saturday, November 14, 2009 4:27 PM
Cc: exchangelist@...
Subject: [ExchangeList] 2010 RC to RTM Upgrade

 

Has anyone successfully upgraded??

 

My attempt fails by telling me that the HUB transport role is not installed, (It is although it does give an error now in the GUI, worked fine til the upgrade attempt).

 

I also get these

 

[11/14/2009 20:58:33.0478] [1] [ERROR] The Mailbox server role is not installed on this computer.

[11/14/2009 20:58:33.0478] [1] [ERROR] Setup cannot continue with upgrade because 'C:\Program Files\Microsoft\Exchange Server\V14\bin\ExchHelp.chm' is open. Close the file and restart setup.

[11/14/2009 20:58:33.0494] [1] Ending processing.

 

Thanks

Steve

 

 


#13337 From: ExchangeMailingList <ExchangeMailingList@...>
Date: Sun Nov 15, 2009 12:37 am
Subject: [ExchangeList] Re: 2010 RC to RTM Upgrade
ExchangeMailingList@...
Send Email Send Email
 

Thanks Michael

 

Thought as much….

 

From: exchangelist-bounce@... [mailto:exchangelist-bounce@...] On Behalf Of Michael B. Smith
Sent: Saturday, November 14, 2009 7:43 PM
To: exchangelist@...
Subject: [ExchangeList] Re: 2010 RC to RTM Upgrade

 

With my TAP customers, we got MSFT involved (support for the upgrade is provided for TAP members).

 

For my internal systems – I exported the mailboxes and reimported them on a fresh server. I never could make the upgrades work.

 

From: exchangelist-bounce@... [mailto:exchangelist-bounce@...] On Behalf Of ExchangeMailingList
Sent: Saturday, November 14, 2009 4:27 PM
Cc: exchangelist@...
Subject: [ExchangeList] 2010 RC to RTM Upgrade

 

Has anyone successfully upgraded??

 

My attempt fails by telling me that the HUB transport role is not installed, (It is although it does give an error now in the GUI, worked fine til the upgrade attempt).

 

I also get these

 

[11/14/2009 20:58:33.0478] [1] [ERROR] The Mailbox server role is not installed on this computer.

[11/14/2009 20:58:33.0478] [1] [ERROR] Setup cannot continue with upgrade because 'C:\Program Files\Microsoft\Exchange Server\V14\bin\ExchHelp.chm' is open. Close the file and restart setup.

[11/14/2009 20:58:33.0494] [1] Ending processing.

 

Thanks

Steve

 

 


#13338 From: bray@...
Date: Sun Nov 15, 2009 6:08 am
Subject: [ExchangeList] Out of the office
bray@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------Thank you for your email.
I will be out of the office from Thursday, Nov 12 through Monday, Nov 16.

I apologize for any inconvenience, but will be checking email on a daily basis
and will respond to critical and/or time senstive issues within 24hrs of
receiving the message. All non-urgent messages will be addresssed upon my
return.

I appreciate your patience.


Sincerely,

Bryan Ray


-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13339 From: "MSExchange.org" <info@...>
Date: Tue Nov 17, 2009 2:04 pm
Subject: [ExchangeList] MSExchange.org - Uncovering the new Exchange 2010 Volume Snapshot (VSS) Plug-in (Part 1)
info@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------MSExchange.org - RealTime
Article Update

Hi ExchangeList,



Title: Uncovering the new Exchange 2010 Volume Snapshot (VSS) Plug-in (Part 1)
Author: Henrik Walther
Link:
http://www.MSExchange.org/articles_tutorials/exchange-server-2010/high-availabil\
ity-recovery/uncovering-new-exchange-2010-volume-snapshot-vss-plug-in-part1.html
Summary: How to perform backups and restores using the new Exchange volume
snapshot plug-in included with Exchange Server 2010.





Visit the Subscription Management (http://www.techgenix.com/newsletter/) section
to unsubscribe.
MSExchange.org is in no way affiliated with Microsoft Corp.
For sponsorship information, contact us at advertising@...

Copyright © MSExchange.org 2009. All rights reserved.

-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13340 From: bray@...
Date: Tue Nov 17, 2009 2:05 pm
Subject: [ExchangeList] Out of the office
bray@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------Thank you for your email.
I will be out of the office from Thursday, Nov 12 through Monday, Nov 16.

I apologize for any inconvenience, but will be checking email on a daily basis
and will respond to critical and/or time senstive issues within 24hrs of
receiving the message. All non-urgent messages will be addresssed upon my
return.

I appreciate your patience.


Sincerely,

Bryan Ray


-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13341 From: "MSExchange.org" <info@...>
Date: Thu Nov 19, 2009 11:03 am
Subject: [ExchangeList] MSExchange.org - Deploying Exchange Server 2007 and Office Communications Server 2007 R2 (Part 3)
info@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------MSExchange.org - RealTime
Article Update

Hi ExchangeList,



Title: Deploying Exchange Server 2007 and Office Communications Server 2007 R2
(Part 3)
Author: Anderson Patricio
Link:
http://www.MSExchange.org/articles_tutorials/exchange-server-2007/management-adm\
inistration/deploying-exchange-server-2007-office-communications-server-2007-r2-\
part3.html
Summary: In this article we are starting to build the environment for Exchange
and OCS 2007 R2 deployments.





Visit the Subscription Management (http://www.techgenix.com/newsletter/) section
to unsubscribe.
MSExchange.org is in no way affiliated with Microsoft Corp.
For sponsorship information, contact us at advertising@...

Copyright © MSExchange.org 2009. All rights reserved.

-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13342 From: "MSExchange.org" <info@...>
Date: Tue Nov 24, 2009 11:03 am
Subject: [ExchangeList] MSExchange.org - Exchange Backup and Restore - Streaming and Volume Shadow Service (VSS) Techniques
info@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------MSExchange.org - RealTime
Article Update

Hi ExchangeList,



Title: Exchange Backup and Restore - Streaming and Volume Shadow Service (VSS)
Techniques
Author: Adnan Khan
Link:
http://www.MSExchange.org/articles_tutorials/exchange-server-2007/high-availabil\
ity-recovery/exchange-backup-restore-streaming-volume-shadow-service-vss-techniq\
ues.html
Summary: Taking a look at the streaming and Volume Shadow Service (VSS)
techniques of Exchange Backup and Restore.





Visit the Subscription Management (http://www.techgenix.com/newsletter/) section
to unsubscribe.
MSExchange.org is in no way affiliated with Microsoft Corp.
For sponsorship information, contact us at advertising@...

Copyright © MSExchange.org 2009. All rights reserved.

-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13343 From: "MSExchange.org" <info@...>
Date: Wed Nov 25, 2009 1:03 pm
Subject: [ExchangeList] MSExchange.org - Quest Migration Manager for Exchange - Voted MSExchange.org Readers’ Choice Award Winner - Exchange Migration
info@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------MSExchange.org - RealTime
Article Update

Hi ExchangeList,



Title: Quest Migration Manager for Exchange - Voted MSExchange.org Readers’
Choice Award Winner - Exchange Migration
Author: The Editor
Link:
http://www.MSExchange.org/news/general/MSExchange-Readers-Choice-Award-Quest-Mig\
ration-Manager-Exchange-Migration-Oct09.html
Summary: Quest Migration Manager for Exchange was selected the winner in the
Exchange Migration Category of the MSExchange.org Readers’ Choice Awards.
Address Magic Enterprise was first runner-up while Ensim Migration Tools and
Priasoft Migration Suite for Exchange were second runners-up.





Visit the Subscription Management (http://www.techgenix.com/newsletter/) section
to unsubscribe.
MSExchange.org is in no way affiliated with Microsoft Corp.
For sponsorship information, contact us at advertising@...

Copyright © MSExchange.org 2009. All rights reserved.

-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

#13344 From: "MSExchange.org" <info@...>
Date: Thu Nov 26, 2009 11:03 am
Subject: [ExchangeList] MSExchange.org - Uncovering the new Exchange 2010 Volume Snapshot (VSS) Plug-in (Part 2)
info@...
Send Email Send Email
 
http://www.msexchange.org
-------------------------------------------------------MSExchange.org - RealTime
Article Update

Hi ExchangeList,



Title: Uncovering the new Exchange 2010 Volume Snapshot (VSS) Plug-in (Part 2)
Author: Henrik Walther
Link:
http://www.MSExchange.org/articles_tutorials/exchange-server-2010/high-availabil\
ity-recovery/uncovering-new-exchange-2010-volume-snapshot-vss-plug-in-part2.html
Summary: How to perform backups and restores using the new Exchange volume
snapshot plug-in included with Exchange Server 2010.





Visit the Subscription Management (http://www.techgenix.com/newsletter/) section
to unsubscribe.
MSExchange.org is in no way affiliated with Microsoft Corp.
For sponsorship information, contact us at advertising@...

Copyright © MSExchange.org 2009. All rights reserved.

-------------------------------------------------------
List Archives: http://www.freelists.org/archives/exchangelist/
MSExchange Newsletter: http://www.msexchange.org/pages/newsletter.asp
MSExchange Articles and Tutorials: http://www.msexchange.org/articles_tutorials/
MSExchange Blogs: http://blogs.msexchange.org/
-------------------------------------------------------
Visit TechGenix.com for more information about our other sites:
http://www.techgenix.com
-------------------------------------------------------
To unsubscribe visit http://www.msexchange.org/pages/exchangelist.asp
Report abuse to listadmin@...

Messages 13315 - 13344 of 13344   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help