Client Management Suite

 View Only
  • 1.  Altiris Detection Rule Failing

    Posted Oct 29, 2013 11:20 AM

    Hi,

    I got a detection rule to check for a text file in (c:\windows\system32\mytext.txt).I have set this up as a StaticPath using the full path. I also tried to do this using Windows as a 'Base Folder'. Then specifying System32\mytext.txt. Not sure what is up with this.

     

    The rule was defined like this:

     

    And

       Or

      Static Shortcut Target

     

    Also tried:

     

    And

       Static Shortcut Target

     

     



  • 2.  RE: Altiris Detection Rule Failing
    Best Answer

    Posted Oct 29, 2013 12:00 PM

    You should use Static File Expression instead of Static Shortcut Target and specify the StaticPath value there.  A version is not necessary.

    So,

    And

         Static File Expression

    With a StaticPath of C:\Windows\system32\mytext.txt                   



  • 3.  RE: Altiris Detection Rule Failing

    Posted Oct 29, 2013 12:23 PM

    Thanks.