From 14c25c52d6a17172f8bf6b301ae381b6bdaed75e Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 3 Oct 2025 17:08:53 -0700 Subject: [PATCH 1/2] Update NEW_CMDLETS.md Typo fix --- repo_docs/NEW_CMDLETS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo_docs/NEW_CMDLETS.md b/repo_docs/NEW_CMDLETS.md index ec51d5dc82..5e8c041d7f 100644 --- a/repo_docs/NEW_CMDLETS.md +++ b/repo_docs/NEW_CMDLETS.md @@ -145,7 +145,7 @@ You have two choices: ```powershell $x = Get-Command "","",..."" - New-MarkdownHelp -Command $x -OutputFolder "" + New-MarkdownCommandHelp -Command $x -OutputFolder "" ``` **Notes**: From 3bc251c57d145d0440b5449e9679ebdff56523c6 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 3 Oct 2025 17:12:01 -0700 Subject: [PATCH 2/2] typo fix --- repo_docs/NEW_CMDLETS.md | 2 +- repo_docs/UPDATE_CMDLETS.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/repo_docs/NEW_CMDLETS.md b/repo_docs/NEW_CMDLETS.md index 5e8c041d7f..cfa6e96e8d 100644 --- a/repo_docs/NEW_CMDLETS.md +++ b/repo_docs/NEW_CMDLETS.md @@ -1,5 +1,5 @@ --- -ms.date: 09/18/2025 +ms.date: 10/03/2025 --- # Create new cmdlet articles diff --git a/repo_docs/UPDATE_CMDLETS.md b/repo_docs/UPDATE_CMDLETS.md index b27ff1d95d..c60f7b4958 100644 --- a/repo_docs/UPDATE_CMDLETS.md +++ b/repo_docs/UPDATE_CMDLETS.md @@ -1,5 +1,5 @@ --- -ms.date: 09/18/2025 +ms.date: 10/03/2025 --- # Update existing cmdlet articles @@ -50,9 +50,11 @@ After you connect in PowerShell to the server or service (either in a regular Wi Import-Module Microsoft.PowerShell.PlatyPS ``` -### Step 4: Use New-MarkdownHelp to dump the latest version of the cmdlet to a file + -These instructions are the same (up to a point) as in [Create new cmdlet articles](NEW_CMDLETS.md): +### Step 4: Use New-MarkdownCommandHelp to dump the latest version of the cmdlet to a file + +These instructions are basically the same as in [Create new cmdlet articles](NEW_CMDLETS.md): The basic syntax is: