my basic command is this
jmeter -n -t "Get Profile.jmx" -l "..\result_$(Get-Date -Format yyyyMMddHHmmss).jtl" -e -o "..\report_$(Get-Date -Format yyyyMMddHHmmss)" -f
can I run and setting the thread group properties like Number of Users, Ramp Up Period, and Loop Count in JMeter just with cli?
