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 Chriss Miller 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: bdwilcox
  • Content: Threads
  • Order by date
  1. bdwilcox

    Trying to adapt VBScript to search if machine is in an AD group

    I had what I thought was a simple VBscript to search AD for a user and see if they were part of an AD group. But. so far, I have been unsuccessfully trying to adapt it to see if a computer is part of an AD group. Our AD structure is pretty flat so I'm not worried about nested groups but I am...
  2. bdwilcox

    Script seeing input variable value as blank but sees hard-coded value

    With this script, if I use the input variable in the line sAMAccountName=UserLogonName, the code doesn't work. But if I hard-code the value of sAMAccountName with something like sAMAccountName=bdwilcox instead, the code works fine. I've tried adding single and double quotes to the value of...
  3. bdwilcox

    More efficient / manageable way to code this HTA w/ VBScript?

    I have about 300 links I want to put in a reference HTA file for new people to refer to. For each link, I want the user to be able to either copy the URL or launch the site for each. The problem I'm running into is I can't find a way for the HTML code to set the value of a generic variable, use...
  4. bdwilcox

    Validate that HTA text input boxes aren't blank on submission

    I was wondering if anyone has either a VBScript or JavaScript subroutine that will work in a simple HTA to make sure neither of the two mandatory text boxes [Machine Name (CompID) & Program Name (ProgID)] are blank when the user presses the Click to Find the Program button? I would like it to...
  5. bdwilcox

    HTA fails with Syntax Error when working VBScript inserted

    Pretty new to HTAa. I tried to insert a working VBScript into a simple HTA but it fails with a syntax error pointing to the function line in the VBScript. I've been Googling for hours but can't seem to find an equivalent error being discussed. Working VBScript: Set objFSO =...
  6. bdwilcox

    Self-Elevate Code Stops Script from Running Executable

    I'm just a hack who shoehorns VBScript code I find on the web together so I fully admit I don't know what I'm doing. I'm trying to query a user for their BIOS password, create a command line including that variable and feed the command line to the program HPQPswd64.exe to generate an encrypted...

Part and Inventory Search

Back
Top