Try Microsoft Edge, a fast and secure browser that's designed for Windows 10 Get started
Applies To: Windows Server 2016
A fabric administrator needs to configure the fabric DNS takes to allow guarded hosts must be able to resolve the HGS cluster. The HGS cluster must already be set up by the HGS administrator.
There are many ways to configure name resolution on the fabric domain. One simple way is to set up a conditional forwarder zone in DNS for the fabric. To set up this zone, run the following commands in an elevated Windows PowerShell console on a fabric DNS server. Substitute the names and addresses in the Windows PowerShell syntax below as needed for your environment. Add master servers for the additional HGS nodes.
Add-DnsServerConditionalForwarderZone -Name -ReplicationScope "Forest" -MasterServers
With HGS set up and name resolution in place, it's time to capture information from the hosts and add it to the HGS. How you do this depends on which attestation mode you are using:
| Actions | Section |
|---|---|
| Admin-trusted attestation: Create an Active Directory security group in the fabric domain, add guarded hosts as members, and provide that group identifier to the HGS admin. | See Admin-trusted attestation for a guarded fabric - creating a security group |
| TPM-trusted attestation: Capture TPM identifiers (also called platform identifiers), create a TPM baseline, and create a Code Integrity policy. Provide those artifacts to the HGS admin. | See TPM-trusted attestation for a guarded fabric - capturing information required by HGS |