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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Brysk
  • Content: Threads
  • Order by date
  1. Brysk

    Special character (French)

    Our English Exchange 2007 is install on a English Server 2008, client is a French Windows XP SP3 with French Outlook 2007. Emails with charset = iso-8859-1 replace some character Example: Give this: bonne ?t? aurevoir et ? bient?t!!! Instead of this: bonne été aurevoir et à bientôt!!! Was...
  2. Brysk

    Group Policy - Screen Saver

    I have create a group policy for setting up the screen saver on every computer on my domain. But A FEW computer seem to have the policy (I can see the setting when opening the screen-saver setting everything is correct and all the option are grey out) BUT the screen saver is not working after...
  3. Brysk

    Outlook 2003 - Calendar appointments missngs

    Hi My Boss seem to have a strange problem, in his calendar for random days all appointment are missing but the date still in bold. in OWA (myexchangeserver/exchange) he can see those missing appointment. There is no filter, I have created a new profile and I have the same problem... Help me...
  4. Brysk

    Find specific file (attachment) in Exchange Database

    Is there a way to find all account with an email with a specific attachment in the Exchange database?
  5. Brysk

    Implement X500 addressing

    Hi, Our organisation want to implemt X500 addressing, I am the manager of the Exchange 2003 Server of our Site. We are a child domain. My boss want me to check the impact of this. How this will affect my Exchange Server? Anyone with bad story with that kind of modification? Martin
  6. Brysk

    Global Address List

    Exchange 2003 with Outlook 2003 Hello, Our login script creates every time the Outlook profile for the users. This is done by newprof.exe with the outlook.prf file. We also have policies in our Domain. Because we have serveral companies we like the users to have the default address list...
  7. Brysk

    Global Address List

    Hello, Our login script creates every time the Outlook profile for the users. This is done by newprof.exe with the outlook.prf file. We also have policies in our Domain. Because we have serveral companies we like the users to have the default address list set to the company they work for...
  8. Brysk

    AD - Change oAccount.CN

    We need to change every name and displayname in our active directory. I am using this code: oAccount.cn = oAccount.sn & ", " & oAccount.givenName oAccount.displayname = oAccount.sn & ", " & Account.givenName & " (Valleyfield - Zinc)" oAccount.SetInfo But when it try to run oAccount.SetInfo, I...
  9. Brysk

    Email not receive in Order

    I have a Internet Mail Connector on my exchange server sending email to a bridgehead server in our corporate site. If I am sending five emails to my external email address (hotmail or gmail), Test 1 Test 2 Test 3 Test 4 Test 5 I receive all the email but not in this order, is there something...
  10. Brysk

    /cleanfreebusy

    Is there a way to do a script or something else that can push the command outlook /cleanfreebusy because we can't see all calendar of my user. I've try the command "Outlook /cleanfreebusy" and it work, I have more than 900 computer and some users are using more than one computer. Is there a...
  11. Brysk

    Strange behavior

    I have a account named formation@mycompagnie.com and each time someone send a email to that account beaumontm@mycompagnie.com receive a copy of that email. This option was install long time ago (exchange 5.5), and I dont know how they do that option. But now the user beaumontm@mycompagnie.com...
  12. Brysk

    Upgrade Windows Server 2003 to SP1

    Hi, We want to install Service Pack 1 of Windows Server 2003. For the moment we have Windows Server 2003 no service pack with Exchange Server 2003 SP1. Our server is working perfectly with that combination. I just want to know if someone had encounter any problems upgrading Windows Server 2003...
  13. Brysk

    DNS configuration over 2 IP segment

    Hi, I want to create one PRIMARY domain with one CHILD domain. My primary domain segment is 192.168.217.0 subnet 255.255.255.0. My child domain segment is 192.168.190.0 subnet 255.255.252.0. Between my two domain is a gateway server with two nic (192.168.217.15, 192.168.190.15)...
  14. Brysk

    Delete Mailbox

    What is the option to Delete a user mailbox? Here's my script Sub DisableUser(strUsername) strLDAPConnection = "LDAP://" & strUsername Set objUser = GetObject(strLDAPConnection) objUser.Put "userAccountControl", 2 dtmDescriptionDate = InputBox("Inscrivez la raison de la...
  15. Brysk

    Unable to start Microsoft Exchange System Attendant

    I am using MS Exchange 2003 on a Windows 2003 server. Since 15 minutes I am not able to restart service "Microsoft Exchange System Attend" ---- Microsoft Exchange System Attendant was unable to find the Exchange server object named 'HERMES' in the Active Directory. All known Domain Controllers...
  16. Brysk

    Motherboard swap

    I need to replace the motherboard in my Exchange Server 2k3 box, will I have a problem with Exchange? because the MAC Address of the new motherboard won't be the same... The server is a Dell PowerEdge 1750 and the motherboard seems the be the same... Thank you. MartinR
  17. Brysk

    Storage limits - Best practices

    I am looking for the best practices for storage limits, I am using Exchange Server 2003 SP1. We have 4 groups: Directors, Chiefs, First lvl and Second lvl, here is my storage limits Warn. NoSend NoReceive Directors 1000MO Empty 3000MO Chiefs 225MO 250MO...
  18. Brysk

    Transfer call remotely

    Hi, Are we able to transfer a phone line remotely, I am using Meridian 1 SL1 option 51c? thanks
  19. Brysk

    Suggestion needed

    I have setup Exchange Server 2k3, with 2 Storage Group, one for the direction users and the other one for the rest of the compagny but my boss want to have four Storage Groups: Directions Chefs Staffs Employees Is it a good idea, will I loose performance, what is the impact to have four mdb...
  20. Brysk

    Outlook 2003, Save As, RTF

    Hi, I have a user that tell me that since we have migrate from Otlook 2000 to Outlook 2003, that he can't save his email as RTF file anymore. Is there a way to add RTF option in the Save As? Thank

Part and Inventory Search

Back
Top