Skip to content

Instantly share code, notes, and snippets.

@artdebxi
artdebxi / ipam-tools.md
Created May 10, 2024 10:13 — forked from regnauld/ipam-tools.md
Overview of IPAM/DCIM tools - July 2016
@artdebxi
artdebxi / ipam-tools.md
Created May 10, 2024 10:13 — forked from regnauld/ipam-tools.md
Overview of IPAM/DCIM tools - July 2016
@artdebxi
artdebxi / Enable-TLS12.md
Created February 29, 2024 11:42 — forked from DrummerViking/Enable-TLS12.md
Enable TLS 1.2 in Windows Server

Enable TLS 1.2 in Windows Server

Use this code (Copy and save in your machine as a "PS1" file) to enable TLS 1.2 protocol in your Windows Server.
Typically we need to enable it at the Network level and .NET level.

How to run it

Simply run as:

PS C:\> .\Enable-TLS12.ps1