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 strongm 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. dbustamante

    Script to unlock domain accounts

    Hey Everyone, I modified one of my old scripts that's pretty basic in what it does checks to see if a user account is locked out if it is it will unlock domain account or tell you it's active and changes passwords for users. But when i get to the change password section if i type in a password...
  2. dbustamante

    Computer policy gets pushed out to Win 7 but not XP

    Hey All, Im trying to push Google Chrome to my network via Group Policy and it's worked awesome for my Windows 7 machines BUT on my Windows XP machines (%97 of my network) it does not apply. I've tried updating my group policy on the local machine (gpupdate /force) and still no luck. This is...
  3. dbustamante

    Home folder needing to be indexed?

    Hey All, I have a server 2003 network with about 90 XP machines running group policy and were just now starting to role out Windows 7 machines I'm having a heck of a time trying to get these windows 7 machines to pull a users documents from their home drive. It keeps telling me i have to index...
  4. dbustamante

    How do I make it stop exiting!

    Hey everyone I’m working on a script that I will be using for all my new IT members so configuring PC's won’t be so time consuming. so far all the commands are working fine but every time the selection is made it run’s the command then exit's and I have to start it up again when all I really...
  5. dbustamante

    VBScript to a assign IP adresss to a domain user not computer?

    Hey all, I have a question about IP address and scripts. Where I work we have 3 sets of IP schemes (open, restricted and blocked). What I want to know is if there’s a way to set up a script that can assign a specific IP address to a specific user and change with every user who logs in after...
  6. dbustamante

    how to join new pc to domain

    I have alot of pc's i have to re-image and im trying to come out with a script or bat file to join a new pc to my domain. but im not having any luck here is what i have so far but its missing something. any ideas? cmd /c netdom join %COMPUTERNAME% /domain:%JoinDomain% /userd:%DMID%...
  7. dbustamante

    Batch to change IP and PC name HELP!

    I have the awesome task of changing all my computers IP address and PC names on my 200 PC network. Sounds easy enough with a batch right? What I have so far is just the IP changing part but i still have to go in there and manually set the IP what i want for it to do is find the IP address...
  8. dbustamante

    Remote IP Change

    ok guys do any of you know how to change an IP and DNS via CMD?. i have a CMD that can change it for the local PC but i need to do it for about 40+ computers. Any ideas? Heres what i have so far... netsh interface ip set address name="Local Area Connection" source=static addr=111.222.333.444...
  9. dbustamante

    CMD to change IP address

    ok guys ive been trying to come up with a command that will change the ip and dns via .cmd the only problem is my syntex is wrong and i cant figure out where i messed it up maybe you all can help me. @echo off netsh interface ip set addresss "Local Area Connection" static 192.168.1.101...
  10. dbustamante

    VBS to Search and Delete

    Hey all, Ive been givin the task to come up with a VBS sript to search and delete all music files my users save to their computers. so ive tried coming up with a log on script that will search and delete all music files on their profile. im pretty new at script writing but this is what ive come...

Part and Inventory Search

Back
Top