PowerShell Script Returning Unexpected Output (random numbers)
问题 Problem I am writing a script in PowerShell that uploads a file to an http server. The upload completes successfully, but its returning a bunch of numbers in the console upon execution (far more than what is displayed below). Output: Here's the script I'm running: Param([Parameter(Mandatory=$True,Position=1)] [string]$user, [Parameter(Mandatory=$True,Position=2)] [string]$pass, [Parameter(Mandatory=$True,Position=3)] [string]$dir, [Parameter(Mandatory=$True,Position=4)] [string]$fileName,