Cmd Network Drive List May 2026
net use
net use | findstr /R "^[A-Z]:"
Get-SmbMapping or
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
net use
net use | findstr /R "^[A-Z]:"
Get-SmbMapping or
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