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 Mike Lewis 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: *

  1. rickism21

    Batch File to Replace a file for all users on terminal server

    Hello, I need help with script that I can run as a batch file that would replace a certain file in the user folder for all users on a terminal server. This file contains settings I needed everyone to have. See my attempt below. @echo off XCOPY "C:\Documents and Settings\admin\Application...
  2. rickism21

    Windows 95-based CNC controller locked out of Server 2008-based domain

    Mbrayc, you stated there is a program that allows windows 95/98 to connect to a server 2008 network. I have these machines that are running windows 95 that I am having problems trying to connect to a window server 2008 domain. I just want the machines to access the network shares on the server...
  3. rickism21

    Unable to send Mass email internally #5.7.1

    Thanks ShackDaddy for your response, sounds funny saying that. But anyway, No one receives the email and it sent to an entire distro group. See the entire error below. Your message Subject: Test email Sent: Tue, 10 Dec 2013 09:30:57 -0800 did not reach the following recipient(s): ABC...
  4. rickism21

    Unable to send Mass email internally #5.7.1

    We have a user that is trying to send a mass email internally to users and when they do they get the below message. The user is using the webmaster account to send the email to users in our company. The account can send to 5000 users and the message size is only 23 kilobytes. When the user...
  5. rickism21

    Exchange Server Reports or Statistics

    Thanks everyobe
  6. rickism21

    Exchange Server Reports or Statistics

    Hello, Is there a way for me to run a report to find out email statistics of our exchange server, more importantly we want to see how many emails we bounce daily and send. We are running exchange server 2003. Thanks
  7. rickism21

    VBS Script to Install Telnet

    Geates, You are a genius. I removed that line and it worked with no pop ups. Thanks,
  8. rickism21

    VBS Script to Install Telnet

    The error message is as follows. Script \\domain.xxx.com\netlogon\Telnetnow.vbs line 3 char 1 Error Object doesn't support this property or method: 'Wscript.TelnetNow' Code: 800A01B6 Thank you Sir
  9. rickism21

    VBS Script to Install Telnet

    I am having some issues with the script. I am new to this. Can you take a look and tell me when I am going wrong. Thanks Script 1 Set WshShell = WScript.CreateObject("WScript.Shell") Return = WshShell.Run("pkgmgr /iu:("TelnetClient")" & WScript.InstallTelnet, 1, true) Script 2 Dim oShell Set...
  10. rickism21

    VBS Script to Install Telnet

    Thanks for your inputs. I will write a script now based on the recommendations. I think this is exactly what I am looking for.
  11. rickism21

    VBS Script to Install Telnet

    Hello All, I am working on installing/enabling telnet client on windows machine for our IT network. I found this command pkgmgr /iu:"TelnetClient" that installs telnet and it works. I decided to place the command in a batch file (run.bat) and the call the batch file with a vb script...
  12. rickism21

    Script to Install Fonts

    I created a second script for the registry entry to be safe and it seems to all work now. Thanks my good man....
  13. rickism21

    Script to Install Fonts

    Can I just add your code for the registry into the font script? Thanks
  14. rickism21

    Script to Install Fonts

    So your I got a message "the file exist" so that means it is there but not showing up when I go to view fonts in the C:/windows/fonts, it is listed there. What should I do next show it is visable? Thanks for your help
  15. rickism21

    Script to Install Fonts

    I think my IF statement want not working. I will use your message code now and see if I get a response.
  16. rickism21

    Script to Install Fonts

    Hello, I have a vb scripts that will install a font when I push it through a GPO. It works however, it doesn't check to see if the font already installed. I added additional code I found online to check if the font already exists but it is not working. Can someone take a look? Thanks...

Part and Inventory Search

Back
Top