Skip to content

Commit bfb9b77

Browse files
authored
Merge pull request #11457 from sdwheeler/sdw-w323449-i11456
Fixes #11456 - Improve the description of an example.
2 parents 3126ced + bcd09c2 commit bfb9b77

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

reference/5.1/Microsoft.PowerShell.LocalAccounts/Enable-LocalUser.md

Lines changed: 5 additions & 4 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: 10/10/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/enable-localuser?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Enable-LocalUser
@@ -59,8 +59,8 @@ This command enables the user account named Admin02.
5959
Get-LocalUser -Name "Administrator" | Enable-LocalUser
6060
```
6161

62-
This command gets the built-in Administrator account by using `Get-LocalUser`, and then passes it to
63-
the current cmdlet by using the pipeline operator. That cmdlet enables that account.
62+
In this example, `Get-LocalUser` gets the Administrator account and passes it to `Enable-LocalUser`
63+
by using the pipeline operator.
6464

6565
## PARAMETERS
6666

@@ -149,7 +149,8 @@ Accept wildcard characters: False
149149
150150
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
151151
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
152-
-WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
152+
-WarningAction, and -WarningVariable. For more information, see
153+
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
153154
154155
## INPUTS
155156

0 commit comments

Comments
 (0)