In some cases if we don’t have GUI access for Windows systems, Then we can restart remote server using command line. This article will help you to reboot remote Windows Server using Command prompt. […]
Category: Windows
Enable/Disable firewall through command line
This command can be used when we are working with windows network: Open command prompt This command gets into the firewall section. netsh firewall set opmode enable “To enable firewall” netsh firewall set opmode disable “To disable firewall” Done. […]
Webmail Shows Plesk Default Page
No of reasons can cause this to occur. Webmail is not selected for the domain. The webmail is selected, but the bindings didn’t get set correctly in IIS. There can be an upgrade to the webmail/mail software. […]
How to find Windows uptime
In order to find up time on windows server, do the steps given below. 1. Go to “Start” -> “Run”. 2. Write “CMD” and press on “Enter” key. 3. Write the command “net statistics server” or “net stats srv” and press on “Enter” key. 4. The line that start with “Statistics since …” provides the time […]
How to access Plesk database in Windows
To Login to MySQL psa database using the plesk administrator password, use the command below. cd %plesk_dir%\Mysql\bin mysql -uadmin -p -P 8306 psa It will ask for the password, you can give the password which you use to login into Plesk admin. […]
Enable and Disable Ping in Windows Server
You can enable and disable ping on windows server,Go to command prompt. To Enable ping from the command prompt type the following command: […]
Enable multiple remote connections on windows server 2012
Please follow the steps to enable multiple remote connections on windows server 2012: 1. Login to the windows server 2012 via. RDP 2. Open command prompt. Type gpedit.msc and open Local Group Policy Editor. 3. Go to computer configuration –> Administrative Tempalates –> Wondows […]
IIS : An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode
The following error occurs, when browsing a website on Parallels Plesk server: HTTP Error 500.24 – Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. 0x80070032 The website was designed in Classic pipeline mode, but an application pool assigned to the site is in Integrated pipeline […]
Unable to load C:\Windows\System32\iprtrmgr.dll
While starting Remote Access and routing services from Windows 2008 server, The following error is observed in the Event Viewer: […]
Server Error in ‘/’ Application. Parser Error Message: Could not load type ‘XXXXX’.
This usually happens when you do not have a Virtual directory set up for your program. One more purpose for it could be when an application has not been efficiently compiled. […]