Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VMM/Templates/NC/EdgeDeployment.cr/ProcessCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ $hostFqdn = [System.Net.Dns]::GetHostByName(($env:computerName)).HostName;
$certSubjectName = "CN="+$hostFqdn;
try
{
[Reflection.Assembly]::LoadFile("C:\Program Files\Microsoft System Center\Virtual Machine Manager Guest Agent\bin\GuestAgent.Common.dll") | Out-Null
[Reflection.Assembly]::LoadFile("C:\Program Files\Microsoft System Center\Virtual Machine Manager Guest Agent 2025\bin\GuestAgent.Common.dll") | Out-Null
[Microsoft.VirtualManager.GuestAgent.Common.CertUtils]::CertificateChain($certSubjectName)
}
catch
Expand Down