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

    Limiting bandwidth

    Hi, I am looking for any inbuilt features of Windows 2K3 server that enforce bandwidth limitiations on specific NICs, the servers in question are part of an AD domain so group policies would be a possibility. Currently I have had to limit the port speeds to 100MB but this is not sufficient...
  2. teckiejon

    Using HTA to create local accounts on servers

    I am currently working in an environment where I am managing 30 servers which are all in workgroups. As this new project kicks off I am being asked with increasing frequency to create accounts on these servers. I decided that the best way to do this would be to automate the process using VB...
  3. teckiejon

    Adding a second input to a Run Command

    I have written a script that uses Xcacls to add permissions to some shared folders that I have created on the network. At present xcacls is called in the following bit of code: Set WshShell = WScript.CreateObject("WScript.Shell") wshshell.run "cmd.exe" WshShell.SendKeys "xcacls " & strdrv...
  4. teckiejon

    Error declaring variable as string

    I am trying to declare some variables at the start of a script but the code keeps erroring. For example the first line of code reads: Dim StrData As String Yet the script errors after AS (line1 char15) saying 'Expected End Of Statement' Can anyone advise?
  5. teckiejon

    Using the onclick method

    I have a script that I have written with much assistance from this forum that creates new user accts on the Active Directory. I have decided however that rather than have a series of input boxes to collect information about the new user I would use a web type form. My question is, can anybody...
  6. teckiejon

    Creating Mailboxes In AD

    With the help of my previous posts I have managed to produce a script that creates new AD users along with profile areas, user areas, login scripts and then emails notification that the account has been created. However the one problem that I am having is with the creation of the users mailbox...
  7. teckiejon

    Searching the Active Directory

    I have written a script that creates new user accounts in the active directory. Part of the script creates a username from the details that have been input using the first 6 letters of the surname and the first initial of the firstname. For example Peter Richards would become richarp. I would...
  8. teckiejon

    Possible Permissions Issue

    Its a long shot and you may need more information from me but I'm hoping that someone has come across something similar. I have a user on XP Pro who is trying to save any type of document to his homedrive (.doc, .csv and so forth) but when he comes back to the document to modify it he is told...
  9. teckiejon

    Adding entries to an existing spreadsheet

    Can anybody out there help me with a script to add entries to an excel document. I have seen scripts that write to individual cells thats values are specified in the script such as: Dim xl set xl = wscript.createobject("excel.application") xl.visible = true xl.workbooks.add()...
  10. teckiejon

    How to get a remote machines mac address

    I've been tasked to find the Mac Addresses for a list of remote machines on our network either by IP address or machine name. Ideally I would like to input them into a text file or spreadsheet. I am new to Vb script so understand the basics but this is a bit much for me. Could anybody out there...

Part and Inventory Search

Back
Top