3. Obtain a new certificate for the expired certificate.
Set-Location -Path “cert://LocalMachine//My” $OldCert = (Get-ChildItem -Path <Thumbprint>) New-SelfSignedCertificate -CloneCert $OldCert
3. Obtain a new certificate for the expired certificate.
Set-Location -Path “cert://LocalMachine//My” $OldCert = (Get-ChildItem -Path <Thumbprint>) New-SelfSignedCertificate -CloneCert $OldCert
André Arnaud de Cal... 291,784 Super User 2024 Season 2
Martin Dráb 230,476 Most Valuable Professional
nmaenpaa 101,156