0
Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.
Comments
Yes and no. Mapped drives can only be accessed by the account that created them, so a user logged on isn't going to be able to use the mapping.
http://support.microsoft.com/kb/149984
I think it might be possible if we create a bat file with below command in it
net use x: \\network path\volume
and by some way we deploy that bat locally onto network computer. Like Pdq copy the bat file to Remote computer & run it under active user profile.
or we could run it under current environment instead of user