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

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

    CAC - Common Access Card logon

    Is it possible to use CAC logon for a non domain controller?
  2. arilvade

    Printing from web

    I need to print multiple files with one click for our intranet site. Example: User selects a drawing that drawing has 5 sheets, the user selects the printer on the website, the prints are sent via coldfusion and/or uses the local users printer driver. All of our printers are network. Thanks!
  3. arilvade

    Simple button with mailto:

    How can I create a button that utilizes the mailto: tag? I can't use the form method. My code: <a href="mailto:testing@navy.mil?subject=Document Scan Request&body= Please scan the following document:%0a%0a <CFOUTPUT QUERY="query" STARTROW=1 MAXROWS=1> Task ID:#trim(ti_id)#%0a Class...
  4. arilvade

    CF access denied error

    I can perform manually on the server but CF gets access denied. I tried running the cold fusion services with defalt permissions and with admin permissions. Thanks for your help!! Error: Error processing CFFILE Unable to copy file 'f:\Data\dwgs\223765\753710801.plb' to path 'f:\TEST'...
  5. arilvade

    Mail to tag with database data for the body

    How can I use the mailto: tag with an automatic input of data into the body with database data? Thanks!
  6. arilvade

    Coldfusion with mailto tag

    This code below opens the users default e-mail and inserts database data into the body - the problem is it also inserts a line of code with it: ?Body=Please+scan+the+following+document: Anyway to get rid of the above code? Thanks! FORM ACTION="mailto:dav@nav.com?subject=Document Scan...
  7. arilvade

    How do I open the users e-mail using ColdFusion?

    I would like to open the users mail with a predefined message and have them send the e-mail manually. Also I would like to use variables from a database to be put inside the e-mail. The e-mail is to request additional information from our database. Yes I'm new to CF and thanks for you help.
  8. arilvade

    Exchange 5.5 how do I turn on pop &amp; smtp for clients?

    Our clients connect to Exchange via coporate connection. I need to turn on pop & smtp so we can use the scan to e-mail function to a outside e-mail address (works for internal addresses only). I setup an oulook express pop account and receive this error: The recipient name is not recognized The...
  9. arilvade

    Add users &amp; groups from A.D. to a local group via excel sheet

    This script works with one group per user; how can I add more groups to each user? (some users have more groups than others) Set objExcel = CreateObject("Excel.Application") Set objWorkbook = objExcel.Workbooks.Open _ ("C:\Scripts\New_users.xls") intRow = 2 Do Until...
  10. arilvade

    Add users from A.D. to a local group via excel sheet

    This code works fine without the excel fuction. How can I get a list of users via excel and add to a local group? strComputer = "computernamehere" Set objGroup = GetObject("WinNT://" & strComputer & "/users") Set objUser = GetObject("WinNT://domain/username") objGroup.Add(objUser.ADsPath)
  11. arilvade

    How do I increase a raid mirror without rebuilding the software

    I have a Dell server with a mirror. Raid card is Adaptec aic-7899 Partitioned 8GB for C:, 30GB for D: "would like to change the size of the C: partition also. Drives are 37GB ultra 160 How can I increase the size of the mirror and the C: partition? Thank you
  12. arilvade

    NTFS permission quirk

    Why is does this occur? Two computers on a domain logged as Administrator. I create a file with only user rights I.E. no Administrator. I try to delete and receive "access denied". If I connect to the computer via network \\computer\c$ I am able to delete. Why? Thanks DJL

Part and Inventory Search

Back
Top