Search found 2 matches
- 28 Jun 2012 10:31
- Forum: DOS Batch Forum
- Topic: Searching AD with a bat file
- Replies: 2
- Views: 2345
Re: Searching AD with a bat file
Sorry guys This also needs to create a log file showing the date and time of who changed the password, and also the username of who did it.
- 28 Jun 2012 10:27
- Forum: DOS Batch Forum
- Topic: Searching AD with a bat file
- Replies: 2
- Views: 2345
Searching AD with a bat file
Hi OK I will start by giving you the scenario We have a call centre with Team leaders and management, and then call centre staff. I have created the following script as per below and this works OK. @echo off SET /P usr=Please type the username you wish to reset: net user %usr% * /domain /Active:yes ...