How to Add an Additional Active Directory Domain Controller to Windows Server 2012 R2

This tutorial explains how to install an additional domain controller in an existing active directory domain. Additional AD domain controller is used to balance the load among existing domain controllers. It also provides fault-tolerance that in case primary AD DC is down, additional AD DC can be used for authentications without any business discontinuity. The ... Read more

Windows Returnvalue: 2147786788 in wmi EnableStatic method

Successfully using the EnableStatic method for example in powershell always gives the Returnvalue 0. If that is not the case, something will most likely have gone wrong. If you are returned the value 2147786788, this is a sign for a write lock of some sort, meaning you have to look for running processes that are ... Read more

Installing Powershell 2.0 on Windows XP

To install Windows Powershell 2.0 on an XP machine, you must have Windows XP Service Pack 3 installed. Powershell is included in the Windows Management Framework which you can download at support.microsoft.com/kb/968929: Now scroll down until you find some links listed in the More Information section: Pick the appropriate one for your Windows system and ... Read more

Remove services from auto-startup on Windows

Every service you install is usually run on system startup. Sometimes these services do so without asking you before and sometimes they might even be malicious or just too heavy in resources. To select specific services that shall not be started by boot, open msconfig by calling a Run prompt through the main menu and ... Read more