Change to UTF-8 BOM encoding

This commit is contained in:
Markus Fleschutz
2022-09-11 11:57:15 +02:00
parent a75cb369f1
commit daf4684c5c
55 changed files with 139 additions and 139 deletions

View File

@@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Uninstalls Microsoft Teams
.DESCRIPTION
@@ -20,6 +20,6 @@ try {
"Microsoft Teams is uninstalled now."
exit 0 # success
} catch {
"Sorry: $($Error[0])"
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
exit 1
}
}