custom fiel
ShellCommandTextReturn(cmd /q /c c:\windows\System32\WindowsPowerShell\v1.0\powershell.exe (Get-ItemProperty 'HKLM:\SOFTWARE\Symantec\Symantec Endpoint Protection\CurrentVersion\public-opstate').LatestVirusDefsDate) or ShellCommandTextReturn(powershell.exe (Get-ItemProperty 'HKLM:\SOFTWARE\Symantec\Symantec Endpoint Protection\CurrentVersion\public-opstate').LatestVirusDefsDate)
Answers (2)
I believe this is a known issue with Agent versions 13.2.24-13.2.26. See this post.
https://www.itninja.com/question/kace-sma-custom-inventory-rule-not-working-after-update-to-13-2-24-agent-version
Does this work instead?
RegistryValueReturn(HKLM\Software\Symantec\Symantec Endpoint Protection\CurrentVersion\public-opstate, LatestVirusDefsDate, TEXT)
thank you very much Amber
the path you sent worked perfectly
Comments:
-
Glad to hear it! - AmberSDNB 6 months ago