Import-UntrustedGuardian.ps1 Contents: teGuardianName =
'UntrustedGuardian' $CertificatePassword = Read-Host -Prompt 'Please
enter the password that was used to secure the certificate files'
-AsSecureString New-HgsGuardian -Name $NameOfGuardian
-SigningCertificate ".\$NameOfGuardian-signing.pfx"
-Si...
@Craig-Anderson-Icare - I was able to dig up the Google Cache version
from the original article with intact code snippets.
https://webcache.googleusercontent.com/search?q=cache:G_tK3wcq3eUJ:https://blogs.technet.microsoft.com/virtualization/2017/12/14/migrating-local-vm-owner-certificates-for-vms-wi...
This article would be great if the script and snippet Lars refers to
were actually obtainable from the blog. It seems that these were removed
when the page was migrated to this site from TechNet.