peopleperson88
Technical User
Is there a method that I can create a script that will map drives based on their username?
Was thinking something like,
IF %USERNAME%==BobM
then
net use x: \\<server>\<share>
else
End If.
That doesn't work. Any ideas?
Was thinking something like,
IF %USERNAME%==BobM
then
net use x: \\<server>\<share>
else
End If.
That doesn't work. Any ideas?