Skip to content

Liversage/PowerShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PowerShell

PowerShell cmdlets and scripts

SChannelServerProtocol

Allows you to get and set the server status of the secure channel protocols (SSL and TLS in IIS).

To install the module execute the following command in PowerShell:

Import-Module .\SChannelServerProtocol.psm1

To get help:

Get-Help Get-SChannelServerProtocol
Get-Help Set-SChannelServerProtocol

To turn off SSL 3.0 in IIS (to protect against the POODLE attack):

Set-SChannelServerProtocol -Protocols SSL30 -Status Disabled

This requires administrative rights and a computer restart is necessary.

About

PowerShell cmdlets and scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published