Help-Page / (Header)

Aus Wiki-WebPerfect
Version vom 4. September 2017, 15:33 Uhr von Admin (Diskussion | Beiträge)

(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Beispiel Help-Page

<#
 
.SYNOPSIS
This is a simple Powershell script to explain how to create help
 
.DESCRIPTION
The script itself will only print 'Hello World'. But that's cool. It's main objective is to show off the cool help thingy anyway.
 
.NOTES
Author: Robin Hermann
 
.LINK
http://wiki.webperfect.ch
 
 
.EXAMPLE
./HelloWorld.ps1
Diese ist ein Beispiel-Example
 
.EXAMPLE
./HelloWorld2.ps1
 
#>