Skip to content

Commit 0a08825

Browse files
Update OMCertCheck.ps1
1 parent 41f4e2b commit 0a08825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Powershell/OMCertCheck.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ $time : Starting Script
154154
Write-Host $text3
155155
foreach ($cert in $certs)
156156
{
157-
if (!$All)
157+
if (!$using:All)
158158
{
159159
$certSerial = $cert.SerialNumber
160160
$certSerialReversed = [System.String]("")

0 commit comments

Comments
 (0)