Hello,
how can i find login used by network drive mapping?
Like the username used for z-drive ?
Solved: how can i find login used by network drive mapping?
-
mister_v
- Posts: 143
- Joined: Sat Jun 20, 2009 5:42 pm
Solved: how can i find login used by network drive mapping?
Last edited by mister_v on Thu Jan 26, 2023 7:24 am, edited 1 time in total.
-
Chris
- Site Admin
- Posts: 132
- Joined: Mon Jul 21, 2008 9:45 am
- Location: Leuven, Belgium
Re: how can i find login used by network drive mapping?
you can use the command:
It shows the username
Code: Select all
wmic netuse where LocalName="Z:" get UserName /value-
mister_v
- Posts: 143
- Joined: Sat Jun 20, 2009 5:42 pm
Re: how can i find login used by network drive mapping?
thanks, that is what I needed.