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...
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...
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...
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?
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...
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...
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...
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...
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()...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.