Cmd Network Drive List ((install)) 〈8K 2027〉

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

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

Get-SmbMapping or