2012/3/1 Heiko Hund <heiko.h...@sophos.com> > > On Wednesday 29 February 2012 18:43:18 Carsten Krüger wrote: > > What operation could be in script that is usefull when it's executed > > in user context. > > On Windows you could mount a CIFS share from the corporate LAN to the > drive > letter a user expects her data at, for example.
Right. But this is similar to "logon script" just "connect script" which can be run by the UI when it receives connect event. Also, (technically) impersonation token cannot be used for network access. So the solution of impersonating to user will not allow a script to mount remote filesystem. Alon.