If you have to find out who has mapped a network drive in Windows start a Command prompt and type
wmic netuse where LocalName="X:" get Username /value
replace „X:“ with the drive you want.
3+
If you have to find out who has mapped a network drive in Windows start a Command prompt and type
wmic netuse where LocalName="X:" get Username /value
replace „X:“ with the drive you want.