File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 2
2
## Usage
3
3
4
4
#### Table of Contents
5
+ * [ Full Module Documentation] ( #full-module-documentation )
5
6
* [ Logging] ( #logging )
6
7
* [ Telemetry] ( #telemetry )
7
8
* [ Common PowerShell API Patterns] ( #common-powershell-api-patterns )
130
131
131
132
----------
132
133
134
+ ## Full Module Documentation
135
+
136
+ All commands for the module have "Comment-Based Help" available at your fingertips.
137
+ You can access that help at any time by running:
138
+
139
+ ``` powershell
140
+ Get-Help -Full <commandName>
141
+ ```
142
+
143
+ In addition to accessing it from the commandline, all of that help documentation is also available
144
+ online on our [ wiki] ( https://github.com/microsoft/PowerShellForGitHub/wiki ) .
145
+
146
+ ----------
147
+
133
148
## Logging
134
149
135
150
All commands will log to the console, as well as to a log file, by default.
You can’t perform that action at this time.
0 commit comments