Link to home
Start Free TrialLog in
Avatar of kbay808
kbay808Flag for United States of America

asked on

How to create a batch or vbs file to enable TLS 1.0 and SSL 3.0?

Due to a GPO I have to keep enabling TLS 1.0 and SSL 3.0.  I’m looking for a way to automate that process.
Avatar of Sam Jacobs
Sam Jacobs
Flag of United States of America image

Here is a PowerShell script where you can enable or disable any of the following protocols:
TLS1.0
TLS1.1
TLS1.2
SSL3.0

https://4sysops.com/archives/disable-ssl-and-tls-1-01-1-on-iis-with-powershell/
Avatar of kbay808

ASKER

I prefer to use vbs or batch file if possible.
OK ... I need to go offline until late tomorrow night.
If no one has responded by then, I'll convert the PowerShell to VBS.
Avatar of kbay808

ASKER

No problem.  I will be offline until Monday.  Thanks for your help.
ASKER CERTIFIED SOLUTION
Avatar of Sam Jacobs
Sam Jacobs
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kbay808

ASKER

Thank you very much
You are most welcome.