In message <1185988823.042667.253450@b79g2000hse.googlegroups.com>,
Nicopilami <n.chaussard@gmail.com> writes
>Hi everybody, i would like to map a new network drive on a remote
>computer under an admin account, but i didn't find how i could do it.
>Would you have an idea ?
net use x: \\foobar\share
Where \\foobar is the server and share is the share name. You can also
do this deeper, e.g.:
net use x:\\foobar\share\folder\folder2\folder3
Where \folder\folder2\folder3 are folders within the share.
you can use net use within a PowerShell script.
Thomas
--
Thomas Lee
doctordns@gmail.com
MVP - Admin Frameworks and Security