<iframe src="https://exploratory.io/note/exploratory/How-to-install-Denodo-ODBC-driver-to-Exploratory-Server-Ifi6wGv8ct?embed=true" frameborder="0" width="100%" height="100%" > </iframe>
@echo off
New connections will be remembered.
The net use command alone is what most Windows admins use daily to quickly see mapped network drives. cmd network drive list
net use
For more modern Windows environments (Windows 10 and 11), PowerShell offers more robust cmdlets for drive management: Net use | Microsoft Learn @echo off New connections will be remembered
Open Command Prompt and type:
If the drive exists and is connected, it will list the folder contents. If it does not exist, you will get "The system cannot find the path specified." cmd network drive list
Get-PSDrive -PSProvider FileSystem | Where-Object $_.DisplayRoot -ne $null
Status Local Remote Network
Z: Y:
Get-SmbMapping