is there any way to encrypt password while using “iem.exe login” (command line interface of bigfix)?
Are you trying to avoid storing the plain text password in a script?
You could use powershell secure strings or store it in an encrypted location (at rest) but I don’t think you can avoid passing it in plain text on the command line
1 Like