Tagged: Get-Content

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