We have several scripts that use the following action:
$commandID = "{b4b66610-be71-403a-a6b7-8bcf51d200ef}"
$user.executecustomCommand($commandID)
is there syntax that allows you to pass custom command parameters using this method, or is there another way to pass parameters to a custom command through scripting?