How do I a repair the FTP service on Windows Server?

Kindly follow the below steps with respect to repair the FTP service on the windows server which is having plesk panel installed on it. Solution If the FTP service is down on plesk hosted on a windows operating system and you are not able to start it you can repair it by running the following […]

See More

How to remove Active Directory Accounts !!!

PowerShell is a powerful scripting environment for Windows which can be used for this type of maintenance but first you all you need to install the Active Directory Powershell tools: 1. Click Start -> All Programs -> Accessories -> Windows PowerShell -> Windows PowerShell 2. At the command prompt type: Import-Module ActiveDirectory 3. Once the […]

See More

How to harden a Microsoft IIS web server !!!

1. Enable SSL When possible, configure your web server and sites to utilize an SSL certificate. SSL will protect client-server communication. Instructions on how to configure SSL in IIS can be found at: http://www.iis.net/learn/manage/configuring-security/how-to-set-up-ssl-on-iis 2. Disable Weak SSL and TLS Ciphers Paste the following registry configuration into a text file: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\DES […]

See More