Skip to content

Commit 562c732

Browse files
authored
Update Get-TLSRegistryKeys.ps1
1 parent 984dd2d commit 562c732

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Powershell/Get-TLSRegistryKeys.ps1

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
<#
22
.SYNOPSIS
33
Check TLS Settings for SCOM
4-
4+
55
.DESCRIPTION
66
Gathers TLS settings from the registry.
7-
7+
88
.PARAMETER Servers
99
The servers you would like to run this script to check TLS settings for Operations Manager.
10-
10+
1111
.EXAMPLE
1212
PS C:\> .\Get-TLSRegistryKeys.ps1
13-
13+
1414
.NOTES
15-
15+
1616
Original Author: Mike Kallhoff
1717
Author: Blake Drumm (blakedrumm@microsoft.com)
1818
19+
Modified: March 17th, 2022
20+
1921
Hosted here: https://github.com/blakedrumm/SCOM-Scripts-and-SQL/blob/master/Powershell/Get-TLSRegistryKeys.ps1
2022
#>
2123
param

0 commit comments

Comments
 (0)