I do not need a solution (just sharing information)
I need to create an exception for an EXE that resides in D:\users\******\appdata\local\etc\****.exe
The first asterisks are the username and we have about 900 users, so the EXE in question is living in each one of these users profiles. The issue is this, when a user logs onto the environment, they are connected to 1 of 15 servers and this profile listed above is then copied to that server while they are logged on. When that copy happens is when the EXE is being caught.
How can I create an exception for this file no matter when or where it is found on the network?
0