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 strongm 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: *

  1. spike0724

    Unencrypt data

    Sorry, it was encrypted with microsoft's data encryption. S. Mike Harris "If there we 90 seconds in a minute, I might get everything done in a day" - S. M. Harris
  2. spike0724

    Unencrypt data

    A User encrypted some files on our old network and didnt unecrypt them before we migrated to a new domain. Recently he noticed that he can no londer unencrypt his old files and mentioned it to us. We had no idea he did this to begin with. Is there anything out there that can open these for...
  3. spike0724

    Account getting locked

    Check your account lockout policies ... Most set them to duration 0 minutes (admin unlock) threshold 3 invaled reset 15-30 I had to change my threshold to 5 and reset to 10 minutes do to Outlook's constant background replication. I experienced this on 2 different networks now. Microsoft...
  4. spike0724

    Login script not closing down

    Did you add a pause (seconds) and/or an exit line? S. Mike Harris "If there we 90 seconds in a minute, I might get everything done in a day" - S. M. Harris
  5. spike0724

    Event ID 1000

    A few things to try... 1. Right-click My Network Places, and then click Properties. 2. Right-click Local Area Connection, and then click Properties. 3. Click Internet Protocol (TCP/IP), and then click Properties. 4. Type the correct DNS address in the Preferred DNS server box. or...
  6. spike0724

    Reset Active Directory

    Anyone know if there is a way to reset the AD structure to the default? I have inherited a domain that needs a reset or rebuild... hopeing for the reset. I have already done the secedit to repair the secsetup.inf. Thanks S. Mike Harris "If there we 90 seconds in a minute, I might get...
  7. spike0724

    logon script Issue

    Are there any local policies set? You could run the below text to remove aly local policies... secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose This command line script has helped me clean up an inherited problem network. S. Mike Harris "If there we 90 seconds...
  8. spike0724

    Where are we all from?

    Northern Virginia... 20 miles from DC S. Mike Harris "If there we 90 seconds in a minute, I might get everything done in a day" - S. M. Harris
  9. spike0724

    How large is too large for Info Stores, Groups, in Exchange

    I too stay away from PST's... Each person here has 100MB limit. We teach the user community to save the attachments of with the email to the file server. My biggest rebut is that Exchange is a database NOT a file server, save your files on the designates server and keep the database...
  10. spike0724

    Security event log shows Administrator success audit 100 times/sec

    Could be possible... For example in my environment do to the security policies and auditing I have to run I get an average of 8-15+ events a second at all times. If your antivirus is not set to randomize the updates the server will hit as many at a time as possible. S. Mike Harris "If there...
  11. spike0724

    Security event log shows Administrator success audit 100 times/sec

    looks like there is a service setup to use the Administrator account... possibly Anti-Virus or another automated service setup to check for updates. S. Mike Harris "If there we 90 seconds in a minute, I might get everything done in a day" - S. M. Harris
  12. spike0724

    stripping attachment

    I have seen this when the clients use Outllok 2000 or later, it had something to do with the secuity settings and the need to create a security group within exchange. Wish I had more information. Its been a few years since I ran into it. S. Mike Harris "If there we 90 seconds in a minute, I...
  13. spike0724

    Unable to delete e-mail in Outlook

    FYI, the SCANPST can take a while to run... If I remember correctly it does about 8 passes through the .pst file to check and correct. Might want to do it at lunch or end of the day as this will keep them out of e-mail. S. Mike Harris "If there we 90 seconds in a minute, I might get...
  14. spike0724

    Unable to delete e-mail in Outlook

    might want to try to clean the .pst file using the "SCANPST.EXE" tool located in... C:\Program Files\Common Files\System\MSMAPI\1033 This is the default location. If it is not there you can do a search for it. S. Mike Harris "If there we 90 seconds in a minute, I might get everything done...
  15. spike0724

    DNS Issue

    Active Directory integrated? Also want to check to see if Primary DNS server is allowing automatic updates... If so you may want to turn that off or select who can/cannot update it. S. Mike Harris "If there we 90 seconds in a minute, I might get everything done in a day" - S. M. Harris
  16. spike0724

    Server Access Problems

    Is there a logon script? if not I would create one that removes the mapping and then re-creates it. net use U: /del net use P: /del net use U: \\MY_SERVER\users net use P: \\MY_other_server\public So as you can see we get around the problem S. Mike Harris "If there we 90 seconds in a...
  17. spike0724

    Blocking URLs with DNS?

    Another option is to set it up on your local PC and replicate those setting to your AD security Policies and remove the security tab from IE again through AD security Policies. S. Mike Harris "If there we 90 seconds in a minute, I might get everything done in a day" - S. M. Harris
  18. spike0724

    Mailbox with multiple recipients

    You could even setup a public folder with mail enabled so that all messages get sent to one place for many to see. S. Mike Harris "If there we 90 seconds in a minute, I might get everything done in a day" - S. M. Harris
  19. spike0724

    Custom Recipients

    In Exchange 2000 yuou will have to create an OU in AD for custom recipients (contacts) Within this OU create contacts for the external members. S. Mike Harris "If there we 90 seconds in a minute, I might get everything done in a day" - S. M. Harris
  20. spike0724

    Out of Office - forwarding to external addresses

    There is another setting within Exchange under Global Setting... default... Properties. On the advanced TAB there are a few options on the bottom of that window, one of which is "Allow out of Office Responces" This is in referance to out of office responces to go outside of AD. I would check...

Part and Inventory Search

Back
Top