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. patchkit

    passing variables in a function

    ok, got it (feel rather dumb at the moment too :) ). passTwoValues value1,value2 just seemed a little strange to me. Thanks.
  2. patchkit

    passing variables in a function

    Wondering if anyone can point out what I may be doing wrong here. 'function code Function passTwoValues(val1,val2) Response.write val1 Response.write val2 end function 'call code passTwoValues("abc","xyz") I get this response: Microsoft VBScript compilation (0x800A0414) Cannot use...
  3. patchkit

    logoff users locally when system is locked

    yeah, that would work if it did not take so long and require users to be smart enough to do it. so a clarification is in order from me as i didn't explain all that well. If a user is in the middle of a test the data collection program will be up and running. the user has no reason once the...
  4. patchkit

    logoff users locally when system is locked

    Problem: I have a number of systems that are used in a laboratory by users. these systems require users to log into AD in order to edit patient data. The problem come when a user leaves without logging off. The system will lock and then an IT staff member will need to remote in and unlock the...
  5. patchkit

    get user input in vbs

    I have a script that passes parameters just fine, however i cannot remember the commands to get user input and assign it to a variable in VBS. I need to get a server name which i can pass but it would work better if it asks for it as i am using it in multiple domains. Thanks
  6. patchkit

    AD Export

    I would set up a second DC (a PC would work here), DCPROMO it, sync it, hand over all control (very important step) and then take down your original DC, reload it, DCPROMO, hand over all control to the rebuild and then demote the second one and remove it from your domain. Can be done in about 4...
  7. patchkit

    Need account to only log off users

    Well, thats thinking outside the box and it sounds like it works. Thanks.
  8. patchkit

    Need account to only log off users

    I do not have a 24/7 help desk. Over the last few months all machines have been added to a 2003 domain and screen savers have been set to require passwords to unlock systems after 10 minutes. I have users who work different shifts each week so time outs cannot be used. If a user leaves for home...
  9. patchkit

    iis6 smtp queue only works when i am logged off

    I transfered a web site that uses asp to gather survey info for new employees and then e-mails the correct people so they can work on thier pieces of the info. I changed the object from CDONTS to the CDOSYS syntax, so that works. All the code is correct. DNS is correct. If I am not logged into...
  10. patchkit

    SMTP - outgoing mails are not deleivered

    you do not need to set up a remote domain as long as the server you are sending to can use dns to route the messages.
  11. patchkit

    Local SMTP server doesn't send emails and puts them in Queue folder...

    I have the same issue on my 2003 server IIS6. If the message gets to the queue folder then your code is correct. I found that if I am not logged in all the mail gets sent. Try logging off and testing it that way. And i will continue to search for the reason my queue freezes when i am logged in...
  12. patchkit

    IIS newbie, Loosing hair and sleep.

    I know that this is mosty likely already been checked, but make sure that your DNS server entry is correct on the far side of the WAN connection. You may want to add the DNS server address in the remote system as a secondary. Easy way to test if this is the issue, you can place a static entry...
  13. patchkit

    Symantec Mail Security for Exchange 4.6 configuration help

    Not sure if you have used previous versions so i will start with the basics. Ensure that you exclude all the recommended folders that are listed in the documentation. If not the server will crash. Next thing i did was disabled mail notification to the admin account for virus notifications, it...
  14. patchkit

    how would I share global address books between domains?

    Currently we have to separate businesses and therefor two separate ADs and Exchange Groups. Since we communicate very frequently between all of our users I would like to be able to sync both sites global address lists. Right now we call each other and add the contacts in each system, but that is...
  15. patchkit

    how do i execute a command line function from VB

    Yeah, i found it 'enviroment.username'. Thanks though for that, it will come in handy later and thank you very much for the reply.
  16. patchkit

    how do i execute a command line function from VB

    Here goes. I need to record a user name and ip info to a text file. from a command line i would just type echo %username% >> textfile.txt etc. I want to be able to run that command and a few other when a user clicks OK in the VB form. I know that ther eis a pretty simple way to do this, but i...
  17. patchkit

    global.asa problem...

    I had the same problem, turned out to be a bad IIS install.

Part and Inventory Search

Back
Top