You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$Certificate = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2 -ArgumentList 'C:\Users\Public\cert.pfx'
# Uses application data from before
Import-Clixml C:\users\public\Applications.xml | Where {$_.keyCredentials.customKeyIdentifier -eq $Certificate.Thumbprint}