Skip to content

Commit 0c20fb9

Browse files
authored
Update date modified 🐕‍🦺
1 parent bef8f0b commit 0c20fb9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Powershell/TLS 1.2 Enforcement/Invoke-EnforceSCOMTLS1.2.ps1

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,18 @@
4040
Skip SCOM Version Check step.
4141
4242
.EXAMPLE
43-
Example 1
44-
Normal run:
4543
PS C:\> .\Invoke-EnforceSCOMTLS1.2.ps1
44+
Normal run
4645
47-
Example 2:
48-
Set the prerequisites folder:
49-
PS C:\> .\Invoke-EnforceSCOMTLS1.2.ps1 -DirectoryForPrerequisites "C:\Temp"
46+
.EXAMPLE
47+
PS C:\> .\Invoke-EnforceSCOMTLS1.2.ps1 -DirectoryForPrerequisites "C:\Temp"
48+
Set the prerequisites folder:
5049
5150
.NOTES
5251
=================================================================================
5352
5453
SCOM TLS 1.2 / 1.3 Configuration Script
55-
v 2.4
54+
v 2.5
5655
5756
This script supports: SCOM 2012R2, 2016, 1801, 1807, 2019, and 2022
5857
SQL 2008R2 through 2022
@@ -61,7 +60,7 @@
6160
Original Author: Kevin Holman (https://kevinholman.com/)
6261
Author: Blake Drumm (https://blakedrumm.com/)
6362
64-
Last Updated: May 7th, 2024
63+
Last Updated: October 9th, 2024
6564
6665
Blog Post: https://blakedrumm.com/blog/enforce-tls-1-2-scom/
6766

0 commit comments

Comments
 (0)