exam questions

Exam AZ-800 All Questions

View all questions & answers for the AZ-800 exam

Exam AZ-800 topic 1 question 56 discussion

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

SIMULATION
-

You need to create a group-managed service account (gMSA) named gMSA1 and make gMSA1 available on SRV1.

To complete this task, sign in to the required computer or computers.

Show Suggested Answer Hide Answer
Suggested Answer:

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
Krayzr
9 months, 3 weeks ago
The first PS command will ask for a DNSHostName:
upvoted 2 times
Krayzr
4 months, 1 week ago
1.Open PowerShell as an Administrator on a domain controller. 2. Create the KDS Root Key (if not already created): Add-KdsRootKey -EffectiveImmediately 3.Create the gMSA: New-ADServiceAccount -Name gMSA1 -DNSHostName srv1.yourdomain.com -PrincipalsAllowedToRetrieveManagedPassword "Domain Computers" 4. Install the gMSA on SRV1: Open PowerShell on SRV1 as an Administrator. Install the AD module if not already installed: Install-WindowsFeature RSAT-AD-PowerShell Install the gMSA: Install-ADServiceAccount -Identity gMSA1 5.Test the gMSA installation: Test-ADServiceAccount -Identity gMSA1 If the test returns True, the gMSA is successfully installed and available on SRV1.
upvoted 2 times
nonoelptirobo
2 months, 1 week ago
the dns hostname is for the GMSAname : new-adserviceAccount -Name gMSA1 -DNShostname gMSA1.contoso.org -principalAllowedToRetrieveManagedPassword "group" the the rest is correct
upvoted 1 times
nonoelptirobo
2 months, 1 week ago
in this case "group" should be SRV1$
upvoted 1 times
...
...
...
...
bpaccount
11 months, 1 week ago
No need to check for a KDS Root key first?
upvoted 4 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