We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d882f95 commit 16f454dCopy full SHA for 16f454d
Powershell/OMCertCheck.ps1
@@ -98,7 +98,7 @@ function SCOM-CertCheck
98
[Array]$Servers,
99
[Parameter(Mandatory = $false,
100
Position = 2)]
101
- [String]$Output = "C:\Windows\temp\SCOM-CertChecker-Output.txt",
+ [String]$Output,
102
103
Position = 3)]
104
[Switch]$All
@@ -1048,9 +1048,9 @@ Enhanced Key Usage Extension is Good
1048
$time : Script Completed
1049
"@
1050
$out | Out-File $Output
1051
+ start C:\Windows\explorer.exe -ArgumentList "/select, $Output"
1052
}
1053
- start C:\Windows\explorer.exe -ArgumentList "/select, $Output"
1054
#return $out
1055
break
1056
0 commit comments