What do you mean by reset the password for the domain? Also, are you mapping these drives via a Login/startup script?
JorgeM
Industrious Poster
4,002 posts since Dec 2011
Reputation Points: 294
Solved Threads: 543
Skill Endorsements: 115
If your computers were on a workgroup, I can see where you can make a case for using the same username and password for all of the computers. However, since you are on a domain, the management of user IDs for all of your users is easy and simple. In addition, in your scenario, any changes to that one ID will affecct all of your users. Any ways, you were asking about user management so lets focus on the network drive mappings..
For the network mappings to remain in place, you need to configure them to be "persistent". If you use the GUI to map drives, enabling the checkbox regarding remap at logon should work.
However, if you want to ensure that these mapping are in place every time your users log on, you can easily create a policy, preferrably a group policy object in the domain, but a local policy will work, where via a script, you unmap and remap the drives for the user. This ensures that any changes the user may invoke during the previous session will be cleared and the drives will be remapped at each logon event.
I have a sample of mapping drives via VBScript. Feel free to use and modify to your needs.
Mapping Network Drives Using VBScript
JorgeM
Industrious Poster
4,002 posts since Dec 2011
Reputation Points: 294
Solved Threads: 543
Skill Endorsements: 115
You should be able to address this via a GPO.
JorgeM
Industrious Poster
4,002 posts since Dec 2011
Reputation Points: 294
Solved Threads: 543
Skill Endorsements: 115
Ok great, thanks for the update. This will help others with a similar issue.
JorgeM
Industrious Poster
4,002 posts since Dec 2011
Reputation Points: 294
Solved Threads: 543
Skill Endorsements: 115