Solved: how can i find login used by network drive mapping?

Post Reply
mister_v
Posts: 137
Joined: Sat Jun 20, 2009 5:42 pm

Solved: how can i find login used by network drive mapping?

Post by mister_v »

Hello,

how can i find login used by network drive mapping?
Like the username used for z-drive ?
Last edited by mister_v on Thu Jan 26, 2023 7:24 am, edited 1 time in total.
Chris
Site Admin
Posts: 127
Joined: Mon Jul 21, 2008 9:45 am
Location: Leuven, Belgium
Contact:

Re: how can i find login used by network drive mapping?

Post by Chris »

you can use the command:

Code: Select all

wmic netuse where LocalName="Z:" get UserName /value
It shows the username
mister_v
Posts: 137
Joined: Sat Jun 20, 2009 5:42 pm

Re: how can i find login used by network drive mapping?

Post by mister_v »

thanks, that is what I needed.
Post Reply