Update the manuals

This commit is contained in:
Markus Fleschutz
2021-08-29 18:12:58 +02:00
parent 793d257d08
commit 8ab83d685a
252 changed files with 1512 additions and 252 deletions

View File

@ -88,8 +88,13 @@ try {
"$(((($parameter | Out-String).Trim() -split "`r`n")[-5..-1] | % { $_.Trim() }) -join "`r`n")"
"``````"
}
""
"``````"
"## <CommonParameters>"
"This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216)."
" This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, "
" WarningVariable, OutBuffer, PipelineVariable, and OutVariable."
" For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216)."
"``````"
foreach($input in $full.inputTypes.inputType) {
""