This repository was archived by the owner on Nov 5, 2021. It is now read-only.

Description
Hi,
you have a bug in your tasks. When fetching file content with the Get-Content cmdlet you aren't specifying the Encoding flag, so powershell uses the default encoding which is System.Text.ASCIIEncoding, so any characters not in that set will not be displayed correctly.
Example is in your RunMySqlScript.ps1, line 33.
With kind regards,
Tomislav