I have an application that I'm trying to deploy that copies two files into %AppData%\Trelligence. The detection rule checks for these files. The deployment type is set to Install for User and the detection method is a VBscript. The script
checks for both files and then returns. For testing, it also outputs the value of %appdata% to a text file on my desktop. That output shows it's checking C:\WINDOWS\system32\config\systemprofile\AppData\Roaming and not C:\Users\<username>\AppData\Roaming. Can anyone tell me how to get this detection method working? It seems like SCCM is installing as the user but detecting as system. How can I have it detect a file in %appdata%?
↧