exam questions

Exam AZ-800 All Questions

View all questions & answers for the AZ-800 exam

Exam AZ-800 topic 1 question 13 discussion

Actual exam question from Microsoft's AZ-800
Question #: 13
Topic #: 1
[All AZ-800 Questions]

DRAG DROP -
You deploy a single-domain Active Directory Domain Services (AD DS) forest named contoso.com.
You deploy five servers to the domain. You add the servers to a group named ITFarmHosts.
You plan to configure a Network Load Balancing (NLB) cluster named NLBCluster.contoso.com that will contain the five servers.
You need to ensure that the NLB service on the nodes of the cluster can use a group managed service account (gMSA) to authenticate.
Which three PowerShell cmdlets should you run in sequence? To answer, move the appropriate cmdlets from the list of cmdlets to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Reference:
https://docs.microsoft.com/en-us/windows-server/security/group-managed-service-accounts/create-the-key-distribution-services-kds-root-key https://docs.microsoft.com/en-us/windows-server/security/group-managed-service-accounts/getting-started-with-group-managed-service-accounts

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jecawi9630
Highly Voted 1 year, 5 months ago
Correct. several questions asked if different ways, come down to the same basic answer: Add-kdsrootkey (on a domain controller; if it was never configured in the past) Add-ADServiceAccount (on domain controller - specify a server name, with $ at the end: servername$ or a security group name) Install-ADServiceAccount (on the server where gMSA account will be used, specify with the servername$)
upvoted 8 times
...
Ciapek
Highly Voted 1 year, 8 months ago
Answer is correct First you must create a key (process takes circa 10 hours) and then you can create an account for gMSA. If KDS does not exist you get an error. Last command to execute is Install-ADServiceAccount
upvoted 8 times
...
Joedn
Most Recent 2 weeks, 2 days ago
Valid 05/28/2024
upvoted 1 times
...
boapaulo
6 months, 3 weeks ago
To ensure that the NLB service on the cluster nodes can use a Group Managed Service (gMSA) account to authenticate, you must run the following PowerShell cmdlets in sequence: Add-KdsRootKey: This cmdlet is used to create a new root key for the Key Distribution Service. This key is required for the generation of group-managed service accounts. New-ADServiceAccount: This cmdlet is used to create a new service account in Active Directory. Add-ADComputerServiceAccount: This cmdlet is used to add a service account to a computer. In this case, you would add the service account you just created to the servers in the NLB cluster. Please note that the cmdlets "Install-ADServiceAccount", "Set-KdsConfiguration" and "Add-ADGroupMember" are not required to meet the mentioned requirements.
upvoted 4 times
...
smol84
1 year, 3 months ago
the last step is set-adservoceaccount not install
upvoted 1 times
MR_Eliot
9 months ago
No, with create-adserviceaccount you can already give permissions to computers. This command is not needed anymore.
upvoted 1 times
...
...
syu31svc
1 year, 3 months ago
Before you can create a group Managed Service Account (gMSA), you need to create the first master root key for Active Directory. Then, you can create the gMSA using the New-ADServiceAccount cmdlet. Finally, you can test and cache the gMSA on each of the web servers using the Install-ADServiceAccount cmdlet. Answer is correct
upvoted 6 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago