UAC-account-users can't see their mounted network-drives
Posted
by
Daniel
on Server Fault
See other posts from Server Fault
or by Daniel
Published on 2011-02-10T14:16:06Z
Indexed on
2011/02/23
7:26 UTC
Read the original article
Hit count: 503
I wrote a few login batches in the Group Policy Management which mount specified devices to specified usergroups. The batches work as they should as long UAC is disabled.
My problem is that the UAC-account-users can't see their mounted network-drives because the login scripts run in elevated context. I tried to fix the problem with PsExec (-l) so that the network-folders are mapped with limited user rigths. But it seems that this won't work. (PsExec is already installed on all computers so it can work local.)
Has anyone an idea how to fix that problem? I spended a long time in trying to fix the problem but I did not find any solutions about THIS problem.
© Server Fault or respective owner