Search Results for security

Install OpenSSH in Windows Server

OpenSSH SSH Server Properties in Windows Server

...22 ` -Program "C:\Windows\System32\OpenSSH\sshd.exe" Replace C:\Windows\System32\OpenSSH\sshd.exe with the actual path to the sshd.exe (C:\OpenSSH\sshd.exe, if you followed these instructions). Or go to Control Panel > System and Security > Windows Firewall >...

Disk Cleanup in Windows Server

Analyze Component Store size with DISM in PowerShell

...resolves an issue that prevents the optional Microsoft .NET Framework 3.5 feature from being enabled after you install security update 2966827 or 2966828 (described in Microsoft Security Bulletin MS14-046) for the Microsoft .NET Framework 3.5....

Send email with PowerShell

PowerShell 5.0 logo

Easily send your DevOps reporting by email with this PowerShell function, because the Send-MailMessage cmdlet is obsolete. Of course you’ll be using StartTLS and authenticated SMTP as additional security. If...

About

...Windows Server, IIS, security, website & WordPress, MySQL, GNU/Linux, optimization">Sysadmins of the North, discuss about Sysadmin, Windows Server, IIS, security, website & WordPress, MySQL, GNU/Linux, optimization</a> Contact If you wish...

Disable ECDH public server param reuse in Windows Server IIS

Successfully set ECDH public server param reuse to no

...if(!(Test-Path "hklm:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms\ECDH")) { New-Item "hklm:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms" -name "ECDH" } New-ItemProperty "hklm:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms\ECDH" -Name EphemKeyReuseTime -Value -PropertyType DWord You can add your own checks and validation in the PowerShell code to make it...