17.49 itdm2encodetext (string obfuscation)
function
Obfuscates the client secret and password set in the IDaaS linkage configuration file.
Note that this command must be executed on the management server.
Format
itdm2encodetext -i string-to-obfuscate
itdm2encodetext -i string-to-obfuscate
- -i string-to-obfuscate
-
Specifies the string to obfuscate. When the string contains spaces, enclose the string in double quotes (").
Storage destination
JP1/IT Desktop Management 2-installation-folder¥mgr¥bin¥
Using the command prompt provided by JP1/IT Desktop Management 2, you can run a command without specifying where to store the executable file.
Note
-
It does not check the validity of strings to be obfuscated.
Return value
|
Return value |
Explanation |
|---|---|
|
0 |
The command completed successfully. |
|
11 |
The format of the command argument is incorrect. |
|
150 |
Command execution was interrupted by some other error. |
Examples of use
The following example shows how to obfuscate the string MySecretString.
itdm2encodetext -i "MySecretString"
Related Links