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!

Search results for query: *

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

    Variable in Outlook

    I'm trying to create a macro In outlook to add a signature (special one) that will also have a subject with todays date in the subject. Subject: VoiceMailbox <2008-05-06> This would be the prefered date type, but I can live with any variable type date that will work, I can not find in any...
  2. SWarrior

    Variable in Outlook

    I'm trying to create a macro In outlook to add a signature (special one) that will also have a subject with todays date in the subject. Subject: VoiceMailbox <2008-05-06> This would be the prefered date type, but I can live with any variable type date that will work, I can not find in any...
  3. SWarrior

    HTML and Variables

    It's been a long time since I've done HTML. Just trying to get a simple signature file working so that an every day user can edit the file to put their name, title, and address in without messing up the html formating. I'm not even sure how to get the variables to work either. example in code...
  4. SWarrior

    Remove File Permissions

    I have a problem getting rid of OLD file permissions. It's not that I can't remove them, it's that I need to remove them from about 120GB worth of files. Uuuuugh... The problem stems from an old domain that was set up several years ago and trusts between the two domains were established...
  5. SWarrior

    How to audit password changes in active directory

    We have a situation that we need to audit password changes. In the event that someone with domain admin access changes someone's password without the users permission. I would greatly appreciate it if someone can point me in the right direction or even a kb article would be nice. But most...
  6. SWarrior

    Terminal Application server connection refused

    We have 2 license servers, one is being phased out. They are in two different locations (same network, different building) When I test each thin client, it grabs a license from the old server, then when I put it out into production, it grabs another license from the new server. We have 17...
  7. SWarrior

    Hide Terminal Server Icons

    I need to have all icons in the "All Users\Desktop" on a terminal server. I have been able to restrict access based on machine name, but I need to HIDE this icon based on machine name as well. Any Ideas on how to do this? Basically there will be like 10 icons that are almost identical, and I...
  8. SWarrior

    Dual-NIC Binding

    Let's ask for the IMPOSSIBLE !! hahaha..... If anyone remembers the concept of Dual Connection Binding that was successfully accomplished with Midpoint Teamer for Modems, I'd like to be able to do the same with NIC's (if it's possible) Here's the scenerio.... We have 2 sdsl links, and a...
  9. SWarrior

    DFS - Setup

    I give up. Can anyone help me with the steps in setting up a DFS? I must be doing it all wrong, I can't get this to set up for the life of me. I am trying to create a DFS between two domains. Parent Domain and Child domain. Thanks in Advance! -SWarrior
  10. SWarrior

    Display Results without writing to file

    I need to be able to display the results of my script without writing them to a file. I'm using an array to store my results, but the content is WAY to large for a single message box, and I need to be able to see all of the content at once.I can accomplish this by writing to a text file and...
  11. SWarrior

    Radio Buttons not working.

    With Excel, I was able to create a group of 30 radio buttons that when one was selected, it would send a value to sheet2.$a$2, and then calculations on sheet 2 would use that number to calculate the rest of the sheet. The reason for the radio buttons are so that the user of the sheet can only...
  12. SWarrior

    Format Text Color & bold

    Ok, everything is now working with my script... Thank you very much guys.. However, NOW they want COLOR so that the failed machines in this LONG report stand out more... (sigh) After I get everything working with PLAIN TEXT, now they want it color. How can I do this WITHOUT HTML ...
  13. SWarrior

    Read from Array & Write to email message

    Is there a way to directly read the contents of an array and write it as plain text into an email message ?? Right now, I can read from the array and write to file, then attach that file to an email, send the email, and then delete the email.txt temp file. I've tried reading the array into a...
  14. SWarrior

    fso.copyfolder With Subfolders

    Is there an EASY way to copy an entire folder's contents and EVERYTHING within it's Sub folder ONLY if the file is NEWER or UPdated ?? I can do this with one line using: wshshell.run("cmd /c xcopy "D:\Path1\Path2\*.*" "Z:\Path1\" /d /s /e /q /h /r /o /x /y /c",1,true) Would this still be the...
  15. SWarrior

    2 Dimensional Array

    I'm trying to write and read to/from a two dimensional array, but not having any luck. Can I get a few tips on this ?? I have a project that I MUST have done today... I hate being under the GUN!!! arrayObj = Array(10,5) arrayObj(1,1) = "\\machine01\c$" arrayObj(2,1) = "\\machine02\c$"...
  16. SWarrior

    Math Stumper

    I need to get the Remainder of a division answer. For example, 48 / 7 = 6, remainder 6. Because 7 * 6 = 42 and then there is 6 left over. I need the 6. 51 / 7 = 7, remainder 2 and so on. -SWarrior
  17. SWarrior

    Clickable URL in MSGBOX()

    I am error trapping for HELP on a vbscript. If the error occurs, then I want the user to be able to CLICK on a URL within the message box. Kinda like this below. +------------------------------+ : Error occured. If you want : : help, click the link below. : : http://www.help.com ...
  18. SWarrior

    Pass Variable to 2nd script, process and return

    I've searched through MANY threads, and can't find a solution to my question. I am trying to pass a variable from 'Script A' to 'Script B' Script B will process that variable, and then I need 'Script B' to return that processed variable BACK to 'Script A'. Scenerio: Script A get's input from...
  19. SWarrior

    Excel 2000 Format Cell Color

    I have 2 sheets. Sheet 1: DataSheet Sheet 2: Group When Datasheet!Cell r4 = r, I need Group!Cell p3 to format the cell color to Red. If Datasheet!Cell r4 = b, then I need Group!Cell p3 to format the cell color to Blue. I also need the words Red or Blue to show up as well. That part, I can...
  20. SWarrior

    Script will not reboot PC.

    While rolling out an install of new AntiVirus, the machine will not reboot when told to by script. The "Post Install" command is as follows: wscript RemoveNAVKey.vbs //B //Nologo Inside RemoveNAVKey.vbs, this script removes a registry entry successfully if found. However, I can NOT get...

Part and Inventory Search

Back
Top