Skip to content

Commit 5021f4b

Browse files
authored
Update Rename-NetAdapter.md
fix the expression matching error
1 parent e44e3f4 commit 5021f4b

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)