WIP messing with Get-ChildItem -Recurse Cert

This commit is contained in:
Pierre Jacquier
2025-04-11 04:43:35 -04:00
parent 472b3618ac
commit dbcc0bd3b4

View File

@ -37,3 +37,8 @@ jobs:
msiexec /i Keylockertools-windows-x64.msi /quiet /qn
smksp_cert_sync.exe
shell: cmd
- name: List certs
shell: pwsh
run: |
Get-ChildItem -Recurse Cert: -CodeSigningCert | Select-Object -Property Subject,PSParentPath,Thumbprint