Skip to content

Commit

Permalink
updates win-acme#2568
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterTinus committed May 3, 2024
1 parent 892dd24 commit 8eec52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/Scripts/ImportExchangeHybrid.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ try
Write-Host "Old Exchange certificates being cleaned up"
try
{
Get-ExchangeCertificate -DomainName $Certificate.Subject.split("=")[1] `
Get-ExchangeCertificate -DomainName $Certificate.Subject.split(",")[0].split("=")[1] `
| Where-Object -FilterScript {
$_.Thumbprint -ne $NewCertThumbprint
} `
Expand Down

0 comments on commit 8eec52d

Please sign in to comment.