Mapped Drive Missing (Workstation)— Help Desk Simulation
This walkthrough shows how to simulate and resolve a very common Help Desk MSP ticket: a user’s mapped network drive is missing from their workstation.
The goal of this exercise is to practice:
Identifying a mapped drive
Simulating a missing network drive
Testing UNC paths (\Server\Share)
Running gpupdate /force
Manually remapping a drive
Writing professional help desk ticket notes
Step 1: Simulate the Issue
Simulate on the workstation
Log into the domain-joined Windows 10 workstation as the test user.

Open File Explorer → This PC.

Right-click the mapped network drive, in this case HR (\\Server2022) (Z:) → Disconnect.

Confirm the mapped drive is no longer visible.

Step 2: Fix the Issue
Run gpupdate /force
1. Go to the Task Bar Search
2. Type Command Prompt → Right Click → Click Run as administator


3. Run: gpupdate /force

4. When completed, check This PC again.
If the drive returns automatically, the GPO mapping is working.

Test UNC Path to Server
Press Windows + R
Type: \\Server2022


This verifies the workstation can still see the server.
Then test the specific share: \\Server2022\HR

If it opens:
Server is reachable
Share exists
Permissions are correct
The issue is strictly the mapping, not the server.
Manually Remap the Network Drive
If the drive didn’t auto-return after running gpupdate /force:
Open File Explorer → Right-click This PC → Select Map network drive

We are remaking the missing mapped drive, so for the letter choose Z: and for the folder choose \\Server2022\HR
Check Reconnect at sign-in

Click Finish
Drive should now reappear.
Step 3: Test
Open the newly mapped drive

Create a test file. Right-click → New → Text Document


Delete the file



Drive access is confirmed working.
Step 4: Document for Ticket Notes
Ticket ID: #2025-1118-001
User: Naruto Employee
Issue: Mapped network drive missing (Z:)
Steps Taken:
1. Confirmed user reported missing mapped drive.
2. Verified workstation could reach server using UNC path (\Server2022 and \Server2022\HR).
2. Ran gpupdate /force to refresh GPO.
4. Drive did not auto-restore, so manually mapped Z: to \Server2022\HR.
5. Tested access and confirmed ability to create/delete files.
Result: Drive restored successfully — ticket resolved.