== This batch file will set up drive mappings for most user accounts.
echo H: \\KINGdotNET\HR
echo J: \\KINGdotNET\Accounting
echo N: \\KINGdotNET\Contracts
echo O: \\KINGdotNET\Operations
echo P: \\KINGdotNET\Proposal
echo S: \\KINGdotNET\Shared Data
echo U: \\KINGdotNET\data\users\%username%
ECHO Now setting the drive mappings for username: %username%
echo on
net use H: "\\KINGdotNET\HR" /persistent:YES
net use J: "\\KINGdotNET\Accounting" /persistent:YES
net use N: "\\KINGdotNET\Contracts" /persistent:YES
net use O: "\\KINGdotNET\Operations" /persistent:YES
net use P: "\\KINGdotNET\Proposal" /persistent:YES
net use S: "\\KINGdotNET\Shared Data" /persistent:YES
net use U: "\\KINGdotNET\data\users\%username%" /persistent:YES
%SystemRoot%\SYSVOL\sysvol\<domain DNS name>\scripts
Then add the login.bat to the user profile.
I hope this help.
If this helped you, please take the time to share this post by sharing using Google+, Facebook, or Twitter.
0 Comments