Cmd Network Drive List High Quality May 2026

Get-PSDrive -PSProvider FileSystem | Where-Object $_.DisplayRoot -ne $null

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

net use

net use > network_drives.txt The net use command alone is what most Windows admins use daily to quickly see mapped network drives. cmd network drive list

Get-SmbMapping or

Comments: 0