Hello,
I am trying to implement an EEM scripting and I am trying to define an EEM Environment that can give me the output of the user who typed in a command. I cannot any system defined environments that can show me this...
You guys have any idea ?
Solved! Go to Solution.
We only recently added this capability. You need EEM 4.0 (15.2(2)T or higher) and the variable will be $_cli_username in an applet or the username element of the event_reqinfo array.
We only recently added this capability. You need EEM 4.0 (15.2(2)T or higher) and the variable will be $_cli_username in an applet or the username element of the event_reqinfo array.
Thanks a lot Joseph !