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

    HTA Run Script Error in WIndows PE 2.0

    Hi, I've created the simple code below for an HTA application which has a button to launch Notepad. The script works fine on Windows 2003 and Windows XP. My problem is when I try to use the script on Windows PE 2.0. - The HTA application loads fine but when I click the button to launch...
  2. DaveNamou

    Custom ADM File does not show up.

    Hi, I was wondering if anyone can help me find the issue with the ADM file below? - The file loads without any errors on 2000 and 2003 using GPEDIT.MSC. - I actually see the "IE7 Test" Category under "Administrative Templates". - But nothing shows up on the right side of MMC. It's just...
  3. DaveNamou

    Program Neighborhood 10.x Update

    Hi, I wanted to use the Citrix "ICA Client Update Configuration" Tool to update all our clients from 6.x to the new 10.x Client but... I was not able to find the 10.x client in a Cab format where I could just point to the INI file. Anyone know how I can go about doing this? Thanks in advance...
  4. DaveNamou

    Is IE7 not available on Windows Update Site?

    Hi, Does anyone know if IE7 was pulled off the Windows Update site for Windows 2003 SP1? Our company installs an average of 20 servers a month and we usually used Windows Update to download it. But the past 4 servers we built did not display IE7 as an available download...and we have not...
  5. DaveNamou

    Create a Token using VBScript

    Hi, I'm trying to write a script that will change the password for an account on a remote machine (LABSERVER). The problem I'm having is that the account I'm running under might not have access LABSERVER. How can I authenticate (or just create a token) to the Remote server. If I map a...
  6. DaveNamou

    Query Published Application

    I wanted to create my own text based log of users that logon to the Citrix server. I'm currently colleting a list of information such as time, date, server, username, logonserver, etc. One item I couldn't figure out how to gather was the published application that the user is running. Does...
  7. DaveNamou

    Query Server Manager (NT4.0)

    Hi, I'm trying to find a way to query the list of computers that are a member of an NT4.0 Domain. I haven't been successful in finding a command line tool or any COM objects that I can use VBScript to connect to. Anyone have any ideas on how I can do this. Dave Namou, MCSE CCEA WCSP...
  8. DaveNamou

    Send E-mail via Script

    Does anyone know how I can send a HTML based e-mail using a script? I’m setting up a weekly newsletter for my company and my company wants the newsletters to be in HTML. I want to do is iterate through the e-mail list and send the HTML e-mail to each user. Anyone have any ideas if this is...
  9. DaveNamou

    I'm trying to use the copyfile comm

    I'm trying to use the copyfile command as shown below. - I keep getting an "Access Denied" Error. - I'm not logged on as Administrator but I do have Admin rights to the box. - The inputbox always me to cut and paste the exact command that the script would use into a command prompt...
  10. DaveNamou

    MetaFrame 1.8 - Unattended Install

    I'm trying to install MetaFrame 1.8 on WTS 4.0 using the Unattend.txt file that comes with CD. Here is the command I run SETUP.exe /u:C:\sys\Unattend.txt Here is what's in the Unattend.txt ==========Unatttend.txt[COLOR=blue] [MetaFrame License Agreement] AcceptLicense=No [License...
  11. DaveNamou

    Ping Errorlevel

    Can anyone tell me why the following script does not work? It's supposed to return an ErrerLevel of 1 if ping returns "Request timed out". But instead, it always returns "Errorlevel 0". ??? [COLOR=red] @Echo Off :start ping 192.168.0.1 If ErrorLevel==1 Echo Error 1 If...
  12. DaveNamou

    Excel Conditional Statement

    How can I make a cell show in a certain color (red) when the cell has the word "TEST" in it. So, if a user types the word TEST in the cell, it automaticlaly changes the font to a red color. I hope this is an easy question... Thank YOU Dave Namou, MCSE CCEA
  13. DaveNamou

    Multi-Boot Floppy Disk

    I have a floppy that I'm trying to make into a Multi-Boot Disk. I have created the floppy so that it has two choices. (1) Boot to WIndows 2000 - Which is on the hard drive (2) Boot to Windows 98 - Which is on the floppy (This Windows 98 is only the command line version) Here is what my...
  14. DaveNamou

    Multi-Boot Floppy Disk

    I have a floppy that I'm trying to make into a Multi-Boot Disk. I have created the floppy so that it has two choices. (1) Boot to WIndows 2000 - Which is on the hard drive (2) Boot to Windows 98 - Which is on the floppy (This Windows 98 is only the command line version) Here is what my...
  15. DaveNamou

    Multi-Boot Floppy Disk

    I have a floppy that I'm trying to make into a Multi-Boot Disk. I have created the floppy so that it has two choices. (1) Boot to WIndows 2000 - Which is on the hard drive (2) Boot to Windows 98 - Which is on the floppy (This Windows 98 is only the command line version) Here is what my...
  16. DaveNamou

    Language Settings

    My company will be deploying Citrix for an application that will be used for users in the U.S., Mexico, Asia, Europe, and god knows what other planet. Can I control what language they use through their user Profile? And can they all connect to the same Citrix server and view information in...
  17. DaveNamou

    Clipart

    Hi!! I have been going to Microsoft's website to import ClipArt’s from their website. The ClipArt’s are automaticly downloaded and installed with their category and keywords included. (Great feature of Office) I am about to get a new laptop and wanted to keep all of the ClipArts that I...
  18. DaveNamou

    News Group Server

    Does Microsoft have a product that allows you to host a news group server? And if I wanted to host a FORUM, would I use a News group server? I remember that an NNTP server does come with IIS4, but I also remember reading somewhere that it was a limited version and you could not host a real...
  19. DaveNamou

    Error: Clock is not Synchronized -???

    I'm trying to access a Windows 2000 Pro(PRO1) from another Win2K Pro station (Pro2) using Network Neighborhood (or UNC name). I get the following error... [COLOR=red] \\PRO1 is not accessible. This server's clock is not synchronized with the primary domain controller's clock. [COLOR=black]...
  20. DaveNamou

    Copy & Paste in Excel

    I have 80 cells that have formulas within them. I am trying to copy and paste them to another column to duplicate them. As you know, Excel changes the formula by adding a value to the formula to match the number of cells you moved. So if my formula was [COLOR=red]=sum(F5:G5)[COLOR=black] and...

Part and Inventory Search

Back
Top