From cbaa7c4b8855529e04990b5f9a75dde7a5022076 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Sat, 4 Jan 2025 09:54:59 -0600 Subject: [PATCH] Update character length limits for Name and Description --- .../Microsoft.PowerShell.LocalAccounts/New-LocalGroup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/New-LocalGroup.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/New-LocalGroup.md index 6b854364a095..0b2dabe8f38b 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/New-LocalGroup.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/New-LocalGroup.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 06/28/2023 +ms.date: 01/04/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/new-localgroup?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-LocalGroup @@ -41,7 +41,7 @@ This command creates a group named SecurityGroup04. ### -Description -Specifies a comment for the group. The maximum length is 48 characters. +Specifies a comment for the group. The maximum length is 256 characters. ```yaml Type: System.String @@ -57,7 +57,7 @@ Accept wildcard characters: False ### -Name -Specifies a name for the group. The maximum length is 256 characters. +Specifies a name for the group. The maximum length is 48 characters. ```yaml Type: System.String