Cmd Network Drive List Fixed -

net use

net use | findstr /R "^[A-Z]:"

Get-SmbMapping or

Get-PSDrive -PSProvider FileSystem | Where-Object $_.DisplayRoot -ne $null cmd network drive list

net use > network_drives.txt The net use command alone is what most Windows admins use daily to quickly see mapped network drives. net use net use | findstr /R "^[A-Z]:"