You must add an string interpolation for your arguments, So you must replace -ArgumentList $args by -ArgumentList '${args}'. Remember to include the single quotes.
-ArgumentList $args
-ArgumentList '${args}'
You can get more information about it here: