GPO – make a domain user local administrator of a computer

In this tutorial, I’ll show you how to make a domain user local administrator of a computer or server using Group Policy (GPO). In a previous tutorial, I explain how to do this using restricted groups, which involved creating an Active Directory group, putting the user in that group and then using the group policy, …

Read more



Active Directory: create an organizational unit (OU) in PowerShell

In this “How to” tutorial, we will see how to create an Organizational Unit in an Active Directory with the New-ADOrganizationalUnit cmdlet. Create an OU in PowerShell Open a PowerShell command prompt From a domain controller open a PowerShell window Use the New-ADOrganizationalUnit Cmdlet to Create the OU Enter the following command by adapting the …

Read more



Active Directory: Add an organizational unit – OU

In this “How to” tutorial, we will see how to create an Organizational Unit in an Active Directory with the Active Directory Users and Computers console available on domain controllers in graphical mode. Add an OU in the Active Directory Open the Active Directory Users and Computer console From a domain controller, open the Active …

Read more



RDS Farm add a host to a collection

Ajout du serveur hôte

Introduction This tutorial follows the following article: Deploy a Windows 2012R2/2016/2019 RDS farm In this tutorial, we will see how to add a second collection to an RDS deployment. Adding several collections to the same deployment allows you to share the broker, gateway, license server and web access. Add a collection to an RDS deployment …

Read more



ADFS Proxy: Fix Error 0x8007520c

In this tutorial, I will tell you how to fix error 0x8007520c on an ADFS proxy server. When you open the Remote Access Management Console console, the following page is displayed: This error occurs during a certificate change and the proxy does not have the same fingerprint as the ADFS server. The easiest way to …

Read more



WSUS manually import an update from the Microsoft Update Catalog

In this tutorial, I will explain how to manually import a site updatehttps://www.catalog.update.microsoft.com/ in WSUS with PowerShell. By default, this operation is possible automatically by passing the console and provided that you use Internet Explorer 11. In 2022, who still uses this browser? Download the update and retrieve its GUID Go to the site https://www.catalog.update.microsoft.com/ …

Read more



Delete a DNS zone on Windows Server

In this tutorial, I will explain how to delete a DNS zone on Windows Server. Open the DNS administration console On the Windows server, open the DNS administration console, it is accessible by the server manager by clicking on Tools then on DNS. View DNS Zones In the administration console, expand the Forward lookup zones …

Read more



DFS: delete a namespace on Windows Server

In this tutorial, I will explain how to delete a DFS namespace on Windows Server. In the vast majority of cases, you won’t normally need this tutorial 😉 Although this operation is relatively simple to perform using the graphical interface, it sometimes happens that it does not go as planned, especially if you have planned …

Read more