Monthly Archive: January 2024

Working with XML files in PowerShell 0

Working with XML files in PowerShell

Let’s say we have an xml configuration file for our PowerShell script and we want to read / update the information in it: And this is the script for reading / updating the contents...

Running jobs with Task Scheduler 0

Running jobs with Task Scheduler

If you plan to run a batch job in the name of a specific user, you probably need to give the rights for the user to do so. For this purpose we need to...