ayi <t>Put your parameters in a hash table and pass them like this:<br/> <br/> $postParams = @{username='me';moredata='qwerty'}<br/> Invoke-WebRequest -Uri http://example.com/foobar -Method POST -Body $postParams<br/> <br/> ```</t>