Viewing post 1 (of 2 total)
if you want to extract that information from the OS:
# View certificates in the Local Machine's Personal storeGet-ChildItem -Path Cert:\LocalMachine\My# Get detailed info for a certificate...
December 12, 2024 at 3:56 am
#4496977