MDT: Running a PowerShell Script During a Deployment

In this tutorial, I will explain how to run a PowerShell script (.ps1 file) during a deployment with MDT. Copy the ps1 1 file to the Scripts folder in the DeploymentShare folder. Open the properties of the task sequence then add a task of type Run Command Line 1. Move the task to the desired …

Read more



GPO: Installing the FusionInventory Agent

Following the many messages that I can see on the forum regarding the installation of the FusionInventory agent, I will explain how I have been proceeding for several years. In this article, I will explain how to install the FusionInventory agent using a script that runs when the computer starts up. It is possible to …

Read more



GPO: Run a script when the computer starts

Overview

Presentation In this article, we will see how to set up a script that runs at startup of the post using Group Policy (GPO). The advantage of using this type of script is that it is executed with the Administrators rights, which makes it possible to launch software installations on the workstation without any elevation …

Read more



Printer mapping: GPO and Script

When setting up an Active Directory, one of the things you want to set up automatically is the mapping of printers to users. Prerequisite: Have a server with the Print Service role (optional). It is possible to share a printer from the control panel. Have one or more shared printers. As for the mapping of …

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



Network Drive Mapping: GPO and Script

Détail de la GPO

When setting up an Active Directory, one of the first things you want to set up is automatic mapping of network drives to different users. As a reminder, a network drive is a share presented to a workstation / user in the form of a letter like a hard disk / USB stick …. In …

Read more