We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f43768f + 0352279 commit bc4060fCopy full SHA for bc4060f
docset/windows/hyper-v/Set-VMComPort.md
@@ -56,6 +56,9 @@ PS C:\> Set-VMComPort TestVM 2 \\.\pipe\TestPipe
56
57
Configure the second COM port on virtual machine TestVM to connect to named pipe TestPipe on the local computer.
58
59
+> [!NOTE]
60
+> This does not create the named pipe on the local computer. You will have to write your own application to create a named pipe.
61
+
62
## PARAMETERS
63
64
### -CimSession
0 commit comments