Skip to content

Commit b578944

Browse files
authored
Fix formatting of spaces ✨
1 parent e61a766 commit b578944

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Powershell/Test-SCOMCertificate.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
Where to Output the File (txt, log, etc) for Script Execution.
2121
.EXAMPLE
2222
Check All Certificates on 4 Servers and outputting the results to C:\Temp\Output.txt:
23-
PS C:\> .\Test-SCOMCertificate.ps1 -Servers ManagementServer1, ManagementServer2.contoso.com, Gateway.contoso.com, Agent1.contoso.com -All -OutputFile C:\Temp\Output.txt
23+
PS C:\> .\Test-SCOMCertificates.ps1 -Servers ManagementServer1, ManagementServer2.contoso.com, Gateway.contoso.com, Agent1.contoso.com -All -OutputFile C:\Temp\Output.txt
2424
.EXAMPLE
2525
Check for a specific Certificate serialnumber in the Local Machine Personal Certificate store:
26-
PS C:\> .\Test-SCOMCertificate.ps1 -SerialNumber 1f00000008c694dac94bcfdc4a000000000008
26+
PS C:\> .\Test-SCOMCertificates.ps1 -SerialNumber 1f00000008c694dac94bcfdc4a000000000008
2727
.EXAMPLE
2828
Check all certificates on the local machine:
29-
PS C:\> .\Test-SCOMCertificate.ps1 -All
29+
PS C:\> .\Test-SCOMCertificates.ps1 -All
3030
.NOTES
3131
Update 03/2024 (Blake Drumm, https://blakedrumm.com/)
3232
Changed the name from Start-SCOMCertificateChecker to Test-SCOMCertificate.

0 commit comments

Comments
 (0)