Help-Page / (Header)

Aus Wiki-WebPerfect
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
 
#>