GCIH Exam QuestionsBrowse all questions from this exam

GCIH Exam - Question 187


Using the command below, to which share will the user be connected on 192.168.99.10?

C:\> net use \\192.168.99.10

Show Answer
Correct Answer: AD

When using the command 'net use \\192.168.99.10' without specifying a share, it will attempt to connect to the default administrative share on that remote computer. By default, Windows uses the C$ share for the root of the C: drive for administrative purposes. Therefore, the user will be connected to the C$ share assuming they have the necessary permissions.

Discussion

1 comment
Sign in to comment
Vikt0rOption: A
Dec 6, 2023

The command net use \\192.168.99.10 without specifying a specific share will attempt to connect to the default administrative share C$ (drive C), assuming the user has the necessary permissions. So, the correct answer is: A. C$