Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by YannL

  1. YannL

    populated comboboxes on client side from asp code

    Hi, Read this cool article about javascript and asp remote scripting: http://www.devarticles.com/c/a/ASP/Remote-Scripting-With-JavaScript-and-ASP/ With it you don't need to: - reload your page to have your combos populated - create javascript arrays Cheers
  2. YannL

    How to remove a corrupt email

    Hi, We got the same problem some days ago (windows/exchange 2003). ExMerge couldn't handle corrupted messages either. So we moved the mailbox to another information store checking the option to skip errors and it worked pretty fine. The other solution is running ISinteg after having put the...
  3. YannL

    SMTP event sink on exchange 2003 cluster

    Hi, How do I setup an smtp event sink on an exchange 2003 active/passive cluster ? I suppose I have to run smtpreg.vbs on both nodes but I would like to be sure. Has anyone ever done it ? Yann
  4. YannL

    BS 11 doing full backup on E2K3 despite differential is requested

    Hi, I set up a trial brightstor 11 to backup exchange 2003 on a test domain to perform some test. Full backup works. I configured another job with the exchange agent to perform differential backup (the one who displays a tip which says only log files are back up which is indeed what I need)...
  5. YannL

    Renamed user - how do I update the Address Book?

    What about the event viewer ? Are there some bad events relating to the global catalog or the ldap ?
  6. YannL

    Renamed user - how do I update the Address Book?

    Did you also renamed the "display name" field in the user's active directory property window ?
  7. YannL

    Configuring Outlook to Exchange 2003 via Group Policy

    I think you could make a mst file with the office 2003 resource kit tool.
  8. YannL

    Configuring Outlook to Exchange 2003 via Group Policy

    We used a product called profile maker. See http://www.autoprof.com Work well with outlook. Although it is designed to be deployed with GPO, we made it another way.
  9. YannL

    Public folder notification through event sink

    No. I don't want a message forward. I want some users to be alerted receiving a notification. But the most important thing is that I cannot fire stuff through event sinks and even if I can find a work around fot today's problem, soon or later I will have to use event sinks to do some other...
  10. YannL

    Public folder notification through event sink

    Hi all, I need to fire a notification when a new message is published into a public folder. We are using exchange 2003. I found an exemple using an event sink here: http://www.somorita.com/exchange2000/PublicFolderNotificationEventSink.doc So I made the needed changes in the script to fit my...
  11. YannL

    How to get rid of Firstname.Lastname@domain.com uppercase

    I had been searching for a long time on the internet without finding anything valuable. Thank you xsmre, I think you deserve this star.
  12. YannL

    How to get rid of Firstname.Lastname@domain.com uppercase

    Looks fine. Can this be run as an asp page ?
  13. YannL

    How to get rid of Firstname.Lastname@domain.com uppercase

    OK. Yes, it's just a 'cosmetic'issue to prevent my phone ringing all day long with people complaining that email addresses in outlook are not matching those written on business cards. Thanks.
  14. YannL

    How to get rid of Firstname.Lastname@domain.com uppercase

    Hi everybody, I have to set up a recipient policy wich creates email addresses as firstname.lastname@domain.com This article shows how to do it, using %s.%g@domain.com : http://support.microsoft.com/default.aspx?scid=kb;en-us;822447 The problem is that the new created address has firstname and...
  15. YannL

    Query Based Distribution Group

    Hi everybody, Let's say I have an OU named "Marketing" nested in a OU named "A" and another OU named also "Marketing" nested in a OU named "B". Using Query Based Distribution Group, how can I grab users from both "Marketing" OUs so that I have a distribution list for all marketing people ? I...

Part and Inventory Search

Back
Top