You can package that script that uses plink.exe in a one-liner, but it will make your code less readable.
You can package the script in a function, store it somewhere (for example your profile) and then call it with 1 or more parameters.
That way it will be a single command.
That's the beauty of PS, you write your own functions that act as a regular cmdlet.