This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How to contain double quote when sending command in CatTools.

I am trying to update the password of NXOS switches using Device.CLI.Modify.Config activity. This time I would like to contain white space in our password. So, the command I want to use is:

username admin password 0 "Super Secret" role network-admin

However, I keep getting an alert that did not receive an echo of above the command. Does anyone know how to send the command with a double quote?