Skip to content

Commit

Permalink
Update PsMapExec.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo4j authored Oct 19, 2023
1 parent c0b0d30 commit 969ac53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PsMapExec.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ catch {
}

$ServerScript = @"
`$pipeServer = New-Object System.IO.Pipes.NamedPipeServerStream("$PipeName", 'InOut', 1, 'Byte', 'None', 4096, 4096, `$null)
`$pipeServer = New-Object System.IO.Pipes.NamedPipeServerStream("$PipeName", 'InOut', 1, 'Byte', 'None', 1028, 1028, `$null)
`$pipeServer.WaitForConnection()
`$sr = New-Object System.IO.StreamReader(`$pipeServer)
`$sw = New-Object System.IO.StreamWriter(`$pipeServer)
Expand Down

0 comments on commit 969ac53

Please sign in to comment.