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 984dd2d commit 562c732Copy full SHA for 562c732
Powershell/Get-TLSRegistryKeys.ps1
@@ -1,21 +1,23 @@
1
<#
2
.SYNOPSIS
3
Check TLS Settings for SCOM
4
-
+
5
.DESCRIPTION
6
Gathers TLS settings from the registry.
7
8
.PARAMETER Servers
9
The servers you would like to run this script to check TLS settings for Operations Manager.
10
11
.EXAMPLE
12
PS C:\> .\Get-TLSRegistryKeys.ps1
13
14
.NOTES
15
16
Original Author: Mike Kallhoff
17
Author: Blake Drumm (blakedrumm@microsoft.com)
18
19
+ Modified: March 17th, 2022
20
21
Hosted here: https://github.com/blakedrumm/SCOM-Scripts-and-SQL/blob/master/Powershell/Get-TLSRegistryKeys.ps1
22
#>
23
param
0 commit comments