Update root certificates
certutil.exe -generateSSTFromWU C:\PS\roots.sst
$sstStore = ( Get-ChildItem -Path C:\ps\rootsupd\roots.sst )
$sstStore | Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root
link: https://woshub.com/updating-trusted-root-certificates-in-windows-10/#h2_1
WinSxS cleanup Renew the certificate for Azure Proxy Connector
Comments are currently closed.