T The Triage ManualTechnical Guides for IT Emergencies
P3 · Active Directory

GPP Printer Deployment Fails with 0x80070bcb After KB3170455 (MS16-087)

Windows 10 clients fail to install printer drivers deployed via Group Policy Preferences with error 0x80070bcb after security update KB3170455 (MS16-087) is applied. The update blocks silent installation of non-packaged, unsigned printer drivers through Point and Print, rendering GPP-based printer deployment ineffective regardless of Point and Print Restriction policy configuration. Resolution requires sourcing a packaged, signed driver from the manufacturer or adopting an alternative deployment method, as removing the security update is not recommended.

Indicators

Likely causes

Diagnostic steps

  1. On the affected client, open Event Viewer and navigate to Applications and Services Logs > Microsoft > Windows > Group Policy > Operational. Filter for errors and look for event entries referencing error code 0x80070bcb associated with the printer preference item.
  2. Run 'gpupdate /force' from both an elevated administrator command prompt and a standard user command prompt on the affected client, then reboot and recheck the printer list in Devices and Printers.
  3. Run 'gpresult /H C:\Temp\result.html' on the client as the affected user and review the HTML report to confirm whether the Point and Print Restrictions policy is being received and applied as intended.
  4. Verify whether KB3170455 is installed on the client by running: 'wmic qfe list | findstr 3170455' in an elevated command prompt, or by checking Settings > Update & Security > View Update History.
  5. Attempt to manually add the printer via Control Panel > Devices and Printers > Add a Printer pointing to the print server share. If this succeeds, the driver is valid and the issue is specific to the GPP silent installation path.
  6. Inspect the printer driver package on the print server (typically under C:\Windows\System32\spool\drivers) to determine whether the driver is INF-based and digitally signed. Consult the manufacturer's website or driver documentation for packaging and signing status.
  7. Test deploying the same printer via Computer Configuration > Windows Settings > Deployed Printers to confirm whether this alternative method succeeds, isolating the issue to the GPP preference deployment path rather than the driver or network share.

Resolution path

Prevention

Tools

References

group-policy-preferencesprinter-deploymentpoint-and-printKB3170455MS16-087windows-10windows-server-2012-r2printer-driver0x80070bcbgpoprint-spoolerunsigned-driverpackaged-driversilent-install