Script that don't execute logoff...
Hello,
I'm playing with the script suggest in "Imaging Windows Tablets and Other UEFI Systems over the Network with Dell KACE". The script works very well as someone is log on the computer but nthing append while logg off.
All logs show that everything was done rigth.
here is the xml of the script :
Would I play with
Thanks.
Edit : remove invisible xml (2015-02-02)
I'm playing with the script suggest in "Imaging Windows Tablets and Other UEFI Systems over the Network with Dell KACE". The script works very well as someone is log on the computer but nthing append while logg off.
All logs show that everything was done rigth.
here is the xml of the script :
Would I play with
execute disconnected="false" logged_off="true
?Thanks.
Edit : remove invisible xml (2015-02-02)
2 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
I finally succeed with this way :
<?xml version="1.0" encoding="utf-8" ?>
<kbots xmlns="http://kace.com/Kbots.xsd">
<kbot>
<config name="GILLES_RebootEtInstall" type="policy" id="148" version="1422632178" description="">
<dependencies>
<dependency name="/packages/kbots/148/WINRE.WIM" checksum="acc4c3209bd4629e283425f2cc3af5da" />
<dependency name="/packages/kbots/148/kace4051.bat" checksum="a86d79fd7305aa31df18c2ed53f56c51" />
</dependencies>
<execute disconnected="false" logged_off="true">
</execute>
</config>
<compliance>
<verify on_failure="break" attempts="1">
<on_verify_success>
<launch_program path="$(KACE_DEPENDENCY_DIR)" program="kace4051.bat" wait="true" parms="" />
<launch_program path="C:\Windows\System32" program="ReAgentC.exe" wait="false" parms="/disable" />
<launch_program path="C:\Windows\System32" program="ReAgentC.exe" wait="false" parms="/SetReImage /Path C:\KACE\Recovery /Target c:\windows" />
<launch_program path="C:\Windows\System32" program="ReAgentC.exe" wait="false" parms="/enable" />
<launch_program path="C:\Windows\System32" program="ReAgentC.exe" wait="false" parms="/boottoRE" />
<launch_program path="C:\Windows\System32" program="shutdown.exe" wait="false" parms="-r -t 60 -c "reboot pour reintallation"" />
</on_verify_success>
<on_verify_failure>
<on_remediation_success>
</on_remediation_success>
<on_remediation_failure>
</on_remediation_failure>
</on_verify_failure>
</verify>
</compliance>
</kbot>
</kbots>
Hope this help.
Gilles - gwir 9 years ago