loveorhateit
MIS
Is there a way to set up a long script in Active directory and have it map drives that are located somewhere else and need to use a different username and password than their domian login.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
WSHNetwork.MapNetworkDrive "Z:", "\\ServerName\ShareName", "False", "username", "password"
net use Z: \\ServerName\ShareName /user:username password /persistent:no