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!

Recent content by DaveNamou

  1. DaveNamou

    Windows 2008 Terminal Server home folder

    Sorry for the late response. The file should be a batch file. .cmd Dave Namou, MCSE CCEA
  2. DaveNamou

    Windows 2008 Terminal Server home folder

    Add the following script to your server. Make sure it runs each time a user logons. I had to do this for a similar application as well. Set HomeDrive=C:\Users\%USERNAME% Hope that helps. Dave Namou, MCSE CCEA
  3. DaveNamou

    2008 Install - no DVD drive!

    You could also use Windows PE to load the system. Windows PE is a light weight version of Windows Vista. Once you boot the server to Windows PE, you can then map a drive to a network share and run Windows 2008 setup from there. Windows PE fits on a CD, so that shouldn't be a problem. Not...
  4. 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...
  5. DaveNamou

    Daylight savings patch.....recommended practices

    Hey AO, You need to download the patch from microsoft first. http://www.microsoft.com/downloads/details.aspx?FamilyID=554A94FE-A478-47A7-B004-0277A292E90E&displaylang=en and yes, you do have to put this in a .bat or .cmd file. Your bat file and the EXE that you download from Microsoft should...
  6. DaveNamou

    Daylight savings patch.....recommended practices

    Microsoft added the DST Patch for Windows 2003 and XP as a "High Priority" Patch in Windows Update website. KB931836. If you want to use a logon script to push this patch out then here's the switches to run the patch. KB931836.Exe /m /n /o /z Note that the EXE is not the actual name of the...
  7. DaveNamou

    Custom ADM File does not show up.

    Wow....Thank you very much. And as a Bonus. I never new I could filter the GPO settings just to show what's currently configured.. Thank you. Dave Namou, MCSE CCEA
  8. 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...
  9. DaveNamou

    Default Webpage

    Hi Sak, I'm not sure exactly where the policy is. In fact I'm not sure it's there by default. You might have to create your own ADM file and add it to the policy templates. Dave Namou, MCSE CCEA
  10. DaveNamou

    Default Webpage

    Here's a quick and dirty way if you want to try this.... I recommend doing this while no one is logged on. 1) Logon with Admin Account 2) Put the server in INSTALL mode (Change User /Install). 3) Change the IE Homepage and close IE. 4) Put the server back in EXECUTE mode (Change User...
  11. DaveNamou

    Is IE7 not available on Windows Update Site?

    Looks like I'm able to update it now as well. Microsoft has been moved to the "Optional Software" Section of Windows Update now where it used to be in the "Critical" updates section before. I guess it's not critical to update it anymore.. ?? Dave Namou, MCSE CCEA
  12. DaveNamou

    Program Neighborhood 10.x Update

    Looks like I found this unfortunate news regarding my issue... http://support.citrix.com/forums/thread.jspa?forumID=8&threadID=86603&tstart=15 From Page 14 of the Windows ICA client 10.0 guide: Discontinued client functionality. The following functions are no longer supported: • Beginning...
  13. 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...
  14. 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...
  15. 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...

Part and Inventory Search

Back
Top