Add-KdsRootKey is the one you need for setting up gMSA support in the domain. Without running that PowerShell cmdlet, AD can't generate the required keys for gMSAs. Pretty sure that's all they're looking for here, unless they want immediate use (then you'd tweak -EffectiveTime). Agree?
Add-KdsRootKey
HOTSPOT Your network contains an Active Directory Domain Services (AD DS) forest. The forest contains the sites and site links shown in the following exhibit. 

Seen this on a practice test. You have to get the new cert first, grab its thumbprint, then run WAC setup and pick Change so you can update it with the new cert. Order is:
Obtain and install a new certificate → Copy the certificate thumbprint → Run Windows Admin Center Setup and select Change.
I think that's spot on, open to corrections though.
DC1 can't replicate directly to DC3, no load balancing to DC4 since there's only one lowest-cost link, and no need to change the IP intersite transport config for DC4 → DC2 routing. Seen similar in practice sets, so pretty confident. If anyone sees it differently let me know!
HOTSPOT You have on-premises file servers that run Windows Server as shown in the following table. 

Ugh, I always forget how picky Azure File Sync is here. 1: No (can only have one cloud endpoint per group). 2: No, same server can only do one server endpoint per sync group. 3: Yes, syncing between different servers in the same group is exactly what it's for. Anyone else tripped up by those sync group limits on the exam?
Add-KdsRootKey - New-ADServiceAccount - Add-ADComputerServiceAccount
Pretty sure it should finish with Add-ADComputerServiceAccount for linking the gMSA, not Install-ADServiceAccount. Unless the question says these hosts are running Server 2012 or later, which lets you use Install-ADServiceAccount directly, wouldn’t that change which cmdlet comes last?
HOTSPOT Your network contains an Active Directory Domain Services (AD DS) domain. The domain contains the domain controllers shown in the following table. 
HOTSPOT Your network contains an on-premises Active Directory Domain Services (AD DS) domain named contoso.com that syncs with an Azure AD tenant. The tenant contains a group named Group1 and the users shown in the following table. 


HOTSPOT Your network contains an Azure AD Domain Services domain named contoso.com. You need to configure a password policy for the local user accounts on the Azure virtual machines joined to contoso.com. What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
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?
HOTSPOT Your network contains an Active Directory Domain Services (AD DS) domain named adatum.com. The domain contains a file server named Server1 and three users named User1, User2, and User3. Server1 contains a shared folder named Share1 that has the following configurations: 


HOTSPOT You have a server named Server1 that runs Windows Server. Server1 has a single network interface and the Hyper-V virtual switches shown in the following exhibit. 
These sequencing questions always make me sigh. Anyway, it’s gotta be: Create Azure storage account → Create Azure file share → Create sync group. You can’t set up a sync group or server endpoint until the storage and share exist in the cloud side, pretty sure that’s how Microsoft wants it. Feel free to correct me if you see different in your lab.
Looks like the right sequence is: Create an Azure Storage account, then Azure file share, then sync group. That’s the order to prep Azure File Sync before you can add your local share as an endpoint. I think that matches what I’ve seen in docs, but feel free to double-check.
- Target 1: Create an Azure Storage account
- Target 2: Create an Azure file share
- Target 3: Create a sync group







