Configure target properties
When a target takes part in a peer to peer remote control session, its properties determine what functions are available during the session. Target properties can be configured by creating and running a target configuration task in the BigFix® console. For more information, see the BigFix® Remote Control Console User's Guide. You can also edit the target properties manually. To edit the target properties, you must have administrator rights. Enter your admin password when you are prompted.
Editing the target properties on a Windows™ target
- Edit the target registry and go to HKEY_LOCAL_MACHINE\SOFTWARE\IBM\Tivoli\Remote
Control\TargetNote: On a 64-bit system, all the 32-bit registry keys are under the Wow6432Node key. For example: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\IBM\Tivoli Remote Control\Target
- Right-click the required property and select Modify
- Set the required value and click OK.
- Restart the target service.
Editing the target properties on a Linux™ target
- Edit the ibmtrct.conf file.
- Modify the required properties.
- Save the file.
- Restart the target service.
Editing the target properties on an BigFix® Remote Control Target for macOS
- Open the Terminal.app.
- To modify a property, enter the following command.
sudo defaults write /Library/Preferences/com.ibm.bigfix.remotecontrol.target.plist Keyword Value
Where Keyword is the property name and Value is the value for the property.
For example,sudo defaults write /Library/Preferences/com.ibm.bigfix.remotecontrol.target.plist LogLevel 4
- Restart the target.
- Click .
- Open the Remote Control Target.app.
defaults read com.ibm.bigfix.remotecontrol.target.plist
You do not need administrator rights to run the read command. Therefore, sudo is not required at the start of the read command.