Windows export a power profile

Power

Intro In business, it happens regularly when we make Windows images for MDT / WDS, that we want to save the power profile so that we can import it across the fleet. Certain business application does not support standby when the user does not disconnect from it. On Windows, the powercfg command line tool allows …

Read more

WSUS migrate the database on sqlexpress

Connexion à WID

In this tutorial, I will explain how to migrate your WSUS database, which is default on Windows Internal Database to SQLExpress. Since Windows Server 2016, the installation of WSUS can be done directly on a SQL Server (Express) database. Why migrate to SQLExpress? There are several answers to this question: For performance and stability reasons, …

Read more

Install SQLExpress

Listes des bases

Presentation SQLExpress is a free and limited version of the Microsoft SQL Server engine. The main limitations: The size per database is limited to 10GB No high availability functionality. SQL Express can be used with certain Windows Server features such as WSUS or RDS Broker instead of the WID engine. It is also possible to …

Read more

Change password from the interface RDWEB

Presentation In this tutorial, I will explain how to allow users to change their passwords using the Web Access portal available in a deployment of an RDS farm. To allow password change, you must have RDWEB Access published This solution allows users working exclusively on an RDS environment to change their password when it has …

Read more

Log root SSH on Ubuntu/ Debian

SSH

By default, the connection with the root account is not possible because it does not have a password and the SSH server is configured so as not to allow connection with the root account. It happens that for some operation / installation the root account is required. In this tutorial, we will have how to …

Read more

Add an AD DS domain controller to an existing domain

Schéma multi AD

In this article, I will explain how to add a domain controller to an existing domain and manage replication links. Below, an illustration of the final architecture: Throughout this tutorial, we will add the controller XXXX-AD1 to the existing domain, which already has two controllers on site A. Prerequisites for XXXX-AD1: When adding the first …

Read more

GLPI: SSO with IIS – Single sign-on

In this article, I will explain how to implement SSO (Single Sign-On: Single Authentication) with GLPI installed with IIS. SSO saves the user from having to enter identifiers to connect to GLPI. Prerequisites Site configuration in IIS Open the IIS console, go to the GLPI site 1 and click on Authentication 2. Select Anonymous Authentication …

Read more

GLPI link with an Active Directory

In this article, we will see how to configure GLPI with an Active Directory so that users can identify with their Windows session name and password. Configuration of the Active Directory in GLPI From the navigation menu go to Configuration 1 > Authentications 2. In the External Authentications list, click LDAP Directories 1. Click on …

Read more

FSMO roles

Presentation of FSMO roles In an Active Directory environment, there are 5 Flexible Single Master Operation (FSMO) roles, two roles are unique in the forest and the other three are unique in a domain. A domain controller can have none or more FSMO roles. Domain Naming Master It is unique in the forest, it is …

Read more

Create an Active Directory environment in PowerShell

Introduction In this tutorial, we will see how to create an Active Directory environment using PowerShell, that is to say the creation of the first domain controller which includes: The Active Directory tutorial: installing and configuring a domain controller explains how to do it using the graphical interface. Prerequisites Ideally from a blank server, which …

Read more