Skip to content

A collection of tools & scripts to harden the Windows Server hosting your DataMiner.

Notifications You must be signed in to change notification settings

jens-gellynck/windows-hardening

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

windows-hardening

A collection of tools & scripts to harden the Windows Server hosting your DataMiner.

Scripts

Disable-LegacyProtocols.ps1

A script to change disable legacy SSL/TLS protocols on a Windows Server. They are disable for both client & server. This script will disable SSL 2.0, SSL 3.0, TLS 1.0, TLS 1.1 and RC4 (128, 56, 40) cipher.

Usage

Execute the script from an Administrator PowerShell console.

.\Disable-LegacyProtocols.ps1

About

A collection of tools & scripts to harden the Windows Server hosting your DataMiner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%