Skip to content

Commit 3a61c51

Browse files
authored
Merge pull request MicrosoftDocs#3674 from yoinked-h/patch-1
fix an un-escaped asterisk in rename network adapter
2 parents 003b8fb + f8888a3 commit 3a61c51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2022-ps/netadapter/Rename-NetAdapter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ This command renames a network adapter from the current name of Ethernet to the
5151
PS C:\> Rename-NetAdapter -Name "E*t" -NewName "ManagementAdapter"
5252
```
5353

54-
This command renames a network adapter from the current name, by matching the pattern e*t, to the new name ManagementAdapter.
55-
A typical match of e*t is the default name Ethernet.
54+
This command renames a network adapter from the current name, by matching the pattern e\*t, to the new name ManagementAdapter.
55+
A typical match of e\*t is the default name Ethernet.
5656

5757
## PARAMETERS
5858

0 commit comments

Comments
 (0)