IBM
A2010-577 · Question #128
This action script is run: regset "[HKEY_CURRENT_USER\Software\Test]" "testString" = "testValue" In the fixlet debugger, the key gets correctly created under the HKEY_CURRENTJJSER branch. However…
The correct answer is D. The fixlet debugger runs under the users' context; the TEM client runs as LocalSystem. See the full explanation below for the reasoning.
Question
This action script is run:
regset "[HKEY_CURRENT_USER\Software\Test]" "testString" = "testValue" In the fixlet debugger, the key gets correctly created under the HKEY_CURRENTJJSER branch. However, when running the same action by targeting the IBM Tivoli Endpoint Manager (TEM) client in the TEM Console, the agent states that the action ran to completion but the same key is not there. What is the reason for this discrepancy?
Options
- AThe TEM client reported action completion in error.
- BSome action script commands, like regset, work only in the fixlet debugger.
- CThe fixlet debugger is more forgiving when it comes to proper action script form.
- DThe fixlet debugger runs under the users' context; the TEM client runs as LocalSystem.
How the community answered
(20 responses)- B10% (2)
- C5% (1)
- D85% (17)
Community Discussion
No community discussion yet for this question.