Thanks!
Awesome! Thanks for the help! Just what I needed.
$transferOptions = New-Object WinSCP.TransferOptions
$transferOptions.SpeedLimit = xxx
$session.PutFiles("C:\BackupTemp\*.rar", $remotePath1, $False, $transferOptions).Check()
SpeedLimit
.