Hi all I'm trying to map users home drives when they connect to the vpn. On the ASA I imported a .bat file and it's set to on connect that has the following.
sleep 30
net use t: \\server\share\%username%
Does anybody have an idea of why this isn't working.