'==========================================================================
'
' NAME: <EnumerateDomainComputers.vbs>
'
' AUTHOR: Mark D. MacLachlan , The Spider's Parlor
' URL: http://www.thespidersparlor.com
' DATE : 5/20/2004
'
' COMMENT: generates a list of domain computers
' MODIFICATIONS...
Why not just use the AD command-line tools to achieve this. You can use combinations of dsquery and dsget to enumerate your users in AD and then pipe the putput to dsmod to change the pwd like this:
dsmod user "CN=SmithJo,CN=Users,DC=domain,DC=org" -pwd A1b2C3d4 -mustchpwd yes
Or, easier yet...
I enabled load balancing on the NICs on the W2K3 server and was successful in getting a config file to transfer to the original TFTP server.
I don't heve time to disble it and see if it is "broken" again but I think that was the issue.
Thanks guys.
Marty
Network Admin
Hilliard Schools
Well, I tried the same TFTP server but running on a different machine. It worked fine on a WindowsXP workstation.
So now I am down to either W2K3, or the fact that the W2K3 is multi-homed (although I am pointing at a specific NIC by IP addy).
I will continue to troubleshoot and post my...
Yes, I have asigned an IP to the inside interface and the TFTP server is on the same subnet.
Here's what I have; Both the TFTP server (W2K3 server) and the inside interface of the PIX (515) are plugged in to a RJ45 blade on a cisco 6509. PIX is 10.4.99.16/24 and the W2K3 server is...
Hi there,
I am running Solar Winds' TFTP server on a W2K3 box in our domain. I can TFTP to and from all our routers and switches (2600's and 3500's). When I try to write net from our PIX box (515) it time's out with a connect error and the file transferred is 0 bytes. I can ping the TFTP...
OK, solved my own problem. I needed to set the following setting in the Gpol:
"Computer>AdminTemplate>System>Gpol>User Group Policy Loopback Processing Mode" to Merge.
Basically this merges the settings of the Gpol with the logged on users settings.
Hope this helps someone else.
Marty...
Have you tried using storage manager to assign the drive letter/mount the partition? (right click My comp and pick manage)
Marty
Network Admin
Hilliard Schools
do an RSOP on one of the users/machines that this has happened on and click on the tab that shows what was applied (sorry, don't have that capability here).
Marty
Network Admin
Hilliard Schools
You set this up in the properties of your DHCP. Go to Administrative Tools>DHCP, in there you will see your scope and server options.
HTH
Marty
Network Admin
Hilliard Schools
Did some more research and it seems that windows will only redirect to other "pool" printers if one becomes unavailable. So printer 1 in the pool will get all the work unless you turn it off (or maybe if it runs out of oaoer or jams or something).
Marty
Network Admin
Hilliard Schools
Install the tools from the 2003 CD (or DL from web) and then you can use the command line tools to create your users. There are a bunch of them; dsadd, dsget, dsquery etc.
I use Excel to create the command lines using LOOKUP (to select the OUs) and CONCATENATE so that all I do is put the...
I am going to guess that your DMS accesses the server via a specific service account and therefore does not use normal share permissions.
If that is true, you should be able to remove the everyone group (or domain users) from the permissions on the shares so that only the DMS (and not the users...
Just out of interest, since you had the users in a spreadsheet anyway, why not use dsadd from the w2k resource kit? You can set up all the info in the spreadsheet to create the command lines and then paste them into a batchfile.
Works for me.
Marty
Network Admin
Hilliard Schools
You could use xcacls.exe (downloadable) and build your command lines in Excel using the CONCATENATE function to produce lines like this:
xcacls.vbs \\server\sharename\userID/g domain\userID:m Domain\"Domain Admins":f /f /s /t
This removes existing permissions (g) then recursively assigns the...
You can disable access to specific sites in Gpol. This won't give you the tracking you want but it will give users a heads up that you are aware of where they are going (or at least appear to be).
Marty
Network Admin
Hilliard Schools
Hi Paul:
Get your IT support company to read the link below (or get another support company <g>)
http://www.cisco.com/warp/public/cc/so/neso/vpn/ns171/ns27/prodlit/evpnc_qa.htm
HTH
Marty
Network Admin
Hilliard Schools
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.