Cmd Network Drive List !!top!! Direct

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 | findstr /R "^[A-Z]:"

net use

Get-PSDrive -PSProvider FileSystem | Where-Object $_.DisplayRoot -ne $null Get-SmbMapping or net use > network_drives

Scroll to Top