CompTIA Server+ SK0-005 Practice Question
While troubleshooting why a Windows Server 2022 member server cannot open files stored at \FS01\Profiles, you verify that DNS resolution and basic connectivity succeed. You suspect that an outdated persistent mapping-cached with incorrect credentials-is blocking access. Which single Command Prompt command lets you view the current mapping and remove it so that a fresh connection can be created?
netstat -a | find "\FS01\Profiles"
diskpart remove volume \FS01\Profiles
net use \FS01\Profiles /delete
mountvol \FS01\Profiles /D