Tænker at du skal ha fundet en praktikant til at oversætte det hele til engelsk!
I’ve run into encoding issues when using Windows Powershell.
Are your dashboard using that as an environment by any chance?
Alternatively, try opening the dashboard files manually, then saving them as “UTF8 with BOM”
What encoding does PSU use? UTF-8? - PowerShell Universal - Ironman Software Forums
Edit, coincidentally had a guy complain about this today, opening the script file manuelly in VSCode and saving it as UTF8 with BOM did not solve it for us.
Might still work in your case, our issue was with posting data via REST to servicenow, which required the -ContentType “application/json;charset=utf-8” parameter.