Forum Discussion
TungNguyen1600
Jun 27, 2022Copper Contributor
Correct App detection rule File Path for User Folder
Hi Guys, I have deployed a file to the user's folder, but I don't think I have the correct syntax for the "Current User", I have tried: %username% %userprofile% But Intune doesn't like t...
- Jun 27, 2022
Detection rules run as SYSTEM, not as user even if you deploy it as a user package. You have to use something outside a Users folder to detect the installation, I usually create a file in c:\programdata\customername\...\installed.txt and check on that to see if the installation succeeded
Oct 31, 2022
Ok.. What? Is this something new?! I'm sure I tested this multiple times in the past and read that detection is done by system
Oct 31, 2022
I know.... everywhere I am reading the same explanation.... so I was flabergasted to see this message in the IME 🙂