Skip to content

Commit cbaa7c4

Browse files
committed
Update character length limits for Name and Description
1 parent e96eaaa commit cbaa7c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/5.1/Microsoft.PowerShell.LocalAccounts/New-LocalGroup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.LocalAccounts
5-
ms.date: 06/28/2023
5+
ms.date: 01/04/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/new-localgroup?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: New-LocalGroup
@@ -41,7 +41,7 @@ This command creates a group named SecurityGroup04.
4141

4242
### -Description
4343

44-
Specifies a comment for the group. The maximum length is 48 characters.
44+
Specifies a comment for the group. The maximum length is 256 characters.
4545

4646
```yaml
4747
Type: System.String
@@ -57,7 +57,7 @@ Accept wildcard characters: False
5757
5858
### -Name
5959
60-
Specifies a name for the group. The maximum length is 256 characters.
60+
Specifies a name for the group. The maximum length is 48 characters.
6161
6262
```yaml
6363
Type: System.String

0 commit comments

Comments
 (0)