CRON scheduled task that does not run

In this article, I will explain how to fix the issue of CRON spots not running on Linux. I have been facing this problem to set up a backup script for the site. Execute the command: This command should return you the list of scheduled tasks. Depending on the commands, the PATH variable for users …

Read more



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



Google Chrome: Error COULD NOT GET TEMP DIRECTORY

Symptom In this article, I will explain how to resolve the COULD NOT GET TEMP DIRECTORY error simply. From my research this error appears on RDS (WS2012R2) servers using User Profile Disks (UPD). This error occurs when a user tries to install an extension on Google Chrome, I first think of a problem of right, …

Read more