mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-15 23:28:07 +02:00
Update the comment-based help
This commit is contained in:
@ -1,4 +1,17 @@
|
||||
# make sure you adjust this path
|
||||
<#
|
||||
.SYNOPSIS
|
||||
enter-chat.ps1
|
||||
.DESCRIPTION
|
||||
Enters a chat using a common network shared file.
|
||||
.EXAMPLE
|
||||
PS> .\enter-chat.ps1
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
# make sure you adjust this path
|
||||
# it must point to a network share where you have read and write permissions
|
||||
$ServerShare = "\\myserver\chathome"
|
||||
|
||||
|
Reference in New Issue
Block a user