Category SCCM

SCCM End Point

SCCM Error 0x40010004

SCCM Error 0x40010004

The SCCM Error 0x40010004 typically indicates that “The system cannot open the file.” This error is related to file access issues during the software installation or deployment process. Here are some steps you can take to troubleshoot and resolve this…

Remotely trigger Machine Evaluation Policy in SCCM

Remotely trigger Machine Evaluation Policy in SCCM

To remotely trigger a machine evaluation policy in SCCM, you can use several methods, including PowerShell scripts, the SCCM console, and third-party tools like BatchPatch. Here are some options: 1. PowerShell Method: powershell Replace <computerName> with the target computer’s name. 2. SCCM…

SCCM Error 0x80(128)

SCCM Error 0x80(128)
SCCM error code 0x80 (128) is a generic error, it is not due to SCCM, it is due to the custom scripts added as part of package execution, came across this error while testing an uninstall script.