I have a Windows Server 2019 with no physical TPM chip. I want to add a new Windows 11 VM to the several older VMs in Hyper-V on the box. If I run the Powershell scripts such as:
New-HgsGuardian -Name "Guardian11" -GenerateCertificates
and ending with:
Enable-VMTPM -VMNAME "TPM"
from a Microsoft article 34431.windows-10-enabling-vtpm-virtual-tpm.aspx is there any danger of the existoing VMs or the host getting messed or, or does the HGS only affect any VMs that I explicitly reference?