News

I am trying to create a single logon script which will check which domain group a user belongs to, and then send them to the relevant section of the logon script in order to map network drives ...
Here is the bat file in sysvol\\domain\\scripts:net use p: \\\\server1\\publicnet use g: \\\\server2\\graphicsThe first mapping works fine. The second is the one I just added and it stops at the ...