Approval relationship between this workstation and the primary domain failed

Windows 7/8/2008/2012 Here is how to fix this problem : 1. Log in with a local administrator account 2. Launch a command window in administratorr 3. Enter the following command: NETDOM RESETPWD /s:fqdn.controleur.de.domaine /ud:[email protected] /pd:MotDePasse 4. Restart the computer Windows 10/2016/2019 With Windows 10, there are several solutions to fix the problem, which we will …

Read more



Install and use the Admin Center on Windows 10

Admin center

In this tutorial, we will see how to install the Admin Center on a computer running Windows 10. The Admin Center is the new name of the Honolulu Project that allows the administration of servers from the Windows Server 2008R2 version and client computers under Windows 10 using a web interface. Windows Admin Center is …

Read more



GPO: Make users administrator of their computer

Presentation In this tutorial, we are going to have how to set up a GPO to make the admin domain users of their computer. The goal is to add the Domain Users group in the Administrators 1 group of the user station. The Domain Admins group is already a member of the group. Group Policy …

Read more



Resolve temporary profile issues on RDS / TSE remote desktops

Context : Temporary profile error on logon For multiple and often unknown reasons, users are connected to their session on a temporary profile. The user does not find his settings including the Outlook profile. All that is stored in the folder C:\Users\TEMP is not saved when they log off. If you apply a folder redirection …

Read more



WSUS – Installation and configuration – Windows Server Update Service

Synchronisation en cours...

Introduction Windows Server Update Service (WSUS) is a built-in role in Windows Server, which enables the implementation of a Microsoft Updates distribution system internally. The benefits of WSUS: Prerequisites The server does not have to be in a domain. Before you start installing and configuring WSUS, I recommend that you list the Microsoft products you …

Read more



Active directory: How to set up a child domain

Domaine enfant objectif

In this tutorial, we will see how to put a child domain in an Active Directory tree. A child domain is a subdomain of one of the component domains in your Active Directory forest. Subdomain segmentation allows for logical partitioning of the domain. Active Directory and also to apply rights delegations on children.



How to install and configure Windows server routing

Routage

In this tutorial, I will explain how to set up routing with Windows Server. I regularly use this role in the different labs that I put in place under Hyper-V. I isolate the test platform with a private switch and I use a virtual machine with two network interfaces. One card is connected to the …

Read more



Extend a Windows partition

In this tutorial, we will see how to extend a partition under Windows. In which case extend a partition: The partition does not use all available space on the physical disk Increasing the size of a virtual disk Increasing the size of a LUN on SAN storage. Extend Partition I assume that the space to …

Read more



Altaro backup: installation and use with Hyper-V

Altaro backup - restore as clone

In this tutorial, I will explain how to set up Altaro Backup with Hyper-V. Altaro Backup is a backup solution for virtual environments Hyper-V and VMware running Windows. It has the advantage of being very light and does not require SQL Server database. It allows the following restorations: For very small environments, Altaro has the …

Read more



Scheduled task run a PowerShell script

To run a PowerShell script using a scheduled task in Windows, you must set the Action to run a Program and configure it as below: 1 Program / Script: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe2 Add arguments (optional) : -file folder_and_file.ps1