RC - Generate new GUID for BigFIx RC Targets - Windows
| 0 Votes |
Description
Related to https://support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0120396
Property Details
| 27386 | |
| Beta - Preliminary testing ready for more | |
| RC - Generate new GUID for BigFIx RC Targets - Windows | |
| BESC | |
| Internal | |
| 8/29/2025 12:00:00 AM | |
| Remote Control, GUID, Reset | |
| True | |
| Jack on 9/9/2025 4:47:11 PM | |
| Jack on 9/9/2025 4:47:11 PM | |
| 680 Views / 0 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
delete __createfile
createfile until __ENDCREATE
__ENDCREATE
waithidden cmd.exe /C taskkill /im trc_base.exe /f
waithidden cmd.exe /C taskkill /im trc_gui.exe /f
pause while {exists running application "trc_base.exe"}
pause while {exists running application "trc_gui.exe"}
if {exists file "C:\ProgramData\BigFix\Remote Control\tgt_info.properties"}
copy "C:\ProgramData\BigFix\Remote Control\tgt_info.properties" "C:\ProgramData\BigFix\Remote Control\tgt_info.properties.bak"
delete "C:\ProgramData\BigFix\Remote Control\tgt_info.properties"
endif
copy __createfile "C:\ProgramData\BigFix\Remote Control\tgt_info.properties"
waithidden cmd.exe /C sc start trctarget
delete __createfile
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |
Comments
|
|
|
| Might make sense to call cmd.exe /C sc stop trctarget at the start instead of only trying to kill the processes. Also, these pause while statements don't have a timeout, so they could hang indefinitely if you don't have an action timeout set. | |

