diff --git a/repo_docs/NEW_CMDLETS.md b/repo_docs/NEW_CMDLETS.md index ec51d5dc82..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 @@ -145,7 +145,7 @@ You have two choices: ```powershell $x = Get-Command "","",..."" - New-MarkdownHelp -Command $x -OutputFolder "" + New-MarkdownCommandHelp -Command $x -OutputFolder "" ``` **Notes**: 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: