Remove a Windows Server 2008 R2 Domain Controller from an Existing Domain

Microsoft Blue Logo

We have been viewing some video guides on YouTube over the last few days so we thought that we would share some good ones that we have found that we feel you may find useful.

We have scheduled a number of these videos to be posted to our site over the next few days so make sure you check back here to see whether there is anything here to help you out!

To begin with, we thought we would start with the basics, removing a domain controller from an existing domain is a fairly simple process but if you need a hand with doing this, the below video is an excellent guide on what to do.

COMMENTS

If you have any questions or comments on removing a domain controller from your existing domain, then please feel free to leave a comment below using our comments system.

Replication Summary on Domain Controllers

Microsoft Blue Logo

If you have a number of domain controllers within your organisation, you should ensure that they are all replicating correctly without any errors at all. This check should be carried out regularly to be proactive in finding any potential Active Directory issues that you may face. To do this, simply run the following command on … Read more

Configuration Manager – How to Change the Approve/Deny Status of an Application Catalog Request

sccm logo 600x400

If you are a Configuration Manager administrator, the chances are that you are using the Application Catalog to allow users to install their own software.A great feature of this is that you can put in specialist or licensed software and add a “Request” button. This means that your end users will only get the software … Read more

SCCM – Report on Outlook Archive PST files on Devices

sccm logo 600x400

If you want to report on machines that have Outlook archive (PST’s) on them, where they are and how big they are, then you can use this guide to create a report that will do this for you using Configuration Manager. First of all, you will need to tell your Software Inventory to look for … Read more

SCCM – WQL Query for Devices with Configuration Manager Client Installed and no System Center Endpoint Protection Installed

sql2016

We have had a report that one of our WQL queries has not been working correctly, this is the one for devices that have Configuration Manager client installed but do not have System Center Endpoint Protection installed on them. The original post is here: WQL Query for Devices without Endpoint Installed So, we have looked … Read more

Failed to validate content hash on ConfigMgr Distribution Points after Content Validation

sccm logo

We have recently had problems with our global distribution points in ConfigMgr after the monthly content validation has happened. On some of our distribution points (not all) we are getting and error stating: “Failed to validate content hash” With our monitoring on the Distribution Point Configuration Status looking like this (click the thumbnails for the … Read more

Powershell Commands

powershell

Powershell is becoming more and more important these days and the possibilities for using it are endless. However, there are also a large amount of very basic easy-to-use commands that you should add to your knowledge collection. We all pick up new Powershell commands that help us to do our jobs all the time so … Read more

Join Server 2012 R2 Core to your Domain

Windows Server 2012

If you are using Server 2012 R2 Core and you wish to join it to the domain, then you can use this simple Powershell command to do it. Add-Computer -DomainName YOURDOMAIN.COM -Credentials DOMAINUSERNAME -Restart Note that the -Restart command at the end will automatically restart your server once it has completed the joining process. Also … Read more