Hello!
Last week I run onto strange problem. I created Application deployment (script based) with existential requirement, if folder exist, then deploy application. On most windows 8 an windows 8.1, less windows 7 and xp, deployment failed with error, error description:
Access Denied, Error code 0x80070005 (-2147024891). It's strange because one week earlier I deployed App with exactly the same existential requirement and everything worked fine. The only difference was, on the first deployment I've had SCCM 2012 R2 CU1 and
then I upgraded to CU2. On those computers, that got error, SCCM client doesn't download App installation and The only error I found in logs, was in DcmWmiProvider.log
CPermissionWMIProvider::ExecQueryAsync - failed (0x80070005).
Failed to precess CFileSystemWMIProvider::ExecQueryAsync. Permissions on the requested may be configured incorrectly.
Access is denied. (Error: 80070005; Source: Windows)
Maybe someone run on the same problem and knows how to solve this? Today I've changed condition from folder to file (looks for file not folder) and it's started to work. So I'm little confused about all this, cause there is computers where everything deployed without problems (Mostly XP)
Best regards,
Ronald