To append to an array, just use the += operator. ... Also, you need to declare $Target = @() before your loop because otherwise, it will empty the array every ...
確定! 回上一頁