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 TouchToneTommy 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. sxmont

    Track user usage remotely and locally...

    Hello, I have an issue I need some help with. I created in a login script to track usage: Echo %DATE% - %TIME% %USERNAME% logged in %COMPUTERNAME% >>\\%servername%\userlog\%username%.txt The issue that we are having is when users connect to the VPN, then they remote into their workstations...
  2. sxmont

    Have MCSA 2003... What should I get next?

    I have been away from the certification studying. I am looking to upgrade my certifications. I am a Network Administration, I work with server 2008' Sbs 2011' exchange... Etc etc.. Most of you know the drill lol. Any suggestions on what I should study for? Which exams? Certs?
  3. sxmont

    Hardware Recommendations for Exchange 2010

    I cam on here to ask for recommendations from other IT pro's. What the book says and what the real world needs could be different? Thanks for the very rude reply...
  4. sxmont

    Hardware Recommendations for Exchange 2010

    Hello, I am setting up a new Exchange system for a law firm of 80users. As far as hardware, what should I take into consideration... Meaning what should I get as far as RAM, STORAGE, CPU... etc... Thanks for your help all...
  5. sxmont

    script to know whether OS is 32bit or 64bit

    I don't know how to incorporate that info to make sure the logon.vbs script works... Do you know what I mean by that?
  6. sxmont

    script to know whether OS is 32bit or 64bit

    so you are saying if the syswow64 directory exists. I am not sure if that would work..
  7. sxmont

    script to know whether OS is 32bit or 64bit

    I have the following script: @echo off if not "%computername%" == "remote" ( \\mbplwfile\audit$\Logon.vbs ) if "%computername%" == "remote" ( c:\WINDOWS\syswow64\cscript.exe \\mbplwfile\audit$\Logon.vbs ) This script is ran via GP to all users to track their logon times and from which...
  8. sxmont

    Script ran perfect in Windows XP but not Windows 7 64bit.. Please Help

    ANother variable is that I was able to get this script to work on a server200364bit system by putting in the script the source of the SysWow64 directory... I tried this same procedure for the Win764bit systems but was unsuccessful. Also, there were no instructions on that tech note that you...
  9. sxmont

    Script ran perfect in Windows XP but not Windows 7 64bit.. Please Help

    So, I have a script that runs and writes to a database the login times of users, however I can not get it to work on Windows764bit, I was able to get it to work in Windows server 2003 64bit but its not working in Win764bit. The error I receive is Windows Script Host Error: Microsoft ODBC...
  10. sxmont

    Account Lockout Failure Audit events 672 & 675 on Windows Server 2003

    Thank You for your reply. I do not see any 644 errors. I have one DC that is 2003 and another that is Windows 2008. Why would the mail server lock the computer account out though? And of course, this account has to the principle of the firm's account... lol
  11. sxmont

    Account Lockout Failure Audit events 672 & 675 on Windows Server 2003

    I have a user that keeps getting his account locked out. I was able to use the tools lockout status and EventCombMT to narrow some "things" down. I am still not sure what is causing this... Here is from EventCombMT 672,AUDIT FAILURE,Security,Tue Sep 20 10:20:08 2011,NT...
  12. sxmont

    AOL\Comcast not accepting email from my domain\exchange 2003

    Yeah, I have been. AOL is awful with this support... I actually think it is not legal to block without having contact the domain owner first.
  13. sxmont

    AOL\Comcast not accepting email from my domain\exchange 2003

    Alright, I got Comcast to work, but of course, I need AOL to work. What gives with this... awful!!! I guess I have to contact AOL to see what is going on because I am not on any blacklist. Any input\suggestions?
  14. sxmont

    AOL\Comcast not accepting email from my domain\exchange 2003

    What is your recommended site to check for blacklisting?
  15. sxmont

    AOL\Comcast not accepting email from my domain\exchange 2003

    Thank you for replying Pat, The MX record is pointing to X1, mailgw.mydomain.com, which is what is so confusing to me. I had cogent create two PTR records, one for X1 and one for X2. And to no avail, I still can't send. But you did make me check the ETH2 of the symantec box, which...
  16. sxmont

    AOL\Comcast not accepting email from my domain\exchange 2003

    Hello we recently switched from Speakeasy to Cogent and thus I had to change my Public addresses. Here in lies the problem. AOL, comcast and a few other domains are not accepting my email. I thought it was my PTR record and it still might be. I have this symantec mail security appliance...
  17. sxmont

    VBS Logon Script not working in Windows 7 64bit

    No, I don't think that is what I need. I read that. My login script runs perfect in Windows XP. I am trying to get it to run in Windows 7 without changing the script too much... WHY DOES MICROSOFT CHANGE THE LITTLEST THINGS!!! LOL Frustration is setting in with this...
  18. sxmont

    VBS Logon Script not working in Windows 7 64bit

    TO MrMovie, How do I do what you suggest?
  19. sxmont

    VBS Logon Script not working in Windows 7 64bit

    I still don't understand. It is a simple VBS but I do not know where I need to make the change to get this too work on Windows 7 64Bit systems. Everything works properly on XP.
  20. sxmont

    VBS Logon Script not working in Windows 7 64bit

    Hello, Through Group Policy, I have a VBS script that tracks users login times and then logoff times and writes it too an Access database. However, this script is not running in Windows 7 64bit. I have tried some "things" but nothing is working properly. I receive the following error...

Part and Inventory Search

Back
Top