SK0-004 · Question #213
A user reports that a script \\Server\Share\Runme.bat, which is run on a daily basis, cannot be accessed. Which of the following is the FIRST step to take in resolving this issue?
The correct answer is D. Ping the server. When a UNC network share path is inaccessible, the first diagnostic step is to verify basic IP connectivity to the server by pinging it.
Question
A user reports that a script \Server\Share\Runme.bat, which is run on a daily basis, cannot be accessed. Which of the following is the FIRST step to take in resolving this issue?
Options
- ACheck the network cable.
- BPing the gateway.
- CVerify the workstation IP address.
- DPing the server.
How the community answered
(35 responses)- A6% (2)
- B3% (1)
- C3% (1)
- D89% (31)
Why each option
When a UNC network share path is inaccessible, the first diagnostic step is to verify basic IP connectivity to the server by pinging it.
Checking the physical network cable is an overly broad physical-layer step and less efficient than first confirming whether network communication to the specific server is functional.
Pinging the gateway tests connectivity to the local router, not to the file server itself, so it does not isolate whether the server is reachable.
Verifying the workstation IP address is a useful step but comes after confirming whether the server responds, as an IP misconfiguration would already be revealed by a failed ping to the server.
Pinging the server directly tests whether IP-layer connectivity exists between the workstation and the file server hosting the share. This is the most targeted first step because it immediately confirms or rules out a network reachability issue with the specific server involved, following a logical top-down troubleshooting approach.
Concept tested: Network share troubleshooting - server connectivity verification
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/ping
Topics
Community Discussion
No community discussion yet for this question.