Quantcast
Channel: Configuration Manager 2012 - Security, Updates and Compliance forum
Viewing all articles
Browse latest Browse all 6382

Deployment of Configuration Baseline fails with Error 0x87D00329

$
0
0

Hello

We are a hosting company and we are using sccm 2012.
Yesterday we replaced an old application from a customer with a new one.

For that, we deployed the new software and tried to remove the old one with a configuration baseline + remedy script.

The detection script does nothing else than a simple test-path in powershell.
test-path -Path "C:\Program Files (x86)\..."
If test-path returns false it is compliant (boolean).

The remedy script forces the deletion of that folder.
Remove-Item "C:\Program Files (x86)\..." -Recurse -Force

I tried to deploy the Baseline and executed the script manually and both worked perfectly fine at my testcomputer (same domain as the SCCM server), but it fails at the customer computers with the error 0x87D00329. Application requirement evaluation or detection failed, Error Category: Discovery.

In my customers active directory, only signed powershell scripts are allowed. The powershellscripts are signed and they work perfecly fine if I execute them manually on the computers.

How does the deployment of these scripts exactly work? 
I'm able to import a script, but i seem to import the sourcecode but not the file itself. might it be, that the signature doesn't work properly?

I've read about interactive commands, but i assume, that test-path and remove-item work interactively, so this should not be the cause.

In the Logs DCAgent i could not find much.

Thanks for your help


Viewing all articles
Browse latest Browse all 6382

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>