File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- ms.date : 09/18 /2025
2
+ ms.date : 10/03 /2025
3
3
---
4
4
5
5
# Create new cmdlet articles
@@ -145,7 +145,7 @@ You have two choices:
145
145
``` powershell
146
146
$x = Get-Command "<Cmdlet1>","<Cmdlet2>",..."<CmdletN>"
147
147
148
- New-MarkdownHelp -Command $x -OutputFolder "<Path>"
148
+ New-MarkdownCommandHelp -Command $x -OutputFolder "<Path>"
149
149
```
150
150
151
151
** Notes** :
Original file line number Diff line number Diff line change 1
1
---
2
- ms.date : 09/18 /2025
2
+ ms.date : 10/03 /2025
3
3
---
4
4
5
5
# Update existing cmdlet articles
@@ -50,9 +50,11 @@ After you connect in PowerShell to the server or service (either in a regular Wi
50
50
Import-Module Microsoft.PowerShell.PlatyPS
51
51
```
52
52
53
- ### Step 4: Use New-MarkdownHelp to dump the latest version of the cmdlet to a file
53
+ < a name = ' step-4-use-new-markdownhelp-to- dump- the- latest- version-of- the- cmdlet-to-a- file' ></ a >
54
54
55
- These instructions are the same (up to a point) as in [ Create new cmdlet articles] ( NEW_CMDLETS.md ) :
55
+ ### Step 4: Use New-MarkdownCommandHelp to dump the latest version of the cmdlet to a file
56
+
57
+ These instructions are basically the same as in [ Create new cmdlet articles] ( NEW_CMDLETS.md ) :
56
58
57
59
The basic syntax is:
58
60
You can’t perform that action at this time.
0 commit comments