I have configured group policy to block all applications but certain ones. I have configured a certain to be allowed to run. But when the user tries running it they still get the usual group policy blocked this application message. Where can I look for more logging information on what group policy blocked and why? I'm thinking the application launches some other executable that I need to add to the list but I have no idea how to find it.
|
feedback
|
|
You don't specify what client OS you're working with, but in W2K3 you'll need to look for EventID 865 from source Software Restriction Policies in the Application event log. The details of which should be similar to the following:
EDIT In addition, you don't specify how you're blocking applications. Are you using Software Restriction Policies or the "run only allowed Windows applications" or the "don't run specified Windows applications" GP settings? I'm assuming you're using software Restrictions Polcies and that you're whitelisting the applications that are allowed to run. If so, what is your Enforcement setting, what are your Designated File Types, and what Additional rules do you have set up? Are you using path rules or hash rules? | ||||
|
feedback
|
|
It should be right in the System event log. If that fails, you could always install Proccess Monitor and capture what is being launched when the app starts. | |||||
feedback
|
|
Sorry if I'm teaching you to suck eggs, but are there other EXEs associated with the application (Do a search in all of its folders). That's normally the cause in my experience. You might also try using a path exception rather than hash rules. | |||
|
feedback
|
|
If you would like enhanced logging then add the following registry setting on the target computer: Path -> HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers Key -> LogFileName = "C:\srpLog.txt" This provides the most verbose logging. | |||
|
feedback
|