Search for any and all Certificates issued per CA

This commit is contained in:
2025-09-24 02:19:59 +00:00
parent e24e801ef2
commit 792fc277c9

View File

@@ -56,4 +56,3 @@ if ($results.Count -eq 0) {
} else {
$results | Format-Table -AutoSize
}