Ok, I have a weird issue that I'm sure there is a quick answer to. First things first, I'm running 8.7 SP3
I have updated the default agent config for windows so that the inventory and vulnerability scans run once every three days rather than once daily. Now, if I reinstall the agent on a computer, it works fine and the scheduler is updated correctly.
However, if I use the agent update, it sets a totally different group of tasks in the local scheduler.
If I do an advanced edit of the default Windows Config, here is what I see for the localsch.exe:
EXEC10001=%DEST%\LOCALSCH.EXE /del /taskid=777
EXEC10002=%DEST%\LOCALSCH.EXE /del /taskid=555
EXEC10003=%DEST%\LOCALSCH.EXE /del /taskid=600
EXEC10004=%DEST%\LOCALSCH.EXE /del /taskid=778
EXEC10005=%DEST%\LOCALSCH.EXE /taskid=777 /exe="%DEST%\LDIScn32.EXE" /cmd="/RSTART=120 /NTT=ourcore:5007 /S=10.1.1.220 /I=HTTP://ourcore/ldlogon/ldappl3.ldz /NOUI" /freq=259200 /start="06 Jan 2006 16:56:20" /tod="6|22"
EXEC10006=%DEST%\LocalSch.exe /exe="cmd.exe" /cmd="""/c start "Vulscan" /BELOWNORMAL ""c:\Program files\LANDesk\LDClient\vulscan.exe"" /Rstart=120""" /AgentBehavior=1 /taskid=1001 /freq=259200
EXEC10007=%DEST%\LOCALSCH.EXE /taskid=600 /exe="%DEST%\AMCLIENT.EXE" /cmd="/apm /s /retry=3 /tspan=60 /Rstart" /freq=86400 /start="06 Jan 2006 18:56:20" /tod="6|16"
EXEC10008=%DEST%\LOCALSCH.EXE /taskid=778 /exe="%DEST%\miniscan.EXE" /ipaddr /freq=300
After running the update on a computer it looks like this:
C:\Program Files\LANDesk\LDClient>LocalSch.EXE /tasks | more
Local Task Listing...
1: C:\Program Files\LANDesk\LDClient\purgefile.exe $(TMCCacheDir)\preferredser
vers.dat 0
handle : 100
start : Wed Jun 04 13:48:11 2008
frequency : 1
Filter 1 : IP Address Change Filter
2: C:\Program Files\LANDesk\LDClient\purgefile.exe $(TMCCacheDir)\preferredser
vers.dat 86400
handle : 101
start : Thu Jun 05 07:32:30 2008
frequency : 900
3: cmd.exe "/c start Vulscan /BELOWNORMAL "c:\Program files\LANDesk\LDClient\v
ulscan.exe" /Rstart=120"
handle : 1001
start : Sat Jun 07 13:22:51 2008
frequency : 259200
4: C:\Program Files\LANDesk\LDClient\AMCLIENT.EXE /apm /s /retry=3 /tspan=60 /
Rstart
handle : 600
start : Thu Jun 05 13:22:51 2008
frequency : 86400
Filter 1 : Time of Day 6 to 16
5: C:\Program Files\LANDesk\LDClient\LDIScn32.EXE /NTT=10.1.1.220:5007 /S=10.1
.1.220 /I=HTTP://10.1.1.220/ldlogon/ldappl3.ldz /rstart=60 /NOUI
handle : 777
start : Mon Aug 06 08:00:00 2007
frequency : 0
Filter 1 : Time of Day 9 to 22
6: C:\Program Files\LANDesk\LDClient\LDIScn32.EXE /NTT=10.1.1.220:5007 /S=10.1
.1.220 /I=HTTP://10.1.1.220/ldlogon/ldappl3.ldz /NOUI
handle : 778
start : Wed Dec 31 16:00:00 1969
frequency : 10
Filter 1 : IP Address Change Filter
7: C:\Program Files\LANDesk\LDClient\vulScan.exe /rstart=60
handle : 555
start : Mon Jun 18 08:00:00 2007
frequency : 0
Task Listing Complete.
Can anyone explain this to me?