2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

While using the command line in windows, parameter with equal (=) operator has to be enclosed in double quote (" ").

Example

Verify application password (Salesforce and Microsoft CRM password)

Code Block
Linux

./admin.sh verifypasswd myprofile application.password=abc

Windows

admin.bat verifypasswd myprofile "application.password=def"

...