GPO: block programs and prevent software installation – software restriction

In this tutorial, I will explain how by Group Policy (GPO) in an Active Directory environment, block the launch of programs and prevent the installation of certain software with the software restriction policy. By default, if the users are not administrator (local) of the computer, it is not normally possible to install programs, on the …

Read more



Chocolatey: software repository for Windows

In this article, I will tell you about a very practical little program to make it easier for you to install programs on workstations and servers. Chocolatey is to Windows what apt-get is to Debian. Chocolatey allows you to install, update and remove software in PowerShell (ps). To install Chocolatey you must launch the command …

Read more



WPP: Deploying Applications with WSUS

Update added

In this tutorial, we will see how to deploy applications (Firefox, Chrome, Fusion Agent, Java …) using the WSUS role and WPP. As a reminder, WSUS is a Windows role that allows you to administer updates to Microsoft products within a computer pool. WPP (Wsus Package Publisher) will allow us to add custom packages to …

Read more



GPO: deploy msi applications

Install auto

In this article, we will see how to deploy applications in MSI format using Group Policy (GPO) in an Active Directory environment. There are two deployment modes : Assigned: Applies mainly to computers, program installation is forced. Published: applies only to users, this mode allows the installation of software at the request of the user, …

Read more