Hi All,
I’m reaching out to see if anyone knows a way to change the default settings of the BigFix Remote Controller app. When right-clicking a computer in the console and choosing Remote Control, I want the Address field to pre-populate the IP address of the computer instead of the hostname. Does anyone have any idea how to do this?
Hi Dan,
Use the information on this page to customize the actions on the right-click menu in the bigfix console. To launch an RC session, edit ShellCommandRelevance in the HKEY_CURRENT_USER\Software\BigFix\Enterprise Console\Settings\ComputerListContextMenuExtensions\TivoliRC registry key and replace the relevance ‘hostname of current computer’ with relevance that provides a list of IP addresses.
I don’t have access to a suitable system to test this right now. I found this relevance on the web:
concatenation “,” of (addresses whose (it as string != “0.0.0.0”) of ip interfaces whose (loopback of it = false) of network as string)
forum post showing the ip address list relevance
HTH