Setting A JAMS Variable

Follow

There are many ways to set a JAMS Variable. If using the GUI interface, users can use the Variable Definitions tab within the Definitions shortcut.

If using PowerShell, users can set an existing JAMS Variables with:

Import-Module JAMS

#
# Use the fully qualified path to the variable for name
# Set-JAMSVariable -Name \JAMS\MyVariableName -Value "The New Value" -Server JAMSServer

If users are not using PowerShell, the use of the JAMS Legacy Command Line Tool can be used:

"C:\Program Files\MVPSI\JAMS\Client\JAMS.EXE" SET SERVER YourJAMSServer
"C:\Program Files\MVPSI\JAMS\Client\JAMS.EXE" SET VARIABLE MyVariableName "The New Value"

 

Have more questions? Submit a request

Comments