exam questions

Exam 70-744 All Questions

View all questions & answers for the 70-744 exam

Exam 70-744 topic 1 question 99 discussion

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

DRAG DROP -
Your network contains an Active Directory domain named contoso.com. The domain contains several Hyper-V hosts.
You deploy a server named Server22 to a workgroup. Server22 runs Windows Server 2016.
You need to configure Server22 as the primary Host Guardian Service server.
Which three 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:
References:
https://docs.microsoft.com/en-us/windows-server/virtualization/guarded-fabric-shielded-vm/guarded-fabric-setting-up-the-host-guardian-service-hgs

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
palermo
Highly Voted 4 years, 6 months ago
a) Enable-WindowsOptionalFeature -Online -FeatureName "hostguardianservice-package" -All b) Install-HgsServer c) Initialize-HgsServer
upvoted 7 times
...
Jardani
Most Recent 4 years, 5 months ago
Agree with Palermo and Mat71. 1. To add the HGS role, use Install-WindowsFeature 2. To install the HGS, use Install-HgsServer 3. To initialize the HGS with your chosen mode of attestation, use Initialize-HgsServer Reference: https://docs.microsoft.com/en-us/windows-server/security/guarded-fabric-shielded-vm/guarded-fabric-deployment-overview#step-1-deploy-the-hyper-v-hosts-running-windows-server-2016
upvoted 1 times
...
Matt71
4 years, 5 months ago
Agree with palermo
upvoted 1 times
...
Ameer_Hamza
4 years, 6 months ago
The given answer is correct
upvoted 2 times
...
SamsOtro
4 years, 6 months ago
Install-HgsServer and Initialize-HgsServer are correct. The latter is followed by a reboot and automatically installs ADDS and promotes server to DC. No need for the Install-ADDS cmd. Seems that only gets used possibly later if you're setting up a new DNS server in the production forest, but that isn't absolutely necessary as an existing DNS server can be used. The Install-module choice might be correct instead (would be first cmd) - if you were configuring the HGS server from a remote workstation you'd need to use this to get the HGS powershell tools before you could do anything else. Don't know which is "best answer" as per MSFT.
upvoted 2 times
...
KidCastaldo
4 years, 8 months ago
According to same PDF from previous question... https://lenovopress.com/lp0540.pdf - Pages 6-10 Right steps wrong order, should be... Install HGS Initialize HGS Install ADDS
upvoted 3 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 ...