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 Wanet Telecoms Ltd 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: Kozimoto
  • Content: Threads
  • Order by date
  1. Kozimoto

    Update service account identity with login interactive

    Hi. I am looking for a vbscript that when ran would ask for a domain\loginid as the parameter and update a service to use these credential for starting the the service and grant it log on interactively. Any help would be very much appreciated.
  2. Kozimoto

    Locate, copy and rename files recursively

    Hi everyone, I have been using xcopy to copy IIS logs to another server for statistical analysis using xcopy g:\Logs\iis\*.log \\destinationserver\logs\iis\*.log_%computername% /D /Y /S. This basically copies all .log files recursively from each site ID directory to the destination server, and...
  3. Kozimoto

    IIS returns IP address in HTTP header vulnerability

    Anyone know how to mask (remove) what IIS 6 reveals in the HTTP header response? Our organization would like to mask the following header info (X) returned by our DMZ IIS servers. We are testing MS's fix for the IP vulnerability right now. We chose to go with SetHostName instead of...
  4. Kozimoto

    Enumerate all AnonymousUserName and sites from IIS Metabase

    Hi, I looking for a script to enumerate all AnonymousUserName accounts used in IIS and which web sites they are associated with. I could manually go through the metabase and search for AnonymousUserName to identify, but I have large number of IIS servers to go through, and I would like to...
  5. Kozimoto

    JOIN QUESTION, and could use some help.

    Hello, I have three tables; tbl_Software, tbl_Tested, tbl_Hardware. When a software package has been tested successfully tbl_Software.SoftwareID and tbl_Hardware.HardwareID are inserted into the same row in the tbl_Tested. What I'm looking for is the SQL for an Access database to give me...
  6. Kozimoto

    Truncate output from SQL

    Hello. I have an ASP/Javascript results page with output from an nvarchar field in SQL. I need to truncate the output to a predetermined number of characters followed by (...). I found one post using: <%=LEFT(SearchResults.Fields.Item("entry_content").Value).Value,100)%> but I receive a...
  7. Kozimoto

    Display Photo when thumbnail clicked

    Hi everyone. I have 6 thumbnails displayed in a table 2 rows X 3 columns. Below that in one large cell I have the full-size photo. The paths to the thumbnails and the larger versions are store in a SQL database. When the details page loads, the larger photo should display the larger version...
  8. Kozimoto

    Display client's DNS name in browser

    Hello, I have a number of kiosks and need to display their DNS name on the web pages they provide access to. Instead of putting a placard on each kiosk we have, I thought this would be a better approach. The best I've been able to find so far is the client's IP using server variables. I need...
  9. Kozimoto

    Automated query results via CDONTS or ASPmail

    I'm searching for a way to send individualized emails to subscribers much the same way DICE.com, or any job listing site does, when a user selects their search criteria, saves the criteria to their profile, and chooses the frequency to receive &quot;their job listings&quot; each day, twice a...
  10. Kozimoto

    Send query results via email

    I'm searching for a way to send individualized emails to subscribers much the same way DICE.com, or any job listing site does, when a user selects their criteria and frequency to receive &quot;their job listings&quot; on a regular basis. I'm looking for code examples, MX extensions, or any...

Part and Inventory Search

Back
Top