You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/windows-server/virtualization/virtual-shielded-host-guardian-service.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ VTPM, shielded VM, and HGS are vital features in Hyper-V clusters, especially fo
83
83
Enable-VMTPM -VMName
84
84
```
85
85
86
-
3. Update signing and encryption certificates: Use `Set-VMKeyProtector` to assign the correct certificates.
86
+
3. Update signing and encryption certificates. Use `Set-VMKeyProtector` to assign the correct certificates.
87
87
4. Resolve missing certificates. Create a new VM using the original VHDX file and configure the vTPM and key protector settings.
88
88
89
89
## Cause 2: TPM, hardware, driver, and firmware incompatibilities
@@ -94,7 +94,7 @@ VTPM, shielded VM, and HGS are vital features in Hyper-V clusters, especially fo
94
94
95
95
### Resolution: Firmware, driver, and hardware remediation
96
96
97
-
1. Update storage and TPM firmware: Work with hardware vendors to apply the latest updates.
97
+
1. Update storage and TPM firmware. Work with hardware vendors to apply the latest updates.
98
98
2. Check TPM support for required algorithms:
99
99
100
100
Verify RSAPSS support using:
@@ -106,7 +106,7 @@ VTPM, shielded VM, and HGS are vital features in Hyper-V clusters, especially fo
106
106
## Cause 3: Configuration and script errors
107
107
108
108
- Improper PowerShell script usage: Errors in automation scripts for enabling vTPM or shielded VM features can cause issues.
109
-
- Misconfiguration in HGS or cluster setup: Problems occur when required Windows features aren't enabled, or HGS registration is incorrect.
109
+
- Misconfiguration in HGS or cluster setup: Problems occur when required Windows features aren't enabled or HGS registration is incorrect.
110
110
- Mixing management tools: Concurrent modifications using tools like System Center Virtual Machine Manager (SCVMM), Failover Cluster Manager, and PowerShell can corrupt VM configurations.
111
111
112
112
### Resolution: Configuration, script, and management fixes
0 commit comments