Hi,
I’m looking for script (not power shell) which I can run on all PC in network and which will rename server in mapped drive and leave all other parameters unchanged.
Users have randomly mapped drives (different names, different patch, different numbers) so I’m not able to set “net use” command.
Let say user has mapped drive
Q: \\srv2003\common\folder1\folder2
I want to change only server name so after running script is should look like:
Q: \\srv2012\common\folder1\folder2
Any advice how to do this?
Thank you.