Hide Forgot
Description of problem: run the following command: ovirt-engine-cli]# ovirt-shell --connect --url "http://<ipaddr>:8080/api" --user "admin@internal" --password "lallalalala!" -bash: !": event not found git commit: ed00a08d51006b1b90923cb9d89b57b1e4d02be2
'!' is a special character used for cmd-shell, use \' to wrap password string, i.e: ovirt-shell --connect --url "http://<ipaddr>:8080/api" --user "admin@internal" --password 'lallalalala!' (this is ordinal escape-sequence cmd behaviour: when string enclosed by \' - all characters (including special) in it get ignored)