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
-
- On a 64-bit system, all the 32-bit registry keys are under the
Wow6432Node key. For example:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\BigFix\Remote
Control\Target
Note: On a 32-bit system, go to HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Remote Control\Target
- Right-click the required property and select Modify
- Set the required value and click OK.
- Restart the target service.
- On a 64-bit system, all the 32-bit registry keys are under the
Wow6432Node key. For example:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\BigFix\Remote
Control\Target
- Editing the target properties on a Linux™ target
-
- Edit the trc_target.properties 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.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.bigfix.remotecontrol.target.plist LogLevel 4
- Restart the target.
- For BigFix Remote Control version 10 update 6 or earlier
- Click
- Open the Remote Control Target app
- For BigFix Remote Control version 10 update 7
- Enter
sudo launchctl unload /Library/LaunchDaemons/RCTargetDaemon.plist
- Enter
sudo launchctl load /Library/LaunchDaemons/RCTargetDaemon.plist
- Enter
- For BigFix Remote Control version 10 update 6 or earlier
After you modify properties, you can type the following command to see a list of current property values.
defaults read com.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.