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 drace1111

  1. drace1111

    View all permissions per user throughout the domain

    What I'm looking for is some kind of utility or program that will give me a complete report of all file and/or folder permissions given to specific users or groups throughout the entire domain. Mu guess is there is no such animal, but our CIO is having a fit of whimsy and I need to be sure it's...
  2. drace1111

    Bizarre email problem

    Here's one for the books. Hopefully I'm not the first one to see this. My boss, who is in the office today, and our CIO, who is at home, have been sending messages to each other all day long. Somehow they just noticed that when they open each others emails, they receive a login box asking...
  3. drace1111

    Setting up Webmail in Merak

    I'm new to the Webmail portion of Merak, and I was wondering how to set it up so that I can get to it form the public side. I'm having trouble with the setup, and the online manual isn't helping much. Any and all help is appreciated.
  4. drace1111

    Appending Text to Subject Field in Outlook

    That worked! Star for you. Thank you.
  5. drace1111

    Appending Text to Subject Field in Outlook

    This is what I have: Sub AddToEndOfSubjectLine() If ActiveInspector Is Nothing Then Exit Sub ActiveInspector.CurrentItem.Subject = ActiveInspector.CurrentItem.Subject & " HELLO!" End Sub
  6. drace1111

    Appending Text to Subject Field in Outlook

    I replaced the "+" with a "&", but any existing text is still being replaced with the string, in this case HELLO!. Anything else that might be causing this?
  7. drace1111

    Appending Text to Subject Field in Outlook

    Thanks, this is a step in the right direction, but it's replacing any existing text in the subject field. I need it to append to the end. Getting close!
  8. drace1111

    Appending Text to Subject Field in Outlook

    I'm calling from within Outlook, and I'll be creating a button on the standard toolbar in the new mail message window that, when clicked, will append a set string of text to the end of the subject field.
  9. drace1111

    Appending Text to Subject Field in Outlook

    I need to create a VBA macro that will append a text string to the end of the subject line in Outlook. This will probably be firerd off by a button. Since I'm not a VBA programmer, I'm not even sure where to start. Any help is appreciated.
  10. drace1111

    Change password at next Logon - not working every time

    We are in the process of moving several hundred branch PCs into an existing AD domain. After the PC is added to the domain, the user is told to log in for the first time with a generic password, after which they are supposed to be prompted to change their password (via AD user properties). In...
  11. drace1111

    Meeting Details when Scheduling

    I need to settle a disagreement that I'm having with a co-worker over an Outlook/Exchange issue. Is it true that by default in an Exchange 2003/Outlook 2003 environment, when scheduling a meeting, that you can see the details of other peoples previously scheduled meetings and appointments...
  12. drace1111

    Messages not being delivered to specific domain

    I just ran SMTPDiag, and everything appears to be working correctly. The only problem was an SOA serial number mismatch, which shouldn't really affect anything. DNS resolves correctly, sender nd recipient are okay, and the connection to the remote server is successful, yet messages to this...
  13. drace1111

    Messages not being delivered to specific domain

    Welcome to Exchange hell. I have some emails in queue to a certain domain that just will not be delivered. I've tried all the usual fixes to no avail. Here's what I've done so far: I have successfully sent emails from Yahoo and MSN, so soemthing is broken between our server and theirs...
  14. drace1111

    Emails delivered late

    I've got a few users complaining of emails showing up late, sometimes a day or two after it was sent. It doesn't matter if it's internal or external. I've checked to be sure their automatic send/receive is setup, and that they are working online. Anyone else had the same problem?
  15. drace1111

    User with very odd problem

    Just a little update on this strange phenomenon. By late afternoon that day the problem diminished, but he was still experiencing some issues. I suggested that he find a piece of metal outside the building to ground himself. That seemed to work the best. Even though the electrical system is...

Part and Inventory Search

Back
Top