Improve the comment-based section

This commit is contained in:
Markus Fleschutz
2021-07-13 19:03:30 +02:00
parent b8d73c8cc7
commit e85b2a5bd5
6 changed files with 60 additions and 24 deletions

View File

@ -1,8 +1,14 @@
<#
.SYNTAX alert.ps1 [<message>]
.DESCRIPTION handle and escalate the given alert message
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
.SYNOPSIS
alert.ps1 [<message>]
.DESCRIPTION
Handle and escalate the given alert message
.EXAMPLE
PS> .\alert.ps1 "Harddisk failure"
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz / License: CC0
#>
param($Message = "")