Table of contents
- 1. Attached Files
- 2. Synopsis
- 3. Description
- 3.1. Commands
- 3.1.1. Get-Command
- 3.1. Commands
- 4. Source Code
Attached Files
- {{web.link(file.uri,file.name)}}
Synopsis
Please fill in what this script/module can do.
You must attach script/dll/zip files after you save this page.
Description
Fill in general details about the module, and hopefully some sample code showing a few examples of using it.
# Please show some example usage
$commands = Get-Command
Commands
Get-Command
COPY and PASTE this once for each public function or cmdlet in your script/module.
This could come from the help, but should just be the synopsis or description. No parameter details etc. If you want to include details (and that would be awesome) please make a new child page for each command by clicking the new page button above after you finish attaching the files to this page.
# An example of how to use this particular command
$commands = Get-Command
Source Code
This is generated from the source code of the latest version of each attached script file. Do not edit below here.

Comments