Update the comment based header

This commit is contained in:
Markus Fleschutz
2022-09-06 21:42:04 +02:00
parent 931a692848
commit c1317242a8
335 changed files with 460 additions and 465 deletions

View File

@ -1,6 +1,6 @@
<#
.SYNOPSIS
Show Notification
Shows a notification
.DESCRIPTION
This PowerShell script shows a toast-message notification for the Windows 10 Notification Center.
.EXAMPLE
@ -27,4 +27,4 @@ try {
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
exit 1
}
}