Which three cmdlets should you run in sequence?

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?

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?

A.
Install-HgsServer

B.
Install-Module

C.
Install-Package

D.
Enable-WindowsOptionalFeature

E.
Install-ADDSDomainController

F.
Initialize-HgsServer

Explanation:
Correct order of actions:
1. Install-ADDSDomainController , as Server22 is a workgroup computer, create a new domain on it first.
2. Install-HgsServer
3. Initialize-HgsServer
https://docs.microsoft.com/en-us/windows-server/virtualization/guarded-fabric-shielded-vm/guarded-fabricsetting-up-the-host-guardian-service-hgs
https://docs.microsoft.com/en-us/windows-server/virtualization/guarded-fabric-shielded-vm/guarded-fabricinstall-hgs-default
Install-HgsServer
https://docs.microsoft.com/en-us/windows-server/virtualization/guarded-fabric-shielded-vm/guarded-fabricinitialize-hgs-tpm-mode-default
Initialize-HgsServer



Leave a Reply 0

Your email address will not be published. Required fields are marked *