Thanks Howard, your solution pointed me in the right direction. I was having issues with the quotes and such. I tried this one line from your code, USE $Drive "\\$Server\$Share", this did not work. However, this did:

Code:
$share = "\\server\share"
Use * $share /user:$user



I'm not sure why your code doesn't work for me but you helped me fix the problem. Thanks!