Skip to content

Commit ca1226d

Browse files
authored
Merge pull request #13151 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents 8ee8d62 + 3bc251c commit ca1226d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

repo_docs/NEW_CMDLETS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.date: 09/18/2025
2+
ms.date: 10/03/2025
33
---
44

55
# Create new cmdlet articles
@@ -145,7 +145,7 @@ You have two choices:
145145
```powershell
146146
$x = Get-Command "<Cmdlet1>","<Cmdlet2>",..."<CmdletN>"
147147
148-
New-MarkdownHelp -Command $x -OutputFolder "<Path>"
148+
New-MarkdownCommandHelp -Command $x -OutputFolder "<Path>"
149149
```
150150

151151
**Notes**:

repo_docs/UPDATE_CMDLETS.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.date: 09/18/2025
2+
ms.date: 10/03/2025
33
---
44

55
# Update existing cmdlet articles
@@ -50,9 +50,11 @@ After you connect in PowerShell to the server or service (either in a regular Wi
5050
Import-Module Microsoft.PowerShell.PlatyPS
5151
```
5252

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>
5454

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):
5658

5759
The basic syntax is:
5860

0 commit comments

Comments
 (0)