Category: Uncategorized
-
How to Disable SSL v2, SSL v3, TLS 1.0, RC4 Weak Ciphers, and Enable TLS 1.1 and TLS 1.2 on Windows Servers
Disable SSL v2, SSL v3, TLS 1.0, and enable TLS 1.1 and TLS 1.2 Save this text file as .reg and double-click to import into registry Reboot for changes to take effect Disable RC4 Weak Ciphers Save this text file as .reg and double-click to import into registry No need to reboot Confirm changes using…
-
How to Change the iDRAC Password in the CLI
If the option to change the password is not available in the GUI of the iDRAC, you can change it from the CLI. SSH in to the iDRAC, and issue the following command. Be sure to replace “NewPassword” with the actual password that you would like to use. racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i…
-
How to change Webmin SMTP settings and software update notifications
As part of a project to upgrade Exchange 2003 to 2010 I found a few Linux servers that were configured to use the Exchange 2003 server to send out notifications. I learned this by running a report in the Message Tracking Center from the Exchange System Manager. I looked for anything that was going through…
-
List Installed Programs using Powershell
Get-WmiObject -Class Win32_Product | Select-Object -Property Name