WSUS : automatic approval of updates

apply the rule

In this tutorial, we will see how to automatically approve definition updates on WSUS. Definition updates are available almost daily, automatic approval avoids doing so. Approve updates automatically 1. Go to the WSUS console in Options 1 and click on Automatic Approvals 2 . 2. Click New Rule 1 . 3. Check the box When …

Read more

GLPI : add custom fields

Page web Fields

In this tutorial, we will see how to add custom fields using the Fields plugin. Fields allows you to add custom field blocks in the different elements of GLPI to customize the information. To illustrate this tutorial, we will add fields to the computers to save the backup information. For the fields, I relied on …

Read more

GPO: disable access to previous versions

Resume

In this tutorial, I’ll explain how to disable access to previous versions from client computers by GPO in an active directory environment. Although convenient, this feature in case of user error can do some damage. As a reminder, in normal operation, access to previous versions is available by right-clicking on the folder. The GPO I …

Read more

Windows Server: Enable Shadow Copies

Choose restore point

In this tutorial, I will explain how snapshots and snapshots work in general and then how to activate them on Windows Server. This functionality is often used on file servers to restore a file or a folder without going through the backup environment, which saves time and avoids handling. Presentation of shadow copies Shadow copies …

Read more

Remote Desktop: CredSSP Error

When connected in Remote Desktop, the following error is displayed: An authentication error has occurred.The requested function is not supported Remote computer: IP or FQDNThe problem may be due to a CredSSP encryption oracle fix To solve there are several solutions. Solution 1: Disable NLA Authentication On the server where the connection must be established …

Read more

Delete a backup control point in Hyper-V without a delete option

snapshot

It happens in Hyper-V that a third-party software (backup) create a control point that is not possible to delete through the GUI. You have to switch to PowerShell to delete the control point. 1. Open a PowerShell administrator window and enter the following command to display the snapshots. This should display the control points of …

Read more

GPO: Disable Server Manager at Logon

Overview

When logging on to a Windows Server (since 2008), the server manager opens automatically, but you do not necessarily need it. Personally, I even find that it tends to slow down the system. In this tutorial, we will see how to disable it with Group Policy (GPO) in an Active Directory environment. GPO: disable the …

Read more

Windows Cluster change the IP owner

In some situations, it may be necessary to change the owner of the IP address carried by a Windows cluster. Example: on an Exchange DAG if the cluster ip is used for connections to Outlook, SMTP … 1. Open a PowerShell window as an administrator. 2. Import the administration module if necessary. 3. Enter the …

Read more

Enable Windows Active Directory Recycle Bin 2012/2016/2019

Delete Objects - Trash

The Active Directory Recycle Bin is a feature that came with Windows 2008R2, which is disabled by default. To activate the recycle bin, the domain and drill level must be at least 2008R2. Once the trash is activated, it is not possible to go back. To use the Active Directory Recycle Bin, use the ADAC …

Read more

Apache2 with PHP-FPM

PHP-FPM is another way to use PHP with Apache2, we forget the libmod-apache2-phpX. PHP-FPM is a variant of FAST-CGI. PHP-FPM has the advantage of no longer being embedded in Apache. So PHP is used / called when needed.(When an image is requested PHP does not need to be loaded). PHP-FPM installs PHP as a service …

Read more