HOTSPOT You have an Active Directory Domain Services (AD DS) domain that contains a group named Group1. You need to create a group managed service account (gMSA) named Account1. The solution must ensure that Group1 can use Account1. How should you complete the script? To answer, select the appropriate options in the answer area, NOTE: Each correct selection is worth one point.
\\CONTOSO.COM and \FILES\FOLDER1. Saw a similar question in the official practice test, the format always sticks to the domain-based namespace path, not the server or share directly. Using the UNC path with domain ensures users stay on DFS for resiliency and central management.
Had something like this in a mock. The first part should be \\CONTOSO.COM since it's domain-based DFS, not a specific server. Second dropdown is \FILES\FOLDER1 to match the namespace and folder structure. Pretty confident here, but let me know if you see it differently.
It's \\CONTOSO.COM and \FILES\FOLDER1. If the namespace was standalone or server-based, would we use the server name instead?
