Skip to content

Commit 76ed42c

Browse files
authored
Merge pull request MicrosoftDocs#2806 from zanedp/patch-1
Clarify note on creating named pipe
2 parents 4f7449f + 23299ab commit 76ed42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2022-ps/hyper-v/Set-VMComPort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PS C:\> Set-VMComPort TestVM 2 \\.\pipe\TestPipe
4747
Configure the second COM port on virtual machine TestVM to connect to named pipe TestPipe on the local computer.
4848

4949
> [!NOTE]
50-
> This does not create the named pipe on the local computer. You will have to write your own application to create a named pipe.
50+
> You can then access the named pipe using a third-party application or develop your own application.
5151
5252
## PARAMETERS
5353

0 commit comments

Comments
 (0)