exam questions

Exam 70-417 All Questions

View all questions & answers for the 70-417 exam

Exam 70-417 topic 1 question 604 discussion

Actual exam question from Microsoft's 70-417
Question #: 604
Topic #: 1
[All 70-417 Questions]

You have the following Windows PowerShell output.

You need to create a Managed service Account.
What should you do?

  • A. Run Set-KDSConfiguration and then run New-ADServiceAccount -Name "service01" -DNSHostName service01.contoso.com
  • B. Run New-AuthenticationPolicySilo and then run New-ADServiceAccount –Name "service01" –DNSHostName service01.contoso.com
  • C. Run Add-KDSRootKey and then run New-ADServiceAccount -Name "service01" -DNSHostName service01.contoso.com
  • D. Run New-ADServiceAccount -Name "service01" -DNSHostName service01.contoso.com -SAMAccountName service01
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
From the exhibit we see that the required key does not exist. First we create this key, then we create the managed service account.
The Add-KdsRootKey cmdlet generates a new root key for the Microsoft Group Key Distribution Service (KdsSvc) within Active Directory (AD). The Microsoft
Group KdsSvc generates new group keys from the new root key.
The New-ADServiceAccount cmdlet creates a new Active Directory managed service account.
References: New-ADServiceAccount
https://technet.microsoft.com/en-us/library/hh852236(v=wps.630).aspx

Add-KdsRootKey -
https://technet.microsoft.com/en-us/library/jj852117(v=wps.630).aspx

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
Currently there are no comments in this discussion, be the first to comment!
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 ...