試験AZ-800 トピック1 問題247 スレッド
Microsoft AZ-800のリアル試験問題集
問題 #: 247
トピック #: 1
問題 #: 247
トピック #: 1
Your network contains an Active Directory Domain Services (AD DS) domain named contoso.com. The domain contains a server named Server1 that has the DFS Namespaces role service installed. Server! hosts a doma in-based Distributed File System (DFS) Namespace named Files.
The domain contains a tile server named Server2. Seiver2 contains a shared folder named Share1. Share1 contains a subfolder named Folder 1.
In the Files namespace, you create a folder named Fold er! that has a target of \\Server2.contoso.
com\Share1\Folder1.
You need to configure a logon script that will map drive letter M to Folder1. The solution must use the path of the DFS Namespace.
How should you complete the command to map the drive letter? T o answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

The domain contains a tile server named Server2. Seiver2 contains a shared folder named Share1. Share1 contains a subfolder named Folder 1.
In the Files namespace, you create a folder named Fold er! that has a target of \\Server2.contoso.
com\Share1\Folder1.
You need to configure a logon script that will map drive letter M to Folder1. The solution must use the path of the DFS Namespace.
How should you complete the command to map the drive letter? T o answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

おすすめの解答:

Explanation:

In a domain-based DFS Namespace, clients should access content through the namespace path, not the underlying server/share target. The Windows Server Hybrid Core Infrastructure guidance explains that a domain-based namespace is published in AD DS and is addressed with the UNC pattern \\ < domain FQDN >
\ < NamespaceName > \... . Namespace servers (like Server1) only host the namespace metadata; the folder target(s) can point to any SMB share path (here: \\Server2.contoso.com\Share1\Folder1 ). However, client mappings must use the DFS namespace root so that referrals, fault tolerance, and transparent target changes work.
Given the namespace Files and the DFS folder Folder1, the correct client path is \\contoso.com\Files\Folder1
. Options such as \\Server2.contoso.com\Shar e1\Folder1 reference the physical share directly and bypass DFS; \\Server1.contoso.com\Files\Folder1 would work for a standalone namespace or when explicitly addressing a namespace server, but the requirement states to "use the path of the DFS Namespace," which for a domain-based namespace is the domain FQDN. Therefore, the correct logon script command to map drive M: is:
net use m: \\contoso.com\files\folder1
This ensures users benefit from DFS features (referrals, site-awareness, and resiliency) while abstracting the backend target path.
三訳** 2026-06-24 05:26:49
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。