Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify note on creating named pipe #2806

Merged
merged 8 commits into from
Oct 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/hyper-v/Set-VMComPort.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PS C:\> Set-VMComPort TestVM 2 \\.\pipe\TestPipe
Configure the second COM port on virtual machine TestVM to connect to named pipe TestPipe on the local computer.

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

## PARAMETERS

Expand Down