Admin Tips Blog

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...

0

Ventoy: boot into a Linux vhd

With Ventoy you can create bootable USB devices to boot your machine directly from images like ISO, VHD(X), IMG etc. I’ve always been a great fan of native boot, but what about Linux? If...

0

Useful commands with Get-Date

In the previous post we saw how to convert a string to the DateTime format. Now we want to have a string from an actual DateTime object: .AddDays, .AddHours etc.: