Console commands VS Commandlets

The main purpose of console commands is for users to be able to enter and execute commands into a running program. Commandlets on the other hand are mainly meant to be executed from the command line, i.e. as part of batch files or automated processes.

Can you provide some more details about your use case and what exactly you are trying to accomplish?