The command:
NET USE
Will display open connections by any process of current user. But, if command prompt (cmd.exe, or any shell) is non-elevated, it would display only connections opened by non-elevated processes. To see shares open by elevated processes, we need to use Command Prompt elevated.
How to view all shares/connections opened by same user (i.e. current user) - irrespective of elevation of processes which opened the remote share (for example, from (non-elevated) Windows Explorer) ?