top of page
cmd network drive list

Cmd Network Drive List File

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

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

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. net use | findstr /R "^[A-Z]:" Get-PSDrive -PSProvider

Get-SmbMapping or

Copyright © 2026 Rising Line | All Rights Reserved |

bottom of page